.font-blue {
  color: #3073e5;
}
.font-a {
  color: #aaa;
}
.header-pc-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222;
  z-index: 9999999;
  border-bottom: 1px solid #4e4e4e;
  box-sizing: border-box;
}
.header-pc {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-pc .header-logo img {
  width: 190px;
}
.header-pc .header-con {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-pc .header-nav {
  border-right: 1px solid #4e4e4e;
  padding-right: 30px;
  margin-right: 30px;
  width: 50%;
}
.header-pc .header-nav .nav .nav_pc {
  display: flex;
}
.header-pc .header-nav .nav .nav_pc li {
  position: relative;
  box-sizing: border-box;
  z-index: 999;
  width: 16.6%;
}
.header-pc .header-nav .nav .nav_pc li .f_a {
  line-height: 100px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #808080;
}
.header-pc .header-nav .nav .nav_pc li .f_a::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #4e4e4e;
  margin: 0 auto;
  opacity: 0;
}
.header-pc .header-nav .nav .nav_pc li:hover .f_a {
  transition: all 0.3s;
}
.header-pc .header-nav .nav .nav_pc li:hover .f_a::after {
  background: #3073e5;
  opacity: 1;
}
.header-pc .header-nav .nav .nav_pc li .s_navbox {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-sizing: border-box;
}
.header-pc .header-nav .nav .nav_pc li .s_navbox .s_a a {
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.header-pc .header-nav .nav .nav_pc li .s_navbox .s_a a:hover {
  color: #3073e5;
}
.header-pc .header-nav .nav .nav_pc li .solvenav {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .navitem {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .navitem .liitem {
  display: flex;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .navitem .liitem .lia {
  margin-right: 30px;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .navitem .liitem .lia a {
  font-size: 16px;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box {
  display: flex;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box .solvenav_fl {
  flex: 1;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box .solvenav_fr .frtu {
  background: url(../images/nav1.png) no-repeat center center;
  background-size: 100% 100%;
  width: 250px;
  height: 370px;
  position: relative;
  margin-bottom: 20px;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box .solvenav_fr .frtu h3 {
  padding-top: 20px;
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box .solvenav_fr .frtu .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.header-pc .header-nav .nav .nav_pc li .solvenav .solvenav_box .solvenav_fr .frtu .btn a {
  display: block;
  line-height: 30px;
  padding: 0 20px;
}
.header-pc .header-nav .nav .nav_pc .active .f_a {
  color: #fff !important;
}
.header-pc .header-nav .nav .nav_pc .active .f_a::after {
  opacity: 1;
  background: #3073e5;
}
.header-pc .header-btn ul {
  display: flex;
}
.header-pc .header-btn ul li {
  width: 80px;
  text-align: center;
}
.header-pc .header-btn ul li a {
  color: #fff;
}
.header-pc .header-btn ul li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-m {
  display: none;
}
.m_nav {
  display: none;
}
.headlf .m_logo {
  display: none;
}
.headrg .m_menuimg {
  display: none;
}
@media screen and (max-width: 750px) {
  .header-pc {
    display: none;
  }
  .header-m {
    display: block;
  }
  .header-m .m_img {
    display: block;
    height: 44px;
    background: #222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
  }
  .header-m .m_img .headlf {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
  }
  .header-m .m_img .headlf .m_logo {
    height: 30px;
    display: block;
    padding-top: 5px;
  }
  .header-m .m_img .headrg {
    padding-right: 5%;
    padding-top: 14px;
    float: right;
  }
  .header-m .m_img .headrg a .m_menuimg {
    height: 16px;
    vertical-align: top;
    display: block;
  }
  .header-m .m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .header-m .m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .header-m .m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 0;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .header-m .m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
  }
  .header-m .m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .header-m .m_nav .m_navList ul li {
    border-bottom: 1px solid #232530;
  }
  .header-m .m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .header-m .m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header-m .m_nav .m_navList ul li .m_f_a a {
    flex: 1;
  }
  .header-m .m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
  }
  .header-m .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .header-m .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .header-m .m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
  }
  .header-m .m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
  }
}
.btn {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50px;
  font-size: 18px;
  padding: 0 40px;
}
.btn-blue {
  border: 1px solid #3073e5;
  color: #fff !important;
  background-color: #3073e5;
}
a:hover {
  opacity: 0.8;
}
.footerbanner {
  background: #eceff4 url(../images/p6.jpg) no-repeat center right;
  height: 300px;
  display: flex;
  align-items: center;
  background-size: auto 100%;
}
.footerbanner .con h3 {
  font-size: 30px;
  font-weight: bold;
  color: #3073e5;
}
.footerbanner .con p {
  font-size: 30px;
  font-weight: bold;
}
.footercon {
  background: #333;
  color: #fff;
}
.footercon .ww {
  display: flex;
  justify-content: space-between;
}
.footercon .ww .fl {
  max-width: 400px;
}
.footercon .ww .fl .item-logo {
  width: 190px;
}
.footercon .ww .fl .item-con {
  color: #aaa;
}
.footercon .ww .fr {
  text-align: right;
}
.footercon .ww .fr .item-tel {
  color: #3073e5;
  font-size: 36px;
}
.footercon .ww .fr .item-time {
  color: #aaa;
}
.footcopyright {
  background: #000;
  color: #aaa;
  padding: 20px 0;
}
.footcopyright .ww {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .btn {
    display: inline-block;
    line-height: 0.6rem;
    font-size: 0.3rem;
    padding: 0 0.2rem;
  }
  .btn-blue {
    border: 1px solid #3073e5;
    color: #fff !important;
    background-color: #3073e5;
  }
  a:hover {
    opacity: 0.8;
  }
  .footerbanner {
    background: #eceff4 url(../images/p6.jpg) no-repeat center right;
    height: 4rem;
    background-size: 100% 100%;
  }
  .footerbanner .con h3 {
    font-size: 0.4rem;
  }
  .footerbanner .con p {
    font-size: 0.4rem;
  }
  .footercon .ww {
    flex-wrap: wrap;
  }
  .footercon .ww .fl {
    max-width: 100%;
  }
  .footercon .ww .fl .item-logo {
    width: 190px;
  }
  .footercon .ww .fl .item-con {
    color: #aaa;
  }
  .footercon .ww .fr {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .footercon .ww .fr .item-tel {
    color: #3073e5;
    font-size: 36px;
  }
  .footercon .ww .fr .item-time {
    color: #aaa;
  }
}
.inbanner {
  position: relative;
}
.inbanner .ww {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.inbanner .p1 h3 {
  font-size: 50px;
  font-weight: bold;
}
.inbanner .p1 h3 span {
  color: #3073e5;
}
.inbanner .p1 h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 30px 0;
}
.inbanner .p1 h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 8px;
  background: #3073e5;
  margin-top: 10px;
}
.inbanner .p1 p {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .inbanner {
    position: relative;
  }
  .inbanner .banimg {
    min-height: 6rem;
  }
  .inbanner .p1 h3 {
    font-size: 0.5rem;
  }
  .inbanner .p1 h2 {
    font-size: 0.45rem;
    margin: 0.2rem 0;
  }
  .inbanner .p1 h2::after {
    width: 1rem;
    height: 0.08rem;
    margin-top: 0.1rem;
  }
  .inbanner .p1 p {
    font-size: 0.3rem;
  }
}
.infunction .tag_nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.infunction .tag_nav ul {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.infunction .tag_nav ul li {
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 5%;
  font-weight: bold;
  color: #808080;
}
.infunction .tag_nav ul li .img01 {
  display: none;
  margin: 0 auto;
}
.infunction .tag_nav ul li .img02 {
  display: block;
  margin: 0 auto;
}
.infunction .tag_nav ul li p {
  padding-top: 10px;
}
.infunction .tag_nav ul li::after {
  content: '';
  display: block;
  background: #3073e5;
  height: 3px;
  width: 50px;
  margin: 20px auto 0 auto;
  opacity: 0;
}
.infunction .tag_nav ul .active {
  color: #333;
}
.infunction .tag_nav ul .active .img01 {
  display: block;
  margin: 0 auto;
}
.infunction .tag_nav ul .active .img02 {
  display: none;
  margin: 0 auto;
}
.infunction .tag_nav ul .active::after {
  opacity: 1;
}
.infunction .tag_con {
  display: flex;
  justify-content: space-between;
}
.infunction .tag_con .con_fl {
  width: 40%;
}
.infunction .tag_con .con_fl h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 50px;
}
.infunction .tag_con .con_fl ul li {
  color: #aaa;
  padding: 5px 0;
}
.infunction .tag_con .con_fl dl {
  display: flex;
  padding-top: 50px;
}
.infunction .tag_con .con_fl dl dd {
  background: #d9e9fd;
  border-radius: 10px;
  line-height: 50px;
  padding: 0 15px;
  margin-right: 10px;
  font-size: 14px;
}
.infunction .tag_con .con_fr {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .infunction .tag_nav {
    margin-bottom: 0.6rem;
  }
  .infunction .tag_nav ul {
    width: 100%;
  }
  .infunction .tag_nav ul li::after {
    width: 0.5rem;
  }
  .infunction .tag_con {
    display: flex;
    flex-wrap: wrap;
  }
  .infunction .tag_con .con_fl {
    width: 100%;
  }
  .infunction .tag_con .con_fl h3 {
    font-size: 0.34rem;
    padding-bottom: 0.5rem;
  }
  .infunction .tag_con .con_fl dl {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .infunction .tag_con .con_fl dl dd {
    line-height: 0.6rem;
    padding: 0 0.15rem;
    margin: 0.1rem 0.1rem 0.1rem 0;
    font-size: 0.24rem;
  }
  .infunction .tag_con .con_fr {
    width: 100%;
    text-align: center;
    padding-top: 0.6rem;
  }
}
.inpainspot ul {
  display: flex;
  justify-content: space-between;
}
.inpainspot ul li {
  width: 20%;
}
.inpainspot ul li .img {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inpainspot ul li h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}
.inpainspot ul li p {
  font-size: 12px;
  color: #aaa;
}
@media screen and (max-width: 769px) {
  .inpainspot ul {
    flex-wrap: wrap;
  }
  .inpainspot ul li {
    width: 45%;
    margin-bottom: 0.3rem;
  }
  .inpainspot ul li .img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .inpainspot ul li h3 {
    font-size: 0.26rem;
    padding: 0.2rem 0;
  }
  .inpainspot ul li p {
    font-size: 0.22rem;
  }
}
.insolve {
  background: url(../images/p2-1.jpg) no-repeat center left;
  background-size: 100% 100%;
  position: relative;
}
.insolve::after {
  content: '';
  display: block;
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/p2-2.jpg) repeat center center;
}
.insolve ul {
  display: flex;
}
.insolve ul li {
  flex: 1;
  position: relative;
  transition: all 0.5s;
  z-index: 3;
}
.insolve ul li .img {
  background: #000;
}
.insolve ul li .img img {
  opacity: 0.4;
  transition: all 0.5s;
}
.insolve ul li .img img:hover {
  opacity: 1;
}
.insolve ul li .con {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  min-height: 230px;
  font-size: 14px;
}
.insolve ul li .con h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.insolve ul li .con h4 {
  display: block;
  padding: 30px 0;
  color: #aaa;
}
.insolve ul li .con h5 {
  display: block;
  color: #aaa;
}
@media screen and (max-width: 769px) {
  .insolve {
    background: url(../images/p2-1.jpg) no-repeat center left;
    background-size: 100% 100%;
    position: relative;
  }
  .insolve::after {
    display: none;
  }
  .insolve ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .insolve ul li {
    flex: none;
    width: 49.5%;
    margin-bottom: 0.05rem;
  }
  .insolve ul li .img {
    background: #000;
  }
  .insolve ul li .img img {
    height: 6rem;
  }
  .insolve ul li .con {
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    min-height: 3rem;
    font-size: 0.24rem;
  }
  .insolve ul li .con h3 {
    font-size: 0.3rem;
  }
  .insolve ul li .con h4 {
    padding: 0.3rem 0;
  }
}
.inscene ul {
  display: flex;
}
.inscene ul li {
  flex: 1;
  background: #000;
  color: #fff;
  position: relative;
  transition: all 0.5s;
}
.inscene ul li .img {
  transition: all 0.5s;
  opacity: 0.4;
}
.inscene ul li .con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 90%;
}
.inscene ul li:nth-last-child(1) {
  background: #3073e5;
}
.inscene ul li:nth-last-child(1) .con {
  font-size: 16px;
}
.inscene ul li:nth-last-child(1) .con span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}
.inscene ul li:hover .img {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .inscene ul {
    flex-wrap: wrap;
  }
  .inscene ul li {
    flex: none;
    width: 33.33%;
    background: #000;
    color: #fff;
    position: relative;
    transition: all 0.5s;
  }
  .inscene ul li .con {
    font-size: 0.34rem;
  }
  .inscene ul li:nth-last-child(1) .con {
    font-size: 0.26rem;
  }
  .inscene ul li:nth-last-child(1) .con span {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.inaccess {
  background: #f5f5f5;
}
.inaccess ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inaccess ul li {
  width: 19.5%;
  margin-top: 0.3rem;
}
@media screen and (max-width: 769px) {
  .inaccess ul {
    justify-content: space-between;
  }
  .inaccess ul li {
    width: 30%;
    margin-top: 0.3rem;
  }
}
.innew .innew-title {
  display: flex;
  justify-content: space-between;
}
.innew .innew-title .tag_nav ul {
  display: flex;
}
.innew .innew-title .tag_nav ul li {
  margin-left: 30px;
  color: #aaa;
  cursor: pointer;
}
.innew .innew-title .tag_nav ul li::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #3073e5;
  margin-top: 15px;
  opacity: 0;
}
.innew .innew-title .tag_nav ul .active {
  color: #333;
  font-weight: bold;
}
.innew .innew-title .tag_nav ul .active::after {
  opacity: 1;
}
.innew .innew-top .item-des {
  color: #808080;
}
.innew .innew-list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.innew .innew-list ul {
  display: flex;
}
.innew .innew-list ul li {
  flex: 1;
  padding: 60px 30px;
  box-sizing: border-box;
  position: relative;
}
.innew .innew-list ul li .item-time h3 {
  font-size: 36px;
  font-weight: bold;
  color: #666;
}
.innew .innew-list ul li .item-time p {
  font-size: 12px;
  color: #aaa;
}
.innew .innew-list ul li .item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.innew .innew-list ul li .item-des {
  font-size: 12px;
  color: #aaa;
}
.innew .innew-list ul li .item-more {
  font-size: 14px;
  color: #aaa;
  margin-top: 30px;
}
.innew .innew-list ul li::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: #3073e5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.innew .innew-list ul li:hover .item-title,
.innew .innew-list ul li:hover .item-more {
  color: #3073e5;
}
.innew .innew-list ul li:hover::after {
  opacity: 1;
}
.innew .innew-list ul li:nth-child(1) {
  padding: 60px 30px 60px 0;
}
.innew .innew-list ul li:nth-child(2) {
  background: #3073e5;
  color: #fff;
  border-radius: 50px 0 50px 0;
}
.innew .innew-list ul li:nth-child(2) .item-time h3 {
  color: #fff;
}
.innew .innew-list ul li:nth-child(2) .item-time p {
  color: #fff;
}
.innew .innew-list ul li:nth-child(2) .item-title {
  color: #fff;
}
.innew .innew-list ul li:nth-child(2) .item-des {
  color: #fff;
}
.innew .innew-list ul li:nth-child(2) .item-more {
  color: #fff;
}
.innew .innew-list ul li:nth-child(3) {
  padding: 60px 0 60px 30px;
}
@media screen and (max-width: 769px) {
  .innew .innew-title {
    flex-wrap: wrap;
  }
  .innew .innew-title .fl {
    width: 100%;
  }
  .innew .innew-title .fr {
    width: 100%;
  }
  .innew .innew-title .tag_nav {
    margin-top: 0.6rem;
  }
  .innew .innew-title .tag_nav ul {
    justify-content: center;
  }
  .innew .innew-title .tag_nav ul li {
    margin: 0 0.3rem;
  }
  .innew .innew-title .tag_nav ul li::after {
    width: 0.4rem;
    height: 2px;
    margin-top: 0.2rem;
  }
  .innew .innew-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .innew .innew-list ul li {
    flex: none;
    padding: 0.6rem 0.3rem;
    width: 100%;
  }
  .innew .innew-list ul li .item-time h3 {
    font-size: 0.46rem;
  }
  .innew .innew-list ul li .item-time p {
    font-size: 0.22rem;
  }
  .innew .innew-list ul li .item-title {
    font-size: 0.28rem;
    margin: 0.3rem 0;
  }
  .innew .innew-list ul li .item-des {
    font-size: 0.22rem;
  }
  .innew .innew-list ul li .item-more {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .innew .innew-list ul li:nth-child(1) {
    padding: 0.6rem 0.3rem 0.6rem 0;
  }
  .innew .innew-list ul li:nth-child(2) {
    border-radius: 0.5rem 0 0.5rem 0;
  }
  .innew .innew-list ul li:nth-child(3) {
    padding: 0.6rem 0 0.6rem 0.3rem;
  }
}
.renbanner {
  position: relative;
}
.renbanner .bannercon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 769px) {
  .renbanner {
    position: relative;
  }
  .renbanner .bannerimg img {
    min-height: 3.5rem;
  }
}
.protd {
  background: #f5f5f5;
}
.protd ul {
  display: flex;
  justify-content: space-between;
}
.protd ul li {
  width: 23%;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 5px solid #fff;
  transition: all 0.5s;
}
.protd ul li h3 {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.protd ul li p {
  font-size: 14px;
  color: #aaa;
}
.protd ul li:hover {
  border-color: #3073e5;
}
.protd ul li:hover h3 {
  color: #3073e5;
}
.progn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.progn ul li {
  width: 33.33%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  border-top: 1px solid #eee;
}
.progn ul li:nth-child(2),
.progn ul li:nth-child(5),
.progn ul li:nth-child(8) {
  border: 1px solid #eee;
  border-bottom: none;
}
.progn ul li .fl {
  margin-right: 30px;
}
.progn ul li .fl img {
  width: 32px;
}
.progn ul li .fr {
  flex: 1;
}
.progn ul li .fr h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.progn ul li .fr p {
  font-size: 14px;
  color: #aaa;
}
.current {
  padding: 30px 0;
}
.current i {
  margin-right: 10px;
  color: #3073e5;
}
.proxz {
  background: #3073e5 url(../images/pro2.jpg) no-repeat bottom center;
  height: 730px;
  box-sizing: border-box;
}
.proxz ul {
  position: relative;
}
.proxz ul li {
  background: url(../images/pro3-1.png) no-repeat center center;
  width: 430px;
  height: 130px;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  position: absolute;
}
.proxz ul li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3073e5;
}
.proxz ul li p {
  font-size: 14px;
  padding-top: 10px;
}
.proxz ul li:nth-child(2),
.proxz ul li:nth-child(3) {
  background: url(../images/pro3-2.png) no-repeat center center;
}
.proxz ul li:nth-child(1) {
  top: 70px;
  left: 50px;
}
.proxz ul li:nth-child(2) {
  top: 30px;
  right: 80px;
}
.proxz ul li:nth-child(3) {
  top: 310px;
  right: 15px;
}
.proxz ul li:nth-child(4) {
  top: 310px;
  left: 10px;
}
@media screen and (max-width: 769px) {
  .current {
    padding: 0.3rem 0;
  }
  .current i {
    margin-right: 0.1rem;
  }
  .protd ul {
    flex-wrap: wrap;
  }
  .protd ul li {
    width: 48%;
    padding: 0.15rem;
    margin-top: 0.3rem;
  }
  .protd ul li h3 {
    padding: 0.2rem 0;
    font-size: 0.28rem;
  }
  .protd ul li p {
    font-size: 0.24rem;
  }
  .progn ul li {
    width: 100%;
    padding: 0.3rem;
    border-top: 1px solid #eee;
  }
  .progn ul li:nth-child(2),
  .progn ul li:nth-child(5),
  .progn ul li:nth-child(8) {
    border: none;
    border-top: 1px solid #eee;
  }
  .progn ul li .fl {
    margin-right: 0.3rem;
  }
  .progn ul li .fl img {
    width: 0.36rem;
  }
  .progn ul li .fr {
    flex: 1;
  }
  .progn ul li .fr h3 {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
  }
  .progn ul li .fr p {
    font-size: 0.24rem;
  }
  .proxz {
    background: none;
    background: #3073e5;
    height: auto;
    background-size: 100%;
  }
  .proxz ul {
    position: relative;
  }
  .proxz ul li {
    background: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding: 0.3rem;
    position: static;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
  }
  .proxz ul li h3 {
    font-size: 0.34rem;
  }
  .proxz ul li p {
    font-size: 0.24rem;
    padding-top: 0.1rem;
  }
  .proxz ul li:nth-child(2),
  .proxz ul li:nth-child(3) {
    background: none;
    background: rgba(255, 255, 255, 0.8);
  }
}
.aboutjs .ww {
  display: flex;
  justify-content: space-between;
}
.aboutjs .ww .fl {
  margin-right: 30px;
}
.aboutjs .ww .fr {
  flex: 1;
}
.aboutjs .ww .fr .item-title::after {
  content: '';
  display: block;
  width: 45px;
  height: 5px;
  margin-top: 10px;
  background: #3073e5;
}
.aboutjs .ww .fr .item-con p {
  padding-top: 30px;
  text-indent: 4ch;
}
.aboutcon {
  display: flex;
  background: #000;
}
.aboutcon .fl {
  width: 50%;
  opacity: 0.3;
}
.aboutcon .fr {
  width: 50%;
  background: url(../images/about2.jpg) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.aboutcon .fr ul li {
  font-size: 18px;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.aboutcon .fr ul li .imgbox {
  width: 40px;
  text-align: center;
  margin-right: 10px;
}
.aboutcon .fr ul li .qrcode {
  width: 140px;
}
@media screen and (max-width: 769px) {
  .aboutjs .ww {
    flex-wrap: wrap;
  }
  .aboutjs .ww .fl {
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .aboutjs .ww .fr {
    flex: none;
    margin-top: 0.6rem;
    width: 100%;
  }
  .aboutjs .ww .fr .item-title::after {
    width: 0.5rem;
    height: 0.05rem;
  }
  .aboutjs .ww .fr .item-con p {
    padding-top: 0.3rem;
    text-indent: 4ch;
  }
  .aboutcon {
    flex-wrap: wrap;
  }
  .aboutcon .fl {
    width: 100%;
    height: 6rem;
  }
  .aboutcon .fr {
    width: 100%;
    padding: 0.5rem;
  }
  .aboutcon .fr ul li {
    font-size: 0.26rem;
    padding: 0.15rem 0;
  }
  .aboutcon .fr ul li .imgbox {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  .aboutcon .fr ul li .qrcode {
    width: 1.4rem;
  }
}
.cooperation ul {
  display: flex;
  justify-content: space-between;
}
.cooperation ul li {
  width: 31.3%;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
.cooperation ul li img {
  width: 100%;
}
.cooperation ul li .item-con {
  padding: 20px;
}
.cooperation ul li .item-con h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cooperation ul li .item-con p {
  color: #aaa;
}
.agent-channel {
  background: #3073e5;
}
.agent-channel .title {
  color: #fff;
}
.agent-channel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent-channel ul li {
  width: 24%;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}
.agent-channel ul li h3 {
  font-size: 28px;
  font-weight: bold;
}
.agent-flow ul {
  background: url(../images/agent5.png) no-repeat center bottom;
  background-size: 100%;
  height: 400px;
  position: relative;
}
.agent-flow ul li {
  text-align: center;
  position: absolute;
}
.agent-flow ul li .item-con {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 30px;
}
.agent-flow ul li .item-con h3 {
  font-weight: bold;
  padding-top: 10px;
}
.agent-flow ul li::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #3073e5;
  border-radius: 100%;
  margin: 30px auto 0 auto;
}
.agent-flow ul li:nth-child(1) {
  top: 0%;
  left: 5%;
}
.agent-flow ul li:nth-child(2) {
  top: 38%;
  left: 24%;
}
.agent-flow ul li:nth-child(3) {
  top: 0%;
  left: 44%;
}
.agent-flow ul li:nth-child(4) {
  top: 38%;
  right: 24%;
}
.agent-flow ul li:nth-child(5) {
  top: 0%;
  right: 6%;
}
.agent-form {
  display: flex;
  max-height: 600px;
}
.agent-form .fl {
  width: 40%;
  overflow: hidden;
}
.agent-form .fl img {
  width: 100%;
}
.agent-form .fr {
  width: 60%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 30px 40px;
}
.agent-form .fr .form-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent-form .fr .form-con .layui-form-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.agent-form .fr .form-con .layui-form-item .layui-input {
  border: none;
  font-size: 14px;
}
.agent-form .fr .form-con .layui-form-item .vercode {
  transform: translateX(10px);
}
.agent-form .fr .form-con .layui-form-select dl dd.layui-this {
  background-color: rgba(48, 115, 229, 0.8);
}
.agent-form .fr .form-con .layui-btn {
  height: 50px;
  line-height: 50px;
  background-color: #3073e5;
  min-width: 140px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .cooperation ul {
    flex-wrap: wrap;
  }
  .cooperation ul li {
    width: 100%;
    border-radius: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .cooperation ul li img {
    width: 100%;
  }
  .cooperation ul li .item-con {
    padding: 0.2rem;
  }
  .cooperation ul li .item-con h3 {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .agent-channel ul {
    flex-wrap: wrap;
  }
  .agent-channel ul li {
    width: 48%;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .agent-channel ul li img {
    width: 1.3rem;
  }
  .agent-channel ul li h3 {
    font-size: 0.34rem;
  }
  .agent-flow ul {
    background: none;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .agent-flow ul li {
    position: static;
    width: 48%;
    margin-top: 0.3rem;
  }
  .agent-flow ul li .item-con {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .agent-flow ul li .item-con img {
    max-width: 1rem;
  }
  .agent-flow ul li .item-con h3 {
    padding-top: 0.1rem;
    font-size: 0.3rem;
  }
  .agent-flow ul li::after {
    display: none;
  }
  .agent-form {
    display: flex;
    flex-wrap: wrap;
    max-height: none;
  }
  .agent-form .fl {
    width: 100%;
  }
  .agent-form .fr {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
  .agent-form .fr .form-con .layui-form-item {
    width: 100% !important;
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .agent-form .fr .form-con .layui-form-item .layui-input {
    font-size: 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .agent-form .fr .form-con .layui-form-item .vercode {
    transform: translateX(0.1rem);
  }
  .agent-form .fr .form-con .layui-btn {
    height: 0.8rem;
    line-height: 0.8rem;
    min-width: 2rem;
    border-radius: 0.1rem;
  }
}
.newlist ul {
  display: flex;
  flex-wrap: wrap;
}
.newlist ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #f5f5f5;
  margin: -1px 0 0 -1px;
}
.newlist ul li .item-time h3 {
  font-size: 36px;
  font-weight: bold;
  color: #666;
}
.newlist ul li .item-time p {
  font-size: 12px;
  color: #aaa;
}
.newlist ul li .item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.newlist ul li .item-des {
  font-size: 12px;
  color: #aaa;
}
.newlist ul li .item-img {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 180px;
}
.newshow {
  display: flex;
}
.newshow .newshow-fl {
  width: 35%;
}
.newshow .newshow-fl .fltop {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newshow .newshow-fl .fltop .item-time h3 {
  font-size: 36px;
  font-weight: bold;
  color: #666;
}
.newshow .newshow-fl .fltop .item-time p {
  font-size: 12px;
  color: #aaa;
}
.newshow .newshow-fl .fltop .item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.newshow .newshow-fl .fltop .item-des {
  font-size: 12px;
  color: #aaa;
}
.newshow .newshow-fl .fllist .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.newshow .newshow-fl .fllist .title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 22px;
  background: #3073e5;
  margin-right: 10px;
}
.newshow .newshow-fl .fllist ul li {
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
}
.newshow .newshow-fl .fllist ul li .item-time h3 {
  font-size: 36px;
  font-weight: bold;
  color: #666;
}
.newshow .newshow-fl .fllist ul li .item-time p {
  font-size: 12px;
  color: #aaa;
}
.newshow .newshow-fl .fllist ul li .item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.newshow .newshow-fl .fllist ul li .item-des {
  font-size: 12px;
  color: #aaa;
}
.newshow .newshow-fl .fllist ul li .item-img {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 180px;
}
.newshow .newshow-fr {
  flex: 1;
  margin-left: 40px;
  line-height: 30px;
}
@media screen and (max-width: 769px) {
  .newlist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .newlist ul li {
    width: 50%;
    padding: 0.3rem;
  }
  .newlist ul li .item-time h3 {
    font-size: 0.4rem;
  }
  .newlist ul li .item-time p {
    font-size: 0.24rem;
  }
  .newlist ul li .item-title {
    font-size: 0.28rem;
    margin: 0.3rem 0;
  }
  .newlist ul li .item-des {
    font-size: 0.22rem;
  }
  .newlist ul li .item-img {
    margin-top: 0.3rem;
    max-height: 2rem;
    border-radius: 0.1rem;
  }
  .newshow {
    display: flex;
    flex-wrap: wrap;
  }
  .newshow .newshow-fl {
    width: 100%;
  }
  .newshow .newshow-fl .fltop {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .newshow .newshow-fl .fltop .item-time h3 {
    font-size: 0.44rem;
  }
  .newshow .newshow-fl .fltop .item-time p {
    font-size: 0.22rem;
  }
  .newshow .newshow-fl .fltop .item-title {
    font-size: 0.28rem;
    margin: 0.2rem 0;
  }
  .newshow .newshow-fl .fltop .item-des {
    font-size: 0.22rem;
  }
  .newshow .newshow-fl .fllist ul {
    display: flex;
    margin-top: 0.3rem;
  }
  .newshow .newshow-fl .fllist ul li {
    width: 50%;
    padding: 0.3rem;
    margin-top: 0.2rem;
    margin: -1px 0 0 -1px;
  }
  .newshow .newshow-fl .fllist ul li .item-time h3 {
    font-size: 0.44rem;
  }
  .newshow .newshow-fl .fllist ul li .item-time p {
    font-size: 0.22rem;
  }
  .newshow .newshow-fl .fllist ul li .item-title {
    font-size: 0.28rem;
    margin: 0.3rem 0;
  }
  .newshow .newshow-fl .fllist ul li .item-des {
    font-size: 0.22rem;
  }
  .newshow .newshow-fl .fllist ul li .item-img {
    margin-top: 0.3rem;
    border-radius: 0.1rem;
    max-height: 2rem;
    display: none;
  }
  .newshow .newshow-fr {
    flex: none;
    width: 100%;
    margin-left: 0;
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 0.6rem;
  }
}
.newnav {
  border-bottom: 1px solid #f5f5f5;
}
.newnav ul {
  display: flex;
}
.newnav ul li {
  padding: 10px 10px 0 10px;
  margin: 0 20px;
  font-size: 20px;
}
.newnav ul li::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #3073e5;
  margin-top: 15px;
  opacity: 0;
}
.newnav ul .active {
  font-weight: bold;
}
.newnav ul .active::after {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .newnav {
    border-bottom: 1px solid #f5f5f5;
  }
  .newnav ul li {
    padding: 0.1rem 0.1rem 0 0.1rem;
    margin: 0 0.2rem;
    font-size: 0.3rem;
  }
  .newnav ul li::after {
    width: 0.4rem;
    height: 2px;
    margin-top: 0.2rem;
  }
}
.talent1 {
  background: url(../images/talent1-bg.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  height: 815px;
  position: relative;
}
.talent1 ul li {
  background: url(../images/talent1-11.png) no-repeat center bottom;
  background-size: 100% 100%;
  width: 384px;
  height: 224px;
  text-align: center;
  position: absolute;
}
.talent1 ul li p {
  font-weight: bold;
}
.talent1 ul li:nth-child(1) {
  top: 55%;
  left: 15%;
}
.talent1 ul li:nth-child(2) {
  top: 35%;
  left: 40%;
}
.talent1 ul li:nth-child(3) {
  top: 55%;
  right: 15%;
}
@media screen and (max-width: 769px) {
  .talent1 {
    background: url(../images/talent1-bg-m.jpg) repeat bottom center;
    background-size: auto;
    height: auto;
  }
  .talent1 ul {
    position: relative;
  }
  .talent1 ul li {
    background: none;
    width: 100%;
    height: auto;
    position: static;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 0.16rem;
    box-sizing: border-box;
  }
  .talent1 ul li img {
    width: 1.3rem;
  }
}
.talent2 {
  background: #3073e5;
}
.talent2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talent2 ul li {
  width: 47%;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.talent2 ul li .item-fl {
  margin-right: 20px;
}
.talent2 ul li .item-fr {
  flex: 1;
}
.talent2 ul li .item-fr h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.talent2 ul li .item-fr p {
  color: #aaa;
}
@media screen and (max-width: 769px) {
  .talent2 ul li {
    width: 48%;
    border-radius: 0.3rem;
    margin-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.2rem;
  }
  .talent2 ul li .item-fl {
    margin-right: 0;
    padding: 0.2rem 0;
    width: 100%;
    text-align: center;
  }
  .talent2 ul li .item-fl img {
    width: 1.8rem;
  }
  .talent2 ul li .item-fr {
    width: 100%;
    flex: none;
  }
  .talent2 ul li .item-fr h3 {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
    text-align: center;
  }
  .talent2 ul li .item-fr p {
    font-weight: normal;
  }
}
.talent3 ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
}
.talent3 ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 50px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: flex;
}
.talent3 ul li:nth-child(1),
.talent3 ul li:nth-child(2) {
  width: 50%;
}
.talent3 ul li:nth-child(2),
.talent3 ul li:nth-child(5) {
  border-right: none;
}
.talent3 ul li .item-fl {
  margin-right: 30px;
}
.talent3 ul li .item-fr {
  flex: 1;
}
.talent3 ul li .item-fr h3 {
  font-size: 24px;
  margin: 10px 0 30px 0;
  font-weight: bold;
}
.talent3 ul li .item-fr p {
  color: #aaa;
  line-height: 28px;
}
@media screen and (max-width: 769px) {
  .talent3 ul {
    display: flex;
    border-top: none;
  }
  .talent3 ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    display: flex;
  }
  .talent3 ul li:nth-child(1),
  .talent3 ul li:nth-child(2) {
    width: 100%;
  }
  .talent3 ul li:nth-child(2),
  .talent3 ul li:nth-child(5) {
    border-right: none;
  }
  .talent3 ul li .item-fl {
    margin-right: 0.3rem;
  }
  .talent3 ul li .item-fl img {
    width: 0.9rem;
  }
  .talent3 ul li .item-fr {
    flex: 1;
  }
  .talent3 ul li .item-fr h3 {
    font-size: 0.34rem;
    margin: 0.1rem 0 0.3rem 0;
  }
}
.talent4 {
  background: #fff url(../images/talent4-bg.jpg) repeat-x center bottom;
}
.talent4 ul {
  display: flex;
  justify-content: space-between;
}
.talent4 ul li {
  width: 23%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.talent4 ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .talent4 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .talent4 ul li {
    width: 48%;
    border-radius: 0.16rem;
    margin-bottom: 0.3rem;
  }
  .talent4 ul li p {
    font-size: 0.38rem;
  }
}
.intalent {
  display: flex;
  justify-content: space-between;
}
.intalent .intalent-fl {
  margin-right: 30px;
}
.intalent .intalent-fr {
  flex: 1;
}
.intalent .intalent-fr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intalent .intalent-fr ul li {
  width: 30%;
  margin-top: 30px;
  display: flex;
}
.intalent .intalent-fr ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #3073e5;
  margin: 6px 10px 0 0;
}
.intalent .intalent-fr ul li .item {
  flex: 1;
}
.intalent .intalent-fr ul li h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.intalent .intalent-fr ul li p {
  color: #aaa;
}
.intalent-zx {
  background: url(../images/in03-2.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0;
  color: #fff;
}
.intalent-zx h3 {
  font-size: 36px;
  font-weight: bold;
}
.intalent-zx p {
  font-size: 24px;
  padding: 20px 0 30px 0;
}
.intalent-zx .btn {
  border-color: #fff;
}
@media screen and (max-width: 769px) {
  .intalent {
    flex-wrap: wrap;
  }
  .intalent .intalent-fl {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .intalent .intalent-fr {
    flex: none;
    width: 100%;
  }
  .intalent .intalent-fr ul li {
    width: 45%;
    margin-top: 0.4rem;
    display: flex;
  }
  .intalent .intalent-fr ul li::before {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0.12rem 0.1rem 0 0;
  }
  .intalent .intalent-fr ul li .item {
    flex: 1;
  }
  .intalent .intalent-fr ul li h3 {
    font-size: 0.26rem;
    padding-bottom: 0.1rem;
  }
  .intalent-zx {
    padding: 0.6rem 0;
    color: #fff;
  }
  .intalent-zx h3 {
    font-size: 0.46rem;
  }
  .intalent-zx p {
    font-size: 0.34rem;
    padding: 0.2rem 0 0.3rem 0;
  }
  .intalent-zx .btn {
    border-color: #fff;
  }
}
