* {
  scroll-behavior: smooth;
}

#all #this_col {
  background-color: #f1f1f1;
  overflow: hidden;
}
#all #this_col #banner {
  position: relative;
  overflow: hidden;
}
#all #this_col #banner > .img_b {
  overflow: hidden;
}
#all #this_col #banner > .img_b img {
  width: 100%;
}
#all #this_col #banner .banner_text .banner_text_in {
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#all #this_col #banner .banner_text .banner_text_in h2 {
  font-weight: bold;
  color: #fff;
  font-size: 55px;
  padding-bottom: 5px;
}
#all #this_col #banner .banner_text .banner_text_in h5 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 1vw;
}
#all #this_col #banner .banner_text .banner_text_in h5 span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
}
#all #this_col #banner .banner_text .banner_text_in h5 span:last-child::after {
  background-color: transparent;
}
#all #this_col #banner .banner_text .banner_text_in .hvr-sweep-to-right:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #db7c19;
}
#all #this_col #content #history,
#all #this_col #content #industry,
#all #this_col #content #team {
  width: 70vw;
  margin: auto;
  margin-top: 120px;
}
#all #this_col #content #history .top_text,
#all #this_col #content #industry .top_text,
#all #this_col #content #team .top_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col #content #history .top_text h5,
#all #this_col #content #industry .top_text h5,
#all #this_col #content #team .top_text h5 {
  color: #155e8a;
  font-size: 16px;
  text-transform: uppercase;
}
#all #this_col #content #history .top_text h3,
#all #this_col #content #industry .top_text h3,
#all #this_col #content #team .top_text h3 {
  padding: 15px 20px;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
