
.w1200 .title{
    font-size: 35.27px;
    color: #7F7F7F;
    text-align: center;
}
.w1200 .title > span{
    color: #EB1D16;
}
.subheading{
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    text-align: center;
}
.iconfont{
    display: flex;
    justify-content: center;
    color: #cecece;
    margin: 10px 0 30px 0;
}
.culture{
    padding: 100px 0;
}
.culture .contentList{
    display: flex;
    width: 1200px;
       /*width: 1580px;*/
    margin: 50px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture .contentList .list{
    width: 380px;
    /*width: 24%;*/
    background: #fff;
    margin-bottom: 50px;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-transform: scale(1.0,1.0);
    -webkit-transition: all .6s ease-in-out 0s;
}
.culture .contentList .list:hover{
    background: #3355dd;
     border: 1px solid #3355dd;
     border-radius: 10px;
}
.culture .contentList .list:hover .list-title,
.culture .contentList .list:hover .list-content p,
.culture .contentList .list:hover .list-content p span{
    color: #fff !important;
}
.culture .contentList .list:hover >img{
    box-shadow: #fff 0px 7px 29px 0px;
}
.list >img{
    width: 138px;
    height: 138px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: block;
    margin: 30px auto;
}
.list .list-title{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 30px 0;
}
.list .list-content{
    font-size: 16px;
    color: #000;
    line-height: 29px;
}
.big-event-container {
    position: relative;
    margin: 0 auto;
    /*background: url(../image/story.png) no-repeat;*/
    background-size: cover
}

.big-event-container .profile-years {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 48px 0;
}

.big-event-container .profile-years .line {
    position: absolute;
    bottom: 0;
    width: 1168px;
    height: 2px;
    border-radius: 1px;
    background: #B3D1FF
}

.big-event-container .profile-years .years-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    color: #B3D1FF
}

.big-event-container .profile-years .years-list .profile-year {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    cursor: pointer
}

.big-event-container .profile-years .years-list .profile-year p {
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.big-event-container .profile-years .years-list .profile-year::after {
    position: absolute;
    bottom: -3px;
    left: calc(50% - 4px);
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B3D1FF
}

.big-event-container .profile-years .years-list .profile-year #years {
    display: none
}

.big-event-container .profile-years .years-list .year-actived {
    font-size: 36px;
    color: #1472FF
}

.big-event-container .profile-years .years-list .year-actived::after {
    left: calc(50% - 8px);
    bottom: -7px;
    width: 16px;
    height: 16px;
    background-color: #1472FF
}

.big-event-container .profile-years .years-list .year-actived #years {
    display: block
}

.big-event-container .brand-story {
    margin: 0 auto;
    width: 1032px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box
}

.big-event-container .brand-story .brand-story-item-title {
    position: relative;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.big-event-container .brand-story .brand-story-item-title::after {
   position: absolute;
    left: 0;
    top: 30px;
    content: "";
    width: 50%;
    height: 7px;
    bottom: 0;
    background-image: linear-gradient(to right, #61a7fe, rgba(255,0,0,0));
}

.big-event-container .brand-story .brand-story-item-desc {
    padding-top: 20px
}

.big-event-container .swiper-btn {
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: 1185px;
    z-index: 2
}

.big-event-container .swiper-btn .swiper-nextt,
.big-event-container .swiper-btn .swiper-prevv {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer
}

.big-event-container .swiper-btn .swiper-nextt::after,
.big-event-container .swiper-btn .swiper-prevv::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.big-event-container .swiper-btn .swiper-prevv::after {
    left: 19px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.big-event-container .swiper-btn .swiper-nextt {
    right: 50px
}

.big-event-container .swiper-mask .next-mask,
.big-event-container .swiper-mask .prev-mask {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    margin: 0 auto;
    width: 50px;
    height: 387px;
    background: #F5F9FF;
    -webkit-box-shadow: 0 0 20px 20px #F5F9FF;
    box-shadow: 0 0 20px 20px #F5F9FF
}

.big-event-container .swiper-mask .next-mask {
    left: 4px;
    right: -1026px
}

.big-event-container .swiper-mask .prev-mask {
    left: 8px;
    right: 1142px
}

.big-event-container .swiper-button-nextt,
.big-event-container .swiper-button-prevv {
    cursor: pointer;
    background: 0 0;
    margin-top: 0;
    z-index: 6
}

.big-event-container .swiper-button-nextt .iconfont,
.big-event-container .swiper-button-prevv .iconfont {
    font-size: 40px;
    color: #999
}

.big-event-container .swiper-button-nextt {
    right: 0
}

.big-event-container .swiper-button-prevv {
    left: 0
}
.swiper-wrapper{
    display: flex;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.T6{
    color: #fff;
}
.mb4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.swiper-container{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    z-index:1
    
}
.swiper-button-nextt,.swiper-button-prevv{
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    -moz-background-size:27px 44px;
    -webkit-background-size:27px 44px;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
}
.team{
    margin: 0 auto;
    padding: 100px 0;
}
.teamList{
    background: #fff;
    padding: 40px 0;
}
.teamList .list .list-title{
    margin: 0 ;
}
.list-content .content{
    width: 216px;
    height: 380px;
    position: relative;
}
.content .content-img{
     width: 216px;
    height: 300px;
    background: #000;
}
.content .content-img img{
    width: 216px;
    height: 300px;
}
.teamList .list .list-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 25px;
    
}
.introduce-position{
    margin: 5px 0 0 0;
   
}
.content .introducee{
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 216px;
    height: 80px;
    background: #fff;
    padding: 19px;
    font-size: 14px;
    -webkit-transition: all 0.6s linear;
    box-sizing: border-box;
    /*opacity: 0.6;*/
}
.introduce-name{
    font-weight: bold;
    font-size: 22px;
}
.teamList .list .list-content .content:hover .introducee{
     height: 380px;
     opacity: 1;
}
.teamList .list:last-child{
    margin-top:100px ;
}
/*.introduce-introduce{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*     -webkit-line-clamp: 9;*/
/*}*/
.introduce-left .name{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin:  20px 0 50px 0;
}
.site .siteList{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.site .siteList .iconfont{
    margin: 0;
    color: #5ba4fe;
    font-size: 25px;
    margin-right: 10px;
}





.my-map { margin: 0 auto; width: 100%; height: 100%; } .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
     .amap-container{height: 100%;}
     .myinfowindow{width: 240px;min-height: 50px;}
     .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
     .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
 