body {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
}

ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
}


/* .navbar {
  background-color: aqua;
  height: 1rem;
} */

.page-one {
  background: url('../../images/index/enter-banner.png') no-repeat;
}

.company-intro {
  background-color: #fff;
}

/* 导航样式 start */

.my-index-nav .navbar {
  background-color: #fff;
  height: 1rem;
  padding:0.5rem 3.6rem !important;
}

.my-index-nav .nav-wrapper {
  height: 1rem;
  font-size: 0.32rem !important;
  font-weight: 500;
}

.my-index-nav .navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.my-index-nav .nav-link-y {
  height: 1rem;
  padding: 0 0.28rem !important;
  line-height: 1rem;
}
.nav-link-y:hover{
color:#C52E34 !important;
}

.nav-link-white {
  color: #fff !important;
}
.nav-link-black{
color:#000 !important;
}
.my-index-nav #nav-logo{
width:1.02rem;
height:0.35rem;
}
.navbar-nav a{
color:#000 !important;
}
/* 导航样式 end */


/* 首页第一页样式 start */

.page-one {
  background: url('../../images/index/page-one-banner.png') no-repeat;
  background-size: 100% 100%;
}

.page-one-wrapper-pc {
  height: 100%;
  width: 100%;
  position: relative;
}


/* 标题容器 */

.page-one .page-one-text-wrapper {
  position: absolute;
  top: 2.60rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}


/* 中文样式 */

.page-one .page-one-text-wrapper .page-one-text-zh {
  line-height: 1.15rem;
  font-size: 0.5rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-width: 8.2rem;
}


/* 英文样式 */

.page-one .page-one-text-wrapper .page-one-text-en {
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #fff;
  margin: 0;
  padding: 0;
}


/* 鼠标容器定位居中 */

.page-one .page-one-icon-mouse {
  position: absolute;
  bottom: 0.88rem;
  left: 50%;
  transform: translateX(-50%);
}


/* 图标鼠标大小设置 */

.page-one .page-one-icon-mouse img {
  width: 0.4rem;
  height: 0.4rem;
}


/* 首页第一页样式 end */


/* 首页第二页样式 start */

.page-two {
  /* background-color: blue; */
}
.page-two-box{
height:100%;
height:100%;
}
.page-two-wrapper-pc {
  display: flex;
  height: 100%;
  width: 100%;
  /* background-color: aqua; */
}


/* 左侧容器样式 start */

.page-two-wrapper-pc .page-two-left {
  position: relative;
  width: 56%;
  height: 100%;
  background: url('../../images/index/page-two-left-bg.png') no-repeat;
  background-size: 100% 100%;
}


/* 左侧中间文字部分 start */

.page-two-left .left-middle-top {
  float: right;
  display: flex;
  margin-top: 2.88rem;
  width: 6.36rem;
  height: 1.68rem;
  /* background-color: #fff; */
}

.page-two-left .left-middle-bottom {
  float: right;
  display: flex;
  margin-top: 4.86.rem;
  margin-right: 3.18rem;
  width: 6.36rem;
  height: 1.68rem;
}

.left-middle-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  background: rgba(227, 227, 227, 0.2);
  opacity: 1;
}
.left-middle-item:hover{
background-color: #C52E34;
cursor: pointer;
}

.left-middle-item img {
  /* width: 1.02rem; */
  /* width: 0.7rem;
  height: 0.35rem; */
}
.logo11-size{
  width: 0.47rem;
  height: 0.23rem;
}
.left-middle-item-logo3{
  width: 0.65rem !important;
  height: 0.35rem;
}
.left-middle-item-logo2{
  width: 0.51rem !important;
  height: 0.35rem;
}
.left-middle-bottom div:nth-child(1) {
  border-right: 1px solid rgba(227, 227, 227, 0.1);
}

.left-middle-item span:nth-of-type(1) {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.36rem;
  color: #fff;
  margin-top: 0.1rem;
}
.left-middle-item span:nth-of-type(2) {
font-size: 0.2rem;
font-weight: 500;
line-height: 0.36rem;
color: #fff;
}

.left-middle-item.item-red {
  background-color: #C52E34;
}


/* 左侧中间文字部分 end */


/* 左侧底部部分 start */

