/* banner */

.u-ban {
    height: 350px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ban-img {
    min-width: 100%;
    min-height: 350px;
    vertical-align: middle;
}

.index-title-box {
    text-align: center;
    margin-bottom: 35px;
}

.index-gray-box,
.index-white-box {
    padding: 40px 0;
    min-width: 1200px;
}

.index-gray-box {
    background: #f7f7f7
}

.index-white-box {
    background: #fff;
}

.index-title {
    font-size: 28px;
    color: #333333;
    vertical-align: middle;
    font-weight: normal;
}

.index-title::before {
    content: '';
    display: inline-block;
    width: 57px;
    border-top: 1px solid #d8d8d8;
    margin-right: 20px;
    vertical-align: middle;
}

.index-title::after {
    content: '';
    display: inline-block;
    width: 57px;
    border-top: 1px solid #d8d8d8;
    margin-left: 20px;
    vertical-align: middle;
}


/* 需求 */

.demand-box {
    position: absolute;
    width: 380px;
    background: #fff;
    z-index: 10;
    left: 0;
    top: 23px;
    height: 303px;
    border: 0;
    border-top: 1px solid #f0f0f0;
}

.demand-list {
    width: 298px;
}

.demand-btn {
    width: 300px;
}


/* 保险顾问 */

#swiper2 .swiper-slide,
#swiper21 .swiper-slide,
#swiper22 .swiper-slide,
#swiper23 .swiper-slide,
#swiper24 .swiper-slide,
#swiper31 .swiper-slide,
#swiper32 .swiper-slide,
#swiper33 .swiper-slide,
#swiper34 .swiper-slide,
#swiper4 .swiper-slide {
    width: 18%;
    padding: 0 15px;
}
.server-people-swiper .swiper-wrapper{
    margin-left: -15px;
}
.product-box .swiper-wrapper,.company-box .swiper-wrapper,.job-box .swiper-wrapper{
    margin-left: -13px;
}
.server-people-tab {
    text-align: center;
    padding-top: 25px;
}

.server-people-tab li {
    display: inline-block;
    margin: 0 20px;
    padding: 2px 0;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}

.server-people-tab li:hover,
.server-people-tab li.active {
    color: #333;
    border-bottom: 1px solid #ff3700;
}

