/* 字体 */
@font-face {
  font-family: "SegoeUI";
  src: url(./../fonts/SegoeUI.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSansCN";
  src: url(./../fonts/SourceHanSansCN-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 整体样式 */
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
  font-family: "SourceHanSansCN", "Simhei";
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* @media (max-width: 1400px) {
  html,
  body {
    font-size: 14px;
  }
} */

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

ul,
ol,
span,
p {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

/* 内宽--1400px */
.chief {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .chief {
    width: 96%;
  }
}

/* 公共样式 */
/* 0-0.图片 */
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 0-1.描述性文字 */
.desc {
  color: #333333;
  line-height: 37px;
  font-size: 20px;
}

.desc-b {
  color: #3b4660;
  line-height: 37px;
  font-size: 20px;
}

/* 0-2.页码 */
.pager {
  width: 100%;
  height: auto;
  text-align: center;
  color: #606266;
  margin-top: 70px;
}

.pager a {
  display: inline-block;
  padding: 7px 15px;
  color: #606266;
  margin-bottom: 10px;
  background-color: #f0f2f5;
}

.pager a:not(:last-child) {
  margin-right: 10px;
}

.pager a:hover,
.pager .active {
  background-color: #04b8b2;
  color: #fff;
}

/* 0-3.标题 */
.title {
  text-align: center;
}

.title h3 {
  color: #e5f8f7;
  font-size: 48px;
  font-family: "Impact";
  text-transform: uppercase;
}

.title p {
  font-size: 36px;
  color: #000000;
  margin-top: -57px;
}

@media (max-width: 1400px) {
  .desc {
    line-height: 32px;
    font-size: 16px;
  }
  .desc-b {
    font-size: 16px;
    line-height: 32px;
  }
  .pager {
    margin-top: 50px;
  }
  .pager a {
    padding: 7px 15px;
    margin-bottom: 7px;
  }
  .pager a:not(:last-child) {
    margin-right: 7px;
  }
  .title h3 {
    font-size: 38px;
  }
  .title p {
    font-size: 27px;
    margin-top: -44px;
  }
}

@media (max-width: 1000px) {
  .desc {
    line-height: 26px;
    font-size: 14px;
  }
  .desc-b {
    font-size: 14px;
    line-height: 26px;
  }
  .pager {
    margin-top: 32px;
  }
  .pager a {
    padding: 3px 9px;
    font-size: 12px;
  }
  .pager a:not(:last-child) {
    margin-right: 4px;
  }
  .title h3 {
    font-size: 32px;
  }
  .title p {
    font-size: 20px;
    margin-top: -34px;
  }
}

/* 1.页面头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  box-sizing: border-box;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-white {
  background-color: #ffffff;
  border-bottom: 0;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
}

header .logo {
  float: left;
  display: block;
  width: 147px;
  height: 51px;
  line-height: 90px;
}

header .logo img {
  width: 100%;
  height: 100%;
}

header .logo img:nth-child(1) {
  display: inline-block;
}

header .logo img:nth-child(2) {
  display: none;
}

.header-white .logo img:nth-child(1) {
  display: none;
}

.header-white .logo img:nth-child(2) {
  display: inline-block;
}

header .switch {
  float: right;
  height: 100%;
  line-height: 85px;
  cursor: pointer;
  font-size: 18px;
  text-align: right;
  box-sizing: border-box;
}

header .switch a,
header .switch em {
  color: #333;
  opacity: 0.5;
  font-style: normal;
}

.header-white .switch span,
.header-white .switch em {
  color: #000000;
}

header .switch em {
  margin: 0 3px;
}

header .switch a:hover,
header .switch .active {
  opacity: 1;
}

header .nav-link {
  float: right;
  box-sizing: border-box;
  font-size: 18px;
  text-align: right;
  box-sizing: border-box;
  margin-right: 30px;
  line-height: 85px;
}

header .nav-link li {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
}

header .nav-link li:not(:last-child) {
  margin-right: 50px;
}

header .nav-link li a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.header-white .nav-link li a {
  color: #000000;
}

header .nav-link li:hover a,
header .nav-link .active a {
  font-weight: bold;
}

header .nav-link li:hover,
header .nav-link .active {
  border-bottom: 5px solid #ffffff;
}

.header-white .nav-link li:hover,
.header-white .nav-link .active {
  border-bottom: 5px solid #04b8b2;
}

.header-white .nav-link li:hover a,
.header-white .nav-link .active a {
  color: #04b8b2;
  font-weight: normal;
}

header .nav-btns {
  display: none;
  float: right;
  width: 23px;
  height: 23px;
  cursor: pointer;
  line-height: 47px;
  cursor: pointer;
}

header .nav-btns img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  header {
    height: 75px;
  }
  header .logo {
    width: 100px;
    height: 34px;
    line-height: 75px;
  }
  header .switch {
    font-size: 16px;
    line-height: 70px;
  }
  header .nav-link {
    font-size: 16px;
    line-height: 70px;
  }
  header .nav-link li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  header {
    height: auto;
     overflow: initial; 
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
  }
  header .nav-btns {
    display: block;
  }
  header .logo {
    width: 90px;
    height: 31px;
    line-height: 47px;
  }
  header .logo img:nth-child(1) {
    display: none;
  }
  header .logo img:nth-child(2) {
    display: inline-block;
  }
  .header-white .logo img:nth-child(1) {
    display: none;
  }
  .header-white .logo img:nth-child(2) {
    display: inline-block;
  }
  header .switch {
    line-height: 50px;
    font-size: 14px;
    margin-right: 23px;
  }
  header .switch a,
  header .switch em {
    color: #000000;
  }
  header .nav-link {
    display: none;
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 19px 0;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 43px;
    text-align: center;
    position: fixed;
    top: 47px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    margin-right: 0;
    z-index:99;
  }
  header .nav-link li {
    display: block;
  }
  header .nav-link li:not(:last-child) {
    margin-right: 0;
  }
  header .nav-link li a {
    width: 100%;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    color: #000000;
  }
  header .nav-link li:hover a,
  header .nav-link .active a {
    font-weight: normal;
  }
  header .nav-link li:hover,
  header .nav-link .active {
    border-bottom: 0 solid #ffffff;
  }
  .header-white .nav-link li:hover,
  .header-white .nav-link .active {
    border-bottom: 0 solid #04b8b2;
  }
  header .nav-link li:hover a,
  header .nav-link .active a,
  .header-white .nav-link li:hover a,
  .header-white .nav-link .active a {
    color: #04b8b2;
  }
}

/* 2.轮播图 */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .mat {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.index-swiper .mat .img {
  width: 100%;
  height: auto;
}

.index-swiper .mat .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
}

.index-swiper .mat .con .chief {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-swiper .mat .con h1 {
  font-size: 48px;
  color: #ffffff;
}

.index-swiper .mat .con h2 {
  font-size: 20px;
  color: #fecb41;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 7px;
}

.index-swiper .mat .con .line {
  width: 52px;
  height: 4px;
  margin-top: 13px;
  background-color: #ffffff;
}

.index-swiper .mat .con p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 43px;
}

.index-swiper .mat .con a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #21c2ac;
  border-radius: 3px;
  margin-top: 55px;
  font-size: 14px;
}

@media (max-width: 1400px) {
  .index-swiper .mat .con h1 {
    font-size: 38px;
  }
  .index-swiper .mat .con h2 {
    font-size: 16px;
    letter-spacing: 0.7px;
    margin-top: 7px;
  }
  .index-swiper .mat .con .line {
    width: 52px;
    height: 4px;
    margin-top: 9px;
  }
  .index-swiper .mat .con p {
    font-size: 16px;
    margin-top: 32px;
  }
  .index-swiper .mat .con a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 32px;
  }
}

@media (max-width: 1200px) {
  .index-swiper .mat .con h1 {
    font-size: 28px;
  }
  .index-swiper .mat .con h2 {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 5px;
  }
  .index-swiper .mat .con .line {
    width: 43px;
    height: 2px;
    margin-top: 5px;
  }
  .index-swiper .mat .con p {
    font-size: 14px;
    margin-top: 27px;
  }
  .index-swiper .mat .con a {
    width: 110px;
    height: 37px;
    line-height: 37px;
    margin-top: 27px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper .mat .con h1 {
    font-size: 24px;
  }
  .index-swiper .mat .con h2 {
    font-size: 12px;
  }
  .index-swiper .mat .con .line {
    width: 32px;
    height: 2px;
  }
  .index-swiper .mat .con p {
    font-size: 14px;
    margin-top: 23px;
  }
  .index-swiper .mat .con a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin-top: 23px;
  }
}

@media (max-width: 768px) {
    .index-swiper .mat .img{
        height:300px;
    }
        .index-swiper .swiper-slide a img {
            height: 240px;
        }
  .index-swiper .mat .con h1 {
    font-size: 20px;
  }
  .index-swiper .mat .con h2 {
    font-size: 12px;
  }
  .index-swiper .mat .con .line {
    height: 1px;
  }
  .index-swiper .mat .con p {
    font-size: 13px;
    margin-top: 19px;
  }
  .index-swiper .mat .con a {
    margin-top: 19px;
  }
}

/*@media (max-width: 480px) {
  .index-swiper .mat .con h1 {
    font-size: 16px;
  }
  .index-swiper .mat .con h2 {
    font-size: 10px;
    margin-top: 3px;
  }
  .index-swiper .mat .con .line {
    margin-top: 3px;
  }
  .index-swiper .mat .con p {
    font-size: 12px;
    margin-top: 7px;
  }
  .index-swiper .mat .con a {
    margin-top: 7px;
    width: 75px;
    height: 27px;
    line-height: 27px;
    font-size: 10px;
  }
}*/

/* 3.顶部图 */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 90px;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 49px;
  font-weight: bold;
}

.banner .sub img {
  width: 51px;
  height: 17px;
}

@media (max-width: 1400px) {
  .banner {
    margin-top: 75px;
  }
  .banner .sub {
    font-size: 32px;
  }
  .banner .sub img {
    width: 37px;
    height: 11px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
  }
  .banner .img {
    height: 140px;
  }
  .banner .sub {
    font-size: 20px;
  }
  .banner .sub img {
    width: 27px;
    height: 9px;
  }
}

/* 4.页脚 */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #eeecec;
}

