html,
body {
  font-family: "微软雅黑", arial;
  font-size: 14px;
  line-height: 24px;
  color: #474747;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  font-size: 70px;
  color: #577a99;
}
.h3-title {
  position: relative;
}
.h3-title:after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 55%;
}
header .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
header .swiper-container .swiper-slide {
  color: #fff;
}
header .swiper-container .swiper-pagination-bullet-active {
  background: #005c95;
}
header .swiper-container p.ani {
  position: absolute;
  top: 50%;
  font-size: 48px;
  width: 100%;
  text-align: center;
}
header .my-nav {
  background: rgba(87, 122, 153, 0.7);
}
header .my-nav .navbar-brand {
  width: 120px;
  height: 82px;
  background-color: #fff;
  padding: 12px;
  position: absolute;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .my-nav .navbar-brand img {
  width: 100%;
}
header .my-nav .navbar-nav > li > a {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
header .my-nav .navbar-nav > li > a:hover,
header .my-nav .navbar-nav > li > a:focus {
  color: #577a99;
}
header .my-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.modal-content .modal-header {
  border-bottom: 0px;
}
.modal-content .modal-body {
  padding: 45px 60px 60px;
}
.modal-content .modal-body h3 {
  margin-bottom: 30px;
}
.modal-content .modal-body img {
  margin: 0px auto;
  max-width: 100%;
}
section {
  padding: 60px 0px;
}
section h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  font-size: 36px;
}
section h2:after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 65%;
}
section h2 small {
  font-size: 18px;
  margin-top: 40px;
  display: block;
  color: #577a99;
}
section h3 {
  color: #577a99;
  font-size: 18px;
}
section [class^="col"] {
  margin-bottom: 30px;
}
section [class^="col"].no-margin-bottom {
  margin-bottom: 0px;
}
section .item-box-blue,
section .item-box-orange {
  background-color: #ee9805;
}
section .item-box-blue .content,
section .item-box-orange .content {
  border-radius: 0px;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section .item-box-blue .content ul,
section .item-box-orange .content ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
section .item-box-blue .content:after,
section .item-box-orange .content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #577a99;
  left: -86%;
  bottom: -86%;
  transition: transform 0.3s ease-out;
  z-index: -1;
}
section .item-box-blue .content:hover,
section .item-box-orange .content:hover {
  background-color: transparent;
  color: #fff;
}
section .item-box-blue .content:hover h3,
section .item-box-orange .content:hover h3 {
  color: #fff;
}
section .item-box-blue .content:hover::after,
section .item-box-orange .content:hover::after {
  transform: scale(3.9, 3.9);
}
section .row-box {
  display: flex;
}
section .row-box > div {
  width: calc(100% / 3);
}
section .item-box-blue {
  height: 100%;
}
section .item-box-blue .content {
  height: 100%;
}
section .item-box-blue .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: -1;
  background-color: #fff;
  top: 0px;
  right: 0px;
}
section .item-box-blue .content .logo-bar {
  width: 90px;
  height: 90px;
  margin: 15px auto;
  background-color: #577a99;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  position: relative;
}
section .item-box-blue .content .logo-bar img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section .item-box-blue .content .logo-bar .mouse-over {
  display: block;
}
section .item-box-blue .content .logo-bar .mouse-on {
  display: none;
}
section .item-box-blue .content:hover .logo-bar {
  background-color: #fff;
}
section .item-box-blue .content:hover .logo-bar .mouse-over {
  display: none;
}
section .item-box-blue .content:hover .logo-bar .mouse-on {
  display: block;
}
section .item-box-orange .content h3,
section .item-box-orange .content p,
section .item-box-orange .content ul {
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 0.5, 0.46, 0.88);
  color: #fff;
}
section .item-box-orange .content .h3:after {
  background-color: #fff;
}
section .item-box-orange .content .h3 small {
  color: #fff;
}
section .item-box-orange .content:after {
  background-color: #577a99;
  opacity: 0.7;
}
section .item-box-orange .content .small-hidden {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  min-height: 100px;
  transform: translate(-50%, 0);
}
section .item-box-orange .content .small-hidden h3,
section .item-box-orange .content .small-hidden p {
  opacity: 1;
  color: #577a99;
}
section .item-box-orange .content .small-hidden h3:after {
  background-color: #577a99;
  width: 20px;
}
section .item-box-orange .content .small-hidden h3 small {
  color: #577a99;
}
section .item-box-orange .content:hover {
  opacity: 1;
}
section .item-box-orange .user-photo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  border-radius: 0px;
  z-index: -1;
  background-color: #fff;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
