body,
h1,
h2,
h3,
h4 {
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

@media (min-width: 1320px) {
    .container {
        width: 1310px;
    }
    .row-gutter-36 {
        margin-right: -18px;
        margin-left: -18px;
    }
    .row-gutter-36 [class^="col-"] {
        padding-left: 18px;
        padding-right: 18px;
    }
    .row-gutter-50 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .row-gutter-50 [class^="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.btn-primary {
    background-color: #1472ff;
    border-color: #1472ff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:active:focus {
    background-color: #1472ff;
    opacity: .9;
    outline: none;
    border-color: transparent;
}


/* 头部 */

.header-navbar {
    background-color: transparent;
    border-width: 0;
}

.header-navbar .navbar-toggle {
    border-color: #fff;
}

.header-navbar .navbar-toggle:focus,
.header-navbar .navbar-toggle:hover {
    background-color: transparent;
}

.header-navbar .navbar-collapse,
.header-navbar .navbar-form {
    border-color: #fff;
}

.header-navbar .navbar-brand {
    padding-top: 6px;
    padding-bottom: 8px;
    background-image: url(../images/logo_top.png);
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 15px 6px;
}

.header-navbar .navbar-brand>img {
    height: 35px;
    opacity: 0;
    visibility: hidden;
}

.header-navbar .navbar-nav>li {
    padding: 0 10px;
}

.header-navbar .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.53);
    font-size: 18px;
}

.header-navbar .navbar-nav>.active>a,
.header-navbar .navbar-nav>.active>a:focus,
.header-navbar .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fff;
}

.header-navbar .navbar-nav .header-button-right {
    padding: 8px 0 0 85px
}

.header-navbar .navbar-nav .btn {
    background-color: #fff;
    color: #225CF5;
    padding: 0 26px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    border-radius: 20px;
    font-size: 18px;
}

.header-navbar .navbar-nav .btn:hover,
.header-navbar .navbar-nav .btn:focus {
    background-color: #fff;
    color: #225CF5;
}

.header-navbar.on {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

.header-navbar.on .navbar-nav .btn {
    background-color: #225CF5;
    color: #fff
}

.header-navbar.on .navbar-nav>li>a {
    color: rgba(0, 0, 0, 0.53);
}

.header-navbar.on .navbar-nav>.active>a,
.header-navbar.on .navbar-nav>.active>a:focus,
.header-navbar.on .navbar-nav>.active>a:hover {
    color: #000;
}

.header-navbar.on .navbar-brand {
    background-image: url(../images/logo_top_on.png);
}

@media (min-width: 768px) {
    .header-navbar {
        padding: 18px 0;
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        float: left;
        width: 20%;
    }
}


/* 标题 */

.mod-title {
    color: #000;
    position: relative;
}

.mod-title h2,
.mod-title h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.mod-title h2 {
    font-size: 48px;
}

.mod-title h4 {
    font-size: 20px;
    opacity: .82;
}


/* 底部通用 */

.footer {
    background-color: #161e30;
    padding: 78px 0 0;
    line-height: 1;
    color: #fff;
}

.footer-logo {
    height: 82px;
    display: block;
    max-width: 100%;
}

.footer-company,
.footer-form,
.footer-contact {
    margin-bottom: 56px;
}

.footer-company {
    margin-right: 35px;
}

.footer-company__name p {
    font-size: 28px;
    line-height: 30px;
    margin-top: 40px;
}

.footer-company__name span {
    display: block;
    font-size: 20px;
    opacity: .6;
    margin-top: 12px;
}

.footer-company__text {
    margin-top: 48px;
}

.footer-company__text p {
    font-size: 16px;
}

.footer-company__text p .icon {
    margin-right: 20px;
}

.footer-company__text .mail {
    margin-top: 26px;
}

.footer-company__account {
    margin-top: 47px;
}

.footer-company__account .icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 30px;
}

.footer-title {
    position: relative;
    font-size: 26px;
    padding-bottom: 16px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
    margin-bottom: 56px;
}

.footer-title::after {
    content: '';
    position: absolute;
    width: 104px;
    height: 3px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
}