footer .top .chief {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 61px 0 53px;
}

footer .left {
  width: 27%;
}

footer .right {
  width: 73%;
  box-sizing: border-box;
  padding-left: 194px;
}

footer .logo {
  width: 230px;
  height: 95px;
  cursor: pointer;
}

footer .logo img {
  width: 100%;
  height: 100%;
}

footer .info {
  margin-top: 45px;
}

footer .info li {
  display: flex;
}

footer .info li:not(:first-child) {
  margin-top: 13px;
}

footer .info li p {
  display: block;
  color: #333333;
  font-size: 14px;
}
   /* footer .info li:nth-last-child(1) p:nth-child(1) {
        flex: 1;
    }*/
    footer .info li p:nth-last-child(1){
        flex:1;
    }
    footer .info li p img {
        margin-right: 13px;
        width: 26px;
        height: 26px;
    }

footer .link {
  display: flex;
  justify-content: space-between;
}

footer .link a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}

footer .link a:first-child {
  font-size: 18px;
  margin-bottom: 9px;
  font-weight:bold;

}

    footer .link a:hover {
        font-weight: bold;
        color: #04b8b2;
    }

footer .code {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .code h3 {
  font-size: 14px;
  color: #707070;
}

footer .code ul {
  display: flex;
  margin-left: 30px;
}
    footer .code ul li p{
        text-align:center;
        margin-top:5px;
    }

    footer .code ul li:not(:first-child) {
        margin-left: 15px;
    }

footer .code ul li {
  position: relative;
}

footer .code ul li .qr {
  width: 100px;
  height: 100px;
 /* display: none;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);*/
 /* box-sizing: border-box;
  padding: 5px 5px 10px 5px;
  background: url(./../images/code-bg.png) no-repeat center/cover;*/
}

footer .code ul li .icon {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

footer .code ul li:hover .qr,
footer .code ul .active .qr {
  display: block;
}

footer .copy {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #48484c;
}

footer .copy a {
  color: #ffffff;
  font-size: 14px;
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

footer .copy img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}

@media (max-width: 1400px) {
  footer .top .chief {
    padding: 47px 0 37px;
  }
  footer .left {
    width: 35%;
  }
  footer .right {
    width: 65%;
    padding-left: 75px;
  }
  footer .logo {
    width: 180px;
    height: 74px;
  }
  footer .info li p img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1000px) {
  footer .top .chief {
    padding: 27px 0 29px;
    flex-direction: column;
  }
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
  }
  footer .logo {
    width: 120px;
    height: 49px;
    margin: 0 auto;
  }
  footer .info {
    margin-top: 11px;
  }
  footer .info li:not(:first-child) {
    margin-top: 7px;
  }
  footer .info li {
    justify-content: center;
  }
  footer .info li p {
    font-size: 14px;
  }
  footer .info li p img {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  footer .link {
    display: none;
  }
  footer .code {
    margin-top: 30px;
    justify-content: center;
  }
  footer .code p {
    width: 90px;
  }
  footer .code h3 {
    font-size: 14px;
  }
  footer .code ul {
    margin-left: 0;
  }
  footer .code ul li:not(:first-child) {
    margin-left: 7px;
  }
  footer .code ul li .icon {
    width: 20px;
    height: 20px;
  }
  footer .code ul li .qr {
    top: -47px;
    padding: 2px 2px 4px 2px;
  }
  footer .copy {
    width: 100%;
    height: auto;
    line-height: 21px;
    box-sizing: border-box;
    padding: 3px 0;
  }
  footer .copy a {
    display: block;
    font-size: 10px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
  footer .copy img {
    width: 12px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
}

/* 5.联系我们 */
.contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 90px 0 0;
}

.contact .chief {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact .info {
  width: 55%;
  box-sizing: border-box;
  padding-bottom: 100px;
  border-bottom: 1px solid #cfcfcf;
}

.contact .info li {
  display: flex;
  flex-direction: row;
  color: #707070;
  font-size: 18px;
}

.contact .info li:not(:first-child) {
  margin-top: 27px;
}

.contact .info li p img {
  width: 16px;
  height: auto;
  margin-right: 11px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.contact .code li {
  display: inline-block;
  margin:0 10px;
}

.contact .code li img {
  width: 130px;
  height: 130px;
}

.contact .code li p {
  text-align: center;
  margin-top: 13px;
  color: #666666;
}

@media (max-width: 1400px) {
  .contact {
    padding: 60px 0 0;
  }
  .contact .info {
    padding-bottom: 75px;
  }
  .contact .info li {
    font-size: 16px;
  }
  .contact .info li:not(:first-child) {
    margin-top: 19px;
  }
  .contact .info li p img {
    width: 13px;
    margin-right: 7px;
  }
}

@media (max-width: 1000px) {
  .contact {
    padding: 37px 0 0;
  }
  .contact .chief {
    flex-direction: column;
  }
  .contact .info {
    width: 100%;
    padding-bottom: 23px;
  }
  .contact .info li {
    font-size: 13px;
  }
  .contact .info li:not(:first-child) {
    margin-top: 13px;
  }
  .contact .info li p img {
    width: 11px;
    height: auto;
    margin-right: 3px;
  }
  .contact .code li p {
    margin-top: 5px;
    font-size: 12px;
  }
  .contact .code {
    margin-top: 23px;
  }
  .contact .code li img {
    width: 90px;
    height: 90px;
  }
}

/* 6.地图 */
.map {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 62px 0 100px;
}

.map img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .map {
    padding: 23px 0 43px;
  }
}

/* 7.服务支持 */
.s-tit h3 {
  color: #000000;
  font-size: 34px;
  line-height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border-left: 8px solid #04b8b2;
}

.s-tit p {
  color: #999999;
  font-size: 20px;
  line-height: 37px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .s-tit h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .s-tit p {
    font-size: 16px;
    margin-top: 7px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .s-tit h3 {
    font-size: 18px;
    line-height: 18px;
    padding-left: 7px;
    border-left: 4px solid #04b8b2;
  }
  .s-tit p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* 7-1.有问必答 */
.ans {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 0;
}

.ans ul {
  margin-top: 20px;
}

.ans li {
  padding: 20px 0;
  display: flex;
  border-top: 1px solid #e2e2e2;
}

.ans li .img {
  width: 25px;
  height: 100%;
  margin-right: 15px;
  line-height: 60px;
}

.ans li:last-child .img {
  line-height: 23px;
}

.ans li .img img {
  width: 100%;
  height: auto;
}

.ans li .inp {
  width: 43%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 30px;
}

.ans li:last-child .inp {
  height: 257px;
  width: 100%;
  position: relative;
}

.ans li:last-child .inp span {
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #7f7f7f;
  font-size: 16px;
}

.ans li .inp input {
  width: 73%;
  height: 100%;
  outline: 0;
  border: 0;
  font-size: 16px;
}

.ans li .inp textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  outline: 0;
  border: 0;
  resize: none;
  line-height: 27px;
  padding: 15px 0;
}

.ans li span {
  color: #a5a5a5;
  font-size: 18px;
}

.ans li em {
  color: #c70f0f;
}

.ans .btns {
  width: 45%;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #04b8b2;
  cursor: pointer;
  margin: 75px auto 0;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .ans {
    padding: 53px 0 0;
  }
  .ans li .img {
    width: 19px;
    line-height: 47px;
  }
  .ans li .inp {
    width: 50%;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
  }
  .ans li span {
    font-size: 16px;
  }
  .ans li .inp input {
    width: 70%;
  }
  .ans .btns {
    width: 45%;
    height: 47px;
    line-height: 47px;
    margin: 43px auto 0;
  }
}

@media (max-width: 1000px) {
  .ans {
    padding: 37px 0 0;
  }
  .ans ul {
    margin-top: 10px;
  }
  .ans li {
    padding: 10px 0;
  }
  .ans li .img {
    width: 13px;
    margin-right: 7px;
    line-height: 37px;
  }
  .ans li .inp {
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 7px;
    border-radius: 3px;
  }
  .ans li:last-child .inp {
    height: 140px;
  }
  .ans li:last-child .inp span {
    right: 10px;
    font-size: 13px;
  }
  .ans li .inp textarea {
    padding: 7px 0;
    line-height: 23px;
    font-size: 12px;
  }
  .ans li .inp input {
    font-size: 12px;
  }
  .ans li span {
    font-size: 13px;
  }
  .ans li .inp input {
    width: 65%;
  }
  .ans .btns {
    width: 45%;
    height: 37px;
    line-height: 37px;
    margin: 23px auto 0;
    font-size: 12px;
    border-radius: 3px;
  }
}

/* 7-2.电话在线 */
.online {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 63px 0 0;
}

.online .tel p {
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  margin-top: 43px;
}

.online .img {
  margin-top: 43px;
  box-sizing: border-box;
  padding: 0 150px;
}

@media (max-width: 1400px) {
  .online {
    padding: 53px 0 0;
  }
  .online .tel p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 27px;
  }
  .online .img {
    margin-top: 27px;
    box-sizing: border-box;
    padding: 0 130px;
  }
}

@media (max-width: 1000px) {
  .online {
    padding: 42px 0 0;
  }
  .online .tel p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 13px;
  }
  .online .img {
    width: 75%;
    margin: 17px auto 0;
    box-sizing: border-box;
    padding: 0%;
  }
}

/* 7-3.mail支持 */
.mail {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 63px 0 120px;
}

.mail .tel {
  margin-top: 47px;
}

.mail .tel p {
  font-size: 18px;
  color: #999999;
  line-height: 34px;
}

@media (max-width: 1400px) {
  .mail {
    padding: 53px 0 75px;
  }
  .mail .tel {
    margin-top: 32px;
  }
  .mail .tel p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .mail {
    padding: 42px 0 63px;
  }
  .mail .tel {
    margin-top: 23px;
  }
  .mail .tel p {
    font-size: 13px;
    line-height: 23px;
  }
}

/* 8.新闻资讯 */
.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 100px;
}

.news ul {
  width: 100%;
  height: auto;
}

.news ul li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #999;
}

.news ul li a {
  display: flex;
  align-items: center;
}

.news ul li:first-child {
  padding-top: 0;
}

.news ul li .time {
  width: 160px;
  color: #666666;
  font-weight: bold;
  font-family: "Arial";
}

.news ul li .time em {
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
}

.news ul li .time h2 {
  display: inline-block;
  font-size: 75px;
}

.news ul li .time h3 {
  display: inline-block;
  font-size: 40px;
}

.news ul li .img {
  width: 320px;
  margin-left: 17px;
}

.news ul li .det {
  width: calc(100% - 497px);
  box-sizing: border-box;
  padding-left: 90px;
}

.news ul li .det h4 {
  color: #000000;
  font-size: 26px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news ul li .det p {
  color: #000000;
  margin-top: 36px;
  font-size: 16px;
}

.news ul li .det p span:first-child {
  margin-right: 25px;
}

.news ul li:hover,
.news ul .active {
  border-bottom: 1px solid #04b8b2;
}

.news ul li:hover .time h2,
.news ul .active .time h2,
.news ul li:hover .det h4,
.news ul .active .det h4,
.news ul li:hover .det p,
.news ul .active .det p {
  color: #04b8b2;
}

@media (max-width: 1400px) {
  .news {
    padding: 53px 0 90px;
  }
  .news ul li {
    padding: 20px 0;
  }
  .news ul li .time {
    width: 120px;
  }
  .news ul li .time em {
    font-size: 30px;
  }
  .news ul li .time h2 {
    font-size: 60px;
  }
  .news ul li .time h3 {
    font-size: 30px;
  }
  .news ul li .img {
    width: 280px;
    margin-left: 10px;
  }
  .news ul li .det {
    width: calc(100% - 410px);
    padding-left: 43px;
  }
  .news ul li .det h4 {
    font-size: 23px;
  }
  .news ul li .det p {
    margin-top: 27px;
  }
}

@media (max-width: 1000px) {
  .news {
    padding: 37px 0 47px;
  }
  .news ul li {
    padding: 10px 0;
  }
  .news ul li a {
    flex-wrap: wrap;
  }
  .news ul li .time {
    width: 100%;
    text-align: center;
    display:none;
  }
  .news ul li .time em {
    font-size: 18px;
  }
  .news ul li .time h2 {
    font-size: 27px;
  }
  .news ul li .time h3 {
    font-size: 18px;
  }
  .news ul li .img {
    width: 150px;
    margin-left: 0;
  }
  .news ul li .det {
    width: calc(100% - 150px);
    padding-left: 13px;
  }
  .news ul li .det h4 {
    font-size: 17px;
  }
  .news ul li .det p {
    margin-top: 7px;
    font-size: 13px;
  }
  .news ul li .det p span:first-child {
    margin-right: 7px;
  }
}

/* 9.产品应用 */
.use {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 100px;
}

.use1 {
  padding: 0 5px 0 0;
}

.use ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.use ul li {
  width: calc(50% - 20px);
  height: auto;
}

.use1 ul li {
  width: calc((100% / 3) - 26px);
}

.use ul li:not(:nth-child(2n)) {
  margin-right: 40px;
}

.use ul li:nth-child(n + 3) {
  margin-top: 40px;
}

.use1 ul li:not(:nth-child(2n)) {
  margin-right: 0;
}

.use1 ul li:nth-child(n + 3) {
  margin-top: 0;
}

.use1 ul li:not(:nth-child(3n)) {
  margin-right: 39px;
}

.use1 ul li:nth-child(n + 4) {
  margin-top: 39px;
}

.use ul li .img {
  width: 100%;
}

.use ul li .det {
  width: 100%;
  height: 72px;
  line-height: 72px;
  color: #000000;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 20px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.use1 ul li .det {
  height: 58px;
  line-height: 58px;
}

.use ul li .det p {
  display: inline-block;
  width: 90%;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.use ul li .det span {
  float: right;
}

.use ul li:hover .det,
.use ul .active .det {
  background-color: #04b8b2;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .use {
    padding: 53px 0 90px;
  }
  .use1 {
    padding: 0 5px 0 0;
  }
  .use ul li {
    width: calc(50% - 15px);
  }
  .use ul li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .use ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .use1 ul li {
    width: calc((100% / 3) - 10px);
  }
  .use1 ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .use1 ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .use1 ul li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .use1 ul li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .use ul li .det {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .use1 ul li .det {
    height: 47px;
    line-height: 47px;
  }
}

@media (max-width: 1000px) {
  .use {
    padding: 37px 0 47px;
  }
  .use1 {
    padding: 9px 0 0 0;
  }
  .use ul li {
    width: calc(50% - 7px);
  }
  .use1 ul li {
    width: calc(50% - 7px);
  }
  .use ul li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .use ul li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .use1 ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .use1 ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .use1 ul li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .use1 ul li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .use ul li .det {
    padding: 0 7px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
  }
  .use1 ul li .det {
    height: 37px;
    line-height: 37px;
  }
  .use ul li .det p {
    width: 90%;
  }
  .use ul li .det {
    box-shadow: 0 0 0 0;
    border: 1px solid #e1ebf2;
    border-top: 0;
  }
}

/* 10.产品中心 */
.product {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0 140px;
}

.product aside {
  float: left;
  width: 320px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.product .side-contents {
  float: right;
  width: calc(100% - 320px);
  height: auto;
  overflow: hidden;
  padding-left: 40px;
}

.product aside h3 {
  width: 100%;
  height: 130px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #04b8b2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ffffff;
}

.product aside ul {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.product aside ul li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.product aside ul li a {
  display: block;
  width: 84%;
  height: auto;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 auto;
  font-size:16px;
}

.product aside ul li .second a {
  color: #999999;
  font-weight: normal;
}

.product aside ul li .first {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product aside ul li .first span {
  width: calc(100% - 32px);
}

.product aside ul li .first img {
  width: 16px;
  height: 16px;
}

.product aside ul li .second {
  display: none;
}

.product aside ul li .second a {
  padding: 17px 30px;
}

.product aside ul li .first img:nth-child(1) {
  display: inline-block;
}

.product aside ul li .first img:nth-child(2) {
  display: none;
}

.product aside ul .active .first img:nth-child(2),
.product aside ul li:hover .first img:nth-child(2) {
  display: inline-block;
}

.product aside ul .active .first img:nth-child(1),
.product aside ul li:hover .first img:nth-child(1) {
  display: none;
}

.product aside ul .active .first,
.product aside ul li:hover .first {
  color: #ffffff;
  background-color: #04b8b2;
  width: 100%;
  padding: 20px 8%;
}

.product aside ul .active .second,
.product aside ul li:hover .second {
  display: block;
}

.product aside ul .active .second .active,
.product aside ul li .second a:hover {
  color: #04b8b2;
}

.product aside p {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #e93a26;
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 7px;
  display: none;
  cursor: pointer;
}

.product aside .code {
  width: 126px;
  height: auto;
  margin: 30px auto 43px;
  text-align: center;
}

.product aside .code span {
  color: #666666;
  display: block;
  margin-top: 13px;
}

.product .side-contents .aside {
  display: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 9px;
  border-bottom: 1px solid #999999;
  margin-bottom: 9px;
  line-height: 23px;
}

.product .side-contents .aside span {
  font-size: 14px;
}

.product .side-contents .aside img {
  float: right;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .product aside {
    width: 240px;
  }
  .product .side-contents {
    width: calc(100% - 240px);
    padding-left: 14px;
  }
  .product aside h3 {
    font-size: 20px;
    height: 110px;
  }
  .product aside ul li a {
    width: 100%;
    padding: 20px 13px;
  }
  .product aside ul li .second a {
    padding: 15px 20px;
  }
  .product aside ul .active .first,
  .product aside ul li:hover .first {
    padding: 20px 13px;
  }
  .product aside ul li .first span {
    width: calc(100% - 25px);
  }
}

@media (max-width: 1000px) {
  .product {
    padding:30px 0;
  }
    .product .side-contents .aside span{
        font-size:18px;
    }
    .product aside {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        display: none;
        z-index: 300;
        background-color: #f7f7f7;
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
        border-radius: 5px;
    }
  .product aside p {
    display: block;
  }
  .product .side-contents .aside {
    display: block;
  }
  .product .side-contents {
    width: 100%;
    padding-left: 0;
  }
  .product aside h3 {
    font-size: 16px;
    font-weight: normal;
    height: 60px;
  }
  .product aside ul {
    margin-top: 0;
    width: 100%;
    height: 45vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .product aside ul li a {
    padding: 13px 7px;
    font-size: 14px;
  }
  .product aside ul .active .first,
  .product aside ul li:hover .first {
    padding: 13px 7px;
  }
  .product aside ul li .second a {
    padding: 13px 7px;
  }
  .product aside ul li .first span {
    width: calc(100% - 15px);
  }
  .product aside ul li .first img {
    width: 10px;
    height: 10px;
  }
  .product aside .code {
    display: none;
  }
}

/* 11.关于我们 */
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 0;
}

.about .chief {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .img {
  width: 680px;
  height: 100%;
}

.about .right {
  width: calc(100% - 680px);
  height: auto;
  box-sizing: border-box;
  padding-left: 40px;
}

.about .right h1 {
  color: #e5f8f7;
  font-size: 48px;
  font-family: "Impact";
  text-transform: uppercase;
  text-align: right;
}

.about .right h3 {
  font-size: 36px;
  color: #000000;
  text-align: right;
  margin-top: 13px;
}

.about .right h3 img {
  width: 16px;
  height: 16px;
  vertical-align: super;
  margin-right: 7px;
  margin-top: 3px;
}

.about .right .desc {
  margin-top: 59px;
  text-indent: 2em;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.about .right .btns {
  margin-top: 52px;
}

/* 12.荣誉资质 */
.honor {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 120px;
}

.honor .img {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .about {
    padding: 63px 0 0;
  }
  .honor {
    padding: 63px 0 90px;
  }
  .about .img {
    width: 480px;
  }
  .about .right {
    width: calc(100% - 480px);
  }
  .about .right h1 {
    font-size: 38px;
  }
  .about .right h3 {
    font-size: 27px;
    margin-top: 7px;
  }
  .about .right h3 img {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-top: 7px;
  }
  .about .right .desc {
    margin-top: 43px;
  }
}

@media (max-width: 1000px) {
  .about {
    padding: 30px 0;
  }
  .honor {
    padding: 37px 0 53px;
  }
  .honor .img {
    margin-top: 23px;
  }
  .about .chief {
    flex-direction: column;
  }
  .about .img {
    width: 100%;
    margin: 21px auto 0;
    order: 2;
  }
  .about .right {
    width: 100%;
    padding-left: 0;
  }
  .about .right h1 {
    font-size: 32px;
    text-align: center;
  }
  .about .right h3 {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }
  .about .right h3 img {
    width: 11px;
    height: 11px;
    margin-right: 3px;
    margin-top: 7px;
  }
  .about .right .desc {
    margin-top: 21px;
  }
}

/* 13.公司理念 */
.idea {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 0;
}

.idea ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #f7f7f7;
}

.idea ul li {
  width: 25%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
  padding: 50px 30px 30px;
  cursor: pointer;
  /* background: url(./../images/idea.png) no-repeat center/cover; */
}

.idea ul li .icon img {
  width: auto;
  height: 41px;
}

.idea ul li .icon img:nth-child(1) {
  display: block;
}

.idea ul li .icon img:nth-child(2) {
  display: none;
}

.idea ul li h3 {
  margin-top: 278px;
  color: #04b8b2;
  font-size: 20px;
}

.idea ul li h5 {
  margin-top: 23px;
  color: #999999;
  font-size: 20px;
  line-height: 32px;
}

.idea ul li:hover,
.idea ul .active {
  background: url(./../images/idea.png) no-repeat center/cover;
}

.idea ul li:hover h3,
.idea ul .active h3,
.idea ul li:hover h5,
.idea ul .active h5 {
  color: #ffffff;
}

.idea ul li:hover .icon img:nth-child(1),
.idea ul .active .icon img:nth-child(1) {
  display: none;
}

.idea ul li:hover .icon img:nth-child(2),
.idea ul .active .icon img:nth-child(2) {
  display: block;
}

@media (max-width: 1400px) {
  .idea {
    padding: 63px 0 0;
  }
  .idea ul {
    margin-top: 32px;
  }
  .idea ul li .icon img {
    height: 32px;
  }
  .idea ul li {
    padding: 37px 20px 20px;
  }
  .idea ul li h3 {
    margin-top: 240px;
  }
}

@media (max-width: 1000px) {
    header .nav-link li:hover, header .nav-link .active{
        border:none !important;
    }
    .idea {
        padding: 43px 0 0;
    }
  .idea ul {
    margin-top: 23px;
    flex-wrap: wrap;
  }
  .idea ul li .icon img {
    height: 35px;
  }
  .idea ul li {
    width: 50%;
    padding: 23px 11px 10px;
  }
  .idea ul li h3 {
    margin-top: 30px;
    font-size: 18px;
  }
  .idea ul li h5 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
  }
}

/* 14.核心团队 */
.team {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 0;
}

.team .team-list {
  margin-top: 35px;
}

.team .figSwiper .swiper-container {
  width: 90%;
}

.team .figSwiper .lc {
  width: 100%;
  height: auto;
  background-color: #fafbfc;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.team .figSwiper .lc .img {
  width: 560px;
}

.team .figSwiper .lc .left {
  width: calc(100% - 560px);
  box-sizing: border-box;
  padding: 48px 40px;
}

.team .figSwiper .lc .left .desc {
  font-size: 16px;
  margin-top: 43px;
  line-height: 32px;
  color: #3b4660;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.team .figSwiper .lc .left .name {
  font-size: 16px;
  color: #a5afc7;
}

.team .figSwiper .lc .left .name span:first-child {
  color: #3b4660;
  font-size: 20px;
}

.team .portSwiper {
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.team .portSwiper .swiper-container {
  width: 90%;
  height: auto;
  overflow: hidden;
}

.team .portSwiper .lc {
  position: relative;
  padding-top: 25px;
  cursor: pointer;
}

.team .portSwiper .img {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 45px;
  border-radius: 10px;
  background-color: #fafbfc;
  box-shadow: 3px 3px 7px 0px rgba(245, 247, 254, 0.12);
}

.team .portSwiper .trg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 25px;
  display: none;
}

.team .portSwiper .active .img {
  background-color: #04b8b2;
}

.team .portSwiper .active .trg {
  display: block;
}

/* 轮播图默认样式修改 */
.team .portSwiper .swiper-button-next,
.team .portSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
}

.team .portSwiper .swiper-button-prev,
.team .portSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/team-left.png);
  background-size: 100% 100%;
  left: 0;
}

.team .portSwiper .swiper-button-next,
.team .portSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/team-right.png);
  background-size: 100% 100%;
  right: 0;
}

@media (max-width: 1400px) {
  .team {
    padding: 63px 0 0;
  }
  .team .figSwiper .lc .img {
    width: 480px;
  }
  .team .figSwiper .lc .left {
    width: calc(100% - 480px);
    padding: 32px 30px;
  }
  .team .figSwiper .lc .left .desc {
    font-size: 14px;
    margin-top: 27px;
    line-height: 32px;
  }
  .team .portSwiper {
    margin-top: 23px;
  }
  .team .portSwiper .lc {
    padding-top: 23px;
  }
  .team .portSwiper .trg {
    width: 32px;
    height: 18px;
  }
  .team .portSwiper .swiper-button-next,
  .team .portSwiper .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1000px) {
  .team {
    padding: 30px 0;
  }
  .team .team-list {
    margin-top: 27px;
  }
  .team .portSwiper .swiper-container,
  .team .figSwiper .swiper-container {
    width: 100%;
  }
  .team .figSwiper .lc {
    flex-direction: column;
    align-items: center;
  }
  .team .figSwiper .lc .img {
    width: 95%;
    order: 1;
    border-radius: 10px;
    overflow: hidden;
  }
  .team .figSwiper .lc .left {
    order: 2;
    width: 100%;
    padding: 19px 13px;
  }
  .team .figSwiper .lc .left .name {
    font-size: 14px;
    text-align: center;
  }
  .team .figSwiper .lc .left .name span:first-child {
    font-size: 18px;
  }
  .team .figSwiper .lc .left .desc {
    font-size: 14px;
    margin-top: 7px;
    line-height: 23px;
  }
  .team .portSwiper {
    margin-top: 13px;
  }
  .team .portSwiper .lc {
    padding-top: 13px;
  }
  .team .portSwiper .img {
    padding: 7px 13px;
    border-radius: 5pox;
  }
  .team .portSwiper .trg {
    width: 23px;
    height: 7px;
  }
  .team .portSwiper .swiper-button-next,
  .team .portSwiper .swiper-button-prev {
    width: 27px;
    height: 27px;
    display:none;
  }
}

/* 15.首页 */
/* 15-1.首页-产品应用 */
.inx-use {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 120px;
}

.inx-use .use-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 43px;
}