section .item-box-orange .content:hover h3,
section .item-box-orange .content:hover p,
section .item-box-orange .content:hover ul {
  opacity: 1;
}
section .item-box-orange .content:hover .small-hidden {
  display: none;
}
section#services,
section#select,
section#team {
  background-color: #f0f0f0;
}
section#services h3 {
  width: 100%;
  margin: 0px auto 15px auto;
  border-bottom: 1px #577a99 solid;
  color: #577a99;
  height: 74px;
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
  vertical-align: middle;
  display: inline-table;
}
section#services h3 span {
  display: table-cell;
  vertical-align: middle;
}
section#services .content:hover h3 {
  border-bottom: 1px #fff solid;
  color: #fff;
}
section#team .item-box-orange {
  background-color: transparent;
}
section#team .item-box-orange .h3-title {
  margin: 0px 0px 15px;
  padding-bottom: 10px;
}
section#team .item-box-orange .h3-title:after {
  top: auto;
  bottom: 0px;
}
section#team .item-box-orange .content {
  min-height: 360px;
}
section#team .item-box-orange .content .hover-show {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  top: 0px;
  padding: 30px 15px;
}
section#team .item-box-orange .content .hover-show h3,
section#team .item-box-orange .content .hover-show p {
  color: #fff;
}
section#team .item-box-orange .content .hover-hidden p,
section#team .item-box-orange .content .hover-hidden h3 {
  opacity: 1;
}
section#team .item-box-orange .content h3 {
  color: #577a99;
}
section#team .item-box-orange .content p {
  color: #333;
}
section#team .item-box-orange .content:after {
  opacity: 0.9;
}
section#team .item-box-orange .content:hover .hover-hidden {
  opacity: 0;
}
section#team .item-box-orange .content:hover .hover-show {
  opacity: 1;
}
section#team .item-box-orange ul {
  line-height: 20px;
}
section#team .swiper-slide {
  background-color: #fff;
}
section#team .swiper-slide img {
  border-radius: 50%;
  width: 100%;
  border: 2px #E6E6E6 solid;
  background-image: url(../img/team/img_team_00.jpg);
  background-size: 100%;
}
section#team .swiper-slide p {
  margin-bottom: 0px;
}
section#logo-banner,
section#logo-banner1 {
  background-color: #DCDEDD;
}
section#logo-banner .swiper-slide,
section#logo-banner1 .swiper-slide {
  background-color: #fff;
  padding: 15px;
}
section#logo-banner .swiper-slide img,
section#logo-banner1 .swiper-slide img {
  margin: 0px auto;
}
section#logo-banner {
  text-align: center;
  padding: 60px;
}
section#logo-banner1 .swiper-slide {
  padding: 0px !important;
}
section#logo-banner1 .swiper-slide .content {
  border-radius: 0px;
  background-color: #fff;
  padding: 10px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 160px;
}
section#logo-banner1 .swiper-slide .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
}
section#logo-banner1 .swiper-slide .content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #577a99;
  left: -86%;
  bottom: -86%;
  transition: transform 0.3s ease-out;
  z-index: -1;
}
section#logo-banner1 .swiper-slide .content .info {
  display: none;
  line-height: 16px;
  font-size: 12px;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-47%);
}
section#logo-banner1 .swiper-slide .content:hover {
  background-color: transparent;
  color: #fff;
}
section#logo-banner1 .swiper-slide .content:hover:after {
  transform: scale(3.9, 3.9);
}
section#logo-banner1 .swiper-slide .content:hover img {
  display: none;
}
section#logo-banner1 .swiper-slide .content:hover .info {
  display: block;
}
section#aboutus {
  padding: 120px 0px;
}
section#aboutus .info-img {
  background-color: #ee9805;
  overflow: auto;
}
section#aboutus .info-img img {
  border-radius: 0px;
  background-color: #577a99;
}
section#aboutus [class^="col"] {
  margin-bottom: 0px;
}
section#aboutus .info {
  padding-right: 60px;
}
section#aboutus h2 {
  text-align: left;
  margin-top: 10px;
}
section#aboutus h2:after {
  left: 0px;
  transform: translate(0, 0);
  top: 100%;
  width: 40px;
  height: 4px;
}
section#aboutus h2 small {
  margin-top: 15px;
  padding-bottom: 15px;
}
section#number-box {
  padding: 0px;
  background: url(../img/bg.jpg) no-repeat center fixed;
  background-size: cover;
}
section#number-box .item {
  padding: 60px 0px;
  overflow: auto;
  background: rgba(87, 122, 153, 0.7);
}
section#number-box [class^="col"] {
  margin-bottom: 0px;
}
section#number-box [class^="col"] img {
  max-width: 60%;
  max-height: 84px;
}
section#number-box [class^="col"] + [class^="col"]::after {
  content: "";
  background-color: #fff;
  border-left: 1px #fff solid;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-20px);
}
section#number-box {
  background: url(../img/bg1.jpg) no-repeat center fixed;
  background-size: cover;
  color: #fff;
}
section#number-box .item {
  padding: 90px 0px;
}
section#number-box .item span {
  font-size: 48px;
}
section#number-box .item sup {
  font-size: 24px;
  vertical-align: top;
}
section#number-box .item p:before {
  content: "";
  border-bottom: #fff;
  background-color: #fff;
  display: block;
  width: 16px;
  height: 1px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 6px;
}
section#manage .item-box-blue .content {
  height: 300px;
}
section#manage .item-box-blue .content:before {
  background-color: #e6e6e6;
}
section#manage .item-box-blue .content:hover h3:after {
  background-color: #fff;
}
section#manage h3 {
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  margin-top: 0px;
}
section#manage h3:after {
  content: "";
  width: 16px;
  height: 1px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