.footer-apply {
    margin-left: 35px;
    margin-right: 24px;
}

.footer-form textarea,
.footer-form input {
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.32);
}

.footer-form textarea:focus,
.footer-form input:focus {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid #FFFFFF;
}

.footer-form textarea:focus {
    padding-top: 16px;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-form__input {
    margin-bottom: 10px;
    overflow: hidden;
}

.footer-form textarea {
    width: 100%;
    padding-top: 18px;
    display: block;
    resize: none;
}

.footer-form__input input {
    height: 46px;
    float: left;
    width: 48.5%;
}

.footer-form__input input+input {
    margin-left: 3%;
}

.footer-form .btn {
    display: block;
    font-size: 20px;
    background: #1472FF;
    margin-top: 12px;
    height: 46px;
    border-radius: 6px;
    width: 100%;
}

.footer-form .btn:focus,
.footer-form .btn:hover,
.footer-form .btn:active {
    background: #1472ffd5;
    outline: none;
}

.footer-contact {
    margin-left: 29px;
    margin-right: 32px;
}

.footer-contact__phone span {
    opacity: .6;
    display: block;
    font-size: 14px;
}

.footer-contact__phone p {
    margin-top: 18px;
    font-size: 32px;
}

.footer-contact__phone p .icon {
    margin-right: 20px;
}

.footer-contact__code {
    margin-top: 30px;
    text-align: center;
}

.footer-contact__code .img {
    width: 168px;
    height: 168px;
    border-radius: 7px;
}

.footer-contact__code p {
    margin-top: 15px;
    opacity: .6;
    font-size: 15px;
}

.footer-copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    opacity: .55;
    line-height: 18px;
    font-size: 12px;
    padding: 15px 0 18px;
}


/* 首页 start */


/* 产品支持 */

.support-container {
    margin-top: -30px;
}

.support-item {
    position: relative;
    height: 144px;
    padding: 22px 22px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 1;
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(23, 113, 255, 0.12);
}

.support-item__title {
    font-size: 19px;
    color: #1F1F1F;
    margin-top: 4px;
    white-space:nowrap
}

.support-item__info {
    line-height: 20px;
    color: #737373;
    font-size: 14px;
    margin-top: 12px;
}

.support-item__icon {
    width: 88px;
    height: 100px;
    float: right;
    margin-left: 36px;
    background-repeat: no-repeat;
}

.support-item::after {
    content: '';
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 28px;
    height: 7px;
    
}


/* 优势 */

.strengths-container {
    position: relative;
    padding-top: 1px;
}

.strengths-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6fafe;
    bottom: 56px;
    width: 100%;
}

.strengths-container .mod-title {
    margin-top: 100px;
}

.strengths-container .mod-title h4 {
    margin-top: 24px;
}

.strengths-wrapper {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 24px 0px rgba(9, 47, 107, 0.42);
    margin-top: 77px;
    overflow: hidden;
    padding: 96px 0 56px;
    border-radius: 22px;
}

.strengths-wrapper .row {
    margin-top: -72px;
}

.strengths-item {
    line-height: 1;
    text-align: center;
    padding: 0 100px;
    margin-top: 72px;
}

.strengths-item__icon {
    width: 100px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
}

.strengths-item__title {
    font-size: 28px;
    color: #2D2D2D;
    margin-top: 32px;
}

.strengths-item__info {
    color: rgba(45, 45, 45, 0.6);
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
}

.lead-image {
    margin-top: -56px;
}

@media (min-width: 1200px) {
    .strengths-wrapper {
        margin-left: -36px;
        margin-right: -36px;
    }
}


/* 图文介绍 */

.intro-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
}

.intro-wrapper .container {
    padding-left: 70px;
    padding-right: 70px;
}

.intro-wrapper1 {
    /* background-image: url(../images/intro_1.gif); */
    background-position: center 30px;
    padding-top: 130px;
}

.intro-wrapper2 {
    /* background-image: url(../images/intro_2.gif); */
    background-color: #f6fafe;
    padding-top: 195px;
    height: 750px;
}