.inx-use .swiper-container {
  width: 88%;
  height: auto;
  overflow: hidden;
}

.inx-use .lc {
  box-sizing: border-box;
  padding: 32px 5px 5px;
}

.inx-use .lc a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 23px;
  padding: 78px 30px 60px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.inx-use .lc .icon img {
  width: auto;
  height: 65px;
}

.inx-use .lc .icon img:nth-child(1) {
  display: inline-block;
}

.inx-use .lc .icon img:nth-child(2) {
  display: none;
}

.inx-use .lc h3 {
  color: #000000;
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
}

.inx-use .lc p {
  color: #565252;
  margin-top: 36px;
  font-size: 16px;
}

.inx-use .lc a:hover,
.inx-use .lc .active {
  background-color: #04b8b2;
  margin-top: -2px;
}

.inx-use .lc a:hover .icon img:nth-child(1),
.inx-use .lc .active .icon img:nth-child(1) {
  display: none;
}

.inx-use .lc a:hover .icon img:nth-child(2),
.inx-use .lc .active .icon img:nth-child(2) {
  display: inline-block;
}

.inx-use .lc a:hover h3,
.inx-use .lc .active h3,
.inx-use .lc a:hover p,
.inx-use .lc .active p {
  color: #ffffff;
}

/* 轮播图默认样式修改 */
.inx-use .swiper-button-next,
.inx-use .swiper-button-prev {
  width: 60px;
  height: 60px;
}

