*{
    box-sizing: border-box;
}
/* 搜索栏bug */
.rightBox,.rightBox .positionR,.rightBox .positionR .about_input,.rightBox .positionR .positionA,.rightBox .positionR .positionA img,.rightBox .positionR .positionA span {
    box-sizing: content-box;
}
/* 搜索栏bug */

.cloud_color {
    color: #175DAD;
}
.cloud_bg_color {
    background-color: #175DAD;
}
.enterprise_bg_box .bottom {
    height: 0;
    /* margin-top: 40px; */
}

/* 顶部列表内容 */
.enterprise_bg_box .content_top .logoBox .title {
    width: 450px;
    /* height: 50px; */
    /* padding-bottom: 0 !important; */
}
.enterprise_bg_box .content_top .logoBox .vip_tag {
    bottom: -22px;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #E3A906;
    color: #ffffff;
}
.enterprise_bg_box .content_top .logoBox .vip_tag img {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .content_top .goRoomA .infoBox span {
    color: rgb(52,132,245);
}
.enterprise_bg_box .content_top .goRoomList span:hover {
    color: rgb(52,132,245);
}
.enterprise_bg_box .content_top .rightBox {
    width: 490px;
}
.cloud_bg_box .content_top .goRoomA .infoBox span {
    color: rgb(52,132,245);
}

.enterprise_bg_box .content_top .rightBox input {
    width: 214px;
}

.enterprise_bg_box .content_top .rightBox .inuptBox {
    width: 234px;
    border: 2px solid #175DAD;
}
.enterprise_bg_box .content_top input::-webkit-input-placeholder {
    color: #C7C6C6;
    font-size: 14px;
}
.enterprise_bg_box .content_top .hotText {
    bottom: -30px;
    /* bottom: -48px; */
    line-height: 18px;
}
.enterprise_bg_box .content_top .hotText span,
.enterprise_bg_box .content_top .hotText a {
    display: inline;
}
.enterprise_bg_box .content_top .goRoomA:hover .infoBox {
    border-bottom: 1px solid rgb(52,132,245);
}
.enterprise_bg_box .content .content_top_list .center_list .active_li {
    color: #175DAD;
}
.enterprise_bg_box .content {
    border-bottom: 2px solid #0250A9;
}
.enterprise_bg_box .content_top_list .center_list li:hover {
    color: #175DAD
}
.enterprise_bg_box .content .content_top_list .center_list .active_li {
    color: #175DAD
}

.enterprise_bg_box .enterprise_info,
.enterprise_bg_box .enterprise_dynamic {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #666666 !important;
    line-height: 28px !important;
    /* text-indent: 0; */
}
.enterprise_dec.enterprise_info {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #666666 !important;
    line-height: 30px !important;
}

/* 切换 */
.enterprise_act,
.enterprise_pdt,
.enterprise_msg,
.enterprise_sup,
.enterprise_nds {
    min-height: 900px;
    /* display: none; */
    display: flex;
    justify-content: flex-end;
}
/* 小导航 */
.enterprise_bg_box .navigation_info {
    height: 70px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .navigation_info a {
    font-size: 14px;
    color: #999999;
}
.enterprise_bg_box .navigation_info .enter_home {
    cursor: pointer;
}
.enterprise_bg_box .navigation_info .nav_now {
    color: #0250A9;
    cursor: pointer;
}
.enterprise_bg_box .navigation_info .nav_arrow {
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0 4px;
}
/* 标题tag */
.enterprise_bg_box .enterprise_nds_tag {
    margin: 20px 0 10px;
    padding-left: 10px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #0350AA;
    border-left: 3px solid #0350AA;
}

.enterprise_bg_box .enterprise_product .item_box {
    cursor: pointer;
}

/* 主要内容 */
.enterprise_bg_box .main {
    padding-top: 132px;
    /* height: 2000px; */
    width: 100%;
    min-width: 1190px;
    background:#F5F8FC url(../img/enterprise/bottom-bg.png) no-repeat;
}
/* .main_content {
  display: flex;
  justify-content: flex-end;
} */
.enterprise_bg_box .enterprise_home {
    display: flex;
    justify-content: flex-end;
}
.enterprise_bg_box .main_content .main_left {
    box-sizing: border-box;
    width: 320px;
    /* height: 650px; */
    height: 722px;
    border-right: 1px solid rgb(245,245,245);
    /* top: 0;
    left: 0; */
    /* top: 236px;
    left: calc((100vw - 1190px)/2); */
    background: linear-gradient(rgba(255,255,255,1) 70%,rgba(255,255,255,0));
}
.enterprise_bg_box .main_content .main_left_fiexd {
    width: 320px;
    height: 500px;
    /* height: 722px; */
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-596px);
    /* left: calc((100vw - 1190px)/2 - 8px); */
    /* left: calc((100vw - 1190px)/2); */
    border-right: 1px solid rgb(245,245,245);
    background: linear-gradient(rgba(255,255,255,1) 70%,rgba(255,255,255,0));
}
.enterprise_bg_box .main_content .main_left_list_fiexd {
    width: 320px;
    height: 500px;
    /* height: 722px; */
    position: fixed;
    top: 0;
    /* left: calc((100vw - 1190px)/2 - 9px); */
    /* left: calc((100vw - 1190px)/2); */
    left: 50%;
    transform: translateX(-596px);
    border-right: 1px solid rgb(245,245,245);
    background: linear-gradient(rgba(255,255,255,1) 70%,rgba(255,255,255,0));
}
.enterprise_bg_box .main_content .main_right {
    box-sizing: border-box;
    width: 890px;
    min-height: 800px;
    margin-bottom: 60px;
}

/* 左边-公司 */
.circle_bg{
    position: absolute;
    z-index: -1;
    top: -5px;
    transform: translateX(60px);
    width: 158px;
    height: 52px;
    background: url(../img/enterprise/logo-bg.png);
}
.enterprise_bg_box .main_content .main_left_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 20px;
    width: 280px;
    height: 696px;
    background-color: #fff;
    border-radius: 10px;
}
.enterprise_bg_box .main_content .main_left .img_box {
    transform: translateY(-46px);
    width: 100%;
    height: 92px;
}
.img_relly_box {
    margin: 0 auto;
    width: 92px;
    height: 92px;
    border: 1px solid #ededed;
    border-radius: 100%;
    overflow: hidden;
}
.v_57{
    position: absolute;
    top: 62px;
    width: 82px;
    height: 12px;
}
.enterprise_bg_box .main_content .main_left .img_box img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enterprise_bg_box .main_content .main_left .title {
    display: block;
    margin: 0 auto 16px;
    width: 238px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.enterprise_bg_box .main_content .main_left .info_box {
    /* width: 206px; */
    width: 236px;
    height: auto;
    /* padding: 0 18px; */
    padding: 0;
    margin: 24px auto 30px;
}
.enterprise_bg_box .main_content .main_left .btn_box {
    margin: 0 auto;
    /* width: 238px; */
    width: 235px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item img {
    width: 18px;
    height: 18px;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item span:last-child {
    width: 127px;
}
/* 文字两端对齐 */
.enterprise_bg_box .main_content .main_left .info_box .info_item .name {
    padding-top: 1px;
    font-size: 16px;
    color: #666666;
    /* width: 54px; */
    width: 70px;
    margin-left: 20px;
    text-align: justify;
    position: relative;
}
/* .enterprise_bg_box .main_content .main_left .info_box .info_item .name::after {
  content: ":";
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: -6px;
  transform: translateY(-50%);
} */
.border-line{
    width: 232px;
    height: 1px;
    background: linear-gradient(63deg, rgba(150, 173, 238, 0) 0%, #96ADEE 51%, rgba(150, 173, 238, 0) 100%);
    opacity: 1;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item .name span {
    display: inline-block;
    padding-left: 100%;
    width: 0;
    height: 0;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item ul,
.enterprise_bg_box .main_content .main_left .info_box .info_item span:last-child {
    padding-top: 0px;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item ul li {
    margin-top: 10px;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item ul li:nth-child(1) {
    margin-top: 0;
}
.enterprise_bg_box .main_content .main_left .info_box .info_item.action {
    background-color: #2351D2;
}
.enterprise_bg_box .main_content .main_left .info_box .action .name {
    color:#fff;
}
.qr-code{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 104px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    opacity: 1;
    border: 1px solid #E2E7F1;
}
.qr-code .img{
    width: 88px;
    height: 88px;
}
.qr-code .img img{
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .main_content .main_left .btn_box button {
    width: 90px;
    height: 30px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.enterprise_bg_box .main_content .main_left .btn_box img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.enterprise_bg_box .main_content .main_left .btn_box span {
    width: 56px;
    line-height: 12px;
    font-size: 12px;
}

/* 左边-列表 */
.enterprise_bg_box .main_left_list .main_left_list_title {
    width: 265px;
    height: 60px;
    padding-left: 55px;
    font-size: 20px;
    color: #ffffff;
    background-color: #4D84C2;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .main_left_list .main_left_list_title img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.enterprise_bg_box .main_left_list_ul {
    width: 265px;
    display: flex;
    flex-direction: column;
}
.enterprise_bg_box .main_left_list_ul li {
    width: 265px;
    padding-left: 53px;
    border-left: 2px solid #ffffff;
    /* border-left: 2px solid #0250A9; */
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #666666;
    background-color: #ffffff;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
}
.enterprise_bg_box .main_left_list_ul li:hover {
    color: #0250A9;
    border-left: 2px solid #0250A9;
    background-color: #F5F5F5;
}
.enterprise_bg_box .main_left_list_ul .active_li {
    color: #0250A9;
    border-left: 2px solid #0250A9;
    background-color: #F5F5F5;
}

/* 右边-小标题 */
.enterprise_bg_box .main_content .main_right .main_right_nav {
    margin-bottom: 16px;
    width: 100%;
    height: 298px;
    border-radius: 10px;
    overflow: hidden;
}
.enterprise_bg_box .main_content .main_right .main_right_nav .product_item{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .main_content .main_right .main_right_nav .product_item .img-banner{
    /* display: inline-block; */
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .main_content .main_right .main_right_nav .product_item .img-banner img{
    /* display: inline-block; */
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .main_content .main_right .products{
    width: 100%;
    height: 304px;
    display: flex;
    justify-content: space-between;
}
.enterprise_bg_box .main_content .main_right .products .product_item{
    padding: 20px;
    width: 437px;
    height: 304px;
    background: #FFFFFF;
    border-radius:10px;
}
.enterprise_bg_box .main_content .main_right .products .product_item img{
    width: 397px;
    height: 202px;
    margin-bottom: 14px;
}
.enterprise_bg_box .main_content .main_right .products .product_item  .time{
    display: flex;
    /* justify-content: ; */
    font-size: 14px;
    color: #999999;
}
.enterprise_bg_box .main_content .main_right .products .product_item  .time img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.enterprise_bg_box .main_content .main_right .products .product_item  .title{
    width: 382px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .main_content .main_right .product_list{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 16px;
    padding: 20px;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item{
    width: 100%;
    height: 147px;
    border-bottom: 2px solid #F6F6F6;;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 53px;
    border-right: 2px solid #E7E7E7;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .time .day{
    width: 32px;
    height: 34px;
    color: #A6A9B8;
    font-size: 30px;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .time .year{
    color: #A6A9B8;
    font-size: 14px;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .contents{
    width: 612px;
    margin: 0 40px 0 32px;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .contents .title{
    margin-bottom: 14px;
    width: 612px;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .contents .desc{
    width: 612px;
    font-size: 13px;
    line-height: 20px;
    color: #A6A9B8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item .goto{
    width: 32px;
    height: 32px;
    background: url(../img/enterprise/goto.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.enterprise_bg_box .main_content .main_right .product_list .list_item:hover .goto{
    width: 32px;
    height: 32px;
    background: url(../img/enterprise/goto1.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.enterprise_bg_box .main_content .main_right .main_right_nav .main_right_title {
    width: 148px;
    height: 26px;
    padding-left: 6px;
    font-size: 16px;
    color: #202020;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #f5f5f5 10%, rgba(255,255,255,0) 80%);
}
.enterprise_bg_box .main_content .main_right .main_right_nav .main_right_title .line {
    width: 3px;
    height: 14px;
    margin-right: 6px;
    background-color: #0250A9;
}
.enterprise_bg_box .main_content .main_right .main_right_nav .main_more {
    height: 26px;
    padding-top: 8px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.enterprise_bg_box .enterprise_home .icon_box1,
.enterprise_bg_box .enterprise_home .icon_box2,
.enterprise_bg_box .enterprise_home .icon_box3 {
    display: flex;
    /* cursor: pointer; */
}
.enterprise_bg_box .enterprise_home .icon_box2_imgA, .enterprise_bg_box .enterprise_home .icon_box3_imgA {
    display: none;
}
.enterprise_bg_box .enterprise_home .bottom_box img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.enterprise_bg_box .enterprise_home .bottom_box span {
    margin-right: 10px;
}

.enterprise_bg_box .enterprise_pdt .icon_box1,
.enterprise_bg_box .enterprise_pdt .icon_box2,
.enterprise_bg_box .enterprise_pdt .icon_box3 {
    display: flex;
    /* cursor: pointer; */
}
.enterprise_bg_box .enterprise_pdt .icon_box2_imgA, .enterprise_bg_box .enterprise_pdt .icon_box3_imgA {
    display: none;
}
.enterprise_bg_box .enterprise_pdt .bottom_box img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.enterprise_bg_box .enterprise_pdt .bottom_box span {
    margin-right: 10px;
}

/* swiper */
.enterprise_bg_box .swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 分页器 */
.enterprise_bg_box .pager_box,
.enterprise_bg_box .pager_box,
.enterprise_bg_box .pager_box {
    /* width: 1190px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.enterprise_bg_box #kkpager,
.enterprise_bg_box #kkpager2,
.enterprise_bg_box #kkpagerschool_sci {
    margin-left: 0 !important;
}