.intro-wrapper3 {
    /* background-image: url(../images/intro_3.gif); */
    background-position: center 0;
    padding-top: 160px;
}

.intro-text {
    line-height: 1;
    color: #2A2A2A;
    overflow: hidden;
}

.intro-text__title {
    font-size: 31px;
    margin-bottom: 10px
}

.intro-text__subtitle {
    opacity: .8;
    font-size: 18px;
}

.intro-text__info {
    font-size: 16px;
    line-height: 30px;
    opacity: .6;
    margin-top: 39px;
}

.intro-text__lines {
    margin-top: 39px;
}

.intro-text__lines li {
    position: relative;
    padding-left: 20px;
}

.intro-text__lines li+li {
    margin-top: 20px;
}

.intro-text__lines li::before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #1266EB;
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-top: 4px;
}

.intro-text__lines .intro-text__info {
    margin-top: 8px;
}

.intro-text__functions {
    margin: 44px 0 0;
}

.intro-text__functions li {
    float: left;
    padding: 0 0;
    width: 33%;
    text-align: center;
}
.intro-text__functions li:nth-child(3n){
    margin-right: 0;
}
.intro-text__functions .icon {
    width: 50px;
    height: 49px;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.intro-text__functions .text {
    font-size: 20px;
    margin-top: 18px;
}


/* 自研 */

.research-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 124px;
}