.inx-use .swiper-button-prev,
.inx-use .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left-s.png);
  background-size: 100% 100%;
  left: 0;
}

.inx-use .swiper-button-next,
.inx-use .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right-s.png);
  background-size: 100% 100%;
  right: 0;
}

@media (max-width: 1400px) {
  .inx-use {
    padding: 63px 0 90px;
  }
  .inx-use .use-swiper {
    margin-top: 32px;
  }
  .inx-use .lc a {
    padding: 43px 20px 43px;
  }
  .inx-use .lc .icon img {
    width: auto;
    height: 43px;
  }
  .inx-use .lc h3 {
    margin-top: 27px;
    font-size: 18px;
  }
  .inx-use .lc p {
    margin-top: 23px;
    font-size: 14px;
  }
  /* 轮播图默认样式修改 */
  .inx-use .swiper-button-next,
  .inx-use .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1000px) {
    .inx-use .lc a:hover .icon img:nth-child(1), .inx-use .lc .active .icon img:nth-child(1){
        display:inline-block !important;
    }
    .inx-use .lc a:hover, .inx-use .lc .active{
        background-color:#fff;
    }
        .inx-use .lc a:hover h3,
        .inx-use .lc .active h3,
        .inx-use .lc a:hover p,
        .inx-use .lc .active p {
            color: #333;
        }
    .inx-use {
        padding: 30px 0;
    }
  .inx-use .use-swiper {
    margin-top: 0;
  }
  .inx-use .swiper-container {
    width: 100%;
  }
    .inx-use .lc{
        margin:30px 0 15px 0;
        padding-top:0;
        box-shadow:0 0 10px rgba(0,0,0,.15);
    }
    .inx-use .lc a {
        padding: 23px 50px 23px;
        border-radius: 10px;
        box-shadow: 0 0 0 0;
        border: 1px solid #f3f3f3;
    }
  .inx-use .lc .icon img {
    width: auto;
    height: 50px;
  }
  .inx-use .lc h3 {
    margin-top: 23px;
    font-size: 16px;
    line-height:26px;
  }
  .inx-use .lc p {
    margin-top: 7px;
    font-size: 14px;
  }
  /* 轮播图默认样式修改 */
  .inx-use .swiper-button-next,
  .inx-use .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .inx-use .lc a:hover,
  .inx-use .lc .active {
    margin-top: 0;
  }
}

