/* CSS Document */
.swiper-slide {
    width: 100%;
}
.banner {
    width: 100%;
}
.banner>img {
    width: 100%;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #c8cada;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #252d6c;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 16%;
    left: 0;
    width: 100%;
}
.font {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -600px;
    opacity: 0;
}
.fontMove {
    animation: fadeInUp 1s;
    animation-fill-mode: forwards;
    -webkit-animation: fadeInUp 1s;
    -webkit-animation-fill-mode: forwards;
}
.about {
    font-size: 0;
    background-color: #252d6c;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.team {
    position: relative;
    font-size: 0;
    padding: 100px 0px;
}
.about>div, .team>div, .lifeStyle>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}
.team>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

.box {
    width: 402px;
    margin: 0 auto;
    margin-top: 36px;
}
.btn_more {
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    width: 96px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.team .btn_more {
    font-size: 14px;
    color: #505050;
    border: 2px solid #505050;
    width: 96px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.team .btn_more:hover, .lifeStyleDom .btn_more:hover {
    color: #fff;
    border: 2px solid #252d6c;
    background-color: #252d6c;
}
.team .box {
    width: 380px;
}
.btn_more:hover {
    background-color: #fff;
    color: #252d6c;
}
.part:first-child img {
    width: 100%;
}
.pic {
    width: 100%;
    margin-top: 100px;
}
.pic img {
    width: 100%;
    display: block;
}
.serviceDom {
    position: relative;
}
.service {
    position: absolute;
    top: 14.28%;
    left: 50%;
    margin-left: -600px;
}
.serviceBox {
    width: 100%;
    text-align: center;
}
.serviceBox .btn_more {
    margin: 0 auto;
    margin-top: 60px;
}
.lifeStyleDom {
    background-color: #fafafa;
    font-size: 0;
    position:relative;
}
.bigPart {
    display: inline-block;
    vertical-align: middle;
    width:50%;
}
.lifeStyle {
    font-size: 0;
    position:absolute;
    top:50%;
    margin-top:-184.5px;
    left:50%;
    margin-left:-600px;
}
.liftStylePart {
    text-align: left !important;
}
.liftStylePart:last-child img,.bigPart:last-child img {
    width: 100%;
}
.lifeStyle_list{
    display: block;
    width: 500px;
    /*height: 235px;*/
}
.lifeStyle_list ul{
    width: 100%;
    height: 100%;
}
.lifeStyle_list ul li{
    width: 100%;
    height: 44px;
    line-height: 22px;
    color: #505050;
    margin-top: 30px;
    cursor: pointer;
}
.lifeStyle_list ul li div{
    display: inline-block;
}
.lifeStyle_list ul li div.day{
    
    width: 65px;
    line-height: 44px;
    font-size: 50px;
    font-family: Helvetica;
}
.lifeStyle_list ul li div.year_mouth{
    width: 40px;
    line-height: 22px;
    color: #C7C7C7;
    font-size: 12px;
    margin: 0 25px;
}
.lifeStyle_list ul li div.details{
    width: 340px;
    height: 44px;
    color: #C7C7C7;
    font-size: 12px;
}
.lifeStyle_list ul li div.details b{
    display: block;
    line-height: 22px;
    color: #606060;
    font-size: 15px;
    font-weight: normal;
}
.lifeStyle_list ul li div.details p{
    line-height: 22px;
    color: #787878;
    margin: 0;
}

.lifeStyle_list ul li:hover div.details b{
    text-decoration: underline;
}
.lifeStyle_list ul li:hover div.details p{
    text-decoration: underline;
}



/*###########################################################################*/
.pop_details{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    text-align: center;
    background-color: #fff;
    display: none;
}
.pop_details.in{
    -webkit-animation: slideInRight 0.6s ease 0s both;
    -moz-animation: slideInRight 0.6s ease 0s both;
    -o-animation: slideInRight 0.6s ease 0s both;
    -ms-animation: slideInRight 0.6s ease 0s both;
    animation: slideInRight 0.6s ease 0s both;
}
.pop_details.out{
    -webkit-animation: slideOutRight 0.6s ease 0s both;
    -moz-animation: slideOutRight 0.6s ease 0s both;
    -o-animation: slideOutRight 0.6s ease 0s both;
    -ms-animation: slideOutRight 0.6s ease 0s both;
    animation: slideOutRight 0.6s ease 0s both;
}
.pop_details_off{
    position: fixed;
    top: 2%;
    right: 5%;
    z-index: 1000;
    cursor: pointer;
}
.pop_details_con{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.pop_details .minContent{
    /*	height: 100%;*/
}
.pop_details_title{
    width: 100%;
    margin:145px auto 55px;
}
.pop_details_title h2{
    color: #505050;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
}
.pop_details_title span{
    color: #c8c8c8;
    font-size: 14px;
}
.pop_details_content{
    width: 100%;
    margin-bottom: 150px;
}
.pop_details_content > p{
    color: #787878;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 65px;
}
.pop_details_content .pop_details_show{
    width: 100%;
    margin-bottom: 30px;
}
.pop_details_show img{
    display: block;
    width: 100%;
}
.lifeStyleDom .box {
    width: 100%;
}
.lifeStyleDom .btn_more {
    text-align: center;
}
.team .btn_more, .lifeStyleDom .btn_more {
    font-size: 14px;
    color: #505050;
    border: 2px solid #505050;
    width: 96px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica.woff') format('woff'),
   url('../fonts/Helvetica.ttf') format('truetype'),
   url('../fonts/Helvetica.svg#SingleMaltaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width:1400px) {
.font {
    top: 45%;

}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 18%;
    left: 0;
    width: 100%;
}
}