.research-container::before {
    content: '';
    background: url(../images/bg_reser.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 278px;
}

.research-top {
    height: 278px;
    background: url(../images/bg_reser_title.png) no-repeat;
}

.research-top .mod-title {
    color: #fff;
    padding-top: 74px;
}

.research-top .mod-title h2 {
    font-size: 44px
}

.research-top .mod-title h4 {
    opacity: .6;
    margin-top: 22px;
}

.research-nums {
    position: relative;
    min-height: 186px;
    margin-top: -51px;
    line-height: 1;
}

.research-nums::before {
    content: '';
    background: url(../images/bg_reser_nums.png) no-repeat 100% 100%;
    position: absolute;
    min-height: 240px;
    left: 0;
    right: 0;
    margin: -25px -26px 0;
}

.research-wrapper {
    position: relative;
}

.research-wrapper .mod-title h2 {
    font-size: 40px;
    padding-top: 74px;
}

.research-wrapper .row {
    margin-top: 20px;
}

.research-statis {
    padding: 54px 0;
    text-align: center;
}

.research-statis__text {
    font-size: 22px;
    color: #1F5CE7;
}

.research-statis__mun {
    font-weight: bold;
    font-size: 44px;
    color: #12299F;
    margin-top: 20px;
    line-height: 38px;
}

.research-item {
    transition: .3s;
    position: relative;
    padding: 20px 30px 0 22px;
    background-image: url(../images/bg_reser_item.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 100%;
    height: 138px;
    line-height: 1;
    box-shadow: 0px 2px 16px 0px rgba(23, 113, 255, 0.23);
    border-radius: 15px;
    margin-top: 40px;
}

.research-item:hover {
    background-image: url(../images/bg_reser_item2.png)
}

.research-item:hover .research-item__title {
    color: #fff;
}

.research-item:hover .research-item__text {
    color: rgba(255, 255, 255, 0.77);
}

.research-item::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 37px;
    width: 28px;
    height: 7px;
    background-repeat: no-repeat;
}

.research-item__title {
    color: #284882;
    font-size: 27px;
    margin-bottom: 16px;
    transition: .3s color;
}

.research-item__text {
    color: rgba(37, 18, 18, 0.77);
    font-size: 16px;
    line-height: 27px;
    transition: .3s color;
}


/* 新闻 */

.news-container .mod-title {
    padding: 86px 0;
}

.news-item a {
    text-decoration: none;
}

.news-item__cover {
    display: block;
    height: 274px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.news-item__info {
    color: #0E0E0E;
    margin-top: 28px;
    line-height: 1;
}

.news-item__ext {
    font-size: 16px;
    line-height: 18px;
}

.news-item__title {
    font-size: 26px;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-item__text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-container .carousel {
    padding-bottom: 152px;
}

.news-container .carousel-indicators {
    bottom: 72px;
    margin-bottom: 0;
}

.news-container .carousel-indicators li {
    background: #b8d4ff;
    margin: 0 6px;
    width: 46px;
    height: 8px;
}

.news-container .carousel-indicators .active {
    background: #1472ff;
    margin: 0 6px;
}


/* 首页 ned */


/* 解决方案 start*/

.solution {
    line-height: 1;
}

.solution .mod-title h2 {
    font-size: 44px;
}

.solution .mod-title h4 {
    margin-top: 28px;
    line-height: 36px;
    font-size: 20px;
    opacity: .64;
}

.page-tabs-container {
    background-color: #fff;
    overflow: hidden;
}

.page-tabs-container.fixed {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9;
}

.page-tabs {
    position: relative;
    z-index: 9;
    border-bottom: #D9DBE6 solid 1px;
}

.page-tabs__wrapper {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}

.page-tabs .page-tabs__item {
    display: inline-block;
    margin-right: 74px;
}

.page-tabs .page-tabs__item a {
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 21px;
    color: #292D35;
    padding: 32px 0 23px;
}

.page-tabs .page-tabs__item:last-child {
    margin-right: 0;
}

.page-tabs .page-tabs__item.active a {
    color: #292D35;
    font-size: 24px;
    font-weight: bold;
}

.page-tabs .page-tabs__item.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #0874FF;
    border-radius: 2px;
    width: 100%;
    left: 0;
}

.page-tabs .page-tabs__item a:hover {
    background: none;
}

.page-tabs .page-tabs__item a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #0874FF;
    border-radius: 2px;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .page-tabs-container.fixed {
        top: 86px;
    }
}

.mag-container {
    padding: 100px 0 95px;
    background: url(../images/bg_sol_mag.png) no-repeat center top;
}

.mag-container .mod-title {
    margin-bottom: 90px;
}

.mag-wrapper {
    padding: 0 23px;
}

.mag-item {
    padding: 47px 52px 0 36px;
    height: 334px;
    margin: 0 17px;
    background-size: 100% auto;
    background-color: #F6F9FA;
    background-repeat: no-repeat;
}

.mag-item.item-1 {
    background-image: url(../images/bg_sol_mag1.png);
}

.mag-item.item-2 {
    background-image: url(../images/bg_sol_mag2.png);
}

.mag-item__title {
    position: relative;
    font-size: 28px;
    padding-left: 4px;
    color: #000;
}

.mag-item__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 3px;
    background: #1472FF;
    border-radius: 2px;
    margin-top: 32px;
}

.mag-item__info {
    font-size: 16px;
    margin-top: 50px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7);
}


/* 一揽子保险中介方案 */

.contain-container {
    padding: 63px 0 140px;
    background-color: #F6FAFE;
}

.contain-container .mod-title {
    margin-bottom: 80px;
}

.contain-item {
    text-align: center;
    padding: 0 32px;
}

.contain-item__icon {
    background-position: center top;
    background-repeat: no-repeat;
    height: 98px;
    width: 108px;
    display: inline-block;
    vertical-align: top;
}

.contain-item__title {
    color: #2d2d2d;
    font-size: 28px;
    margin-top: 40px;
}

.contain-item__title::after {
    content: '';
    margin: 20px auto 0;
    display: block;
    height: 4px;
    width: 24px;
    background-color: #0874FF;
}

.contain-item__info {
    font-size: 17px;
    line-height: 32px;
    color: #2d2d2d;
    margin-top: 30px;
}


/* 保险数据工厂 */

.factory-container {
    padding: 145px 0 100px;
    background: url(../images/bg_sol_factory.png) no-repeat center top
}

.factory-container .mod-title {
    margin-bottom: 76px;
}

.factory-item {
    position: relative;
    overflow: hidden;
    margin: 0 -8px;
    height: 224px;
    padding: 50px 50px 0 38px;
    box-shadow: 0px 0px 8px 0px rgba(68, 74, 85, 0.26);
    border-radius: 6px;
    margin-top: 18px;
}