/* 15-2.首页-产品中心 */
.inx-pro {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 120px;
  background: url(./../images/inx-pro-bg.png) no-repeat center/cover;
}

.inx-pro .pro-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 43px;
}

.inx-pro .swiper-container {
  width: 88%;
  height: auto;
  overflow: hidden;
}

.inx-pro .lc a {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.inx-pro .lc .img {
  width: 760px;
}

.inx-pro .lc .right {
  width: calc(100% - 760px);
  box-sizing: border-box;
  padding: 57px 44px;
}

.inx-pro .lc .right h2 {
  color: #000000;
  font-size: 24px;
  line-height: 37px;
}

.inx-pro .lc .right span {
  color: #000000;
  font-size: 18px;
  line-height: 32px;
}

.inx-pro .lc .right .det {
  position: relative;
}

.inx-pro .lc .right .det em {
  font-family: "Arial";
  font-size: 140px;
  line-height: 140px;
  color: #eaeaea;
  font-style: italic;
  position: absolute;
}

.inx-pro .lc .right .det em:nth-child(1) {
  left: -44px;
  top: 7px;
}

.inx-pro .lc .right .det em:nth-child(3) {
  right: 0;
  bottom: -50px;
}

    .inx-pro .lc .right .desc {
        padding: 47px 32px;
        font-size: 18px;
        /* 文字对齐 */
        text-align: justify;
        text-align-last: left;
        text-justify: inter-ideograph;
      
    }
        .inx-pro .lc .right .desc p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 7;
            overflow: hidden;
        }
        /* 轮播图默认样式修改 */
        .inx-pro .swiper-button-next,
        .inx-pro .swiper-button-prev {
            width: 60px;
            height: 60px;
        }