#all #this_col #content #history .top_text span,
#all #this_col #content #industry .top_text span,
#all #this_col #content #team .top_text span {
  font-size: 14px;
  color: #888888;
}
#all #this_col #content #this_tab {
  background-color: #f1f1f1;
  padding-top: 50px;
}
#all #this_col #content #this_tab .slideTxtBox2 .hd {
  display: flex;
  justify-content: center;
  margin: auto;
  border-bottom: 1px solid rgba(32, 32, 32, 0.08);
}
#all #this_col #content #this_tab .slideTxtBox2 .hd ul {
  display: flex;
  margin-bottom: 0;
}
#all #this_col #content #this_tab .slideTxtBox2 .hd ul li {
  margin-bottom: -3px;
  padding: 0 20px;
  padding-bottom: 6px;
  cursor: pointer;
  text-align: center;
}
#all #this_col #content #this_tab .slideTxtBox2 .hd ul li p {
  display: inline-block;
}
#all #this_col #content #this_tab .slideTxtBox2 .hd ul .on {
  border-bottom: 5px solid #155e8a;
}
#all #this_col #content #this_tab .slideTxtBox2 .bd {
  width: 70vw;
  margin: auto;
  margin-top: 2vw;
}
#all #this_col #content #about {
  width: 70vw;
  margin: auto;
  margin-top: 5.5vw;
}
#all #this_col #content #about .this_in {
  align-items: center;
  display: flex;
}
#all #this_col #content #about .this_in .left_text {
  width: 48%;
  margin-right: 2vw;
}
#all #this_col #content #about .this_in .left_text h5 {
  font-size: 16px;
  color: #155e8a;
}
#all #this_col #content #about .this_in .left_text h3 {
  font-size: 1.7vw;
  line-height: 40px;
  padding-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#all #this_col #content #about .this_in .left_text p {
  color: #8c8c8c;
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
#all #this_col #content #about .this_in .left_text button {
  font-size: 1vw;
  padding: 10px 15px;
  background-color: #155e8a;
  border: 1px solid #fff;
  color: #fff;
}
#all #this_col #content #about .this_in .right_img {
  width: 50%;
}
#all #this_col #content #about .this_in .right_img .img_b {
  overflow: hidden;
}
#all #this_col #content #about .this_in .right_img .img_b img {
  width: 100%;
}
#all #this_col #content #company {
  width: 70vw;
  margin: auto;
  margin-top:5vw;
}
#all #this_col #content #company .this_in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col #content #company .this_in .img_b {
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col #content #company .this_in .img_b img{
    width:100%;
}
#all #this_col #content #business {
  display: flex;
  align-items: flex-end;
  margin-top: 120px;
  width: 100vw;
}
#all #this_col #content #business .left_text {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 13vw;
  border-top-right-radius: 20px;
  width: 51vw;
  background-color: #155e8a;
}
#all #this_col #content #business .left_text .top_text {
  display: flex;
  flex-direction: column;
}
#all #this_col #content #business .left_text .top_text span {
  font-size: 1.3vw;
  color: #db7d19;
    text-transform: uppercase;
}
#all #this_col #content #business .left_text .top_text h3 {
  font-size: 1.8vw;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0 28px;
  text-transform: capitalize;
}
#all #this_col #content #business .left_text .top_text p {
  font-size: 1.3vw;
  line-height: 30px;
  color: #fff;
}
#all #this_col #content #business .left_text .this_icon .this_child {
  display: flex;
  margin-top: 35px;
}
#all #this_col #content #business .left_text .this_icon .this_child .img_b {
  overflow: hidden;
  width: 40px;
  margin-right: 20px;
}
#all #this_col #content #business .left_text .this_icon .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #business .left_text .this_icon .this_child .this_text {
  width: calc(30vw - 50px);
  display: flex;
  flex-direction: column;
}
#all #this_col #content #business .left_text .this_icon .this_child .this_text h5 {
  font-size: 30px;
  color: #fff;
}
#all #this_col #content #business .left_text .this_icon .this_child .this_text p {
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
}
#all #this_col #content #business .right_img {
  width: 49vw;
}
#all #this_col #content #business .right_img .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col #content #history {
  width: 75vw;
}
#all #this_col #content #history .bottom_content .this_in {
  margin-top: 3vw;
  display: flex;
}
#all #this_col #content #history .bottom_content .this_in .tab_top {
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}
#all #this_col #content #history .bottom_content .this_in .tab_top .this_move {
  position: static;
  transition: all 500ms;
}
#all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul {
  display: inline-block;
  pointer-events: none;
  width: 100%;
  border-right: 1px solid #cdcdcd;
}
#all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
  pointer-events: all;
  padding: 20px 0;
  padding-right: 50px;
  cursor: default;
  z-index: 1;
  font-size: 30px;
  color: #8c8c8c;
}
#all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul .on {
  color: #155e8a;
  margin-right: -3px;
  border-right: 5px solid #155e8a;
}
#all #this_col #content #history .bottom_content .this_in .tab_content {
  background-color: #fff;
  padding: 1vw;
  width: 65vw;
  display: flex;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in {
  display: flex;
  align-items: center;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in > .img_b {
  width: 50%;
  overflow: hidden;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in > .img_b img {
  width: 100%;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text {
  width: 50%;
  padding-left: 2.5vw;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text h3 {
  margin-top: 2vw;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 700;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text p {
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 2vw;
  color: #909090;
  font-size: 1.1vw;
  line-height: 2vw;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email {
  margin-top: 3vw;
  display: flex;
  align-items: center;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .img_b {
  width: 60px;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .img_b img {
  width: 100%;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text span {
  line-height: 30px;
  font-size: 1.5vw;
  color: #a3a3a3;
}
#all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text b {
  font-size: 1.5vw;
  line-height: 36px;
  font-weight: 500;
}
#all #this_col #content #team .bottom_img {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#all #this_col #content #team .bottom_img .this_child {
  display: flex;
  flex-direction: column;
  width: 48%;
}
#all #this_col #content #team .bottom_img .this_child .this_img {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col #content #team .bottom_img .this_child .this_img .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col #content #team .bottom_img .this_child .this_img .img_b img {
  width: 100%;
}
#all #this_col #content #about_our {
  width: 100%;
  margin: auto;
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
  background-color: #155e8a;
  padding-top: 50px;
}
#all #this_col #content #about_our h3 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}
#all #this_col #content #about_our .this_in {
  margin: auto;
  margin-top: 1vw;
}
#all #this_col #content #about_our .this_in .tab_top {
  display: flex;
  justify-content: center;
}
#all #this_col #content #about_our .this_in .tab_top ul {
  display: flex;
}
#all #this_col #content #about_our .this_in .tab_top ul li {
  cursor: default;
  display: flex;
  align-items: center;
}
#all #this_col #content #about_our .this_in .tab_top ul li .img_b {
  margin-right: 15px;
  width: 25px;
  overflow: hidden;
}
#all #this_col #content #about_our .this_in .tab_top ul li span {
  color: #fff;
  font-size: 23px;
}
#all #this_col #content #about_our .this_in .tab_top ul .on span {
  color: #db7d19;
}
#all #this_col #content #about_our .this_in .tab_top ul li:nth-child(1)::after {
  margin-left: 40px;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
}
#all #this_col #content #about_our .this_in .tab_top ul li:nth-child(2)::after {
  background-color: transparent;
}
#all #this_col #content #about_our .this_in .tab_content {
  margin-top: 30px;
}
#all #this_col #content #about_our .this_in .tab_content .content_in {
  display: flex;
  width: 100%;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child {
  transition: all 500ms;
  position: relative;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child .img_b {
  width: 25vw;
  height: 28vw;
  overflow: hidden;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child > .this_text {
  opacity: 0;
  transition: all 500ms;
  visibility: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #155e8a;
  padding: 1vw 2vw;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child > .this_text span {
  color: #fff;
  font-size: 1.8vw;
}
#all #this_col #content #about_our .this_in .tab_content .content_in .this_child:hover > .this_text {
  opacity: 1;
  visibility: visible;
}




#all #this_col #content #pro {
  width: 70vw;
  margin: auto;
  margin-top: 5vw;
  display: flex;
}
#all #this_col #content #pro .left_text {
  display: flex;
  flex-direction: column;
  padding-right: 3vw;
}
#all #this_col #content #pro .left_text h3 {
  text-transform: uppercase;
  font-size: 1.7vw;
  line-height: 40px;
  font-weight: bold;
  color: #202020;
}
#all #this_col #content #pro .left_text p {
  margin-top: 0.5vw;
  color: #606060;
  font-size: 1vw;
  line-height: 22px;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #d8d8d8;
}
#all #this_col #content #pro .left_text .num_num {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col #content #pro .left_text .num_num .this_child {
  padding-right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col #content #pro .left_text .num_num .this_child .this_num span {
  color: #155e8a;
  font-size: 40px;
  font-weight: 700;
}
#all #this_col #content #pro .left_text .num_num .this_child .this_num b {
  color: #155e8a;
  font-size: 40px;
}
#all #this_col #content #pro .left_text .num_num .this_child text {
  text-align: center;
}
#all #this_col #content #pro .right_text {
  transition: all 500ms;
  position: relative;
}
#all #this_col #content #pro .right_text .img_b {
  overflow: hidden;
}
#all #this_col #content #pro .right_text .img_b img {
  width: 100%;
}
#all #this_col #content #pro .right_text .this_text {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(21, 94, 138, 0.88);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
}
#all #this_col #content #pro .right_text .this_text h5 {
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  font-weight: 700;
}
#all #this_col #content #pro .right_text .this_text ul li {
  font-size: 15px;
  line-height: 40px;
  margin-left: 20px;
  color: #fff;
  list-style-type: disc;
}
#all #this_col #content #pro .right_text:hover .this_text {
  visibility: visible;
  opacity: 1;
}
#all #this_col #content #award {
  width: 70vw;
  margin: auto;
  margin-top: 3vw;
  position: relative;
}
#all #this_col #content #award .swiper-father  {
    padding: 0 60px; 
    margin-bottom:20px;
}
#all #this_col #content #award .this_child {
  padding: 1vw 1vw;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:22vw;
}
#all #this_col #content #award .this_child .img_b {
  overflow: hidden;
  width: 100%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col #content #award .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #award .this_child span {
  font-size: 1vw;
  line-height: 30px;
  text-align: center;
  height:10vw;
}