.factory-item::before {
    content: '';
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
}

.factory-item.item-1::before {
    background-image: url(../images/bg_sol_factory1.png);
}

.factory-item.item-2::before {
    background-image: url(../images/bg_sol_factory2.png);
}

.factory-item.item-3::before {
    background-image: url(../images/bg_sol_factory3.png);
}

.factory-item.item-4::before {
    background-image: url(../images/bg_sol_factory4.png);
}

.factory-item__icon {
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 28px;
    width: 62px;
    height: 62px;
    float: left;
}

.factory-item__text {
    overflow: hidden;
    padding-top: 6px;
}

.factory-item__title {
    font-size: 30px;
    line-height: 28px;
    color: #000;
}

.factory-item__title::after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background-color: #A9ACB5;
    margin-top: 13px;
}

.factory-item__info {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    margin-top: 12px;
}


/* 互联网运营方案 */

.operate-container {
    background: url(../images/bg_sol_operate.png) no-repeat center top;
    padding: 82px 0 120px;
}

.operate-container .mod-title {
    margin-bottom: 108px;
    color: #F6F9FA;
}

.operate-container .mod-title h4 {
    opacity: 1;
    color: rgba(246, 249, 250, 0.64);
}

.operate-item {
    position: relative;
    margin: 0 -16px;
    padding: 72px 90px 40px;
    text-align: center;
    height: 430px;
}

.operate-item::before {
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    position: absolute;
    width: 1px;
    height: 297px;
    background: #C4C0BC;
}

.operate-item__icon {
    width: 77px;
    height: 77px;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.operate-item__title {
    font-size: 28px;
    color: #000;
    margin-top: 40px;
}

.operate-item__info {
    font-size: 17px;
    margin-top: 17px;
    line-height: 32px;
    color: rgba(45, 45, 45, 0.8);
}

.operate-wrapper {
    background-color: #fff;
    overflow: hidden;
}


/* 数字统筹方案 */

.overall-container {
    padding: 80px 0 112px;
}

.overall-container .mod-title {
    margin-bottom: 84px;
}

.overall-container .mod-title h4 {
    margin-top: 34px;
}

.overall-item {
    text-align: center;
    padding: 0 85px;
}

.overall-item__icon {
    width: 100px;
    height: 90px;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.overall-item__title {
    font-size: 28px;
    color: #000;
    margin-top: 38px;
}

.overall-item__info {
    font-size: 17px;
    margin-top: 17px;
    line-height: 32px;
    color: rgba(45, 45, 45, 0.8);
}

.service-container {
    padding: 89px 0 78px;
    background-color: #F6FAFE;
}

.service-container .mod-title {
    margin-bottom: 84px;
}

.service-container .mod-title h4 {
    margin-top: 34px;
}

.service-item {
    margin: 0 -8px 0;
    height: 492px;
    background-color: #fff;
}

.service-item__cover {
    position: relative;
    margin-bottom: 44px;
    height: 214px;
    line-height: 214px;
}

.service-item__cover img {
    max-width: 100%;
}

.service-item__line {
    padding: 0 42px 0 34px;
}

.service-item__title {
    font-size: 24px;
    top: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
}

.service-item__line {
    padding: 0 42px 0 34px;
}

.service-item__line .line-title {
    padding-left: 33px;
    color: #2A2A2A;
    opacity: .8;
    font-size: 18px;
    position: relative;
}

.service-item__line .line-title::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0E68EA;
    top: 3px;
    left: 0;
}

.service-item__line .line-info {
    font-size: 16px;
    line-height: 30px;
    color: rgba(42, 42, 42, 0.6);
    padding: 8px 0 20px 33px;
}

@media (min-width: 1320px) {
    .page-tabs {
        margin: 0 -129px;
    }
    .page-tabs__wrapper {
        padding: 0 129px;
    }
    .mag-container .gutter {
        margin-left: -32px;
        margin-right: -32px;
    }
    .contain-container .gutter {
        margin-left: -47px;
        margin-right: -47px;
    }
    .factory-container .gutter {
        margin-left: -8px;
        margin-right: -8px;
    }
    .operate-container .gutter {
        margin-left: 0;
        margin-right: 0;
    }
    .overall-container .gutter {
        margin-left: -50px;
        margin-right: -50px;
    }
    .service-container .gutter {
        margin-left: -7px;
        margin-right: -7px;
    }
}


/* 解决方案 end*/

.about {
    line-height: 1;
}

.about .mod-title h2 {
    font-size: 36px;
}

.say-container {
    height: 495px;
    background: url(../images/bg_about_say1.png) no-repeat right 62px;
}

.say-wrapper {
    position: relative;
    padding: 104px 0 0 80px;
    height: 507px;
    overflow: hidden;
    margin-top: -101px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.16);
    border-radius: 23px;
}

