/*sm屏幕以下*/
@media (max-width: 576px) {
    /*底部样式*/
    .footer-link-right{
        margin-top: 20px;
    }
    /*首页自定义样式*/
    /*一张图*/
    .mybanner{
        height:300px !important;
    }
    .mybanner-text{
        font-size: 30px !important;
    }
    .mybanner-text-en{
    	font-size: 20px !important;
    }
    /*公司简介*/
    .company-profile-left{
        display: none;
    }
    .company-profile,.box2-mobile,.box2,.box3,.box3-mobile,.box3-container{
        width: 100% !important;
        /*overflow-x: hidden !important;*/
    }
    /*.mybanner{*/
    /*    overflow-x: hidden !important;*/
    /*}*/
    /*公司特点*/
    .box2,.box3{
        display: none !important;
    }
    .box2-mobile,.box3-mobile{
        display: flex !important;
        flex-direction: column;
    }
    .tab-detail-title{
        width:115px !important;
    }
    .tab-detail{
        padding: 20px 30px !important;
    }
    .el-tabs--top .el-tabs__item.is-top {
      width: 100px;
      height: 50px;
      margin-bottom: 10px;
      margin-right: 15px;
      font-size: 14px;
      padding: 0 20px !important;
      font-weight: 550;
      color: rgb(2, 153, 153);
      /*text-align: center !important;*/
      line-height: 50px;
      background-color: rgb(245, 245, 245);
    }
    .el-tabs--top .el-tabs__item.is-top.is-active {
      color: rgb(245, 245, 245) !important;
      background-color: rgb(2, 153, 153) !important;
    }
    .el-tabs--top .el-tabs__nav-wrap.is-top::after {
      display: none;
    }
    .el-tabs--top .el-tabs__active-bar.is-top {
      display: none;
    }
    .el-tabs__nav-prev,.el-tabs__nav-next{
        font-size: 18px;
        font-weight: 500;
        top: 15px;
    }
    /*经营理念*/
    .box3-container{
        
    }
}
/*sm屏幕以上*/
@media (min-width: 576px) {
    .box2,.box3{
        display: block;
    }
    .box2-mobile,.box3-mobile{
        display: none;
    }
}
/*我的自定义公共样式*/
.flex-center{
    display: flex;
	justify-content: center;
	align-items: center;
}
/*foot*/
.footer-item-a{
      display: block;
      margin-bottom: 12px !important;
      font-weight: 400 !important;
      color: rgb(215,215,215) !important;
      line-height: 25px !important;
      font-size: 14px !important;
  }
/*首页自定义样式*/
/*一张图*/
.mybanner{
    width: 100%;
	height:800px;
	z-index: 998;
    overflow: hidden;
    position: relative;
	/*background-image: url(/static/upload/image/20230508/1683528159250386.png) !important;*/
	/*background-image: url(/static/upload/image/20230509/1683642701392249.png) !important;*/
	background-image: url(../images/km-bg.jpg) !important;
	/*background-color: #ccc;*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/* banner有一个黑色蒙版 */
.mybanner::after {
	z-index: -1;
	content: '';
	background-color: #000000;
	background-size: 100% 100%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mybanner-text{
	color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.mybanner-text-zh{
	font-weight: 600 !important;
	margin-bottom: 20px;
}
.mybanner-text-en{
	/*font-size: 32px !important;*/
}
/*公司简介*/
.company-profile {
  margin-top: 80px !important;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.company-profile-left {
	 /*background-image: url(/static/upload/image/20230508/1683528159250386.png) !important;*/
	 /*background-image: url(/static/upload/image/20230509/1683642701392249.png) !important;*/
	 background-image: url(../images/km-bg.jpg) !important;
  background-color: #ccc;
	background-repeat: no-repeat;
    width: 580px;
    height: 310px;
    background-size: 100% 100%;
    margin-top: 69px;
    margin-bottom: 0px;
}
.company-profile-right {
    width: 540px;
    display: flex;
	justify-content: center;
    flex-direction: column;
}
.company-profile-right-info {
    color: #434343;
    font-size: 16px;
    line-height: 32px;
}
.company-profile-title {
  margin-bottom: 50px;
}
.company-profile-title-zh {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-right: 15px;
	border-bottom: 4px solid rgb(0, 183, 189);
}
.company-profile-title-en{
    font-size: 16px;
}
/*公司特点*/
.box2, .box3{
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
.tab-detail {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 25px 80px;
  background-color: rgb(2, 153, 153);
}
.tab-detail-title {
    width:100px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: 600;
  }
 .tab-detail-desc {
    width:600px;
    font-size: 14px;
    height:30px;
    padding-left: 15px;
    color: #fff;
    display: flex;
    border-left: 2px solid #fff;
    align-items: center;
 }
 .el-tabs--left .el-tabs__item.is-left {
  width: 180px;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 550;
  color: rgb(2, 153, 153);
  text-align: center !important;
  line-height: 100px;
  background-color: rgb(245, 245, 245);
}
.el-tabs--left .el-tabs__item.is-left.is-active {
  color: rgb(245, 245, 245) !important;
  background-color: rgb(2, 153, 153) !important;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  display: none;
}
.el-tabs--left .el-tabs__active-bar.is-left {
  display: none;
}
.el-divider--vertical {
  width: 2px;
  height: 25px;
  margin-right: 10px;
}
/*经营理念*/
.box3 {
  position: relative;
  width: 100% !important;
  opacity: 1;
  z-index: 999;
}
/*经营理念 背景有点白色蒙版*/
.box3::after {
    z-index: -1;
    content: '';
    /*background-image: url(/static/upload/image/20230508/1683528159250386.png) !important;*/
    /*background-image: url(/static/upload/image/20230509/1683642701392249.png) !important;*/
    background-image: url(../images/km-bg.jpg) !important;
    background-size: 100% 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box3-item {
    flex-direction: column;
    width: 286px;
    height: 212px;
    background-color: rgb(248,248,249);
    /*border: 1px solid red;*/
    flex-grow: 1;
  }
.box3-container {
    padding: 50px 0 80px 0;
    width: 1200px;
    margin: 0 auto;
 }
.box3-flex {
    display: flex;
    flex-wrap: wrap;
 }
 .box3-title{
     font-size: 18px;
     font-weight: 600;
     margin-bottom:30px;
 }
 .box3-desc{
     color: rgb(63,66,66);
     text-align: center;
 }