.achievements_bg_box {
    background-color: rgb(246, 246, 246);
    width: 100%;
    min-width: 1190px;
}

.achievements_color {
    /*color: rgb(8,108,84);*/
    color: #002147;
}

.achievements_bg_color {
    /*background-color: rgb(8,108,84);*/
    background-color: #002147;
}

.achievements_box {
    width: 1150px;
    margin: 0 auto;
    padding: 20px 20px 0;
    background-color: #ffffff;
}

.achievements_box .achievements_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.achievements_box .achievements_title h4 {
    color: #202020;
    font-size: 20px;
    padding-bottom: 8px;
    /*border-bottom: 2px solid rgb(8,108,84);*/
    border-bottom: 2px solid #002147;
}

.achievements_box .achievements_more span {
    font-size: 12px;
    color: #999999;
}

/* 主体内容 */
.achievements_content {
    min-width: 1190px;
}

.achievements_content .content_center {
    width: 100%;
    min-width: 1190px;
    height: 420px;
    background: url(../img/achievenments/bg.png) no-repeat center;
}

.achievements_content .content_center .left_list {
    /* width: 216px; */
    width: 234px;
    height: 420px;
    /* padding-left: 18px; */
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .9);
    padding: 15px 0 15px 18px;
    box-sizing: border-box;
}

.achievements_content .content_center .left_list div {
    display: flex;
}

.achievements_content .content_center .left_list span {
    color: #666666;
}

.achievements_content .content_center .left_list span:hover {
    /*color: rgb(8,108,84);*/
    color: #002147;
    /* font-weight: bold; */
}

.achievements_content .content_center .left_list img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.achievements_content .content_top input::-webkit-input-placeholder {
    color: #C7C6C6;
    font-size: 14px;
}

.achievements_content .content_bottom {
    flex-direction: column;
    width: 100%;
    height: 82px;
    background-color: rgb(246, 246, 246);
}

.achievements_content .content_bottom .bottom_list {
    width: 1154px;
    min-width: 1150px;
    height: 52px;
    padding: 0 18px;
    background-color: #ffffff;
}

.achievements_content .content_bottom .bottom_list .bottom_item {
    display: flex;
    align-items: center;
}

.achievements_content .content_bottom .bottom_list .bottom_item img {
    width: 20px;
    height: 20px;
}

.achievements_content .content_bottom .bottom_list .bottom_item span {
    font-size: 14px;
    color: #666666;
    margin-left: 12px;
}

.achievements_content .content_bottom .bottom_list .bottom_item .title {
    font-weight: bold;
    color: #202020;
    margin-right: 20px;
    position: relative;
}

.achievements_content .content_bottom .bottom_list .bottom_item .title::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #ddd3d3;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}

/* 科技前沿 */
.achievements_science {
    width: 100%;
    min-width: 1190px;
    height: 252px;
    background-color: rgb(246, 246, 246);
}

.achievements_science .science_front_content {
    display: flex;
    justify-content: space-between;
}

.achievements_science .science_front_item_box {
    display: flex;
    flex-direction: column;
}

