.container {
    width: 1190px;
    min-width: 1190px;
    position: relative;
}

.sidehead {
    height: 100px;
    border-top: 2px solid #f60015;
    background: url(../images/top1.jpg) center top no-repeat;
}

.logo {
    height: 55px;
    margin-top: 22px;
}

.side-name {
    position: relative;
    font-size: 38px;
    color: #f60015;
    line-height: 100px;
    padding-left: 25px;
    margin-left: 25px;
}

.side-name::before {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    content: '';
    height: 50px;
    border-left: 1px solid #dadada;
}

.contact {
    width: 120px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    background: url(../images/weixin.png) #f60015 24px center no-repeat;
    text-align: center;
    border-radius: 5px;
    margin-top: 32px;
}

.contact:hover {
    background: #f01e30 url(../images/weixin.png) 24px center no-repeat;
    text-decoration: none;
}

.tel {
    font-size: 28px;
    color: #666666;
    padding-left: 65px;
    background: url(../images/tel3.png) left center no-repeat;
    line-height: 100px;
}

.site-ban {
    height: 350px;
    background: url(../images/siteban.jpg) top center no-repeat;
}

.ban-des {
    display: inline-block;
    position: relative;
    padding: 90px 60px 70px 0;
}

.des-top {
    padding-left: 135px;
    font-size: 48px;
    color: #f60015;
    font-weight: bold;
}

.des-bd {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 28px;
    color: #333333;
}


/* 个人简介 */

.info-mn {
    padding: 30px 0 15px;
}

.site-box {
    padding: 35px 0;
}

.info-box {
    width: 579px;
    padding: 0 8px;
}

.info-box:nth-child(1) {
    padding-top: 25px;
}

.site-tit {
    font-size: 32px;
    color: #333333;
    min-width: 134px;
    background: url(../images/sidetit.png) bottom center no-repeat;
    padding-bottom: 35px;
    font-weight: normal;
    text-align: center;
}

.info-avatar {
    display: inline-block;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
}

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

.info-right {
    margin-left: 210px;
}

.info-name {
    display: inline-block;
    font-size: 22px;
    color: #333333;
    vertical-align: middle;
}

.site-rank {
    display: inline-block;
    width: 70px;
    height: 25px;
    margin-left: 15px;
    vertical-align: middle;
}

.info-list {
    margin-top: 10px;
}

.list-label {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    vertical-align: top;
}

.list-bd {
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}

.info-bd {
    margin-top: 15px;
}

.info-btn {
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

.info-btn:nth-child(1) {
    background: #f60015;
    color: #fff;
}

.info-btn:nth-child(1):hover {
    background: #f51b2e;
    color: #fff;
}

.info-btn:nth-child(2):hover {
    background: #f60015;
    color: #fff;
}

.info-bd a:hover {
    text-decoration: none;
}

.info-btn:nth-child(2) {
    color: #f60015;
    border: 1px solid;
    margin-left: 30px;
}

.info-detail::before {
    content: '';
    width: 76px;
    height: 31px;
    display: block;
    background: url(../images/des1.png) left center no-repeat;
    background-size: 76px 31px;
    padding-bottom: 10px;
}

.info-detail {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-indent: 0em;
}

.info-detail::after {
    content: '';
    width: 100;
    height: 15px;
    display: block;
    background: url(../images/des2.png) right center no-repeat;
    background-size: 17px 15px;
    padding-top: 3px;
}


/* 荣誉照片 */

.side-pho {
    height: 282px;
    background: url(../images/phobg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.site-tit1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    background: url(../images/titbg.png) center bottom no-repeat;
    font-weight: normal;
}

.pho-box {
    margin-top: 25px;
}

.pho-item {
    position: relative;
    width: 205px;
    height: 205px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0 auto;
}

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

.pho-item p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#swiper {
    width: 1130px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 22px;
}

.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;
}


/* 保险历程 */

.btn {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 72px;
    cursor: pointer;
}

.btn1 {
    left: 0;
    background: url(../images/prev1.png) center no-repeat;
}