.server-people-des {
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.server-people-swiper {
    display: none;
}

.server-people-swiper.show {
    display: block;
}

.server-people-item {
    position: relative;
    width: 194px;
    padding: 25px 10px;
    border: 1px solid #f1f1f1;
    background: #Fff;
    height: 220px;
}

.server-people-rank {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.people-rank img {
    display: block;
    width: 100%;
    height: 100%;
}

.server-people-avatar {
    display: block;
    position: relative;
    width: 119px;
    height: 119px;
    border-radius: 50%;
    background: #ececec;
    text-align: center;
    margin: 0 auto;
}

.people-avatar-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: #ececec;
}

.server-people-avatar img {
    width: 100%;
    height: 100%;
}

.server-rank {
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    right: 8px;
    bottom: 8px;
}

.rank10,.rank9,.rank8,.rank7 {
    background: url(../images/mark1.png) center no-repeat;
    background-size: 100% 100%;
}

.server-people-name {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.server-people-name:hover {
    color: #ff3700;
    text-decoration: none;
}

.server-people-com {
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-people-com span+span {
    margin-left: 10px;
    vertical-align: top;
}

.server-people-ins {
    margin-top: 10px;
    height: 44px;
}

.server-people-ins dt {
    float: left;
    width: 5em;
    color: #666666;
    font-size: 14px;
}

.server-people-ins dd {
    margin-left: 6em;
}

.insurance-item {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.server-people-btn {
    display: block;
    margin: 25px auto 0;
    width: 168px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.server-people-btn:hover {
    background:  #ff3700;
    color: #fff;
    border: 1px solid#fff;
}

.swiper-button-prev {
    width: 16px;
    background: rgba(0, 0, 0, .2);
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 6px;
}

.swiper-button-next {
    width: 16px;
    background: rgba(0, 0, 0, .2);
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 6px;
}

.index-more {
    text-align: center;
    padding-top: 30px;
}

.index-more a {
    font-size: 16px;
    color: #333;
}
.index-more a:hover,.other-tit a:hover{
    color: #ff3700;
    text-decoration: none;
}


/* 产品 */

.product-box {
    display: none;
}

.product-box.show {
    display: block;
}

.product-img-box,
.company-img-box {
    display: block;
    width: 212px;
    height: 124px;
    overflow: hidden;
    position: relative;
}
.product-type{
    position: absolute;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -42px;
    bottom: 27px;
    min-width: 84px;
    text-align: center;
    color:  #333333;
    
}
.product-img-box img,
.company-img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-item,
.company-item {
    width: 212px;
    border: 1px solid #f1f1f1;
    padding-bottom: 35px;
}

.product-item h2,
.company-item h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 10px;
}

.product-item h2 a:hover,
.company-item h2 a:hover {
    text-decoration: none;
    color: #ff3700;
}

.product-item p,
.company-item p {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1.6;
    margin: 0 10px;
}

.index-product-btn {
    display: block;
    margin: 40px auto 0;
    width: 168px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.index-product-btn:hover {
    background: #ff3700;
    color: #fff;
    border: 1px solid#fff;
    text-decoration: none;
}


/* 公司 */

.index-title-box p {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.company-item {
    padding-bottom: 25px;
    background: #fff;
}

.company-item p {
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 保险岗位 */

#swiper5 .swiper-slide {
    width: 22.97%;
    padding: 0 15px;
}

.job-item {
    width: 280px;
    border: 1px solid #f1f1f1;
    padding-bottom: 45px;
}

.job-img-box {
    display: block;
    width: 280px;
    height: 170px;
    overflow: hidden;
}

.job-img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.job-top {
    margin: 15px 10px;
    font-size: 16px;
}

.job-name {
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    font-weight: normal;
}

.job-name a:hover {
    color: #ff3700;
    text-decoration: none;
}

.job-payment {
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    width: 30%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-need li {
    position: relative;
    float: left;
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
}

.job-need li+li::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    height: 10px;
    border-left: 1px solid #999;
    display: inline-block;
}


/* 问问，资讯 */

.index-ask,
.index-news {
    width: 580px;
}

.other-tit {
    line-height: 24px;
    padding-bottom: 15px;
}

.other-tit h1 {
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.other-tit a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.ask-box li {
    margin-top: 20px;
}

.ask-avatar {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}

.ask-avatar img {
    width: 100%;
    height: 100%;
}

.ask-conent {
    position: relative;
    width: 440px;
    background: url(../images/news.png) 15px center no-repeat #fff;
    background-size: 20px 18px;
    padding: 0 15px 0 45px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 16px;
}

.ask-conent a {
    float: left;
    width: 76%;
}

.ask-conent:hover,
.news-left:hover ,.ask-conent a:hover{
    color: #ff3700;
    text-decoration: none;
}

.ask-arrow {
    width: 8px;
    height: 17px;
    background: url(../images/arrow.png) center right no-repeat;
    background-size: 100% 100%;
    margin: 12px -1px 0 0;
}

.news-box li:first-child {
    margin-top: 20px;
}

.news-left {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 42px;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-left h3 {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-time {
    width: 85px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    line-height: 42px;
}


/* 链接 */

.link-tab {
    text-align: center;
}

.link-tab li {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin: 0 18px;
    padding-bottom: 5px;
    cursor: pointer;
}

.link-tab li.active {
    color: #333;
    border-bottom: 1px solid #ff3700;
}

.link-img {
    display: inline-block;
    height: 72px;
    width: 98px;
    margin-right: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.link-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.link-box {
    display: none;
    padding-top: 30px;
    min-height: 100px;
}

.link-box.show {
    display: block;
}

.link-words {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    margin-bottom: 15px;
}


/* 动画 */

.people-avatar-box img,
.product-img-box img,
.company-img-box img,
.job-img-box img,
.link-img img,
.ask-avatar img {
    width: 100%;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.people-avatar-box:hover img,
.product-img-box:hover img,
.company-img-box:hover img,
.job-img-box:hover img,
.link-img:hover img,
.ask-avatar:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


/* 悬浮 */

.u-sider {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 1001;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.sider-btn {
    position: relative;
    padding-top: 5px;
    background: #646464;
    margin-top: 2px;
    cursor: pointer;
}

.side-btn-pop {
    display: none;
    position: absolute;
    left: -164px;
    top: -50px;
    width: 164px;
    height: 157px;
    background: #fff;
    box-shadow: -2px 2px 3px #c1c1c1, 0 -2px 3px #c1c1c1;
    transition: all .3s ease-in;
    transform-origin: left top;
    opacity: 0;
}

#line-btn:hover+.side-btn-pop,
#weixin-btn:hover+.side-btn-pop {
    opacity: 1;
    display: block;
}

.sider-btn:hover,
.sider-btn.active {
    background: #ff3700;
}

.side-btn-icon {
    height: 30px;
}

.sider-qq .side-btn-icon {
    background: url(../images/qq.png) center no-repeat;
}

.sider-line .side-btn-icon {
    background: url(../images/tel.png) center no-repeat;
}

.sider-weixin .side-btn-icon {
    background: url(../images/code.png) center no-repeat;
}

.sider-server {
    margin-top: 20px;
}

.sider-server .side-btn-icon {
    background: url(../images/arrow2.png) center no-repeat;
}

.line-pop {
    position: relative;
    padding: 15px 15px 0;
    text-align: left;
}

.line-pop dt {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url(../images/tel1.png) center no-repeat;
}

.line-pop+.line-pop dt {
    background: url(../images/time.jpg) center no-repeat;
}

.line-pop dd {
    margin-left: 26px;
}

.line-pop p {
    font-size: 14px;
    color: #333333;
}

.line-pop strong {
    font-size: 14px;
    color: #333;
}

.side-btn-pop::after {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    content: '';
    width: 8px;
    height: 17px;
    background: url(../images/arrow-right.png) center no-repeat;
    z-index: 10;
}

.sider-weixin-code {
    display: block;
    width: 118px;
    height: 118px;
    margin: 10px auto 0;
}

.sider-weixin-txt {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2;
}