.min{
    width: 1200px;
    margin: 0 auto;
}

.common-title{
    color: #333333;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

/* 导航 */
.header{
    position: fixed;
    z-index: 10;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
}
.header-content{
    overflow: hidden;
}
.website-logo{
    float: left;
}
.website-logo img{
    display: block;
    width: 146px;
    height: 40px;
    margin: 22px 0 18px 0;
}
.header-target{
    float: right;
}
.header-target a{
    float: left;
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-left: 84px;
    margin: 27px 0 27px 84px;
}
.header-target a:hover{
    color: #0050BD;
}
.header-target a.current{
    color: #0050BD;
}
.header-target a.current{
    color: #0050BD;
}

/* banner */
.banner{
    width: 100%;
    height: 500px;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 110px 0 0 0;
    background: url(../images/banner.png?2026020907) no-repeat center bottom;
}
.banner-button{
    width: 536px;
    opacity: 0;
    margin: 352px auto 0 auto;
    overflow: hidden;
}
.banner-button .left{
    float: left;
    width: 232px;
    height: 66px;
    cursor: pointer;
}
.banner-button .right{
    float: right;
    width: 232px;
    height: 66px;
    cursor: pointer;
}

/* 招商难题 */
.problem{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.problem .common-title{
    margin-bottom: 0;
}
.problem-list{
    position: relative;
    overflow: hidden;
}
.problem-left{
    float: left;
    width: 462px;
    text-align: left;
}
.problem-left span{
    display: inline-block;
    height: 54px;
    color: #1F6CDD;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 15px;
    border-radius: 27px 27px 0px 27px;
    background: linear-gradient( 180deg, #F3F8FF 0%, #D9E6FF 99.7%);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.31)) 1 1;
}
.problem-left span.first{
    margin-left: 25px;
}
.problem-left span.special{
    display: inline-block;
    height: 54px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 15px;
    border-radius: 27px 27px 0px 27px;
    background: linear-gradient( 180deg, #8CBAFF 0%, #1F6CDD 100%);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.31)) 1 1;
}
.problem-bg{
    position: absolute;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 209px;
    margin: 0 auto;
}
.problem-right{
    float: right;
    width: 478px;
    text-align: right;
}
.problem-right span{
    display: inline-block;
    height: 54px;
    color: #1F6CDD;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 15px;
    border-radius: 27px 27px 27px 0;
    background: linear-gradient( 180deg, #F3F8FF 0%, #D9E6FF 99.7%);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.31)) 1 1;
}
.problem-right span.first{
    margin-right: 35px;
}
.problem-right span.special{
    display: inline-block;
    height: 54px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 15px;
    border-radius: 27px 27px 27px 0;
    background: linear-gradient( 180deg, #8CBAFF 0%, #1F6CDD 100%);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.31)) 1 1;
}
.problem-promise-title{
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    margin: 28px 0 20px 0;
}
.problem-promise-desc{
    width: 912px;
    height: 91px;
    color: #1F6CDD;
    font-size: 16px;
    font-weight: bold;
    line-height: 91px;
    text-align: center;
    margin: 0 auto;
    border-top: 5px solid  #1F6CDD;
    background: linear-gradient( 180deg, #F3F8FF 0%, #D9E6FF 100%);
}

/* 核心产品 */
.product{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    background: #F8F8F8;
}
.product-content{
    position: relative;
    width: 1200px;
    padding: 30px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.product-tab {
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.product-tab-single{
    display: inline-block;
    width: 176px;
    height: 53px;
    cursor: pointer;
}
.product-tab-single.current .product-tab-name{
    color: #1F6CDD;
}
.product-tab-single.current .product-tab-desc{
    color: #1F6CDD;
}

.product-tab-name{
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
}
.product-tab-desc{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.product-tab-vertical{
    display: inline-block;
    width: 1px;
    height: 46px;
    vertical-align: top;
    background: #CCCCCC;
    margin: 4px 81px 3px 81px;
}

.product-content-ul{

}
.product-content-li{
    display: none;
}
.product-content-li.current{
    display: block;
}
.product-content-desc{
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin: 26px 0 30px 0;
}

/* 招商实物精品班-轮播 */
.product-swiper{
    position: relative;
}
.product-swiper .swiper-container{
    width: 1160px;
    height: 657px;
}
.product-swiper-content{
    position: relative;
    width: 560px;
    height: 657px;
    padding: 30px 0 30px 30px;
    border-radius: 18px 18px 4px 4px;
    box-sizing: border-box;
    background: #E9F0FC;
}
.course-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 657px;
}
.product-swiper-module{
    position: relative;
}
.product-swiper-intro{
    min-height: 96px;
    color: #303030;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 20px 0;
    padding-right: 30px;
}
.course-detail-desc{
    display: block;
    width: 516px;
    height: 169px;
}
.product-swiper-list{
    margin-top: 26px;
    min-height: 108px; 
}
.product-list-header{
    margin-bottom: 12px;
    overflow: hidden;
}
.product-list-header span{
    float: left;
    width: 4px;
    height: 14px;
    border-radius: 3px;
    margin: 5px 10px 5px 0;
    background: #1F6CDD;
}
.product-list-header p{
    float: left;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.product-swiper-list ul{
    overflow: hidden;
}
.product-swiper-list ul li{
    position: relative;
    float: left;
    min-width: 250px;
    height: 24px;
    border-left: 1px solid #D3D3D3;
    box-sizing: border-box;
}
.product-swiper-list ul li span {
    float: left;
    width: 4px;
    height: 4px;
    margin: 10px 6px 10px 15px;
    border-radius: 50%;
    background: #1F6CDD;
}
.product-swiper-list ul li p {
    float: left;
    color: #303030;
    font-size: 14px;
    line-height: 24px;
}
.product-swiper-list.full-row ul li{
    min-width: 100%;
}

.product-swiper .swiper-left{
    position:absolute;
    z-index: 1;
    top: 96px;
    left: -25px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    cursor: pointer;
}
.product-swiper .swiper-right{
    position:absolute;
    z-index: 1;
    top: 96px;
    right: -25px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    cursor: pointer;
}
.product-plan{
    width: 140px;
    height: 34px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    margin: 20px auto 0 auto;
    background: #1F6CDD;
    border-radius: 4px;
    cursor: pointer;
}
.product-plan:hover{
    background: #448AF0;
}

/* 聪招网线上平台 */
.platform-content{
    width: 1140px;
    height: 657px;
    padding: 30px 0 0 30px;
    border-radius: 4px;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #F3F8FF 0%, #D9E6FF 100%);
}
.platform-header{
    overflow: hidden;
}
.platform-header span{
    float: left;
    width: 4px;
    height: 14px;
    margin: 5px 12px 5px 0;
    border-radius: 3px;
    background: #1F6CDD;
}
.platform-header p{
    float: left;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.platform-core{
    margin: 16px 0 25px 0;
    overflow: hidden;
}
.platform-core li{
    float: left;
    width: 360px;
    height: 24px;
    overflow: hidden;
}
.platform-core .circle{
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 9px 9px 9px 0;
    background: #1F6CDD;
}
.platform-core .platform-core-lable{
    float: left;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.platform-core-desc{
    float: left;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}
.platform-series{
    overflow: hidden;
}
.platform-series li{
    float: left;
    width: 530px;
    margin-right: 20px;
}
.platform-series li.last{
    margin-right: 0;
}
.platform-series table{
    width: 530px;
    height: 465px;
    margin-top: 16px;
}
.platform-series table th{
    min-width: 150px;
    height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #1F6CDD;
}
.platform-series table th.first{
    width: 150px;
    border-left: 1px solid #1F6CDD;
}
.platform-series table th.last{
    width: 380px;
    border-right: 1px solid #1F6CDD;
}
.platform-series table td{
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    background-color: #FFFFFF;
}
.platform-series table td span{
    display: inline-block;
    text-align: left;
}

/* 特色主体研修 */
.study-core{
    margin: 16px 0 0 0;
    overflow: hidden;
}
.study-core li{
    float: left;
}
.study-core .circle{
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 7px 10px 7px 0;
    background: #1F6CDD;
}
.study-core .study-core-desc{
    float: left;
    max-width: 1064px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.study-core.width50 li{
    width: 50%;
}
.study-core.width50 li .study-core-desc{
    max-width: 510px;
}
.study-pic{
    padding: 18px 0 20px 16px;
    overflow: hidden;
}
.study-pic li{
    position: relative;
    float: left;
    width: 251px;
    height: 190px;
    margin-right: 20px;
}
.study-pic li.last{
    margin-right: 0;
}
.study-pic li img{
    display: block;
    width: 251px;
    height: 190px;
}
.study-pic-cover{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 251px;
    height: 34px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 4px 4px;
}

/* 讲师天团 */
.lecturer{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.lecturer .common-title{
    margin-bottom: 30px;
}
.lecturer h3{
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.lecturer-ul{
    margin: 30px 0 0 0;
    overflow: hidden;
}
.lecturer-ul li{
    float: left;
    width: 224px;
    height: 206px;
    margin-right: 20px;
    padding: 43px 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #F3F8FF 0%, #EBF2FF 100%);
}
.lecturer-ul li.last{
    margin-right: 0;
}
.lecturer-ul li img{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.lecturer-ul li span{
    display: block;
    color: #1F6CDD;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin: 12px 0 10px 0;
}
.lecturer-ul li p{
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* 轮播 */
.lecturer-swiper{
    position:relative;
    width: 1200px;
    padding-top: 30px;
    overflow: hidden;
}
.lecturer-swiper .swiper-container{
    width: 1220px;
    height: 236px;
    padding-top: 30px;
}
.lecturer-swiper-content{
    position: relative;
    width: 590px;
    height: 236px;
    margin-bottom: 30px;
    padding: 30px 49px 0 49px;
    border-radius: 4px;
    background: #F8F8F8;
    box-sizing: border-box;
}
.lecturer-tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient( 180deg, #42A5F0 0%, #1F6CDD 100%);
    border-radius: 4px 0px 4px 0px;
}
.lecturer-detail{
    margin-bottom: 20px;
}
.lecturer-logo{
    position: absolute;
    top: -10px;
    right: 49px;
    width: 159px;
    height: 141px;
}
.lecturer-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
}
.lecturer-name{
    position: relative;
    margin-bottom: 12px;
}
.lecturer-name p{
    position: relative;
    z-index: 1;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.lecturer-name span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 15px;
    background: linear-gradient( 90deg, #357ADF 0%, rgba(255,255,255,0) 100%);
}
.lecturer-position{
    margin-top: 8px;
    overflow: hidden;
}
.lecturer-position img{
    float: left;
    width: 10px;
    height: 11px;
    margin: 0 8px 0 0;
}
.lecturer-position span{
    float: left;
    color: #1F6CDD;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.lecturer-desc{
    color: #303030;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
}
.lecturer-swiper .swiper-left{
    position:absolute;
    z-index: 1;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    cursor: pointer;
}
.lecturer-swiper .swiper-right{
    position:absolute;
    z-index: 1;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    cursor: pointer;
}
.swiper-click .default{
    display: block;
}
.swiper-click .hover{
    display: none;
}
.swiper-click:hover .default{
    display: none;
}
.swiper-click:hover .hover{
    display: block;
}

/* 合作案例 */
.case{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    background: #F8F8F8;
}
.case-info{
    position: relative;
    width: 1200px;
    height: 220px;
    margin: 0 auto;
    padding-top: 8px;
    overflow: hidden;
}

.case-header{
    position: relative;
    overflow: hidden;
}
.case-header img{
    position: absolute;
    width: 303px;
    height: 9px;
    margin-top: 11px;
}
.case-header-desc{
    position: relative;
    z-index: 1;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.case-header-vertical{
    width: 4px;
    height: 14px;
    margin: 2px 0;
    border-radius: 4px;
    background: #1F6CDD;
    border: 1px solid #1F6CDD;
}
.case-sides {
    position: relative;
    z-index: 1;
    width: 426px;
}
.case-sides ul {
    overflow: hidden;
}
.case-sides ul li {
    float: left;
    height: 34px;
    color: #303030;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient( 270deg, #FFFFFF 0%, #DBE6FF 100%);
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #1F6CDD;
}
/* 左右差异样式 */
.case-sides.left {
    float: left;
}
.case-sides.right {
    float: right;
}
.case-sides.left .case-header{
    padding-right: 16px;
}
.case-sides.right .case-header{
    padding-left: 16px;
}
.case-sides.left .case-header img{
    left: 0;
}
.case-sides.right .case-header img{
    right: 0;
}
.case-sides.left .case-header .case-header-desc{
    float: right;
}
.case-sides.right .case-header .case-header-desc{
    float: left;
}
.case-sides.left .case-header .case-header-vertical{
    float: right;
    margin-left: 8px;
}
.case-sides.right .case-header .case-header-vertical{
    float: left;
    margin-right: 8px;
}

.case-sides.left ul li{
    min-width: 90px;
    margin: 13px 16px 0 0;
}
.case-sides.right ul li{
    min-width: 38px;
    margin: 13px 0 0 16px;
}
.case-sides.right .first-row{
    width: 126px;
}
.case-sides.right .second-row{
    width: 197px;
}
.case-sides.right .third-row{
    width: 170px;
}

.case-bg{
    position: absolute;
    left: 0;
    right: 0;
    width: 752px;
    height: 220px;
    margin: 0 auto;
}

.case-list{
    width: 1200px;
    margin: 15px auto 0 auto;
    overflow: hidden;
}
.case-list li{
    float: left;
    width: 585px;
    margin-right: 30px;
}
.case-list li.last{
    margin-right: 0;
}
.case-li-header{
    margin-bottom: 8px;
    overflow: hidden;
}
.case-li-header span{
    float: left;
    width: 4px;
    height: 14px;
    margin: 3px 8px 3px 0;
    border-radius: 4px;
    background: #1F6CDD;
    border: 1px solid #1F6CDD;
}
.case-li-header p{
    float: left;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.case-li-header div{
    float: right;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.case-li-header div:hover{
    color: #1F6CDD;
}
.case-li-info{
    position: relative;
    width: 585px;
    height: 246px;
    overflow: hidden;
    background: #1F6CDD;
    border-radius: 4px 4px 0px 0px;
}
.case-li-info img{
    display: block;
    width: 585px;
    height: 246px;
}
.case-li-cover{
    position: absolute;
    bottom: 0;
    width: 585px;
    height: 34px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 4px 4px;
}

.case-modal{
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
}
.case-modal-detail{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 650px;
    height: min-content;
    margin: auto;
    padding: 50px 46px 30px 46px;
    border-radius: 8px;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #E0EBFD 0%, #FFFFFF 100%);
    background: url(../images/modal_bg@2x.png) no-repeat center;
}

.case-modal-detail.current{
    display: block;
}
.case-model-close{
    position: absolute;
    top: -30px;
    right: -42px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.case-modal-detail h4{
    color: #333333;
    font-weight: bold;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 15px;
}
.case-modal-detail p{
    color: #303030;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-indent: 2rem;
}
.case-modal-detail p span{
    color: #1F6CDD;
}
.case-pic{
    margin-top: 15px;
    overflow: hidden;
}
.case-pic img{
    float: left;
    width: 269px;
    height: 160px;
}
.case-pic img.last{
    float: right;
    width: 269px;
    height: 160px;
}


/* 培训方案 */
.plan{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    
}
.plan table{
    margin: 0 auto;
}
.plan table thead th{
    width: 206px;
    height: 52px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #333333;
    background: #1F6CDD;
    box-sizing: border-box;
}
.plan table thead .first{
    border-left: 1px solid #1F6CDD;
}
.plan table thead .last{
    border-right: 1px solid #1F6CDD;
}
.plan table tr td{
    height: 96px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #C6C6C6;
    background: #FFFFFF;
    box-sizing: border-box;
}
.plan table tr td span{
    display: inline-block;
    text-align: left;
}
.plan table tr td div{
    width: 140px;
    height: 34px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: #1F6CDD;
    border-radius: 4px;
    cursor: pointer;
}
.plan table tr td div:hover{
    background: #448AF0;
}

/* 联系我们 */
.contact{
    width: 100%;
    height: 200px;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(../images/contact@2x.png?2026020907) no-repeat center;
    cursor: pointer;
}