@media screen and (max-width: 1680px) {
  #all #this_col #content #business .left_text {
    padding-left: 10vw;
  }
  #all #this_col #content #business .left_text .this_icon .this_child .this_text {
    width: calc(37vw - 50px);
  }
}
@media screen and (max-width: 1440px) {
  #all #this_col #content #about .this_in .left_text h5 {
    font-size: 14px;
  }
  #all #this_col #content #about .this_in .left_text h3 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
  }
  #all #this_col #content #about .this_in .left_text p {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 15px;
  }
  #all #this_col #content #about .this_in .left_text button {
    font-size: 16px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
    font-size: 24px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text p {
    font-size: 20px;
    line-height: 36px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text span {
    line-height: 36px;
    font-size: 1.5vw;
    color: #a3a3a3;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text b {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col #content #business .left_text {
    padding-left: 5vw;
  }
  #all #this_col #content #business .left_text .top_text h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    padding: 15px 0 28px;
  }
  #all #this_col #content #business .left_text .this_icon .this_child .this_text {
    width: calc(40vw - 50px);
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
    font-size: 24px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text p {
    font-size: 18px;
    line-height: 32px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .img_b {
    width: 50px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text span {
    line-height: 32px;
    font-size: 18px;
    color: #a3a3a3;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text b {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col #content #history .top_text h5,
  #all #this_col #content #industry .top_text h5,
  #all #this_col #content #team .top_text h5 {
    font-size: 14px;
  }
  #all #this_col #content #history .top_text h3,
  #all #this_col #content #industry .top_text h3,
  #all #this_col #content #team .top_text h3 {
    font-size: 32px;
    padding: 10px 20px;
  }
  #all #this_col #content #this_tab {
    padding-top: 30px;
  }
  #all #this_col #content #this_tab .slideTxtBox2 .hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #all #this_col #content #this_tab .slideTxtBox2 .hd ul li {
    margin-top: 1vw;
  }
  #all #this_col #content #business .left_text {
    padding-left: 3vw;
  }
  #all #this_col #content #business .left_text .top_text h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    padding: 15px 0 28px;
  }
  #all #this_col #content #business .left_text .top_text p {
    font-size: 20px;
    line-height: 28px;
  }
  #all #this_col #content #business .left_text .this_icon .this_child .this_text {
    width: calc(42vw - 10px);
    display: flex;
    flex-direction: column;
  }
  #all #this_col #content #business .left_text .this_icon .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top {
    margin-right: 30px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
    font-size: 20px;
    padding-right: 30px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text h3 {
    font-size: 24px;
    line-height: 32px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text p {
    font-size: 16px;
    line-height: 24px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .img_b {
    width: 50px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text span {
    line-height: 24px;
    font-size: 16px;
    color: #a3a3a3;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text b {
    font-size: 20px;
    line-height: 28px;
  }
  #all #this_col #content #about_our h3 {
    font-size: 40px;
  }
  #all #this_col #content #about_our .this_in .tab_top ul li span {
    color: #fff;
    font-size: 20px;
  }
  #all #this_col #content #pro {
    width: 85vw;
  }
  #all #this_col #content #pro .left_text h3 {
    font-size: 30px;
    line-height: 40px;
  }
  #all #this_col #content #pro .right_text .this_text ul li {
    font-size: 14px;
    line-height: 32px;
    margin-left: 20px;
  }
  #all #this_col #content #award {
    width: 85vw;
  }
}
@media screen and (max-width: 900px) {
  #all #this_col #content #about {
    width: 85vw;
  }
  #all #this_col #content #company {
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
    
     #all #this_col #content #award .this_child { 
  height:35vw;
}  
    
 #all #this_col #content #award .this_child .img_b { 
  height: 20vw; 
}
  #all #this_col #content #about .this_in .left_text p {
        padding-bottom: 0;
  }
  #all #this_col #content #about .this_in {
    flex-wrap: wrap;
  }
  #all #this_col #content #about .this_in .left_text {
    width: 100%;
    margin-right: 0;
  }
  #all #this_col #content #about .this_in .right_img {
    margin-top: 3vw;
    width: 100%;
  }
  #all #this_col #content #business {
    flex-wrap: wrap;
  }
  #all #this_col #content #business .left_text {
    width: 100%;
  }
  #all #this_col #content #business .left_text .this_icon .this_child .this_text {
    width: calc(100vw - 50px);
  }
  #all #this_col #content #business .right_img {
    width: 100%;
  }
  #all #this_col #content #history {
    width: 90vw;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top {
    margin-right: 10px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
    font-size: 16px;
    padding-right: 10px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content {
    width: 75vw;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in {
    flex-wrap: wrap;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .img_b {
    width: 100%;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text {
    width: 100%;
  }
  #all #this_col #content #pro {
    flex-wrap: wrap;
  }
  #all #this_col #content #pro .left_text {
    width: 100%;
  }
  #all #this_col #content #pro .right_text {
    width: 100%;
  }
  #all #this_col #content #pro .right_text .img_b {
    margin-top: 2vw;
  }
  #all #this_col #content #award {
    flex-wrap: wrap;
  }
  #all #this_col #content #award .this_child {
    /*width: 49%;*/
    margin-top: 1vw;
  }
}
@media screen and (max-width: 500px) {
        
  #all #this_col #content #award .this_child { 
  height:35vw;
}  
    
 #all #this_col #content #award .this_child .img_b { 
  height: 20vw; 
}
  #all #this_col #content #business { 
      margin-top: 50px; 
  }
    
  #all #this_col #content #history, #all #this_col #content #industry, #all #this_col #content #team {
  
  margin-top: 50px;
  }
  
  #all #this_col #content #pro .left_text p { 
  font-size: 3vw;
  line-height: 1.3; 
}

 #all #this_col #content #award .this_child span {
  font-size: 3vw;
  line-height: 1.3; 
}

