* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word !important;
    word-break: normal !important;
}

/* @font-face {
  font-family: ;
  src: url();
} */

html {
  scroll-behavior: smooth;
  /*opacity: 0;*/
}

a {
  display: flex;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}
.scale-box:hover .caseCardBottom p{
    color: #e60012;
}
@font-face {
  font-family: 'oswald-m';
  src: url('../font/oswald-m.ttf');
}

@font-face {
  font-family: 'avenir';
  src: url('../font/avenir.otf');
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.main {
  /* width: 88.5%; */
  width: 100%;
  max-width: 17rem;
  margin: 0 auto;
}

.w920 {
  width: 100%;
  margin: 0 auto;
  max-width: 9.2rem;
}


.w1100 {
  width: 100%;
  margin: 0 auto;
  max-width: 11rem;
}

.w1320 {
  width: 100%;
  margin: 0 auto;
  max-width: 13.2rem;
}


.w174 {
  width: 100%;
  margin: 0 auto;
  max-width: 17.4rem;
}

.bread {
  width: 100%;
  height: 0.68rem;
  background: #FFFFFF;
  border-bottom: 1px solid #D0D0D0;
}

.breadBox {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.breadL {
  display: flex;
  height: 100%;
}


.breadR {
  display: flex;
  align-items: center;
}

.breadR a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  position: relative;
  margin-left: .16rem;
}

.breadR a:first-child {
  margin-left: 0;
}

.breadR a::after {
  content: '';
  width: .04rem;
  height: .08rem;
  position: absolute;
  left: -.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadR a:first-child::after {
  display: none;
}

.breadR a img {
  width: .14rem;
  height: .14rem;
  margin-right: .06rem;
  margin-top: 0.01rem;
}

.search {
  margin-left: 1rem;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #D0D0D0;
  height: 0.48rem;
  width: 4rem;

}

.searchInt {
  width: 3.02rem;
  padding-left: 0.15rem;
  color: #000;
  font-size: 0.16rem;
}

.searchForm {
  display: flex;
  height: 100%;
}

.searchForm button {
  width: 0.98rem;
  height: 100%;
  background: #0b318f;
  border-radius: 0rem 0.08rem 0.08rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchForm button img {
  width: 0.18rem;
  margin-right: 0.1rem;
}

.searchForm button span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.breadTab {
  height: 100%;
  margin-left: 3.2rem;
  display: flex;
}

.breadTab.active{
  display: flex;
}

.breadTab>li {
  width: 1.2rem;
  height: 100%;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
}

.breadTab>li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DDDDDD;
}

.breadTab>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadTab>li:last-child::after {
  display: none;
}

.breadTab>li>a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #333333;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  border-bottom: 2px solid #fff;
}

.breadTab>li.active a,
.breadTab>li:hover a {
  border-bottom: 2px solid #e60012;
  color: #e60012;
}



/* 分液器 */
.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .2rem;
}

.page a {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #EEEEEE;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin: 0 .04rem;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  border-radius: 0.05rem;
}

.page a:hover,
.page a.active {
  background: #0b318f;
  color: #fff;
}

.page a img {
  width: .05rem;
  height: .1rem;
  object-fit: contain;
}

.page a:hover img {
  filter: brightness(0) invert(1);
}

.page span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}


/* 标题样式 */
.wrap {
  width: 100%;
  padding: 0.7rem 0;
  overflow: hidden;
}


.wrap.ntpb {
  padding-bottom: 0;
  background: #fff;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 0.48rem;
  color: #000000;
}

.title span {
  color: #0b318f;
}

.dec {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.16rem;
  color: #666;
  letter-spacing: 0.02rem;
}

.titleLine {
  width: 1.2rem;
  height: 0.04rem;
  margin: 0.2rem auto 0;
  position: relative;
}

.titleLine::before,
.titleLine::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.titleLine::before {
  background-color: #104BAD;
}

.titleLine::after {
  background-color: #e60012;
  left: 50%;
}

/* 九大理由 */

.nineBox {
  width: 16rem;
  height: 5.8rem;
  margin: 0.6rem auto 0;
  position: relative;
}

.nineList {
  position: absolute;
  width: 2.8rem;
  height: 3.16rem;
  background: #F5F5F5;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-content: center;
  flex-direction: column;
  transition: all 0.6s;
}

.nineList.list1 {
  left: 1.65rem;
  top: 0;
}


.nineList.list2 {
  left: 4.95rem;
  top: 0;
}

.nineList.list3 {
  left: 8.25rem;
  top: 0;
}

.nineList.list4 {
  left: 11.55rem;
  top: 0;
}

.nineList.list5 {
  left: 0;
  bottom: 0;
}

.nineList.list6 {
  left: 3.3rem;
  bottom: 0;
}

.nineList.list7 {
  left: 6.6rem;
  bottom: 0;
}

.nineList.list8 {
  left: 9.9rem;
  bottom: 0;
}