.inx-pro .swiper-button-prev,
.inx-pro .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left-s.png);
  background-size: 100% 100%;
  left: 0;
}

.inx-pro .swiper-button-next,
.inx-pro .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right-s.png);
  background-size: 100% 100%;
  right: 0;
}

.inx-pro .swiper-container-horizontal > .swiper-pagination-bullets,
.inx-pro .swiper-pagination-custom,
.inx-pro .swiper-pagination-fraction {
  padding-left: 922px;
  text-align: left;
  bottom: 10px;
  font-family: "Arial";
  font-weight: bold;
  font-style: italic;
  color: #c5c5c5;
}

.inx-pro .dangqian {
  font-size: 42px;
  color: #21c2ac;
}

@media (max-width: 1400px) {
  .inx-pro {
    padding: 63px 0 90px;
  }
  .inx-pro .pro-swiper {
    margin-top: 32px;
  }
  .inx-pro .lc .img {
    width: 50%;
  }
  .inx-pro .lc .right {
    width: 50%;
    padding: 32px;
  }
  .inx-pro .lc .right h2 {
    font-size: 20px;
  }
  .inx-pro .lc .right span {
    font-size: 16px;
  }
  .inx-pro .lc .right .det em {
    font-size: 90px;
    line-height: 90px;
  }
  .inx-pro .lc .right .desc {
    padding: 27px;
    font-size: 16px;
  }
  .inx-pro .lc .right .det em:nth-child(1) {
    left: -32px;
  }
  .inx-pro .lc .right .det em:nth-child(3) {
    bottom: -32px;
  }
  /* 轮播图默认样式修改 */
  .inx-use .swiper-button-next,
  .inx-use .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .inx-pro .swiper-container-horizontal > .swiper-pagination-bullets,
  .inx-pro .swiper-pagination-custom,
  .inx-pro .swiper-pagination-fraction {
    padding-left: 53%;
  }
  .inx-pro .dangqian {
    font-size: 32px;
  }
}