#all #this_col #content #business .left_text .top_text span {
  font-size: 3.3vw; 
}
   
  #all #this_col #content #pro .left_text .num_num .this_child .this_num span { 
  font-size: 32px; 
  } 
  
   #all #this_col #content #pro .left_text .num_num .this_child .this_num b { 
  font-size: 32px; 
  } 
  #all #this_col #content #pro .right_text {
    margin-top: 8vw;
  }
  #all #this_col #content #pro .right_text .this_text ul li {
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
  }
  #all #this_col #content #pro .right_text .this_text h5 {
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 400px) {
  #all #this_col #content #about .this_in .left_text p { 
  -webkit-line-clamp: none;
}  
    
    
  #all #this_col #content #award .this_child { 
  height: 50vw;
}  
    
 #all #this_col #content #award .this_child .img_b { 
  height: 36vw; 
}
  #all #this_col #content #history .bottom_content .this_in .tab_top {
    margin-right: 10px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_top .this_move ul li {
    font-size: 16px;
    padding-right: 10px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text p {
    font-size: 12px;
    line-height: 20px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .img_b {
    width: 50px;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text span {
    line-height: 22px;
    font-size: 14px;
    color: #a3a3a3;
  }
  #all #this_col #content #history .bottom_content .this_in .tab_content .content_in .this_text .this_email .email_text b {
    font-size: 16px;
    line-height: 24px;
  }
  #all #this_col #content #pro .left_text h3 {
    font-size: 22px;
    line-height: 25px;
  }
  #all #this_col #content #pro .left_text p {
    font-size: 14px;
    line-height: 20px;
  }
  #all #this_col #content #pro .left_text .num_num .this_child text {
    text-align: center;
    font-size: 14px;
  }
  #all #this_col #content #pro .right_text {
    margin-top: 8vw;
  }
  #all #this_col #content #pro .right_text .this_text ul li {
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
  }
  #all #this_col #content #pro .right_text .this_text h5 {
    padding-left: 0px;
    font-size: 16px;
    line-height: 35px;
  }
  #all #this_col #content #team {
    width: 90vw;
  }
  #all #this_col #content #team .bottom_img {
    flex-wrap: wrap;
    width: 100%;
  }
  #all #this_col #content #team .bottom_img .this_child {
    width: 100%;
  }
  #all #this_col #content #team .bottom_img .this_child .this_img {
    height: 59vw;
  }
  #all #this_col #content #about_our .this_in .tab_top ul li span {
    font-size: 16px;
  }
  #all #this_col #content #about_our h3 {
    font-size: 28px;
  }
  #all #this_col #content #about_our .this_child span {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 1600px) {
  #all #this_col #content #award .bottom_button {
    position: static;
    top: 0;
  }
  #all #this_col #content #award .this_content {
    position: static;
    top: 0;
    margin-top: 1vw;
  }
}/*# sourceMappingURL=about.css.map */