.page-two-left .left-bottom {
  position: absolute;
  display: flex;
  height: 1.68rem;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to right, #54749D, #99AFD2);
}

.page-two-left .left-bottom .left-bottom-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.59rem 0rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.left-bottom div:nth-child(3) {
  border: none;
}

.left-bottom-item img {
  width: 0.48rem;
  height: 0.48rem;
}

.left-bottom-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 0.1rem;
  color: #fff;
}

.left-bottom-text-wrapper span:nth-child(1) {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.31rem;
}

.left-bottom-text-wrapper span:nth-child(2) {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.20rem;
}


/* 左侧底部部分 end */


/* 左侧容器样式 end */


/* 右侧容器样式 start  */

.page-two-wrapper-pc .page-two-right {
  position: relative;
  flex: 1;
  height: 100%;
  background: #1A3D8C;
  background-image: url('../../images/index/page-two-right-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  /* background-color: red; */
}


/* 右侧关于我们 start */

.page-two-right .right-top-top {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.68rem;
  margin-right: 1.33rem;
  color: #fff;
}

.right-top-top span:nth-child(1) {
  font-size: 0.52rem;
  line-height: 0.58rem;
  font-weight: 500;
}

.right-top-top span:nth-child(2) {
  font-size: 0.16rem;
  line-height: 0.21rem;
  font-weight: 400;
}


/* 右侧关于我们 end */


/* 右侧中间段落 start*/

.page-two-right .right-middle {
  float: left;
  margin-top: 1rem;
  margin-right: 1.33rem;
  margin-left: 1.33rem;
  color: #fff;
}

.right-middle span:nth-child(1) {
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.52rem;
}

.right-middle p:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}


/* 右侧中间段落 end*/


/* 右侧底部 start */

.page-two-right .right-bottom {
  position: absolute;
  display: flex;
  height: 1.68rem;
  width: 100%;
  bottom: 0;
  background-color: #C52E34;
  color: #fff;
}

.page-two-right .right-bottom div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 100%;
  background-color: #fff;
}

.page-two-right .right-bottom .right-bottom-left p {
  margin: 0;
  padding: 0;
  color: #C52E34;
  font-size: 16px;
  font-weight: 400;
}

.page-two-right .right-bottom .right-bottom-left p span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.02rem;
}

.page-two-right .right-bottom .right-bottom-left span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.27rem;
  color: #333;
}

.page-two-right .right-bottom .right-bottom-right {
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  box-sizing: border-box;
}

.page-two-right .right-bottom-right span {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.4rem;
}

.page-two-right .right-bottom .right-bottom-right .plain-detail {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}

.page-two-right .right-bottom-right .plain-detail span {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 400;
}

.page-two-right .right-bottom-right .plain-detail img {
  margin-left: 0.2rem;
  width: 0.32rem;
  height: 0.12rem;
}


/* 右侧底部 end */


/* 右侧容器样式 end  */


/* 首页第二页样式 end */


/* 首页第三页样式 start */

.page-three {}
.page-three-box{
width:100%;
height:100%;
}
.page-three-wrapper-pc {
  width: 100%;
  height: 100%;
  /* background-color: pink; */
}

.page-three-wrapper-pc.row {
  margin: 0;
  padding: 0;
}

.page-three-wrapper-pc .col {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-three-wrapper-pc .page-three-item {
  /* background-color: #C52E34; */
  display: flex;
  flex-direction: column;
}

.page-three-wrapper-pc .page-three-item:hover {
  cursor: pointer;
}

.page-three-item .three-item-top {
  width: 100%;
  /* height: 7.16rem; */
  /* background: url('../../images/index/page-three-2.png') no-repeat; */
  /* background-size: 100% 100%;
  /* background-color: #1A3D8C; */
  flex: 1;
}

.top-wrapper p {
  margin: 0;
  padding: 0;
}

.three-item-top .top-wrapper {
  float: left;
  margin-top: 3.56rem;
  margin-left: 0.77rem;
  margin-right: 0.77rem;
  /* background-color: pink; */
}

.top-wrapper .item-logo {
  width: 0.64rem;
  height: 0.64rem;
}

.top-wrapper .item-title {
  font-size: 0.3rem;
  font-weight: 500;
  color: #333;
  line-height: 0.54rem;
}

.top-wrapper .item-small-icon {
  width: 0.12rem;
  height: 0.05rem;
}

.three-item-top .item-content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #999;
}