.say-wrapper::before {
    content: '';
    position: absolute;
    top: -22px;
    left: -22px;
    right: -22px;
    bottom: -22px;
    background: url(../images/bg_about_say.png) no-repeat;
}

.say-title {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #191919;
}

.say-info {
    position: relative;
    line-height: 38px;
    font-size: 22px;
    padding-left: 2px;
    color: rgba(25, 25, 25, 0.8);
    margin-top: 40px;
}

.profile-container {
    padding: 82px 0 98px;
    background-color: #F6FAFE;
}

.profile-container .mod-title {
    margin-bottom: 60px;
}

.profile-cover {
    margin-right: 65px;
    margin-top: 10px;
    ;
}

.profile-cover img {
    width: 464px;
    height: 340px;
    border-radius: 16px;
    display: block;
    max-width: 100%
}

.profile-info {
    line-height: 39px;
    font-size: 20px;
    overflow: hidden;
    color: #4F4F4F;
}

.profile-info p+p {
    margin-top: 42px;
}

@media (min-width: 1200px) {
    .profile-cover {
        float: left;
    }
}

.miss-container {
    height: 260px;
    background: url(../images/bg_about_miss.png) no-repeat;
}

.miss-item {
    padding-top: 76px;
}

.miss-item__icon {
    float: left;
    width: 111px;
    height: 111px;
    margin-right: 35px;
}

.miss-item__text {
    overflow: hidden;
    color: #fff;
    margin-top: 13px;
}

.miss-item__title {
    font-size: 19px;
}

.miss-item__desc {
    font-size: 14px;
    line-height: 23px;
    margin-top: 22px;
}

.history-container {
    padding: 132px 0 140px;
    line-height: 1;
    position: relative;
}

.history-container img {
    max-width: 100%;
}

.history-wrapper {
    margin-top: 97px;
    position: relative;
}

.history-wrapper li {
    position: absolute;
    width: 140px;
    margin: 0 12px;
}

.history-wrapper .li-1 {
    bottom: 2px;
    left: 26px;
}

.history-wrapper .li-2 {
    bottom: 172px;
    left: 144px;
}

.history-wrapper .li-3 {
    bottom: 75px;
    left: 320px;
}

.history-wrapper .li-4 {
    bottom: 244px;
    left: 460px;
}

.history-wrapper .li-5 {
    bottom: 122px;
    left: 680px;
}

.history-wrapper .li-6 {
    bottom: 305px;
    left: 860px;
}

.history-wrapper .li-7 {
    bottom: 115px;
    left: 1005px;
}

.history-wrapper li .year {
    font-size: 15px;
    color: #565656;
}

.history-wrapper li p {
    font-size: 14px;
    line-height: 19px;
    color: #A9A9A9;
    margin-top: 24px;
}

.modal-success {
    text-align: center;
    padding: 40px 0;
}

.modal-success-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: top;
}

.modal-success-tip {
    padding: 50px 0 30px;
    font-size: 16px;
}

.modal-success .btn {
    padding: 6px 24px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 15% auto 0;
    }
}

@media (min-width: 1320px) {
    .history-container {
        padding-left: 251px;
        padding-right: 251px;
    }
}