.nineList.list9 {
  left: 13.2rem;
  bottom: 0;
}

.nineIcon {
  width: 0.9rem;
  margin: 0 auto;
  padding-top: 0.72rem;
  transition: all 0.6s;
}

.nineIcon>img {
  display: block;
}

.nineTxt {
  font-weight: 600;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-top: 0.2rem;
  transition: all 0.6s;
}

.nineDes {
  width: 2.46rem;
  height: 1.43rem;
  margin: 0.14rem auto;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  opacity: 0;
  transition: all 0.6s;
  overflow-y: auto;
}
.nineDes::-webkit-scrollbar {
  display: none;
}
.nineList:hover {
  background-color: #E60012;
}

.nineList:hover .nineIcon {
  opacity: 0;
}

.nineList:hover .nineDes {
  opacity: 1;
}

.nineList:hover .nineTxt {
  color: #fff;
  margin-top: -1.1rem;
}

/* 九大理由结束 */


/* 项目案例开始 */
.wrap.gray {
  background-color: #F3F3F3;
}

.dec strong {
  color: #e60012;
  font-size: 0.38rem;
}

.caseTab {
  margin: .48rem auto 0;
  display: flex;
  justify-content: center;
}

.caseTab>li {
  height: 0.35rem;
  padding-right: 0.4rem;
  border-right: 0.01rem solid #878787;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.35rem;
  transition: 0.6s;
  margin-left: 0.4rem;
}

.caseTab>li:last-child {
  padding-left: 0;
  border-right: 0;
}

.caseTab>li>a {
  color: #666;
  transition: 0.6s;
}

.caseTab>li:hover,
.caseTab>li.active {
  font-size: 0.24rem;
}

.caseTab>li:hover a,
.caseTab>li.active a {
  color: #0b318f;
}

.caseBox {
  width: 16rem;
  margin: 0.27rem auto 0;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.24rem;
  display: none;
}

.caseBox.active{
  display: block;
}

