﻿body,
p,
h1,
h2,
h3,
h4,
h5,
li,
span,
i,
ul,
img,
a,
strong,
input,
button,
textarea,
select,
dd,
dl,
dt,
ol {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
    color: #333;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style-type: none;
    float: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
area {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    border: none;
    vertical-align: middle;
}

i,
var,
em {
    font-style: normal;
}

button {
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
}

input[type="submit"] {
    border: none;
}

iframe {
    border: none;
}

input,
select,
textarea {
    outline: none;
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
}

textarea {
    resize: none;
    overflow-y: auto;
}

.at {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.dt {
    display: table;
    width: 100%;
}

.fl-w {
    float: left;
    width: 100%;
}

.hide {
    display: none;
}

.ver-container {
    display: table;
    width: 100%;
    text-align: center;
}

.ver-container>* {
    vertical-align: middle;
    display: table-cell;
}

.swiper-button-disabled {
    cursor: no-drop !important;
    opacity: .5;
}

[class*=icon] {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=ico] {
    vertical-align: middle;
    display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.tops {
  width: 100%;
  background: url("../image/head_bg3.jpg") center no-repeat;
  height: 156px;
}
.tops .wid {
  max-width: 1196px;
}
.tops .logo {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tops .labs {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tops .labs .code {
  width: 86px;
  margin-left: 12px;
}
.tops .labs .code .imgs {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  backgr/ound-color: #333;
}
.tops .labs .code .imgs img {
  width: 76px;
}
.tops .labs .code .txts {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.nav {
  width: 100%;
  height: 58px;
  background-color: #2171cb;
}
.nav .list {
  width: auto;
}
.nav .list ul {
  margin: 0;
}
.nav .list ul li {
  line-height: 58px;
  margin: 0 14px;
  height: 58px;
}
.nav .list ul li h4 {
  margin: 0;
  line-height: 58px;
  padding: 0 22px;
  height: 58px;
}
.nav .list ul li h4 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.nav .list ul li.goBack {
  position: relative;
  z-index: 8;
}
.nav .list ul li.goBack h4 {
  height: 80px;
  background-color: #145bab;
  position: relative;
  top: -11px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.35);
  line-height: 80px;
}
.nav .list ul li:hover h4 {
  background-color: #145bab;
}
.nav .search {
  width: auto;
  padding-left: 30px;
}
.nav .search .box {
  width: 72px;
  height: 58px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.banner {
  width: 100%;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
}
.banner .list ul li img.wapImg {
  display: none;
}
.banner .list .swiper-pagination {
  bottom: 10px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #145bab;
  opacity: 1;
}
.containers {
  width: 100%;
  float: left;
}
.titles {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #2171cb;
  line-height: 71px;
  float: left;
}
.titles .ico {
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.titles .ico img {
  max-width: 90%;
}
.titles .txt {
  width: calc(100% - 48px);
  height: 71px;
  line-height: 71px;
}
.titles .txt span {
  font-size: 36px;
  color: #2171cb;
}
.titles .txt a {
  color: #2171cb;
  text-decoration: none;
  float: right;
  line-height: 50px;
  padding-top: 20px;
}
.footer {
  width: 100%;
}
.footer .links {
  height: 170px;
  background-color: #2171cb;
  width: 100%;
  float: left;
}
.footer .links .logo {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .links .logo img {
  max-width: 80%;
  max-height: 80%;
}
.footer .links .list {
  width: 100%;
}
.footer .links .list ul {
  margin: 0;
  width: 100%;
}
.footer .links .list ul li {
  width: 25%;
  text-align: center;
  line-height: 170px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.footer .links .list ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .copyright {
  width: 100%;
  line-height: 34px;
  padding: 25px 0;
  background-color: #0a53a5;
  float: left;
}
.footer .copyright .wid {
  max-width: 1400px;
}
.footer .copyright .text {
  width: 100%;
  text-align: center;
}
.footer .copyright .text span {
  color: #fff;
  margin: 0 30px;
}
.wap-nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 2px solid #0a53a5;
  padding: 0 12px;
}
.wap-nav .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #0a53a5;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #0a53a5;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #0a53a5;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  font-size: 14px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #0a53a5;
  text-decoration: none;
}
.college {
  background: url("../image/02366b_1920x1090.jpg") top center no-repeat;
  min-height: 1090px;
}
.college .notice {
  width: 100%;
  height: 76px;
  background-color: #fff;
  margin-top: 40px;
  float: left;
  box-shadow: 0 5px 10px rgba(0,0,0,0.35);
  padding: 0 40px;
}
.college .notice .tits {
  width: 284px;
}
.college .notice .tits .ico {
  width: 62px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.college .notice .tits .txt {
  width: calc(100% - 62px);
  line-height: 76px;
  font-size: 30px;
  color: #2171cb;
}
.college .notice .list {
  width: calc(100% - 284px);
  padding-left: 20px;
}
.college .notice .list ul {
  width: 100%;
}
.college .notice .list ul li {
  width: 100%;
  height: 76px;
  line-height: 76px;
}
.college .notice .list ul li .intr {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.college .notice .list ul li .intr .time {
  font-size: 16px;
  color: #333;
}
.college .notice .list ul li .intr .more {
  line-height: 76px;
}
.college .notice .list ul li .intr .more a {
  color: #2171cb;
}
.college .notice .list ul li .txts {
  width: calc(100% - 200px);
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.college .news {
  width: 100%;
  float: left;
  padding-top: 36px;
}
.college .news .conts {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.college .news .conts .intrs {
  width: 100%;
  height: 306px;
  background-color: #fff;
}
.college .news .conts .intrs ul {
  width: 100%;
  margin: 0;
}
.college .news .conts .intrs ul li {
  width: 100%;
}
.college .news .conts .intrs ul li a {
  text-decoration: none;
}
.college .news .conts .intrs ul li .imgs {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
.college .news .conts .intrs ul li .imgs img {
  width: 100%;
  height: 100%;
}
.college .news .conts .intrs ul li .txts {
  width: 100%;
  line-height: 56px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
}
.college .news .conts .intrs .swiper-pagination {
  width: auto;
  right: 10px;
  left: initial;
  bottom: 20px;
}
.college .news .conts .intrs .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #7f9ce8;
  opacity: 1;
}
.college .news .conts .intrs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2171cb;
}
.college .news .conts .list {
  width: calc(100% - 20px);
}
.college .news .conts .list ul {
  width: 100%;
}
.college .news .conts .list ul li {
  width: 100%;
  border-bottom: 1px dashed #c4d1e0;
  padding: 13px 0;
}
.college .news .conts .list ul li:first-child {
  padding-top: 0;
}
.college .news .conts .list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.college .news .conts .list ul li .time {
  width: 76px;
  height: 56px;
  border: 1px solid #2171cb;
}
.college .news .conts .list ul li .time span {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #2171cb;
}
.college .news .conts .list ul li .time i {
  display: inline-block;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  background-color: #2171cb;
}
.college .news .conts .list ul li .text {
  width: calc(100% - 76px);
  line-height: 26px;
  padding: 2px 0;
  font-size: 16px;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 20px;
}
.college .news .inform {
  width: 100%;
  min-height: 100px;
  float: left;
}
.college .news .inform .intrs {
  width: 100%;
  padding-top: 30px;
  float: left;
}
.college .news .inform .intrs .imgs {
  width: 100%;
}
.college .news .inform .intrs .imgs img {
  width: 100%;
}
.college .news .inform .intrs .text {
  width: 100%;
  padding: 6px 0;
}
.college .news .inform .intrs .text .tits {
  width: 100%;
  line-height: 52px;
  font-size: 20px;
  color: #424242;
}
.college .news .inform .intrs .text .txts {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-indent: 32px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.honor {
  width: 100%;
  min-height: 650px;
  background-color: #fff;
  background: url("../image/2868ed_1938x651.jpg") center no-repeat;
  float: left;
  padding: 20px 0;
}
.honor .titles {
  border-bottom: 1px solid #fff;
}
.honor .titles .txt span {
  color: #fff;
}
.honor .titles .txt a {
  color: #fff;
}
.honor .conts {
  width: calc(100% - 40px);
  min-height: 100px;
  background: rgba(255,255,255,0.8);
  margin-top: 66px;
  float: left;
  margin-left: 40px;
  min-height: 430px;
}
.honor .conts .imgs {
  width: 100%;
  position: relative;
  margin-top: -40px;
  float: left;
  margin-left: -40px;
}
.honor .conts .imgs img {
  width: 100%;
  max-width: 700px;
}
.honor .conts .intrs {
  width: 100%;
  min-height: 100px;
  padding-right: 70px;
  padding-top: 50px;
}
.honor .conts .intrs .tits {
  width: 100%;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: right;
}
.honor .conts .intrs .txts {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  text-align: justify;
}
.honor .conts .intrs .more {
  text-align: right;
  padding-top: 10px;
}
.honor .conts .intrs .more a {
  display: inline-block;
  width: 178px;
  height: 15px;
  background: url("../image/8851c2_178x15.png") center no-repeat;
}
.team {
  width: 100%;
  min-height: 654px;
  background: url("../image/852c90_1920x654.jpg") bottom center no-repeat;
  float: left;
  padding-top: 20px;
  padding-bottom: 40px;
}
.team .conts {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  padding-top: 40px;
  float: left;
}
.team .conts .item {
  width: 100%;
  box-shadow: 0 5px 10px rgba(0,0,0,0.35);
  disp/lay: flex;
  just/ify-content: flex-start;
  background-color: #fff;
}
.team .conts .item a{
	display: flex;
  justify-content: flex-start;
}
.team .conts .item .imgs {
  width: 60%;
	height: 23vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.team .conts .item .imgs img {
  width: 100%;
}
.team .conts .item .text {
  width: 40%;
  padding: 0 10px;
  padding-top: 20px;
}
.team .conts .item .text .tits {
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.team .conts .item .text .txts {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  word-break: break-all;
}
.team .conts .item.item-mt {
  margin-top: 60px;
  position: relative;
}
.introduce {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 30px;
}
.introduce .title {
  width: 100%;
  line-height: 60px;
  text-align: center;
}
.introduce .title span {
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  color: #2171cb;
  position: relative;
}
.introduce .title span:after {
  content: "";
  position: absolute;
  left: -180px;
  top: 50%;
  width: 172px;
  height: 1px;
  background-color: #2171cb;
}
.introduce .title span:before {
  content: "";
  position: absolute;
  right: -180px;
  top: 50%;
  width: 172px;
  height: 1px;
  background-color: #2171cb;
}
.introduce .conts {
  width: 100%;
}
.introduce .conts .list {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.introduce .conts .list ul {
  width: 100%;
  margin: 0;
}
.introduce .conts .list ul li {
  width: 430px;
  background-color: #fff;
}
.introduce .conts .list ul li .imgs {
  width: 100%;
}
.introduce .conts .list ul li .imgs img {
  width: 100%;
}
.introduce .conts .list ul li .text {
  width: 100%;
  line-height: 88px;
  text-align: center;
  font-size: 20px;
  color: #424242;
}
.introduce .conts .list .swiper-button-prev {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  left: 0;
  top: 50%;
  margin-top: -57px;
}
.introduce .conts .list .swiper-button-prev:after {
  color: #fff;
  font-size: 28px;
}
.introduce .conts .list .swiper-button-prev:hover {
  background-color: #2171cb;
}
.introduce .conts .list .swiper-button-next {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  right: 0;
  top: 50%;
  margin-top: -57px;
}
.introduce .conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
}
.introduce .conts .list .swiper-button-next:hover {
  background-color: #2171cb;
}

@media screen and (max-width: 1320px) {
  .footer .links ul li {
    min-width: 120px;
  }
  .nav .list ul li h4 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .tops .logo img {
    height: 48px;
  }
  .tops .labs img {
    height: 36px;
  }
  .tops .labs .code .imgs img {
    height: 76px;
  }
  .nav .list ul li h4 {
    padding: 0 10px;
  }
  .nav .list ul li {
    margin: 0 10px;
  }
  .nav .search {
    padding-left: 0;
  }
  .footer .links .logo {
    width: 100%;
    text-align: center;
    position: relative;
    left: initial;
    height: 100px;
    margin-left: initial;
  }
  .footer .links .logo img {
    height: 70px;
  }
  .footer .links ul li {
    line-height: 40px;
  }
  .footer .links ul li:nth-child(4) {
    margin-right: 0;
  }
  .footer .links {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .list ul li h4 {
    padding: 0 10px;
  }
  .tops .logo img {
    height: 48px;
  }
  .tops .labs img {
    height: 36px;
  }
  .footer .links ul li {
    min-width: 110px;
  }
}
@media screen and (max-width: 993px) {
  .wid {
    padding: 0 15px;
  }
  .professional .list ul li .intr .tits span {
    font-size: 18px;
  }
  .professional .list ul li .intr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding: 0 !important;
  }
  .news .wid .dynamic .conts .intrs {
    width: 100%;
  }
  .news .wid .dynamic .conts .list {
    width: 100%;
    margin-top: 15px;
  }
  .news {
    padding: 15px 0;
  }
	.college .news .conts .intrs ul li .imgs {
		width: 100%;
		height: 50vw;
	}
	.college .news .conts .intrs {
    width: 100%;
    height: auto;
    background-color: #fff;
}
  .professional .list ul li {
    width: 90%;
    margin: 0 auto;
    margin: 0 5%;
    margin-bottom: 30px;
  }
  .professional .list ul {
    display: initial;
  }
  .professional {
    padding: 20px 0;
  }
  .school,
  .service {
    padding: 0 15px;
  }
  .teacher {
    padding: 0 15px;
  }
  .teacher .conts .intr .imgs.he296 img {
    height: auto;
    margin-bottom: 15px;
  }
  .teacher .conts .intr .imgs {
    width: 100%;
  }
  .teacher .conts {
    padding: 15px 0;
  }
  .footer .links ul li {
    width: auto;
    min-width: auto;
    padding: 0 12px;
  }
  .introduce .conts .list ul li {
    width: 80%;
  }
  .titles {
    height: 48px;
  }
  .titles .ico img {
    max-width: 70%;
    max-height: 60%;
  }
  .titles .txt {
    line-height: 47px;
  }
  .titles .txt span {
    font-size: 24px;
  }
  .titles .txt a {
    line-height: 47px;
    padding-top: 0;
  }
  .news .wid .notice .conts .list ul li .text {
    font-size: 14px;
  }
  .introduce .conts .list ul li .text {
    height: 48px;
    line-height: 48px;
  }
  .introduce .conts .list {
    padding: 20px 0;
  }
  .introduce .title span {
    font-size: 24px;
  }
  .introduce .title span:before {
    width: 120px;
    right: -130px;
  }
  .introduce .title span:after {
    width: 120px;
    left: -130px;
  }
  .inform .listInf ul li .imgs img {
    height: 160px;
  }
  .banner .list ul li img.wapImg {
    display: block;
  }
  .banner .list ul li img.pcImg {
    display: none;
  }
  .college .notice {
    height: 50px;
    padding: 0 10px;
    border-radius: 6px;
  }
  .college {
    padding: 0 15px;
  }
  .college .notice .tits {
    width: 42px;
  }
  .college .notice .tits .ico {
    height: 50px;
    width: 42px;
  }
  .college .notice .tits .ico img {
    height: 24px;
  }
  .college .notice .list {
    width: calc(100% - 42px);
    padding-left: 10px;
  }
  .college .notice .list ul li .intr {
    width: 82px;
  }
  .college .notice .list ul li {
    height: 50px;
    line-height: 50px;
  }
  .college .notice .list ul li .txts {
    width: calc(100% - 90px);
  }
  .college .news .conts .list {
    margin-top: 20px;
    width: calc(100% + 30px);
    position: relative;
    left: 15px;
  }
  .honor .conts .imgs {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .honor .conts .intrs {
    padding: 15px 20px;
  }
  .honor .conts .intrs .tits {
    font-size: 20px;
    line-height: 30px;
  }
  .honor .conts .intrs .txts {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .honor .conts {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .honor {
    padding: 0 15px;
    padding-top: 30px;
  }
  .team {
    min-height: auto;
    height: auto;
    padding: 0 10px;
  }
  .college .news .inform .intrs .text .txts {
    font-size: 14px;
    line-height: 24px;
  }
  .introduce {
    padding: 0 15px;
    margin-top: 30px;
  }
  .college .news .inform {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .team .conts {
    padding-top: 20px;
  }
  .team {
    padding: 30px 15px;
    float: left;
  }
  .footer .links .logo {
    height: 100px;
  }
  .footer .links .logo img {
    max-height: 90%;
  }
  .footer .links .list ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .links {
    padding-bottom: 20px;
  }
  .footer .copyright .text span {
    margin: 0 10px;
    font-size: 13px;
    line-height: 24px;
  }
	.footer .copyright .text span:nth-child(1), .footer .copyright .text span:nth-child(2){
		display: block;
	}
  .footer .copyright {
    padding: 12px 0;
  }
	
	.team .conts .item.item-mt {
		margin-top: 0px;
		position: relative;
	}
	.team .conts .item {
		margin-bottom: 8vw;
	}
	.team .conts .item .imgs {
	  	width: 40%;
		height: 50vw;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.team .conts .item .text {
		width: 60%;
	}
	
}