@media (max-width: 1000px) {
  .inx-pro {
    padding: 30px 0;
  }
  .inx-pro .pro-swiper {
    margin-top: 27px;
  }
  .inx-pro .swiper-container {
    width: 100%;
  }
  .inx-pro .lc a {
    flex-direction: column;
    align-items: center;
  }
  .inx-pro .lc .img {
    width: 100%;
    margin-top: 0;

  }
  .inx-pro .lc .right {
    width: 100%;
    padding: 19px 13px 32px;
  }
  .inx-pro .lc .right h2 {
    font-size: 16px;
    text-align: center;
    line-height: 27px;
  }
  .inx-pro .lc .right span {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }
  .inx-pro .lc .right .det em {
    font-size: 70px;
    line-height: 70px;
  }
  .inx-pro .lc .right .desc {
    padding: 13px 23px 32px;
    font-size: 14px;
  }
  .inx-pro .lc .right .det em:nth-child(1) {
    left: -13px;
  }
  .inx-pro .lc .right .det em:nth-child(3) {
    bottom: -7px;
  }
  /* 轮播图默认样式修改 */
  .inx-pro .swiper-button-next,
  .inx-pro .swiper-button-prev {
    width: 32px;
    height: 32px;
    top:55%;
  }
  .inx-pro .swiper-container-horizontal > .swiper-pagination-bullets,
  .inx-pro .swiper-pagination-custom,
  .inx-pro .swiper-pagination-fraction {
    padding-left: 0;
    text-align: center;
    bottom: 5px;
  }
  .inx-pro .dangqian {
    font-size: 23px;
  }
}

