.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin-top: 20px;
}

.tabBlock-tab {
  background-color: white;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 16px;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #3e83c0;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
}
}
.tabBlock-tab.is-active {
  position: relative;
  color: #005BAC;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #005BAC;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}

.tabBlock-content {
  background-color: white;
  border: 2px solid #d8d8d8;
  padding: 26px;
  overflow: hidden;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}
.tabMain li{
  float: left;
  width: 384px;
  height: 267px;
  background: #f0f0f0;
  margin: 0 12px 20px;
}
.tabMain img{
  width: 180px;
  float: left;
  margin-right: 24px;
  height: 267px;
  overflow: hidden;
}
.tabMain h2{
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  float: left;
}
.tabMain p{
  font-size: 14px;
  width: 180px;
  overflow: hidden;
  float: left;
  line-height: 24px;
  text-indent: 2em;
}
.introduceMain li{
  height: 232px;
  border-bottom: 1px dashed #666;
  padding: 20px 0;
  overflow: hidden;
}
.introduceMain{
  padding: 0 72px;
}
.introduceMain img{
  width: 131px;
  height: 190px;
  overflow: hidden;
  float: left;
  margin-right: 100px;
}
.introduceMain h2{
  font-size: 20px;
  color: #005BAC;
  line-height: 40px;
  margin-left: 232px;
  /* float: left; */
}
.introduceMain h3{
  font-size: 18px;
  color: #333;
  line-height: 34px;
  margin-left: 232px;
  margin-bottom: 15px;
}
.introduceMain h4,.introduceMain h5,.introduceMain h6{
  font-size: 12px;
  margin-left: 232px;
  padding-left: 31px;
  line-height: 30px;
}
.introduceMain h4{
  background: url("imagesoffice.png") no-repeat center left;
}
.introduceMain h5{
  background: url("imagesphone.png") no-repeat center left;
}
.introduceMain h6{
  background: url("imagesemail.png") no-repeat center left;
}
/*---------------------------------------����������?--------------------------------------------*/
.foreign li{
  border: 1px solid #666;
  margin-bottom: 10px;
  background: #005BAC;
}
.foreign li a{
  /* width: 100%; */
  font-size: 16px;
  margin-left: 30px;
  line-height: 40px;
  /* border-bottom: 1px solid #666; */
  display: block;
  color: #fff;
}
.foreign li .foreignChild{
  /* width: 300px; */
  display: none;
}
.foreign li .foreignChild li{
  border: 0;
  margin: 0;
  background: #fff;
}
.foreign li .foreignChild li a{
  border: 0;
  color: #005BAC;
}