.btn2 {
    right: 0;
    background: url(../images/next1.png) center no-repeat;
}

.btn.swiper-button-disabled {
    opacity: .6;
}

.swiper-history {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding-top: 30px;
    height: 190px;
    margin-top: 20px;
}

#swiper1 {
    width: 1050px;
}

#swiper1 .swiper-slide {
    cursor: pointer;
}

.time-item {
    width: 214px;
    text-align: center;
    margin: 0 auto;
}

.time-top {
    color: #333333;
    line-height: 26px;
    font-size: 14px;
    margin: 0 auto;
    padding: 15px;
    height: 45px;
    border-radius: 5px;
}

.time-bd {
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 45px;
}

.line {
    position: absolute;
    top: 94px;
    width: 100%;
    border-top: 7px solid #e9e9e9;
}

.line::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -17px;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    border: 4px solid #e9e9e9;
    background: #f8f8f8;
    border-radius: 50%;
}

.swiper-slide:hover>.time-item .time-top {
    background: #fff;
    box-shadow: 2px 2px 7px #d3d3d3, -2px -2px 7px #d3d3d3
}

.swiper-slide:hover>.line::before {
    /* background: #f60015; */
    background-image: -webkit-linear-gradient(#ff4b5a, #f60015);
    background-image: -moz-linear-gradient( #ff4b5a, #f60015);
    background-image: linear-gradient(#ff4b5a, #f60015);
}

.swiper-slide:hover>.time-item .time-bd {
    color: #f60116;
}


/* 公司简介 */

.side-company {
    background: url(../images/companybg.jpg) top center no-repeat;
    height: 162px;
    background-attachment: fixed;
    background-size: cover;
}

.company-right {
    float: right;
    width: 156px;
}

.company-left {
    margin-right: 157px;
}

.company-left dt {
    display: inline-block;
    width: 160px;
    height: 100px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #fff;
}

.company-left dt a,
.company-left dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.company-left dd {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.company-name {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.company-name:hover {
    color: #f60015;
    text-decoration: none;
}

.company-info {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.company-info span {
    display: inline-block;
    vertical-align: top;
}

.company-info span+span {
    margin-left: 30px;
}

.company-btn {
    display: block;
    width: 156px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #f60015;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
}

.company-btn:hover {
    text-decoration: none;
    background: #f51b2e;
}


/* 资讯，险种 */

.news-box {
    width: 530px;
}

.news-box+.news-box {
    margin-right: 10px;
}

.news-tit {
    font-size: 26px;
    color: #a3a3a3;
    padding-left: 50px;
    background: url(../images/siteicon.png) left center no-repeat;
    font-weight: normal;
    margin-bottom: 25px;
}

.news-tit1 {
    background: url(../images/siteicon1.png) left center no-repeat;
}

.news-item {
    background: url(../images/dot.png) left center no-repeat;
    padding: 8px 0 7px 15px;
}

.news-item+.news-item {
    border-top: 1px dashed #dadada
}

.news-item a {
    width: 425px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item a:hover,
.product-item a:hover {
    text-decoration: none;
    color: #f60015;
}

.news-item span {
    font-size: 14px;
    color: #999999;
}

.product-item {
    background: url(../images/dot.png) #f9f9f9 15px center no-repeat;
    padding: 0 0 0 30px;
}

.product-item+.product-item {
    margin-top: 7px;
}

.product-item a {
    display: block;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}


/*  */

.side-foot {
    background: url(../images/bdbg.jpg);
    background-attachment: fixed;
}

.site-ask {
    width: 570px;
}

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

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

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

.ask-conent {
    position: relative;
    width: 440px;
    background: url(../images/news.png) 15px center no-repeat #bfc0c1;
    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 a:hover {
    color: #f60015;
    text-decoration: none;
}

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

.foot-tit {
    font-size: 26px;
    color: #a3a3a3;
    padding-left: 50px;
    background: url(../images/siteicon2.png) left center no-repeat;
    font-weight: normal;
    margin-bottom: 25px;
}

.foot-tit1 {
    background: url(../images/siteicon3.png) left center no-repeat;
}

.site-contact {
    width: 538px;
}

.copy-right {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin: 50px 0 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
}

.copy-right span {
    padding: 0 20px;
}

.copy-right::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../images/copyright.png) left center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-txt {
    background: #fff;
    padding: 15px;
    line-height: 24px;
}

.contact-txt textarea {
    display: block;
    width: 100%;
    border: 0;
    font-size: 14px;
    color: #333;
    height: 120px;
    resize: none;
}

.contact-list {
    margin-top: 7px;
}

.contact-inp {
    background: #fff;
    padding: 7px 15px;
    width: 230px;
}

.contact-inp input {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 0;
    outline: 0;
}

.contact-code {
    width: 120px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #60666d;
    margin-left: 19px;
    cursor: pointer;
}

.contact-code:hover {
    opacity: 0.9;
    ;
}

.contact-code.disable {
    background: #999999;
}

.contact-btn {
    width: 100%;
    border: 0;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
    background: #f60015;
    cursor: pointer;
}

.contact-btn:hover {
    background: #f51b2e;
}


/* 动画 */

.info-avatar img,
.pho-item img,
.company-left dt 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;
}

.info-avatar:hover img,
.pho-item:hover img,
.company-left dt: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);
}

.pop {
    padding: 40px;
}

.pop-tit {
    line-height: 38px;
    background: #fff8e5;
    color: #ff744e;
    font-size: 18px;
    text-align: center;
}

.pop-name {
    font-size: 16px;
    color: #333333
}

.pop-form {
    padding: 20px 50px 0;
}

.job-list {
    margin-top: 20px;
}

.job-inp {
    border: 1px solid #f0f0f0;
    padding: 9px 15px;
}

.job-inp input {
    line-height: 20px;
    font-size: 14px;
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    color: #333;
}

.job-txt {
    border: 1px solid #f0f0f0;
    padding: 9px 15px;
    margin-top: 20px;
}

.job-txt textarea {
    line-height: 24px;
    height: 96px;
    font-size: 14px;
    color: #333;
    width: 100%;
    border: 0;
    resize: none;
}

.job-inp1 {
    width: 163px;
}

.sex-radio {
    display: inline-block;
    width: 47px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #f9f9f9;
    vertical-align: middle;
    margin: 6px 0 0 9px;
    cursor: pointer;
}

.sex-radio.active {
    background: #ff3700;
    color: #fff;
    border: 1px solid #ff3700;
}

.sex-radio:hover {
    color: #ff3700
}

.sex-radio.active:hover {
    color: #fff;
}

.pop-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff3700;
    color: #fff;
    border: 0;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    cursor: pointer;
    outline: 0;
}

.pop-btn:hover,
.vcode:hover {
    opacity: .9;
}

.job-inp2 {
    width: 130px;
}

.vcode {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #60666d;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.vcode.disable {
    background: #f9f9f9;
    color: #666;
}

.vcodeimg {
    width: 120px;
    height: 40px;
}

.job-inp3 {
    padding: 0;
    float: left;
    position: relative;
    width: 92px;
}

.job-inp3+.job-inp3 {
    margin-left: 15px;
}

.job-inp3 select {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0;
    outline: 0;
    text-align: center;
    font-size: 14px;
}


/*结果弹窗 */

.result-pop {
    display: none;
    padding-bottom: 50px;
    border-radius: 120px;
}

.result-pop .pop-icon {
    width: 80px;
    height: 80px;
    margin: 40px auto 30px;
}

.pop-success {
    background: url(../images/success.png) center no-repeat;
    background-size: 100% 100%;
}

.result-pop h3 {
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.result-pop p {
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}

.pop-submit-btn {
    width: 170px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #f0f0f0;
    display: block;
    margin: 30px auto 0;
    border-radius: 20px;
}

.pop-submit-btn:hover {
    text-decoration: none;
    background: #ff3700;
    color: #fff;
}