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

a {
    text-decoration: none;
}
.flex{
    display: flex;
}
.content-article .flex{
    margin-bottom: 30px;
}
.content-article .flex h4{
    min-width: 50px;
}
.content-article .flex p {
    /* line-height: 2em; */
    /* margin-left:1.5em*/
}
.content-article .flex ul li{
    list-style-type:disc;
    line-height: 26px;
    font-size: 16px;
    color: #545861;
    margin:0 0 10px;
}
.content-article .flex ul{
    margin-left: 1.8em;
}
.w-product-details .pd-part .pd-item .col-md-6 .img, .w-product-details .pd-part .pd-item .col-md-6 .text {
    vertical-align: middle;
    display: table-cell;
}
.pd-part .pd-item .col-md-6 .text li {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 30px;
}
.flexB{
    display: flex;
    justify-content: space-between;
}
h4{
    font-size: 1.5em;
}
.red{
    color: #FF5959;
}
.recruit{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 4px;
}
.recruit>div.flexB{
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
}
.recruit>div.flexB h4:nth-of-type(1){
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
}
.recruit>div.flexB h4:nth-of-type(2){
    max-width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
}
.pr20{
    padding-right: 20px;
}
.pl20{
    padding-left: 20px;
}
.col-md-6{

    padding:15px;
}
.recruit:hover{
    box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}
.recruit .pline{
    height: 1px;
    background: #EAEAEE;
}
.text-center{
    text-align: center;
    margin-top:0px;
}
.cooperation .col-md-4{

    padding:20px;
}
.cooperation .content{
    height: 115px;
    padding:20px;
}
.gray{
    color: #969799;
}
label {
    display: inline-block;
    font-weight: 600;
    font-size: 1em;
}
.flexC{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vjs-big-play-button .vjs-icon-placeholder::before{
    top:5px!important;
}
.wpaper {
    padding-top: 55px;
    /* background-color: #f8f8f8; */
}

.tab-navbar {
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;

}

.tab-navbar .tab-container {
    display: flex;
    width: 1200px;
    align-items: center;
}

.tab-navbar .tab-container .tab-nav-item {
    display: block;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 16px;
    margin-right: 12px;
    color: #181C25;
}

.tab-navbar .tab-container .selected {
    background: #FFF3EB;
    border-radius: 20px;
    color: #FF8000;
}

.banner {
    background-color: #FAFCFF;
    height: 520px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-image: url('/crm/wp-content/uploads/2021/04/1_【banner】背景底纹@2x.png');
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner-cont {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-cont .banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 520px;
    height: 440px;
}


.banner-cont .banner-left h1 {
    font-size: 40px;
    font-weight: 500;
    color: #181C25;
    margin-bottom: 40px;
}

.clickform {
    display: block;
    width: 152px;
    height: 48px;
    background: linear-gradient(45deg, #FF704F 0%, #FF9326 100%);
    border-radius: 24px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.clickform span {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}


.banner-cont .banner-img img {
    width: 644px;
    height: 440px;
}

.content-page {
    height: 550px;
    display: flex;
    justify-content: center;
}

/* .container {
    width: 1200px;
    display: flex;
    flex-direction: column;
} */

.container .container-title {
    font-size: 32px;
    font-weight: 500;
    color: #181C25;
    margin: 40px auto;
}

.container .container-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 364px;
}

.container p {
    font-size: 16px;
    color: #545861;
    line-height: 26px;
}

.content-process {
    /* height: 2502px; */
    display: flex;
    justify-content: center;
    background-color: #FAFCFF;

}

.about-cont .content-process h2 {
    margin-bottom: 56px;
}

.course-list {
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.course-list .course-item {
    display: flex;
    justify-content: space-between;
}

.course-list .course-item .course-list-year {
    font-size: 36px;
    font-weight: 500;
    color: #FF9326;
    width: 87px;
    height: 50px;
}

.course-list .course-item .course-icon {
    position: relative;
}

.course-item .course-icon .icon-img-anchor {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0;
}

.course-item .course-icon .icon-img-line {
    height: 1400px;
    border: 1px dashed #FF9326;
    position: absolute;
    top: 10px;
    left: 4px;
}

.course-list .course-item .course-content {
    /* width: 1050px; */
    display: flex;
    /* margin-top: 20px; */
}

.course-list .course-item .bgd1 {
    /* height: 348px; */
}

/* .course-list .course-item .bgd2 {
    height: 316px;
} */

.course-list .course-item .bgd3 {
    height: 188px;
}

.course-list .course-item .bgd4 {
    height: 284px;
}

.course-list .course-item .bgd5 {
    height: 124px;
}

.course-list .course-item .bgd6 {
    height: 92px;
}

.course-list .course-item .bgd7 {
    height: 284px;
}

.course-list .course-item .bgd8 {
    height: 220px;
}

.course-list .course-item .bgd9 {
    height: 156px;
}

.course-list .course-item .bgd10 {
    height: 92px;
}


.course-item .course-content .content-tri {
    width: 0px;
    height: 0px;
    border: 15px solid;
    border-color: white white transparent transparent;
}

.course-item .course-content .content-article {
    width: 1020px;
    /* background-color: white; */
    padding: 0px 19px 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.course-item .course-content .content-article h4{
    margin:0px;
    text-align: right;
}
.course-item .course-content .content-article p {
    font-size: 16px;
    color: #545861;
}
.floatRight{
    float: right!important;
}
.app-bg{
    background: url("../img/product/icon_bg2.png") no-repeat;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 30px;
}
.app-h3{
    color: #fff!important;
}
.app-div{
    width:65%;
    margin: 10px auto;
    background: #FFF;
    border-radius: 8px;
}
.app-img{
    padding:50px 40px;

}
.app-img img{
    border: 1px #999 dashed;
}
.app-test{
    height: 60px;
    text-align: center;
}
.production-bg{
    background-color: #F5F6F7;
    padding:20px;
}
.production-text{
    height: 140px;
}
.proportion65{
    width:65%;
}
.row-bg{
    background-color: #F8F9FA;
}
.pdt{
    padding-top: 30px;
}
@media only screen and (max-width: 1300px) {
    .content-process{
        display: none;
    }
}
@media only screen and (max-width: 1170px) {
    .floatRight{
        float: none!important;
    }
    .proportion65{
        width:100%;
    }
}
