/* 首页样式*/
@charset "UTF-8";
/*轮播图*/
.my-carousel {
    width: 100%;
    height: 100%;
    margin: 0;
}

.my-carousel .bg-img {
    width: 100%;
    height: 100%;
    text-align: center;
}

.my-carousel .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.my-carousel .carousel-inner, .my-carousel .carousel-inner > .item {
    height: 100%;
    width: 100%;
}

.my-carousel .carousel-indicators {
    width: 100%;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: right;
    padding: 10px 5px;
    color: #ffffff;
    margin-bottom: 0;
}
/*banner的圆点*/
.my-carousel .carousel-indicators.ban-carol{
    bottom: -50px;
    text-align: left;
}
.my-carousel .carousel-indicators.ban-carol .active{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 1);
    margin-right: 25px;
}
.my-carousel .carousel-indicators.ban-carol li{
    background-color: rgba(255, 255, 255, .5);
    border:0;
    margin: 0 25px 0 0;
}
.my-carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 99;
    width: 100%;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
}

.my-carousel .carousel-caption > p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*修改轮播图切换效果为淡入淡出*/
@media not all, (-webkit-transform-3d) {
    .carousel-inner > .item {
        opacity: 0;
        -webkit-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.active.right, .carousel-inner > .item.prev {
        left: 0;
        opacity: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/*左侧分类模块开始*/
.div-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.div-banner-mark {
    margin: auto;
    height: 100%;
    display: flex;
}

.left-menu {
    position: relative;
    width: 24%;
    height: 100%;
    left: 0;
    top: 0;
}

.left-menu .menu-sidebar {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    left: 0;
    padding-top: 5%;
    padding-bottom: 5%;
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.left-menu li {
    padding: 1.5% 12%;
    display: flex;
    display: -webkit-flex;
    color: #ffffff;
    font-size: 16px;
}

.left-menu li:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
    justify-content: center;

}

.left-menu li i {
    width: 20%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.left-menu li span {
    width: 40%;
}

.left-menu li i.i-wd {
    background-image: url("../img/thermometer_icon@3x.png");
}

.left-menu li i.i-sd {
    background-image: url("../img/shidu@3x.png");
}

.left-menu li i.i-gz {
    background-image: url("../img/guangzhao@3x.png");
}

.left-menu li i.i-fx {
    background-image: url("../img/tianqi-fengxiang@3x.png");
}

.left-menu li i.i-fs {
    background-image: url("../img/fengsu@3x.png");
}

.div-btn-mark-con {
    position: relative;
    top: 30%;
    right: 0;
    width: 15%;
    left: 61%;
    /* height: 40%; */
    height: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 12px;
}

/* .div-btn-mark-con > div:first-child { */
.div-btn-mark-con > div {
    margin-bottom: 5%;
}

.div-btn-mark-con .banner-main-btn {
    width: 100%;
    //height: 46%;
    height: 30%;
    background-color: rgba(91, 167, 104, 1);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    justify-content: center; /*水平居中*/
    align-items: center; /*垂直居中*/
    -webkit-align-items: center;
}

.course-newest .title-con {
    height: 30px;
    border-bottom: 0.3px solid rgba(136, 136, 136, 1);
    width: 100%;
}

.course-newest .title {
    display: inline-flex;
    height: 100%;
    justify-items: center;
    justify-content: center;
    font-size: 16px;
    color: #5BA768;
    border-bottom: 1.5px solid rgba(91, 167, 104, 1);
}

a.div-more img {
    height: 20px;
    margin-bottom: 3px;
}

a.div-more {
    color: #9B9B9B;
    font-size: 14px;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
}

a.div-more span {
    font-weight: lighter;
    font-size: 12px;
    margin-top: 3px;
}

.section-main-con {
    padding-top: 15px;
}
/*.section-main-con img.bj-training{*/
/*    height: 300px;*/
/*}*/
.course-newest {
    padding-top: 15px;
    padding-bottom: 15px;
}

.course-newest .row {
    margin-left: -15px;
    margin-right: -15px;
}

.course-newest .thumbnail {
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border: none;
}

.course-newest .thumbnail .course-img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 54%;
    overflow: hidden;
}

.course-newest .thumbnail .course-img > img {
    width: 100%;
    height: 100%; /*图片拉伸缩放填充div*/
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.default-text {
    width: 100%;
    background-color: #f9f9f9;
    opacity: 0.7;
    text-align: center;
    font-size: 18px;
    color: black;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
}
.p-relative.bj-home-banner{
    margin-top:-80px;
    height: 440px;
    width: 100%;
    /*background:url('../img/home/banner.jpg') no-repeat ;*/
    /*background-size: cover;*/
}
.p-relative.bj-home-banner .img-banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.bj-banner-pos{
    position: absolute;
    top: 0;
}
.banner-slide,.swiper-slide.banner-wrap-section{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.p-relative.bj-home-banner.no-banner {
    height: 80px
}
.default-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}

.course-newest .thumbnail .caption {
    padding: 12px 8px;
    color: #666;
    font-size: 14px;
}

.course-newest .thumbnail .caption .top {
    padding-top: 10px;
}

.course-newest .thumbnail .caption .bottom {
    font-size: 12px;
    margin-top: 0;
}

.caption .course-name {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    color: #222222;
    font-weight: bolder;
    width: 100%;
}

.caption .teacher {
    display: inline-block;
    width: 70%;
}

.caption .price {
    color: #ea562e;
    font-size: 16px;
    display: inline-block;
    width: 30%;
}

.nameEllipsis {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.ser-ins-list .right {
    width: 23%;
    float: left;
}

.ser-ins-list .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ser-ins-list .left {
    width: 75%;
    float: right;
    clear: right;
}

.bottom-link {
    font-size: 16px;
}

.bottom-link span a {
    color: #5BA768;
    padding-left: 20px;
}

.zx-ul {
    padding: 10px 10px 10px 20px;
    color: #9E9E9E;
    text-align: left;
}

.zx2-ul {
    color: #9E9E9E;
}
.left .zx-ul{
    padding-top: 15px;
}
.zx-ul li {
    font-size: 16px;
    width: 100%;
    line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
}
.zx-ul li.pointer:hover{
    border-bottom: 1px dotted #666;
}
.zx2-ul li, .kzs-con {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}
.zx2-ul{
    margin-top: 15px;
}
.zx2-ul li:last-child{
    margin-bottom: 0;
}
.zx2-ul li p, .kzs-con p {
    margin-bottom: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    justify-items: center;
    margin-top: 6px;
    font-size: 13px;
}

.kzs-con p {
    -webkit-line-clamp: 3;
    color: #7B7B7B;
}

.zx2-ul li > div:first-child, .kzs-con > div:first-child {
    width: 80px;
    position: relative;
    height: 80px;
    /*padding-bottom: 20%*/
}

.zx2-ul li > div:last-child, .kzs-con > div:last-child {
    width: 80%;
}

.zx2-ul li > div img, .kzs-con > div img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.zx2-ul li > div .zx-title, .kzs-con > div .zx-title {
    font-size: 16px;
    color: #000000;
    padding: 2% 0 2% 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.zx2-ul li > div .zx-title, .kzs-con > div .zx-title.zx-padding{
    padding-top: 1%;
    padding-bottom: 1%;
}
/*.zx2-ul .pointer div img.kzs-con-img{*/
/*    height: 90%;*/
/*}*/
.zx2-ul li.pointer{
    margin-bottom: 22px;
}
.nznj-img {
    height: 440px;
}

.nznj-con {
    text-align: left;
    font-size: 14px;
    color: #7D7D7D;
}

.nznj-con h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
   font-family: Alibaba-PuHuiTi-B,'Microsoft YaHei';
    font-weight: bold;
}

.nznj-con p {
    color: #000;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 5px;
    font-family: Alibaba-PuHuiTi-R,'Microsoft YaHei';
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nznj-con li {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-content: space-around;
    padding: 15px 0;
    color: #7D7D7D;
    border-bottom: 1px dashed rgba(158, 158, 158, 1);
}
.nznj-con li:last-child {
    border-bottom:0;
}

.nznj-con li span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    text-align: left;
}
.nznj-con li span:last-child {
    width: 20%;
    text-align: right;
}

/*首页-可追溯生产主体*/
.kzs-cont {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}

.kzs-cont:nth-child(odd) {
    clear: left;
}

.kzs-cont .kzs-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.kzs-cont .kzs-address img {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    margin-bottom: 2px;

}

.kzs-cont .kzs-service {
    color: #7b7b7b;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*搜索框*/
#searchInput {
    border: none;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 30px;
}
/*home.html banner*/
.p-relative .bj-home{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width:1980px;
    justify-content: space-between;
    /*justify-content: flex-end;*/
}
.p-relative .bj-home .bj-idea-left{
    color: #fff;
    text-align: center;
    margin: auto;
    /*margin-right: 2%;*/
    /*margin-left: 8%;*/
    /*width: 40%;*/
}
.p-relative .bj-home .bj-idea-left h2{
    font-size: 54px;
   font-family: Alibaba-PuHuiTi-M,'Microsoft YaHei';
    font-weight: bold;
}
.p-relative .bj-home .bj-idea-left h3{
    font-size: 35px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
}
.p-relative .bj-home .bj-idea-left p{
    font-size: 22px;
    margin-bottom: 20px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
}
.p-relative .bj-home .bj-idea-left .bj-first-p{
    margin-top: 45px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-relative .bj-home .bj-idea-right{
    width: 50%;
    height: 500px;
}
.p-relative .bj-home .bj-idea-right img{
    width: 100%;
    height: 100%;
}
/*four menu */
.bj-four-menu .row{
    margin: 50px 0;
}
.bj-four-menu .row .bj-four-card{
    height: 84px;
    line-height: 84px;
    /*background-color: rgba(121,175,48, .1);*/
}
.bj-four-menu .row .bj-four-card img{
    width: 100%;
    height: 100%;
    margin: 0 10px 0 40px;
    cursor: pointer;
}
.bj-menu-title{
    color: rgba(121,175,48, 100);
    font-size: 26px;
    font-family: Alibaba-PuHuiTi-H,'Microsoft YaHei';
    font-weight: 700;
}
/*关于研究会*/
.bj-about-common{
    margin:40px 0;
}
.bj-about-common .container .bj-title{
    color: rgba(121,175,48, 100);
    font-size: 22px;
    text-align: left;
    font-family: Alibaba-PuHuiTi-H,'Microsoft YaHei';
    font-weight: 700;
    text-align: center;
}
.bj-about-common .container .bj-english{
    margin: 16px 0 32px 0;
    text-align: center;
    font-weight: bold;
}
.bj-about-common .container .bj-english span{
    color: rgba(121,175,48, 100);
    font-size: 13px;
    text-align: left;
    font-family: Alibaba-PuHuiTi-H,'Microsoft YaHei';
    font-weight: 700;
}
.bj-about-common .bj-constitution{
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.bj-about-common .bj-constitution img{
    width: 100%;
    height: 430px;
    transition: all 0.6s;;
}
.bj-about-common .bj-constitution img:hover{
    transform: scale(1.3);
}
.bj-about-common .bj-constitution p{
    position: absolute;
    bottom: 35px;
    color: rgba(255, 255, 255, 100);
    font-size: 28px;
    font-family: Alibaba-PuHuiTi-H,'Microsoft YaHei';
    font-weight: 700;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
}
.bj-about-common .bj-constitution:hover p{
    color: #79AF30;
}
.bj-about-common .bj-describe span{
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
   font-family: Alibaba-PuHuiTi-B,'Microsoft YaHei';
    font-weight: bold;
    margin-left: 20px;
}
.bj-about-common .bj-describe img{
    width: 84px;
    height: 84px;
    overflow: hidden;
}
.bj-about-common .bj-constitution .bj-main{
    height:266px;
}
.bj-about-common .bj-constitution .bj-main-org{
    height: 254px;
    cursor: pointer;
}
.bj-about-common .bj-xs-top{
    margin-top: 24px;
}
/*职业培训*/
.bj-about-common .bj-training{
    height: 300px;
    width: 100%;
    cursor: pointer;
}
.login-success{
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
.login-success .av-img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.login-success .login-username{
    display: flex;
    align-items: center;
    position: relative;
}
.login-success .login-username span{
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: justify;
    font-family: Alibaba-PuHuiTi-R,'Microsoft YaHei';
    font-weight: normal;
    flex-shrink: 0;
}
.login-success .login-username img{
    width: 14px;
    height: 8px;
    margin-left: 10px;
}
.login-drop-ul .drop-li {
    padding:6px 15px;
}
.login-drop-ul .drop-li a{
    display: flex;
    align-items: center;
}
.login-drop-ul .drop-li img{
    width: 28px;
    height: 25px;
    margin-right: 10px;
    object-fit:contain;
}
.login-drop-ul .triangle-bj{
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -30px;
    right: 10px;
}
.login-drop-ul .drop-li a{
    color: rgba(74, 74, 74, 100);
    font-size: 18px;
    text-align: justify;
    font-family: Alibaba-PuHuiTi-R,'Microsoft YaHei';
    font-weight: normal;
}
.navbar .open.login-success{
    background: transparent;
    box-shadow: 0 0 0 transparent;
}
.navbar .login-success .dropdown-menu > li:hover {
    background-color: rgba(121,175,48, .3) !important;
}
.navbar .login-success .dropdown-menu > li:hover a{
    color: rgba(121,175,48, 100)!important;
    background:transparent;
}
.navbar .login-success .dropdown-menu > li .hover{
    display: none;
}
.navbar .dropdown-menu  .notice-span-li> a{
    position: relative;
}
.notice-span{
    position: absolute;
    top: 2px;
    left: 18px;
    color: red;
    width: 10px;
   font-family: Alibaba-PuHuiTi-B,'Microsoft YaHei';
    font-weight: bold;
    height: 10px;
    background: red;
    border-radius: 10px;
}
.visits-body{
    margin-bottom: 10px;
    text-align: center;
}