.page-three-item .three-item-bottom {
  height: 3.64rem;
  /* background-color: #C52E34; */
  width: 100%;
}

.three-item-bottom .bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 0.84rem;
  color: #fff;
}

.bottom-wrapper .bottom-rate-num {
  margin-top: 0.6rem;
  font-size: 0.4rem;
  line-height: 0.72rem;
  font-weight: bold;
}

.bottom-wrapper .bottom-rate-text {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.25rem;
}

.bottom-wrapper .bottom-detail-wrapper {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.64rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}

.bottom-wrapper .bottom-detail-wrapper span {
  font-size: 0.16rem;
  font-weight: 400;
}

.bottom-wrapper .bottom-detail-wrapper img {
  width: 0.32rem;
  height: 0.12rem;
}


/* 首页第三页样式 end */


/* 首页第四页样式 start */
.page-four-pc-box,.page-four-wrapper-pc{
width: 100%;
height:100%;
}
.page-four {
  background: url('../../images/index/page-four-bg.png') no-repeat;
  background-size: 100% 100%;
}
.page-four .swiper {
width: 100%;
height: 100%;
}

.page-four .swiper-slide {
/* text-align: center; */

}

/* .page-four .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} */
.page-four .swiper-slide{
background: url('../../images/index/page-four-bg.png') no-repeat;
background-size: 100% 100%;
padding:0;
}
.case-wrapper{
width: 100%;
height: 100%;
/* background-color: red; */
}
.case-box{
float: right;
/* background-color: green; */
margin-top: 3.3rem;
display: flex;
justify-content: flex-end;
}
.case-box .left-box{
width:2.04rem;
height:1.91rem;
background-color: #C52E34;
color:#fff;
padding:0.28rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
/* justify-content: flex-start; */
align-items: flex-start;
}
.customer-text{
margin-top:0.1rem;
font-size: 0.32rem;
font-weight: 500;
line-height: 0.36rem;
}
.case-text{
font-size: 0.32rem;
font-weight: 500;
line-height: 0.36rem;
}
.zh-cn-case{
margin-top:0.28rem;
font-size: 0.16rem;
font-weight: 400;
line-height: 0.2rem;
}
.case-box .right-box{
width: 8.7rem;
height:4.8rem;
background-color: #fff;
padding:0.48rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.right-box .right-box-top{
flex:1;
display: flex;
}

.right-box-top-left{
width:2.04rem;
text-align: center;
/* background-color: red; */
}
.right-box-top-left span{
font-size: 0.4rem;
font-weight: 500;
color: #333;
}
.right-box-top-right{
text-align: left;
flex:1;
font-size: 0.16rem;
font-weight: 400;
color: #666;
line-height: 0.27rem;
}
.right-box .right-box-bottom{
display: flex;
align-items: center;
justify-content: space-between;
width:3.06rem;
height:0.64rem;
padding:0.18rem 0.24rem;
box-sizing: border-box;
border:1px solid #C52E34;
}
.right-box-bottom span{
font-size: 0.16rem;
font-weight: 400;
line-height: 0.29rem;
color: #C52E34;
}
.right-box-bottom .page-four-detail-logo{
width:0.32rem;
height:0.12rem;
}
/* 首页第四页样式 end */


/* 首页第五页样式 start */

.page-five {
  background: url('../../images/index/page-five-bg.png') no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}
.page-five-box{
height:100%;
width:100%;
}

.page-five-wrapper-pc {
  height: 100%;
  width: 100%;
  padding-top: 1.68rem;
}

.page-five-title h2 {
  font-size: 0.52rem;
  font-weight: 500;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
  color: #333333;
  line-height: 0.58rem;
}

.page-five-title p {
  margin-top: 0.2rem;
  margin-bottom: 0;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  line-height: 0.43rem;
}

.news-center-wrapper {
  float: right;
  margin-right: -1.5rem;
  height: 5rem;
  /* background-color: pink; */
}

.news-center-wrapper .news-item {
  display: flex;
  flex-direction: column;
  float: left;
  width: 4.86rem;
  height: 100%;
  margin-right: 0.2rem;
  background-color: red;
}

.news-item .news-picture {
  width: 100%;
  height: 3.24rem;
}

.news-item-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  box-sizing: border-box;
  /* background-color: #C52E34; */
  background-color: #fff;
  
}
.news-item:hover{
cursor: pointer;
}
.news-item:hover  .news-item-bottom{
cursor: pointer;
background-color: #C52E34;
color: #fff;
}
.news-item-bottom .new-title {
  display: block;
  width: 100%;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.40rem;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.news-item-bottom hr {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0.2rem 0;
  padding: 0;
}

.news-item-bottom .news-item-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* 首页第五页样式 end */


/* 首页第六页样式 start */

.page-six {
  width: 100%;
  height: 100%;
}
.page-six-box{
width: 100%;
height:100%;
}
.page-six-wrapper-pc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 1.9rem;
}