.caseTitleBox {
  width: 14.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caseTitle {
  font-size: 0.32rem;
  color: #000000;
}

.caseMore>a {
  display: flex;
  align-items: center;
}

.caseMore span {
  font-size: 0.18rem;
  color: #e60012;
}

.caseMore img {
  width: 0.14rem;
  display: block;
  margin-left: 0.05rem;
  transition: 0.6s;
}

.caseMore:hover img {
  transform: translateX(0.05rem);
}

.caseDec {
  width: 14.8rem;
  margin: 0.2rem auto 0;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.swiperCase {
  width: 14.8rem;
  margin: 0.3rem auto 0;
  overflow: hidden;
}

.caseList {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.caseList>li {
  width: 3.52rem;
  margin-left: 0.23rem;
}

.caseList>li:first-child {
  margin-left: 1px;
}

.caseImg {
  overflow: hidden;
  width: 100%;
  height: 2rem;
  position: relative;
}

.caseList>li:hover .caseMask {
  left: 0;
}

.caseImg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caseMask {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.caseBtn {
  width: 1.78rem;
  height: 0.4rem;
  background: #e60012;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  transition: all 0.6s;
}

.caseBtn>a {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  color: #FFFFFF;
  justify-content: center;
  line-height: 0.4rem;
}

.caseMask>div:last-child {
  margin-top: 0.1rem;
}

.caseBtn:hover {
  transform: scale(1.05);
}

.caseBottom {
  border: 0.01rem solid #EEEEEE;
  border-top: 0;
  width: 100%;
  padding: 0.28rem 0.2rem 0.36rem;
  box-sizing: border-box;
}

.caseName {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  color: #333333;
}

.casePosition {
  margin-top: 0.17rem;
}

.casePosition>a {
  align-items: center;
}

.casePosition img {
  width: 0.2rem;
}

.casePosition span {
  font-family: Arial;
  font-size: 0.16rem;
  color: #e60012;
  margin-left: 0.1rem;
}

.casePagination {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 0.24rem;
}

.casePagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #C2C2C2;
  opacity: 1;
  margin: 0 0.08rem !important;
}

.casePagination span.swiper-pagination-bullet-active {
  background: #0b318f;
}

.caseAlert{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.caseCenter{
    width: 9.6rem;
    height: 6.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    overflow: hidden;
    position: relative;
}
.caseAlertTitle{
    text-align: center;
    margin-top: 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.36rem;
    color: #000000;
    text-align: center;
}
.caseAlertLine{
    width: 8.6rem;
    height: 0rem;
    border: 0.01rem solid #000000;
    margin:0.3rem auto;
}

.caseAlertForm{
    width: 8.6rem;
    margin: 0 auto;
}

.caseAlertItem{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 0.2rem;
}

.caseLabel{
    width: 1.12rem;
    text-align: right;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-right: -0.1rem;
}

.caseAlertItem>input,
.caseAlertItem>select
{
    width: 3rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E0E0E0;
    padding-left: 0.16rem;
    line-height: 0.5rem;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #333333;
}

.caseAlertItem>select{
    padding-left: 0.13rem;
    color: #999;
}

.caseAlertItem>select>option{
    color: #333;
}

.caseAlertItem>textarea{
    padding-top: 0.16rem;
    padding-left: 0.16rem;
    color: #333333;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E0E0E0;
    line-height: 0.5rem;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    width: 7.4rem;
    height: 1.5rem;
    margin-left: 0.13rem;
}

.caseAlertItem>input::placehoder{
    color: #999999;
}

.caseAlertItem>input.shortWidth{
    width: 2.34rem;
}

.caseAlertBtn{
    width: 4rem;
    height: 0.56rem;
    background: #0B318F;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin: 0.24rem auto 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.caseAlertClose{
    width: 0.26rem;
    position: absolute;
    right: 0.2rem;
    top: 0.17rem;
    z-index: 10;
    cursor: pointer;
}


/* 项目案例结束 */

/* 二级页面切换tab */

.tab {
  width: 16rem;
  margin: 0.4rem auto 0;
  display: flex;
  justify-content: center;
}

.tab>li {
  width: 2.4rem;
  height: 0.56rem;
  background: #0b318f;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-left: 0.32rem;
  transition: all 0.6s;
}

.tab>li:first-child {
  margin-left: 0;
}

.tab>li>a {
  height: 100%;
  font-size: 0.18rem;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.tab>li:hover,
.tab>li.active {
  background-color: #e60012;
}

.partBox {
  width: 16rem;
  margin: 0 auto;
}

.partBox table img{
    width: auto;
    max-width: 100%;
}

.partBox>p>span{
    font-size: 0.16rem !important;
    display: inline-block;
    line-height: 0.4rem;
}

.searchBox {
  width: 16rem;
  margin: 0.5rem auto 0;
}

.searchEnd {
  font-family: Arial, Arial;
  font-size: 0.24rem;
  color: #333333;
}

.searchEnd span{
  color: #FF0000;
}

.searchMain{
  width: 100%;
  margin-top: 0.3rem;
  box-sizing: border-box;
}

.searchMain .newsMain{
  width: 10rem;
}
@media only screen and (max-width: 1024px) {
.breadBox{
    width: 100%;
    display: block;
}
.bread{
    height: auto;
    width: 90%;
    margin: 0 auto;
}
.breadR a{
    font-size: 0.24rem;
}
.searchForm button{
  width: 30%;
}
.searchInt{
  width: 70%;
}
.searchForm button span{
  font-size: 0.24rem;
}
.search{
  width: 100%;
  margin: 0.2rem 0;
}
.breadTab > li{
  width: auto;
}
.breadTab > li > a{
  font-size: 0.24rem;
}
.breadTab{
  margin-left: 0;
}
.wrap{
  padding: 0.7rem 0.3rem 0.7rem 0.3rem;
}

.title{
  font-size: 0.4rem;
}
.dec{
  font-size: 0.24rem;
}
.page a{
  width: auto;
  padding: 0 .2rem;
  font-size: 0.2rem;
}
.nineBox{
  width: 100%;
}
.nineDes{
  font-size: 0.24rem;
}
  .nineList {
    position: static;
    width: 48%;
    float: left;
    height: 3.8rem;
    margin-right: 4%;
    margin-bottom: .3rem;
  }
.nineList{
  position: static;
}
  .nineList:nth-child(2n){
    margin-right: 0;
  }
  .tab {

  width: 90%;
  display: block;
  height: auto;
  overflow: hidden;
}
.tab > li {

  width: auto;
  float: left;
  padding: 0 .3rem;
  margin-bottom: .3rem;
  margin-right: 3%;
  margin-left: 0;
}
.tab > li > a {

  font-size: 0.24rem;
}

.casePosition span{
  font-size: 0.24rem;
}
.partBox{
  width: 100%;
}
.part1Txt2 {
  font-size: 0.24rem;

}
.caseList > li{
  width: 48%;
  margin-right: 4%;
  margin-left: 0;
}
.caseList > li:nth-child(2n){
  margin-right: 0;
}
.caseName{font-size: 0.24rem;}
.partBox > p > span{
  font-size: 0.24rem !important;
}
.caseBox{
    width: 100%;
    padding: 0.3rem;
    margin-top: .5rem;
}
.caseTitleBox {

  width: 100%;
}
.caseMore span {
  font-size: 0.24rem;

}.caseDec {

  width: 100%;
  font-size: 0.24rem;
  line-height: .4rem;
}
.swiperCase{
    width: 100%;
    max-height: 8rem;
}
.swiper-slide img{
  width: 100%;
}
.casePosition img{
  width: 0.3rem ;
}
.searchForm input::placeholder{
  font-size: 0.24rem;
}
.caseBtn > a{
  font-size: 0.22rem;
}
}