.achievements_science .science_front_item {
    width: 506px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

/* .achievements_science .science_front_item span:nth-child(1) {
  font-size: 14px;
  color: #202020;
} */
.achievements_science .science_front_item span:nth-child(1) {
    flex: 1;
    margin: 0 40px 0 5px;
    width: 300px;
}

.achievements_science .science_front_item:hover span {
    /*color: rgb(8,108,84);*/
    color: #002147;
}

.achievements_science .science_front_content .time_span {
    color: #999999;
}

/* 科研成果 */
.achievements_bg_box .achievements_scientific {
    height: 406px;
    min-width: 1190px;
}

.achievements_scientific .scientific_content {
    padding-bottom: 20px;
}

.achievements_scientific .scientific_content_list {
    display: none;
    margin-bottom: 20px;
}

.achievements_scientific .scientific_content_list_active {
    display: block;
}

.achievements_scientific .scientific_content_list ul {
    display: flex;
}

/* .scientific_content_list ul a {
  margin-right: 30px;
} */
.achievements_scientific .scientific_content_list li {
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.achievements_scientific .scientific_content_list .active_li {
    font-weight: bold;
    /*color: rgb(8,108,84);*/
    color: #002147;
}

.achievements_scientific .scientific_content_show_list {
    display: none;
}

.achievements_scientific .scientific_content_show_active {
    display: block;
}

/* 通用标题切换 */
.achievements_scientific .subtitle, .technology .subtitle {
    width: 200px;
    top: 40%;
    right: -230px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.achievements_scientific .subtitle p, .technology .subtitle p {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgb(223, 230, 235);
    margin: 0 10px;
}

.achievements_scientific .subtitle span, .technology .subtitle span {
    cursor: pointer;
}

.achievements_scientific .subtitle_active, .technology .subtitle_active {
    color: #202020;
    font-weight: bold;
}

.achievements_scientific .scientific_content_card_box {
    display: none;
}

.achievements_scientific .scientific_content_card_box_active {
    display: flex;
    /* justify-content: space-between; */
}

.achievements_scientific .scientific_content_card {
    margin-right: 16px;
    width: 150px;
    height: 278px;
    /* margin-right: 18px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.achievements_scientific .scientific_content_card .imgBox {
    margin: 0 auto;
    width: 146px;
    height: 146px;
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-right: 1px solid rgb(230, 230, 230);
    background-color: #ffffff;
    position: relative;
}

.achievements_scientific .scientific_content_card .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    /* width: 148px;
    height: 118px; */
}

.achievements_scientific .scientific_content_card .title {
    margin: 0 auto;
    width: 148px;
    height: 22px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    /*background-color: rgb(8,108,84);*/
    background-color: #002147;
}

.achievements_scientific .scientific_content_card .dec {
    width: 148px;
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #666666;
}

.achievements_scientific .scientific_content_card span {
    font-size: 12px;
    /*color: #5c9081;*/
    color: #002147;
}

.achievements_scientific .scientific_content_card .btn {
    width: 124px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #999999;
    border: 1px solid rgb(230, 230, 230);
}

/* 科技需求 */
.achievements_technology {
    min-width: 1190px;
}

.achievements_technology .technology_content_list {
    display: none;
    margin-bottom: 20px;
}

.achievements_technology .technology_content_list_active {
    display: block;
}

.achievements_technology .technology_content_list ul {
    display: flex;
}

/* .technology_content_list ul a {
  margin-right: 30px;
} */
.achievements_technology .technology_content_list li {
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.achievements_technology .technology_content_list .active_li {
    font-weight: bold;
    /*color: rgb(8,108,84);*/
    color: #002147;
}

.achievements_technology .technology_content_show_list {
    display: none;
}

.achievements_technology .technology_content_show_active {
    display: block;
}

.achievements_technology .technology_content_card_box {
    display: none;
}

.achievements_technology .technology_content_card_box_active {
    width: 100%;
    padding-bottom: 22px;
    display: flex;
    /* justify-content: space-between; */
}

.achievements_technology .technology_content_card {
    padding-bottom: 5px;
    margin-right: 16px;
    width: 274px;
    height: 210px;
    font-size: 12px;
    color: #666666;
    border: 1px solid rgb(230, 230, 230);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.achievements_technology .technology_content_card:hover .detail {
    color: #ffffff;
    /*background-color: rgb(8,108,84);*/
    background-color: #002147;
}

.achievements_second_box .technology_content_card div:first-child {
    background-color: rgb(230, 240, 238);
}

.achievements_technology .technology_content_card div {
    margin-bottom: 14px;
    padding: 0 20px;
    display: flex;
}

.achievements_technology .technology_content_card .title {
    /* width: 234px; */
    box-sizing: border-box;
    display: block;
    width: 274px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    /*color: rgb(8,108,84);*/
    color: #002147;
    margin-bottom: 16px;
}

.achievements_technology .technology_content_card div:nth-child(5) {
    margin-bottom: 16px;
}

.achievements_technology .technology_content_card .detail {
    margin: 0 auto;
    width: 56px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 26px;
    /*color: rgb(8,108,84);*/
    color: #002147;
    /*border: 1px solid rgb(8,108,84);*/
    border: 1px solid #002147;
}

/* 成果转化 */
/* 融资服务 */
.achievements_conversion, .achievements_financing {
    min-width: 1190px;
}

.achievements_conversion .conversion_content_list, .achievements_financing .financing_content_list {
    margin-bottom: 20px;
}

.achievements_conversion .conversion_content_list ul, .achievements_financing .financing_content_list ul {
    display: flex;
}

.achievements_financing .financing_content_list ul a {
    margin-right: 30px;
}

.achievements_financing .financing_content_list li {
    font-size: 14px;
    color: #666666;
}

.achievements_conversion .conversion_content_list li {
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.achievements_conversion .conversion_content_list .active_li, .achievements_financing .financing_content_list .active_li {
    font-weight: bold;
    /*color: rgb(8,108,84);*/
    color: #002147;
}

.achievements_conversion .conversion_content_card_box {
    display: none;
}

.achievements_conversion .conversion_content_card_box_active,
.achievements_financing .financing_content_card_box {
    display: flex;
    /* justify-content: space-between; */
}

.achievements_conversion .conversion_content_card, .achievements_financing .financing_content_card {
    margin-right: 20px;
    width: 148px;
    padding-bottom: 22px;
}

.achievements_conversion .conversion_content_card .imgBox, .achievements_financing .financing_content_card .imgBox {
    width: 146px;
    height: 146px;
    max-height: 146px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-right: 1px solid rgb(230, 230, 230);
}

.achievements_conversion .conversion_content_card .imgBox img, .achievements_financing .financing_content_card .imgBox img {
    position: absolute;
    width: 80%;
    /* max-height: 146px; */
    max-height: 116px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.achievements_conversion .conversion_content_card .title, .achievements_financing .financing_content_card .title {
    margin: 0 auto;
    width: 148px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    /*background-color: rgb(8,108,84);*/
    background-color: #002147;
}

.achievements_conversion .conversion_content_card .btnBox, .achievements_financing .financing_content_card .btnBox {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.achievements_conversion .conversion_content_card .btnBox span, .achievements_financing .financing_content_card .btnBox span {
    /* margin-left: 20px; */
    font-size: 12px;
    color: #666666;
}

/* 底部 */
.achievements_bottom {
    width: 100%;
    height: 344px;
    background-color: rgb(246, 246, 246);
}

.achievements_bottom .bottomContent {
    height: 200px;
    padding: 44px 20px 0;
    display: flex;
}

.achievements_bottom .bottomContent .company {
    /* height: 300px; */
    padding: 0 0 0 134px;
    flex: 1;
    display: flex;
    /* justify-content: space-between; */
}

.achievements_bottom .bottomContent img:nth-child(1) {
    width: 163px;
    height: 52px;
}

.achievements_bottom .bottomContent .company .companyInfo {
    margin-right: 60px;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: column;
}

.achievements_bottom .bottomContent .company .companyInfo span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #202020;
}

.achievements_bottom .bottomContent .company .companyInfo p {
    margin: 16px 0 0;
}

.achievements_bottom .bottomContent .codeImg {
    width: 186px;
    height: 104px;
    font-size: 12px;
    color: #666666;
}

.achievements_bottom .bottomContent .codeImg div {
    height: 100%;
}

.achievements_bottom .bottomContent .codeImg img {
    width: 72px;
    height: 72px;
}

.achievements_bottom .bottomInfo {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #ffffff;
}

.achievements_bottom .bottomInfo span {
    margin-right: 10px;
}

/* swiper */
.achievements_bg_box .swiper-container,
.achievements_bg_box .swiper-wrapper {
    width: 1080px !important;
}

.achievements_bg_box .swiper-slide {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
}

.achievements_bg_box .custom {
    /* width: 36px;
    height: 22px; */
    display: flex;
    left: 0;
    top: 88px;
    z-index: 9999 !important;
}

.achievements_bg_box .custom .swiper-button-next,
.achievements_bg_box .custom .swiper-button-prev {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(239, 239, 239);
    cursor: pointer;
}

.achievements_bg_box .custom div img {
    width: 6px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.achievements_bg_box .custom .swiper-button-next img:nth-child(1),
.achievements_bg_box .custom .swiper-button-prev img:nth-child(1) {
    display: block;
}

.achievements_bg_box .custom .swiper-button-next img:nth-child(2),
.achievements_bg_box .custom .swiper-button-prev img:nth-child(2) {
    display: none;
}

.achievements_bg_box .custom .swiper-button-next:hover,
.achievements_bg_box .custom .swiper-button-prev:hover {
    /*background-color: rgb(8,108,84);*/
    background-color: #002147;
    /*border-color: rgb(8,108,84);*/
    border-color: #002147;
}

.achievements_bg_box .custom .swiper-button-next:hover img:nth-child(2),
.achievements_bg_box .custom .swiper-button-prev:hover img:nth-child(2) {
    display: block;
}

.achievements_bg_box .custom .swiper-button-next:hover img:nth-child(1),
.achievements_bg_box .custom .swiper-button-prev:hover img:nth-child(1) {
    display: none;
}

.achievements_bg_box .custom .swiper-button-next,
.achievements_bg_box .custom .swiper-button-prev {
    background-image: none;
}

.achievements_bg_box .custom .swiper-button-prev {
    left: 20px;
    top: 3px;
}

.achievements_bg_box .custom .swiper-button-next {
    left: 1150px;
    top: 3px;
}

.achievements_bg_box .swiper-button-next.swiper-button-disabled,
.achievements_bg_box .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.achievements_bg_box .swiper-button-next.swiper-button-disabled,
.achievements_bg_box .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.achievements_bg_box .custom_hide {
    display: none;
}

.achievements_bg_box .content_top .rightBox .inuptBox {
    width: 502px;
    height: 36px;
    border: 2px solid #002147;
}

.achievements_bg_box .content_top_list .center_list li:hover {
    color: #2F72A8;
}

.achievements_bg_box .content .content_top_list .center_list .active_li {
    color: #2F72A8;
}

.achievements_bg_box .content_center .right_box .btn a:nth-child(1) div {
    color: #002147;
    border: 1px solid #002147;
}

.achievements_bg_box .content_center .right_box .btn a:nth-child(2) div {
    color: #ffffff;
    background-color: #002147;
    border: 1px solid #002147;
}

.content_top .logoBox .title {
    width: 275px;
}

.achievements_bg_box a:hover .a_span{
    color: #2F72A8 !important;
}