.page-six-title {
  /* margin-top: 1.9rem; */
  text-align: center;
}

.page-six-title h2 {
  font-size: 0.52rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
  font-weight: 500;
  color: #333333;
  line-height: 0.58rem;
}

.page-six-title p {
  margin: 0;
  padding: 0;
  font-size: 0.24rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.43rem;
}

.page-six-middle {
  width: 100%;
  height: 1.5rem;
  /* height: 1.18rem; */
}
.swiper-container {
width: 100%;
height: 100%;
/* padding:90px 0; */
margin-left: auto;
margin-right: auto;

}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition-property:all;
}
.swiper-slide img{
width: 100%;
height:70%;
}
.page-six-bottom {
  margin-top: 0.48rem;
  flex: 1;
}

.page-six-bottom .page-six-footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.footer-top {
  flex: 1;
  /* padding-top: 0.5rem 0 0 0; */
  /* box-sizing: border-box; */
}

.footer-top .footer-text-wrapper {
height: 100%;
width:100%;
background: url('../../images/index/page-footer-bg.png') no-repeat;
background-position:center bottom;
background-size:100% 200%;
}
.footer-box{
height:100%;
padding-top:0.87rem;
width:100%;
display: flex;
justify-content: space-between;
}
.footer-left-box{
display: flex;
flex-direction: column;
}
.footer-left-box img {
width: 1.26rem;
height: 0.43rem;
}

.footer-left-box .service-hotline {
margin-top: 0.33rem;
color: #999;
font-size: 0.14rem;
line-height: 0.25rem;
font-weight: 500;
}

.footer-left-box .hotline {
font-size: 0.2rem;
line-height: 0.36rem;
font-weight: 500;
color: #333;
}

.footer-left-box .address-text {
margin-top: 0.12rem;
font-size: 0.14rem;
line-height: 0.25rem;
font-weight: 500;
color: #999;
}

.footer-left-box .address-detail {
font-size: 0.14rem;
line-height: 0.25rem;
font-weight: 500;
color: #333;
}

.footer-right-box{
display: flex;
}
.footer-right-box dl,dt,dd{
margin:0;
padding: 0;
}
.footer-right-box dl{
margin-right:0.72rem;
}
.footer-right-box dl dt{
font-size: 0.16rem;
line-height: 0.29rem;
font-weight: 500;
margin-bottom:0.2rem;
color:#333;
}
.footer-right-box dl dd{
color:#666;
font-size: 0.14rem;
line-height: 0.25rem;
font-weight: 500;
margin-bottom:0.12rem;
}
.footer-right-box dl dd a{
color:#666;
text-decoration: none;
}
.footer-right-box .focus-us{
display: flex;
flex-direction: column;
/* justify-content: center; */
align-items: center;
}
.footer-right-box .focus-us img{
width: 0.95rem;
height: 0.95rem;
}
.footer-right-box .focus-us span{
font-size: 0.14rem;
font-weight: 500;
color:#333;
line-height: 0.25rem;
}
.footer-right-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
}

.footer-right-wrapper dl,
dt,
dd {
  padding: 0;
}

.footer-bottom {
  width: 100%;
  height: 0.72rem;
  line-height: 0.72rem;
  background-color: #f6f6f6;
  color: #999;
  font-size: 0.14rem;
  font-weight: 500;
}

.footer-bottom div {
  float: right;
  margin-right: 3.6rem;
}

.footer-bottom a {
  color: #999;
}


/* 首页第六页样式 end */