html {
  font-family: "Microsoft YaHei" ! important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body {
  font-family: "Microsoft YaHei" ! important;
  font-size: 16px;
  line-height: 1.42857143;
  color: #424242;
  background-color: #ffffff;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a {
    /*color: #ec407a;*/
    text-decoration: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container.section-xlg {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .section-xlg {
    padding: 70px 0;
  }
}
.lg-title {
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #757575;
  font-size: 45px;
  margin-top: 0;
  line-height: 50px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Microsoft YaHei" ! important;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

.space-md {
  display: block;
  float: none;
  clear: both;
}
.space-md {
  padding-top: 20px;
}
#teamSlider .item,
#blogSlider .item {
  padding-left: 10px;
  padding-right: 10px;
}
#teamSlider .owl-pagination {
  margin-top: 20px;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible;    
}
@media (min-width: 992px) {
  .team-grid .row:not(:last-child) .profile-circle {
    margin-bottom: 75px;
  }
}
.profile-circle:hover button {
  color: #fff;
  background: red;
}
@media (max-width: 992px) {
  .team-grid .profile-circle {
    margin-bottom: 75px;
  }
}
.profile-circle {
  max-width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.profile-circle:hover .content-circle {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.profile-circle .hover-content {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}
.hover-content {
  overflow: hidden;
  position: relative;
}
.lg-size.profile {
  height: 200px;
  width: 200px;
  opacity: 0.5;
}
.profile-circle:hover .lg-size.profile {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.profile {
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}
.profile {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
i.icon {
    display: block;
}
.circle-icons i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #ec407a;
  font-size: 13px !important;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.circle-icons li:hover i {
  background: #ec407a;
  color: #fff;
}


.icons-list {
  padding-left: 0;
  list-style: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.icons-list li {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 2.5px;
  margin-top: 5px;
  padding-left: 2.5px;
}
.profile-circle > p,
.profile-circle > h3 {
  margin-bottom: 0;
}
h3,
.h3 {
  font-size: 24px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.profile-circle > hr {
  max-width: 80px;
  border-color: #e0e0e0;
  margin-top: 18px;
  margin-bottom: 15px;
}
p {
  margin: 0 0 10px;
}
.profile-circle > p {
  color: #9e9e9e;
  max-height: 80px;
  overflow: hidden;
}
.text-block {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #9e9e9e;
}
button{
  -webkit-appearance: button;
  cursor: pointer;
}
button{
  font-family: "Microsoft YaHei" ! important;
  font-size: inherit;
  line-height: inherit;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.profile-circle > button {
  background: #CB2324;
  margin: 5px auto 15px auto;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  height:30px;
  line-height: 10px;
  z-index: 10000;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 1000;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 1000;
}
.dialog__overlay {
  position: absolute;
  z-index: 2000;
  background: rgba(24, 30, 34, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  min-width: 290px;
  background: #fff;
  position: relative;
  z-index: 5000;
  opacity: 0;
}
@media (min-width: 620px) {
  .dialog__content {
    width: 75%;
    max-width: 700px;
  }
}
@media (max-width: 619px) {
  .dialog__content {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.dialog h3 small {
  font-weight: inherit;
  color: #757575;
}
.dialog-body {
  padding-top: 20px;
  padding-bottom: 5px;
}
.dialog-body h4 {
  margin-top: 25px;
}
/* dialog effect - Wilma */
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
@media (min-width: 768px) {
  .dialog--open .morph-shape svg rect {
    -webkit-animation: anim-dash 0.6s forwards;
    animation: anim-dash 0.6s forwards;
  }
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
@media (min-width: 620px) {
  .dialog--open .dialog-inner {
    padding: 4em;
  }
}
@media (max-width: 619px) {
  .dialog--open .dialog-inner {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .dialog.dialog--open h3 {
    -webkit-animation: anim-elem-1 0.35s 0.3s ease-out both;
    animation: anim-elem-1 0.35s 0.3s ease-out both;
  }
  .dialog.dialog--open .first.text-block {
    -webkit-animation: anim-elem-1a 0.35s 0.35s ease-out both;
    animation: anim-elem-1a 0.35s 0.35s ease-out both;
  }
  .dialog.dialog--open h4 {
    -webkit-animation: anim-elem-1b 0.35s 0.4s ease-out both;
    animation: anim-elem-1b 0.35s 0.4s ease-out both;
  }
  .dialog.dialog--open .second.text-block {
    -webkit-animation: anim-elem-1c 0.35s 0.45s ease-out both;
    animation: anim-elem-1c 0.35s 0.45s ease-out both;
  }
  .dialog.dialog--open button {
    -webkit-animation: anim-elem-2 0.35s 0.5s ease-out both;
    animation: anim-elem-2 0.35s 0.5s ease-out both;
  }
}
.morph-shape {
  position: absolute;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
svg:not(:root) {
  overflow: hidden;
}
morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
@media (min-width: 768px) {
  .morph-shape svg rect {
    -webkit-animation: anim-dash 0.6s forwards;
    animation: anim-dash 0.6s forwards;
  }
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog-inner {
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
@media (min-width: 620px) {
  .dialog-inner {
    padding: 4em;
  }
}
@media (max-width: 619px) {
  .dialog-inner {
    padding: 2em;
  }
}
.dialog h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.dialog-body {
  padding-top: 20px;
  padding-bottom: 5px;
}
.dialog-body h4 {
  margin-top: 25px;
}
.btn.action {
    background: none;
    text-transform: uppercase;
    padding: 0;
    color: #ec407a;
}
.first{
  position: relative;
}

.first {
  z-index: 1;
}
.text-block {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #9e9e9e;
  word-wrap: break-word;
}
p {
  margin: 0 0 10px;
}

/*
  Icon Font: fontdiao
*/

.pagertool {text-align:center; margin-top:30px;}
.pagertool  .swiper-pagination-bullet {
    display:inline-block; 
    width:12px; 
    height:12px; 
    background:url(../images/ico.png) no-repeat -38px -105px ; 
    margin-right:10px; 
    cursor:pointer; }
.pagertool  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:url(../Icons/ico.png) no-repeat -63px -105px ; }