﻿.row_top {
  padding: 2.5vw 0;
}

.bottom_ls {
  margin-top: 2vw;
  display: flex;
}

.bottom_item {
  width: 33.33%;
  text-align: center;
}

.bottom_item_tit {
  color: #0B5EA4;
  margin-bottom: 2vw;
  font-size: 24px;
}

.bottom_item_tit .large {
  font-size: 30px;
}

.bottom_item_stit {
  font-size: 15px;
}

.row_top_con .left {
  width: 55%;
  text-align: right;
  padding: 2.5vw 0;
  z-index: 1;
}
.row_top_con .right{
 width: 60%;
 margin-left: -5%;
 background-image: url(/Sites/Uploaded/UserUpLoad/20250805/20250805161026.png);
 background-repeat: no-repeat;
 background-position: right;
 padding-left: calc(5% + 30px);
 box-sizing: border-box;
 padding-right: 18.75vw;
 background-size: cover;
}
.row_top_con .right_p{
  padding-top: 4vw;
}
.row_sm,
.row_address {
  padding: 4vw 0;
}

.row_address_con .left,
.row_sm_con .left,
.row_address_con .right,
.row_sm_con .right {
  width: 50%;
}

.sm_item,
.address_item {
  display: flex;
}

.sm_item_icon {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.sm_item_tit {
  font-size: 18px;
  color: #245CCE;
  margin-bottom: 15px;
}

.sm_item_stit {
  font-size: 14px;
  color: #4F505C;
}

.sm_item {
  margin-bottom: 30px;
}

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

.row_sm {
  background: #d5e3f487;
}

.address_item_icon {
  margin-right: 25px;
}

.address_item {
  margin-bottom: 30px;
}

.address_item_tit {
  color: #4F505C;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.address_item_stit p {
  line-height: 26px;
}

.main {

  background-image: url(/Content/Areas/Common/images/description_bg.png);
  background-repeat: no-repeat;
  background-position: left 40px bottom;
  background-size: auto;
}

.row_center {
  padding-bottom: 4vw;
}

.desc_item {
  margin-bottom: 30px;
}

.desc_item p {
  font-size: 15px;
  line-height: 35px;
  color: #222;
  text-indent: 2em;
}

.left_p {
  padding: 30px 30px 30px 0;
  justify-content: center;
  align-items: center;
}

.right_p {
  padding: 30px 0 30px 30px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .row_top_con img{
 width: 460px;
  }
  .row_top_con .right_p{
 padding-top: 2vw;
 padding-left: 0;
  }
  .bottom_item_tit{
 margin-bottom: 10px;
  }
  .bottom_ls{
 margin-top: 10px;
  }
  .desc_item_image img{
 width: 400px;
  }
  .left_p{
 padding: 0px 20px 0px 0;
  }
  .desc_item{
 margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .site_banner{
 margin-bottom:0;
  }
  .row_top{
 padding-top: 0;
  }
  .row_top_con {
 display: block;
  }
  .row_top_con .left{
 width: 100%;
 padding: 0;
  }
  .row_top_con .right{
 width: 100%;
 margin-left:0;
 padding: 0 10px;
  }
  .bottom_item_tit .large{
 font-size: 24px;
  }
  .bottom_item_tit{
 font-size: 20px;
  }
  .desc_item.flex{
 display: block;
  }
  .left_p{
 padding: 0;
  }
  .row_top_con .right_p{
 margin-bottom: 0;
  }
  .desc_item_image img{
 width: 100%;
  }
  .right_p{
 padding: 0;
  }
  .row_top_con .right_p{
 padding-bottom: 20px;
  }
  .row_address_con .left, .row_sm_con .left, .row_address_con .right, .row_sm_con .right{
 width: 100%;
  }
  .row_sm_con.flex,.row_address_con.flex{
 display: block;
  }
} 