section#news {
  border-bottom: 2px #DFDFDF solid;
  padding-top: 80px;
}
section#news a,
section#news a:hover,
section#news a:focus {
  color: #333;
  text-decoration: none;
}
section#news h2 {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #577a99;
  margin-top: 0px;
}
section#news h2::after {
  left: 0px;
  transform: translateX(0);
  top: 100%;
  background-color: #577a99;
  width: 40px;
}
section#news ul {
  margin: 0px;
  padding: 0px;
}
section#news ul li {
  list-style: none;
  margin: 0px;
}
section#news ul li div,
section#news ul li span {
  display: inline-block;
  vertical-align: top;
}
section#news ul li div:first-child {
  color: #577a99;
  border: 1px #577a99 solid;
}
section#news ul li div:first-child span {
  padding: 0px 3px;
  font-size: 10px;
  min-width: 30px;
  text-align: center;
}
section#news ul li div:first-child span:first-child {
  background-color: #577a99;
  color: #fff;
  font-size: 18px;
}
section#news ul li div:last-child {
  width: calc(100% - 120px);
  margin-left: 15px;
  padding: 10px 15px;
  border-top: 1px #E6E6E6 solid;
}
section#news .title-bar {
  background-color: #577a99;
  padding: 10px 15px;
}
section#news .title-bar a,
section#news .title-bar a:hover,
section#news .title-bar a:focus {
  color: #fff;
  text-decoration: none;
}
section#select .item-box-orange .content {
  min-height: auto;
  padding: 0px;
}
section#select .item-box-orange .content::after {
  z-index: 0;
}
section#select .info {
  padding: 0px 15px;
  text-align: center;
}
section#select .info h3 {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
section#select .info h3::after {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background-color: #333;
  margin: 30px auto;
}
section#logo-banner1 h2,
section#new-pro h2 {
  padding-bottom: 20px;
  margin-bottom: 60px;
}
section#logo-banner1 h2:after,
section#new-pro h2:after {
  top: 100%;
}
section#new-pro .info {
  margin-top: 20px;
}
section#new-pro .col-sm-4 > div {
  position: relative;
}
section#new-pro .info {
  background: rgba(87, 122, 153, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  margin: 0px;
  padding: 30px;
  line-height: 1.4em;
}
footer#icon-box {
  padding: 0px;
  background: url(../img/bg.jpg) no-repeat center fixed;
  background-size: cover;
  color: #fff;
}
footer#icon-box .item {
  padding: 60px 0px;
  overflow: auto;
  background: rgba(87, 122, 153, 0.7);
  padding: 80px 0px;
}
footer h4 {
  line-height: 24px;
}
footer h4 small {
  color: #fff;
}
footer .row > div div {
  max-width: 380px;
}
footer img {
  border: 10px #fff solid;
  margin-top: 15%;
}
.beian {
  background-color: #333;
  padding: 15px;
  text-align: center;
}
.beian a,
.beian a:hover,
.beian a:focus {
  color: #fff;
  text-decoration: none;
}
.tab_content .logo-bar {
  height: 160px;
  position: relative;
  background-color: #fff;
  padding: 16px;
}
.tab_content .logo-bar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
}
@media screen and (max-width: 768px) {
  header .swiper-container p.ani {
    font-size: 22px;
  }
  header .my-nav .navbar-brand {
    width: 55px;
    height: 70px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
  }
  header .my-nav .navbar-brand img {
    width: 100%;
  }
  section {
    padding: 30px 0px;
  }
  section .row-box {
    display: block;
  }
  section .row-box > div {
    width: 100%;
  }
  section#aboutus {
    padding: 60px 0px;
  }
  section#number-box .item .row .col-xs-6 {
    margin-bottom: 30px;
  }
  section#number-box .item span {
    font-size: 36px;
  }
  section#number-box .item sup {
    font-size: 20px;
  }
  section#news .title-bar {
    margin-bottom: 15px;
  }
  section#logo-banner1 {
    padding: 60px 15px;
  }
}
@media (min-width: 992px) {
  section#manage h2 {
    text-align: left;
    height: 630px;
    background: url(../img/managebg.jpg) no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 60px;
  }
  section#manage h2::after {
    left: 60px;
    top: 120px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 992px) {
  section#aboutus .info {
    padding-right: 16px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section#select .info p {
    height: 46px;
  }
  footer .col-sm-2 img {
    margin-top: 50%;
  }
}
