html,
body {
  position: relative;
  height: 100%;
}

/* 导航下划线 - 头部背景图*/
.bottomLine {
  left: 94px;
}

.about_banner {
  width: 100%;
  height: 270px;
  background: url(../img/manager_banner.png) no-repeat center center;
  background-size: 100% 100%;
  ;
  position: relative;
}

.about_banner .about_content {
  width: 100%;

}

.about_banner .about_content .textdesc {
  width: 300px;
  height: 120px;
  position: absolute;
  left: 21%;
  top: 30%
}

.about_banner .about_content .textdesc p {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 540px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 265px;
  height: 12px;
  background: #ffffff;
  box-shadow: rgb(0, 204, 0) 0px 0px 3px inset;
  position: absolute;
  left: 0;
  top: -6px;
}

.about_banner .about_content .textdesc .poline p {
  font-size: 30px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  bottom: -40px;
}

/* 主要内容 */
main {
  width: 100%;
  height: auto;
  background: url("../img/advisors_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

main .container1 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 68px;
}

/* 标题 */
main .container1 .title {
  width: 100%;
  height: 130px;
  margin: 0 auto;
}

main .container1 .title p {
  padding-top: 80px;
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 16px;
  text-align: center;
}

main .container1 .title p::before {
  content: url(../img/title-left.png);
  margin-right: 8px;
}

main .container1 .title p::after {
  content: url(../img/title-right.png);
  margin-left: 8px;
}

/* 介绍 */
.swiper-container {
  width: 1050px;
  height: 290px;
}

.swiper-slide {
  width: 251px;
  height: 290px;
  text-align: center;
  font-size: 18px;
  position: relative;
  cursor: pointer !important;
  /* margin-right: 15px !important; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.65);
}

.swiper-slide img {
  width: 196px;
  height: 234px;
}

.swiper-slide p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #348DCC;
  line-height: 33px;
}

.swiper-slide-active {
  margin-left: -14px;
  margin-right: 15px !important;
}

/* .swiper-slide-next{
        margin-left: 22px !important;
        margin-right: 17px !important;
    }
    .swiper-slide-prev{
        margin-left:-25px !important;
        margin-right:58px !important;
    } */
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  /* margin-left: 20px;
        margin-right: 20px; */
}

/* 详细描述 */
/* wenluo */
main .container1 #des1 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1 #des1 .text h3 {
  padding-top: 30px;
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1 #des1 .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 #des1 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 15px;
  padding-bottom: 61px;
  text-align: justify;

}

/* Carrie Chen */
main .container1 #des2 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1 #des2 .text h3 {
  padding-top: 30px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1 #des2 .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 #des2 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 61px;
  text-align: justify;

}

/* Xiao-Xiong Lu */
main .container1 #des3 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1 #des3 .text h3 {
  padding-top: 30px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1 #des3 .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 #des3 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 61px;
  text-align: justify;

}

/* Zan-Dong Yang*/
main .container1 #des4 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1 #des4 .text h3 {
  padding-top: 30px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1 #des4 .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 #des4 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 61px;
  text-align: justify;

}

/* Michael Haller */
main .container1 #des5 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1 #des5 .text h3 {
  padding-top: 30px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1 #des5 .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 #des5 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 61px;
  text-align: justify;
}

/* Michael Haller */
main .container1 #des5, #des6 , #des7 ,#des8{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #348DCC;
  border-radius: 10px;
}

main .container1  .text h3 {
  padding-top: 30px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

main .container1  .text h5 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

main .container1 .text p {
  width: 900px;
  height: auto;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 61px;
  text-align: justify;
}