/*首页样式*/

.idx-top {
    position: relative;
    height: 500px;
}

/*左侧导航*/
.idx-banner-nav {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    height: 500px;
    z-index: 10;
}

.idx-nav-inner {
    width: 220px;
    background-color: #f8f8f8;
}

.idx-nav-inner .nav-tit {
    width: 150px;
    text-align: center;
    margin: 0px 20px;
    padding: 26px 0px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.idx-nav-inner ul li a {
    display: block;
    padding-left: 25px;
    height: 54px;
    line-height: 54px;
    color: #555555;
    font-size: 16px;
}

.idx-nav-inner ul li a:hover, .idx-nav-inner ul li a.active {
    background-color: #fff;
}

.idx-nav-inner .nav-icon {
    background: url("../../img/index/icon.png");
    display: inline-block;
    width: 28px;
    height: 55px;
}

.idx-nav-inner a:hover .nav-icon, .idx-nav-inner a.active .nav-icon {
    background-image: url("../../img/index/icon_active.png");
}

.idx-nav-inner .nav-name {
    display: inline-block;
    width: 120px;
    margin-left: 5px;
}

.idx-nav-inner .nav-icon, .idx-nav-inner .nav-name {
    vertical-align: middle;
}

/*轮播容器*/
.banner {
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    width: 100%;
    display: flex;
    padding-top: 88px;
}

.banner-1 {
    background: url("") center center no-repeat #f09450;
}

.banner-2 {
    background: url("") center center no-repeat #5e8ac6;
}

.banner-3 {
    background: url("") center center no-repeat #3eb8b4;
}

.banner-4 {
    background: url("") center center no-repeat #f09450;
}

.banner-5 {
    background: url("") center center no-repeat #3fbcef;
}

.banner-6 {
    background: url("") center center no-repeat #31b573;
}

.banner-7 {
    background: url("") center center no-repeat #3eb8b4;
}

.banner-8 {
    background: url("") center center no-repeat #ed6c9e;
}

.banner-wrap {
    color: #fff;

}

.banner-wrap .banner-left {
    margin-left: 300px;
    width: 282px;
    text-align: left;
}

.banner-left h2 {
    font-size: 36px;
}

.banner-left p {
    font-size: 16px;
    margin-top: 34px;
    margin-bottom: 50px;
    height: 44px;
    line-height: 2;
}

.banner-left .banner-btn {
    width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #fff;
}

.banner-left .banner-btn.reg-btn {
    background-color: #fff;
    color: #f22b34;
}

.banner-left .swiper-img {
    position: absolute;
    right: 27%;
    bottom: 0;
    width: 270px;
}

.banner-2 .banner-btn.reg-btn {
    color: #5e8ac6;
}

.banner-3 .banner-btn.reg-btn {
    color: #8bb350;
}

.banner-4 .banner-btn.reg-btn {
    color: #f09450;
}

.banner-5 .banner-btn.reg-btn {
    color: #3fbcef;
}

.banner-6 .banner-btn.reg-btn {
    color: #31b573;
}

.banner-7 .banner-btn.reg-btn {
    color: #3eb8b4;
}

.banner-8 .banner-btn.reg-btn {
    color: #ed6c9e;
}

.banner-left .banner-btn.know-btn {
    color: #fff;
    margin-right: 6px;
}

.education_title {
    width: 100%;
    text-align: center;
}

.idx-section {
    text-align: center;
}

.footer-box {

}

.row-title {
    height: 24px;
    color: #333333;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.row-title .section-tit {
    display: inline-block;
    line-height: 48px;
    padding: 0 30px;
    background: #fff;
}

.row-title .section-description {
    color: #666666;
    font-size: 16px;
}

.container .des-box {
    width: 80%;
    margin: 0 auto 40px;

    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    text-indent: 20px;

    color: #999;
}

.project-list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-list img {
    display: inline-block;
}

.project-list .project-list-item {
    margin: 0 30px;
}

.project-list-item .circle {
    width: 147px;
    height: 147px;
    border: 1px dashed #2bc6ff;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 147px;
    transition: all .3s;
    cursor: pointer;
}

.project-list-item .circle .img {
    width: 50px;
}

.project-list-item .circle:hover {
    animation: insurance-1 .3s ease-in-out forwards;
}

.project-list-item .project-tit {
    color: #444;
    margin-top: 35px;
    font-size: 18px;
}

.project-list-item .project-details {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.edu-list {
    display: flex;
    justify-content: space-between;
}

.edu-list-item {
    transition: all 500ms;
    color: #fff;
    border-radius: 4px;
    display: flex;
    width: 260px;
    height: 349px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;

}

.edu-list-item1 {
    border: 1px solid #66a3ff;
}

.edu-list-item2 {
    border: 1px solid #f49099;
}

.edu-list-item3 {
    border: 1px solid #DCF7A1;
}

.edu-list-item4 {
    border: 1px solid #03cf98;
}

.edu-list-item1:hover, .edu-list-item2:hover, .edu-list-item3:hover, .edu-list-item4:hover {
    margin-top: -20px;
    background-position: center 20px;
}

.edu-list-item1:hover {
    box-shadow: 3px 3px 4px #b9ddfa;
}

.edu-list-item2:hover {
    box-shadow: 3px 3px 4px #f4ebd2;
}

.edu-list-item3:hover {
    box-shadow: 3px 3px 4px #f1cbaf;
}

.edu-list-item4:hover {
    box-shadow: 3px 3px 4px #9fedd8;
}

.edu-text-box {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

.edu-text-box .title-box {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 30px;
}

.title-box .title-img {
    position: relative;
    top: -4px;

    width: 30px;
    margin-right: 15px;
}

.edu-text-box h4 {
    font-size: 24px;
    color: #2BC6FF;
}

.edu-text-box h5 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
    text-indent: 33px;
    color: #999;
}

/* 合作保险公司 */

.company-list {
    border: 1px solid #eee;
    margin: auto;
}

.company-list .client-list-item {
    width: 170px;
    height: 60px;
    line-height: 50px;
}

.company-list .client-list-item img {
    margin: auto;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .2s;
}

.company-list .client-list-item img:hover {
    transform: scale(1.2);
}

/* 垂直行业解决方案 */

.idx-section .more-btn {
    margin: auto;
    display: block;
    width: 200px;
    height: 44px;
    border: 1px solid #2B90ED;
    border-radius: 2px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
}

.idx-section .more-btn:hover {
    background-color: #2B90ED;
    color: #fff;
}

.idx-section .news-wrap {
    margin-top: 20px;
    margin-bottom: 100px;
    color: #666;
    font-size: 14px;
}

.idx-section .news-item {
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
    width: 33.33333333%;
    float: left;
}

.news-item h6 {
    padding: 20px 0;
    font-weight: bold;
    font-size: 15px;
}

.news-item .news-about {
    line-height: 32px;
    color: #6e6e6e;
    text-align: left;
}

.idx-section .news-item .news-list {
    line-height: 32px;
}

.news-item .news-list a {
    color: #666666;
}

.news-item .news-list a:hover {
    color: #188eee
}

.school_list > li {

    transition: all 500ms;
    margin-top: 40px;

}

.school_list_content {
    background: #fff;
    padding: 40px 0;
}

.school_list > li > a {
    transition: all 500ms;

}

.school_list > li:hover {
    margin-top: 20px;
}

.school_date {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}

.date_icon1 {
    width: 19px;
    height: 19px;
    float: left;
    background: url("../images/school_icon2.png") no-repeat left center;
    margin-top: 5px;
    margin-right: 20px;
}

.school_main_text {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
    padding-bottom: 20px;
}

.school_text_tip {
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.school_arrow1 {
    width: 90%;
    margin: 0 auto;
    height: 13px;
    background: url("../images/school_icon3.png") no-repeat center center;
}

.school_list > li > a:hover, .school_list > li > a:hover .school_text_tip,
.school_list > li > a:hover .school_date {
    color: #188eee;
}

.school_list > li > a:hover .date_icon1 {
    background: url("../images/school_icon4.png") no-repeat left center;
}

.school_list > li > a:hover .school_arrow1 {
    background: url("../images/school_icon5.png") no-repeat center center;
}

.school_list > li > a:hover .school_main_text {

    border-bottom: 1px solid #188eee;
    color: #188eee;

}

.new_container {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.new_text_box {
    padding: 30px 10px;
}

.new_main_text {

    margin: 0 auto;
    color: #666666;
    font-size: 16px;

}

.new_date {

    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}

.new_date_icon1 {
    width: 19px;
    height: 19px;
    float: left;
    background: url("../images/school_icon2.png") no-repeat left center;
    margin-top: 5px;
    margin-right: 20px;
}

.new_text_tip {

    margin: 10px auto;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.new_arrow1 {
    width: 90%;
    margin: 0 auto;
    height: 13px;
    background: url("../images/school_icon3.png") no-repeat center center;
}

.new_list_detail {
    margin-top: 50px;
    cursor: pointer;
    transition: all 500ms;
}

.new_list_detail:hover .new_main_text, .new_list_detail:hover .new_date,
.new_list_detail:hover .new_text_tip {
    color: #188eee;
}

.new_list_detail:hover .new_arrow1 {
    background: url("../images/school_icon5.png") no-repeat center center;
}

.new_list_detail:hover .new_date_icon1 {
    background: url("../images/school_icon4.png") no-repeat left center;
}

.new_list_detail:hover {
    margin-top: 30px;
}

.btn_box {
    position: relative;
}

@media (min-width: 1200px) {
    .btn_com1 {
        position: absolute;
        width: 22px;
        height: 36px;
        display: block;
        margin-top: 200px;
    }
}

@media (max-width: 1200px) {
    .btn_com1 {
        position: absolute;
        width: 22px;
        height: 36px;
        display: none;
        margin-top: 200px;
    }
}

.btnPre {
    background: url(../images/arrow_left1.png) no-repeat 0 0;
    right: 0;
}

.btnPre:hover {
    background: url(../images/arrow_left2.png) no-repeat 0 0;
}

.btnNext {
    background: url(../images/arrow_right1.png) no-repeat 0 0;
    left: 0;
}

.btnNext:hover {
    background: url(../images/arrow_right2.png) no-repeat 0 0;
}

.search-box {
    height: 33px;
    width: 496px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-indent: 1em;
    font-family: "微软雅黑";
    font-size: 13px;
    overflow: hidden;
}

.search-box:hover {
    border-color: #abbcd3;
}

.search-box:focus {
    border-color: #6cb6ff;
    outline: 0 !important;
}

.ui-autocomplete {
    font-size: .7em;
}

.js_search_result em {
    color: red;
}

@keyframes insurance-1 {
    from {
        transform: scale(1.5);
    }
    to {
        transform: scale(1.2);
    }
}