/* 15-3.首页-新闻资讯 */
.inx-news {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 0 120px;
}

.inx-news .con {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inx-news .left {
  width: 518px;
  height: auto;
  box-sizing: border-box;
  padding: 40px 40px 20px;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.inx-news .left .img {
  width: 100%;
}

.inx-news .left h4 {
  color: #000000;
  font-size: 16px;
  margin-top: 23px;
}

.inx-news .left .time {
  display: flex;
  align-items: center;
}

.inx-news .left .time span {
  color: #04b8b2;
  font-size: 16px;
}

.inx-news .left .time .line {
  width: 244px;
  height: 1px;
  background-color: #21c2ac;
  margin-left: 58px;
}

.inx-news .right {
  width: calc(100% - 518px);
  box-sizing: border-box;
  padding-left: 66px;
}

.inx-news .right li {
  width: 100%;
  height: auto;
  padding: 27px 0;
  border-bottom: 1px solid #f5f5f5;
}

.inx-news .right li:first-child {
  padding-top: 0;
}

.inx-news .right li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inx-news .right li .time {
  width: 75px;
  color: #999999;
  font-size: 20px;
}

.inx-news .right li .time span:first-child {
  color: #21c2ac;
  font-size: 24px;
}

.inx-news .right li .img {
  width: 50px;
}

.inx-news .right li img {
  display: none;
  width: 50px;
  height: 16px;
}

.inx-news .right p {
  width: calc(100% - 125px);
  color: #333333;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 32px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inx-news .right li:hover img,
.inx-news .right .active img {
  display: block;
}

.inx-news .right li:hover,
.inx-news .right .active {
  border-bottom: 2px solid #04b8b2;
}

@media (max-width: 1400px) {
  .inx-news {
    padding: 63px 0 90px;
  }
  .inx-news .left {
    width: 420px;
    padding: 30px 30px 20px;
  }
  .inx-news .right {
    width: calc(100% - 420px);
    padding-left: 40px;
  }
  .inx-news .right li {
    padding: 23px 0;
  }
  .inx-news .right li .time {
    width: 60px;
    font-size: 16px;
  }
  .inx-news .right li .time span:first-child {
    font-size: 20px;
  }
  .inx-news .right li .img {
    width: 40px;
  }
  .inx-news .right li img {
    width: 40px;
    height: 12px;
  }
  .inx-news .right p {
    width: calc(100% - 100px);
    font-size: 18px;
    padding: 0 23px;
  }
}

@media (max-width: 1000px) {
  .inx-news {
    padding: 30px 0;
  }
  .inx-news .con {
    flex-direction: column;
    margin-top: 23px;
  }
  .inx-news .left {
    width: 100%;
    padding: 0;
    box-shadow: 0 0 0 0;
    border: 1px solid #f5f5f5;
    border-radius:10px 10px 0 0;
    overflow:hidden;
  }
  .inx-news .left h4 {
    font-size: 16px;
    line-height:28px;
    margin-top: 13px;
  }
  .inx-news .left .time span {
    color: #04b8b2;
    font-size: 14px;
  }
  .inx-news .left .time .line {
    width: 75%;
    margin-left: 7px;
  }
  .inx-news .right {
    width: 100%;
    padding-left: 0;
    margin-top: 23px;
  }
  .inx-news .right li {
    padding: 10px 0;
  }
  .inx-news .right li .time {
    width: 50px;
    font-size: 13px;
  }
  .inx-news .right li .time span:first-child {
    font-size: 16px;
  }
  .inx-news .right li .img {
    width: 20px;
  }
  .inx-news .right li img {
    width: 20px;
    height: 7px;
  }
  .inx-news .right p {
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 0 9px;
  }
  .inx-news .right li:hover,
  .inx-news .right .active {
    border-bottom: 1px solid #04b8b2;
  }
}
