* {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0 0 0px;
}

em {
    font-style: normal;
}

ul li {
    list-style: none;
    margin-bottom: 0;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: '微软雅黑', Arial;
    /*  */
    line-height: initial;
    color: #333;
    background-color: #0e1012;
}


/* 小于1768px 样式 */

@media screen and (max-width: 1768px) {
    .content {
        max-height: 520px;
        overflow-y: auto;
    }
    .pop_write {
        max-height: 587px;
    }
    .pop_form {
        max-height: 520px;
        padding-top: 120px;
    }
    .content_area {
        min-height: 260px;
        /* max-height: 728px; */
        max-height: 520px;
        padding: 0 20px;
        overflow-y: auto;
    }
}

@media (min-width: 1768px) {
    .content {
        max-height: 720px;
        overflow-y: auto;
    }
    .pop_write {
        max-height: 787px;
    }
    .content_area {
        min-height: 260px;
        /* max-height: 728px; */
        max-height: 720px;
        padding: 0 20px;
        overflow-y: auto;
    }
    .my_content {
        max-height: 80%;
    }
    .pop_form {
        max-height: 720px;
    }
}

.body_bg {
    background-color: #fff;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.nav_bar {
    padding-top: 22px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.site-header-all {
    background: rgba(14, 16, 18, 0.5);
    padding-bottom: 20px;
}

.nav_flex {
    display: flex;
}

.nav_left {
    flex: 1;
}

.nav_left img {
    /* height: 38px; */
    height: 42px;
}

.nav_right {
    position: relative;
}

.nav_right .nav_ul_first {
    /* height: 38px; */
    height: 42px;
}

.nav_right .nav_ul_first>li {
    display: inline-block;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.nav_right .nav_ul_first>li:hover>a>span {
    color: #0066cc;
    transition: 0.3s;
}

.nav_right .nav_ul_first>li>a {
    display: block;
}

.nav_right .nav_ul_first>li:nth-of-type(2) img {
    width: 15px;
    height: 10px;
    vertical-align: revert;
}

.nav_right .nav_ul_first>li:nth-last-child(1) {
    width: auto;
}

.nav_right .nav_ul_first>li:nth-last-child(1) button {
    height: 30px;
    color: #fff;
    border: none;
    border-radius: 15px;
    width: 90px;
    background: #0066cc;
    font-size: 12px;
}

.nav_right .nav_ul_first>li>a>span {
    /* line-height: 38px; */
    line-height: 42px;
    color: #fff;
    /* font-size: 14px; */
    font-size: 15px;
}

.body_bg .nav_right .nav_ul_first>li>a>span {
    color: #0f0f0f;
}

.nav_right .nav_ul_first>li .pop_center {
    position: fixed;
    background: rgba(15, 15, 15, 0.8);
    padding: 5px 40px;
    border-radius: 3px;
    margin-left: -35px;
    display: none;
}


/* .nav_right .nav_ul_first>li.activeShow .pop_center {
	display: block;
} */

.pop_center ul>li {
    height: 40px;
    cursor: pointer;
}

.pop_center ul>li a span {
    line-height: 40px;
    color: #fff;
}

.pop_center ul>li:hover a span {
    color: #0066cc;
}

.ul_tab {
    position: fixed;
    background: rgba(15, 15, 15, 0.8);
    padding: 5px 40px;
    border-radius: 3px;
    display: none;
}

.activeShow .ul_tab {
    display: block;
}

.ul_tab ul>li {
    height: 40px;
    cursor: pointer;
}

.ul_tab ul>li a span {
    line-height: 40px;
    color: #fff;
}

.ul_tab ul>li:hover a span {
    color: #0066cc;
}

.nav_right .nav_ul_first>li:nth-last-child(1) .btn_tou {
    height: 40px;
    width: 40px;
    border-radius: 7px;
}

.banner {
    width: 100%;
}

.login_box {
    background: #fff;
    width: 502px;
    height: 380px;
    border-radius: 10px;
    position: fixed;
    left: 35%;
    top: 20%;
    padding: 22px;
    display: none;
    z-index: 999;
}

.login_close {
    text-align: right;
}

.login_close img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.login_title {
    text-align: center;
    margin-top: 44px;
}

.login_title img {
    width: 25px;
    height: 21px;
    margin-top: -4px;
}

.login_title span {
    color: #0e1012;
    font-size: 18px;
    padding-left: 5px;
}

.login_code {
    margin-top: 25px;
    text-align: center;
}

.login_code img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.zoomBanner {
    background: url(../img/index_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner1 {
    background: url(../img/technology_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner2 {
    background: url(../img/demand_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner3 {
    background: url(../img/per_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner4 {
    background: url(../img/about_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner5 {
    background: url(../img/ret_banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.zoomBanner6 {
    background: url(../img/serve_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 9vw 0vw;
}

.banner-title {
    width: 580px;
    margin-left: 45px;
}

.banner-title .main-title {
    font-size: 68px;
    color: #fff;
    font-weight: 600;
}

.banner-title .main-title-xi {
    font-weight: 400;
    font-size: 55px;
}

.banner-title .main-sub {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.banner-title .main-sub-small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 10px;
    font-family: Arial;
}

.banner-title .banner-null {
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    border-radius: 2px;
    margin-top: 15px;
}

.banner_demand {
    background: #0066cc;
    border-radius: 24px;
    height: 48px;
    width: 160px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.index_two {
    padding-top: 160px;
    padding-bottom: 80px;
}


/* .blur_box:hover .service_img img {
  filter: blur(0px);
} */

.index_title {
    text-align: center;
}

.index_title .index_title_big {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
}

.index_title .index_title_sub {
    color: rgb(255, 255, 255, 0.5);
    font-size: 16px;
    margin-top: 15px;
    text-transform: Uppercase;
}

.index-page {
    position: relative;
}

.index_bg img {
    width: 100%;
    margin-top: 46px;
    animation: showOut 2s ease-out;
}

.index_page_text {
    display: flex;
    position: absolute;
    top: 17vh;
    width: 100%;
    text-align: center;
}

.emblem {
    flex: 1;
}

.emblem p span {
    display: block;
    color: #fff;
}

.emblem p span:nth-of-type(1) {
    color: rgba(255, 255, 255, 0.75);
    font-size: 24px;
}

.emblem p span:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.emblem-left p:nth-of-type(2) {
    position: relative;
    top: 8vh;
    right: 15vh;
}

.emblem-left p:nth-of-type(3) {
    position: relative;
    top: 16vh;
    right: 20vh;
}

.emblem-left p:nth-of-type(4) {
    position: relative;
    top: 24vh;
    right: 15vh;
}

.emblem-left p:nth-of-type(5) {
    position: relative;
    top: 32vh;
}

.emblem-right p:nth-of-type(2) {
    position: relative;
    top: 8vh;
    left: 15vh;
}

.emblem-right p:nth-of-type(3) {
    position: relative;
    top: 16vh;
    left: 20vh;
}

.emblem-right p:nth-of-type(4) {
    position: relative;
    top: 24vh;
    left: 15vh;
}

.emblem-right p:nth-of-type(5) {
    position: relative;
    top: 32vh;
}

.index_service {
    width: 680px;
    margin-top: 82px;
}

.service_title {
    font-size: 24px;
    color: #fff;
}

.service_con {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    line-height: 28px;
}

.service_button {
    margin-top: 30px;
}

.service_button button {
    min-width: 122px;
    height: 38px;
    border-radius: 19px;
    background: #0066cc;
    border: none;
}

.service_button button span {
    color: #fff;
    font-size: 16px;
}

.service_button button img {
    width: 10%;
    margin-top: -4px;
    margin-left: 10px;
}

.service_img img {
    width: 100%;
    margin-top: 43px;
    /* filter: blur(10px);
  transition: 0.3s; */
}

.service_flex {
    display: flex;
    margin-top: 200px;
    align-items: center;
}

.service_flex:hover .service_left img {
    animation: rotateYflash 1s linear;
}

.service_left {
    flex: 1;
}

.service_left img {
    width: 100%;
}

.servicr_right {
    flex: 1;
    padding-left: 43px;
}

.servicr_right p:nth-of-type(1) {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.servicr_right p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-top: 15px;
    line-height: 32px;
}

.button_b {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 38px;
    min-width: 142px;
    background: none;
    border-radius: 19px;
    margin-top: 30px;
    padding: 0px 15px;
}

.button_b span {
    color: #fff;
    font-size: 16px;
}

.button_b img {
    width: 10%;
    margin-top: -4px;
    margin-left: 10px;
}

.index_three {
    background: #171c1f;
    padding: 60px 0px;
}

.three_flex {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.three_left {
    flex: 1;
}

.three_left img {
    width: 83%;
    float: right;
    position: relative;
    left: 18px;
    animation: scaleBigImg 10s ease-in-out infinite;
}

.three_right {
    flex: 1;
    z-index: 99;
}

.three_right img {
    width: 100%;
    position: relative;
    animation: scaleSmallImg 10s ease-in-out infinite;
}

.index_four {
    padding: 80px 0px;
}

.four_flex {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.four_left {
    flex: 1;
}

.four_left img {
    width: 100%;
}

.four_right {
    flex: 1;
    padding-left: 42px;
}

.four_ti p:nth-of-type(1) {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.four_ti p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-top: 15px;
    line-height: 32px;
}

.foue_num {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.foue_num span:nth-of-type(1) {
    color: #0066cc;
    font-size: 32px;
}

.foue_num span:nth-of-type(1) em {
    color: #0066cc;
    font-size: 16px;
    position: relative;
    top: -14px;
    left: 2px;
}

.foue_num span:nth-of-type(2) p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    padding-left: 5px;
}

.four_footer {
    width: 100%;
    background: #171c1f;
    border-radius: 20px;
    margin-top: 160px;
    overflow: hidden;
}

.four_foot_flex {
    display: flex;
    align-items: center;
}

.four_foot_left {
    position: relative;
    left: 60px;
    z-index: 3;
}

.four_foot_left p:nth-of-type(1) {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.four_foot_left p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
}

.four_foot_right img {
    position: relative;
    top: 10px;
    width: 100%;
    z-index: 2;
    animation: anima1 3s linear infinite;
}

.footerpage {
    background: #16191d;
}

.footer {
    /* padding: 60px 0px; */
    padding: 60px 0 40px 0;
    /* padding-bottom: 80px; */
}

.footer_box {
    display: flex;
}

.footer_logo {
    flex: 1;
}

.footer_logo img {
    height: 38px;
    /* height: 42px; */
}

.footer_ul {
    flex: 1.2;
}

.footer_title {
    color: #fff !important;
    font-size: 12px;
    margin-top: 0 !important;
}


/* .body_bg .footer_title {
	color:##0F0F0F !important;
} */

.footer_con {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    display: flex;
    line-height: 20px;
}

.footer_ui2 {
    flex: 1;
}

.footer_ui2 p {
    margin-top: 20px;
}

.footer_ui2 p a {
    color: rgba(255, 255, 255, 0.5);
}

.footer_ui3 {
    flex: 0.8;
}

.footer_icon {
    margin-top: 20px;
}

.footer_icon img {
    width: 30%;
}

.footer_icon img:nth-of-type(2) {
    margin-left: 15px;
}

.login_jian_box {
    display: flex;
    align-items: center;
    margin-top: 38px;
}

.login_jian_left {
    flex: 2;
}

.login_jian_left img {
    width: 153%;
    float: right;
    position: relative;
    right: -36%;
}

.login_jian_right {
    /* flex: 1; */
    position: relative;
    right: 19px;
}

.login_jian_title {
    font-size: 28px;
    color: #fff;
}

.login_jian_input {
    margin-top: 30px;
    display: flex;
}

.login_jian_input input {
    border: 1px solid #f5f5f5;
    background: #eeeeee;
    border-radius: 4px;
    /* height: 40px; */
    height: 36px;
    /* width: 100%; */
    width: 300px;
    padding: 0px 10px;
    outline: none;
    color: #333;
}

.login_jian_code input {
    width: 70%;
}

#changeImg {
    display: block;
    height: 40px;
    margin-left: 22px;
}

#changeImg canvas {
    height: 40px;
    width: 100px;
}

.login_jian_pass {
    margin-top: 20px;
}

.login_jian_pass input {
    position: relative;
    top: 2px;
}

.login_jian_pass span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.login_jian_pass span:nth-of-type(1) {
    padding-left: 5px;
}

.login_jian_pass span:nth-of-type(2) {
    float: right;
    position: relative;
    top: 2px;
}

.login_submit button {
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    width: 120px;
    border: none;
    outline: none;
    background: #0066cc;
    margin-top: 32px;
}


/*  科技分析 */

.banner_center {
    text-align: center;
}

.banner_center_title {
    color: #fff;
    font-size: 68px;
    font-weight: 400;
    letter-spacing: 8px;
}

.banner_center_sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}

.banner_contact {
    height: 40px;
    background: #0066cc;
    border-radius: 4px;
    width: 320px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.banner_contact img {
    width: 24px;
    height: 24px;
}

.banner_contact img:nth-of-type(2) {
    width: 1px;
    margin-left: 10px;
}

.banner_contact img:nth-of-type(3) {
    margin-left: 12px;
}

.banner_contact span {
    color: #fff;
    padding-left: 8px;
}

.banner_contact span:nth-of-type(1) {
    font-size: 20px;
}

.banner_contact span:nth-of-type(2) {
    font-size: 18px;
}

.tech_box {
    margin-top: 80px;
}

.tech_flex {
    display: flex;
}

.tech_left {
    flex: 2;
}

.tech_left_top {
    margin-top: 20px;
}

.tech_left_top_img img {
    width: 100%;
}

.tech_left_bottom_img img {
    width: 100%;
}

.tech_left_top_text {
    display: flex;
    align-items: center;
}

.tech_left_top_text img {
    width: 28px;
    height: 28px;
}

.tech_left_top_text p {
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}

.tech_left_bottom {
    margin-top: 34px;
}

.tech_left_bottom_text {
    display: flex;
    align-items: center;
}

.tech_left_bottom_text img {
    width: 28px;
    height: 28px;
}

.tech_left_bottom_text p {
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}

.tech_center {
    flex: 1;
}

.tech_center_img img {
    width: 100%;
}

.tech_right {
    flex: 2;
}

.tech_right_top_img img {
    width: 100%;
}

.tech_right_bottom_img img {
    width: 100%;
}

.tech_center_text {
    position: relative;
    top: -50%;
}

.tech_center_text p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.tech_right_top {
    margin-top: 20px;
}

.tech_right_top_text {
    width: 100%;
    padding-left: 100px;
    display: flex;
    align-items: center;
    float: right;
}

.tech_right_top_text img {
    width: 28px;
    height: 28px;
}

.tech_right_top_text p {
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}

.tech_right_bottom {
    margin-top: 62px;
}

.tech_right_bottom_text {
    width: 100%;
    padding-left: 100px;
    display: flex;
    align-items: center;
    float: right;
}

.tech_right_bottom_text img {
    width: 28px;
    height: 28px;
}

.tech_right_bottom_text p {
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}

.tech_show_right {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.tech_show_right_text {
    text-align: right;
    flex: 1;
    padding-right: 25px;
}

.tech_show_right_text p:nth-of-type(1) {
    color: #fff;
    font-size: 36px;
}

.tech_show_right_text p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-transform: Uppercase;
    margin-top: 18px;
}

.tech_show_right_text p:nth-of-type(3) {
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background: #0066cc;
    margin-top: 30px;
    float: right;
}

.tech_show_right_img {
    flex: 1;
}

.tech_show_right_img img {
    width: 100%;
    margin-left: 25px;
}

.tech_show_left {
    flex: 1;
    padding-left: 50px;
}

.tech_show_left p:nth-of-type(1) {
    color: #fff;
    font-size: 36px;
}

.tech_show_left p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-transform: Uppercase;
    margin-top: 18px;
}

.tech_show_left p:nth-of-type(3) {
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background: #0066cc;
    margin-top: 30px;
}

.tech_show_left_img {
    flex: 1;
}

.tech_show_left_img img {
    width: 100%;
    margin-right: 25px;
}

.tech_advan {
    margin-top: 159px;
    margin-bottom: 80px;
}

.tech_card {
    display: flex;
    margin-top: 83px;
}

.tech_card_item {
    height: 420px;
    width: 100%;
    /* background-size: 100% 100%; */
    margin-right: 64px;
    text-align: center;
    padding-top: 108px;
    transition: 1s;
    /* transition-delay: 1s; */
}

.tech_card_item:nth-child(1) {
    background: url(../img/tech_img2.png) no-repeat;
    background-size: 100% 100%;
}

.tech_card_item:nth-child(2) {
    background: url(../img/tech_img3.png) no-repeat;
    background-size: 100% 100%;
}

.tech_card_item:nth-child(3) {
    background: url(../img/tech_img4.png) no-repeat;
    background-size: 100% 100%;
}

.tech_card_item:hover {
    /* animation: rotateYflash 1s linear; */
    transform: rotateY(-360deg);
}

.tech_card_item img {
    height: 141px;
    width: 141px;
}

.tech_card_item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    margin-top: 35px;
}

.tech_card_item:nth-of-type(3) {
    margin-right: 0;
}

.demand_two {
    margin-top: 78px;
}

.demand_two_con {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.demand_two_left {
    flex: 1;
    padding-right: 25px;
}

.demand_two_left img {
    width: 100%;
}

.demand_two_right {
    flex: 1;
    padding-left: 25px;
}

.demand_two_right_text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}

.demand_two_cantact {
    margin-top: 24px;
}

.demand_two_icon {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.demand_two_icon img {
    width: 24px;
    height: 24px;
}

.demand_two_icon p {
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
}

.demand_two_right_null {
    height: 4px;
    width: 40px;
    border-radius: 2px;
    background: #0066cc;
    margin-top: 34px;
}

.tech_three {
    margin-top: 160px;
}

.techbox {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 100px auto;
}

.techmain {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0px;
    /* left: 50%;
	margin-left: -350px; */
    overflow: hidden;
}

.item {
    list-style: none;
    width: 423px;
    height: 218px;
    position: absolute;
    left: 0px;
    top: 68px;
    transition: all 0.3s ease;
}

.p0 {
    transform: translate3d(-400px, 0, 0) scale(1);
    opacity: 0.1;
    z-index: 1;
    left: 454px;
}

.p1 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 0.8;
    z-index: 2;
    left: 50px;
}

.p2 {
    transform: translate3d(400px, 0, 0) scale(1);
    opacity: 0.8;
    z-index: 3;
    left: 322px;
}

.p3 {
    transform: translate3d(200px, 0, 0) scale(1.5);
    opacity: 1;
    z-index: 4;
    left: 184px;
}

.newItem {
    position: absolute;
    left: 0px;
    top: 0px;
}

.changeItem {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -202px;
    transform: scale(1.4);
}

.item img {
    width: 100%;
    height: 100%;
}

.btnMain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.techleft {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
}

.techright {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
}

.techleft img,
.techright img {
    width: 18px;
    height: 30px;
}

.pressMain {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 134px;
    height: 24px;
    margin-left: -37px;
    z-index: 20;
}

.pressMain span {
    display: inline-block;
    margin: 2px 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.53);
    text-align: center;
    line-height: 20px;
}

.pressMain .active {
    background: brown;
}

.tech_fore_flex {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.tech_fore_left {
    flex: 1;
    text-align: right;
    margin-right: 25px;
}

.tech_fore_left p:nth-of-type(1) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.tech_fore_left p:nth-of-type(2) {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #0066cc;
    float: right;
    margin-top: 60px;
}

.tech_fore_right {
    flex: 1;
    margin-left: 25px;
}

.tech_fore_right img {
    width: 100%;
}

.tech_five {
    margin-top: 120px;
    margin-bottom: 100px;
}

.tech_five_slexe {
    display: flex;
    margin-top: 70px;
}

.tech_five_input {
    flex: 2;
}

.tech_five_input input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    /* color: rgba(255, 255, 255, 0.35); */
    /* color: #8c8d8e; */
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    outline: none;
}

.tech_five_select {
    flex: 3;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    padding-right: 14px;
}

.tech_five_select_other {
    padding-right: 0;
}

.tech_five_select .tech_slect_field,
.tech_five_select .tech_slect_address {
    flex: 1;
    margin-right: 10px;
    color: #fff;
}


/* 
/* .per_three_input input {
  width: 84%;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 0px 15px;
  outline: none;
} */


/* .tech_five_input button {
  width: 80px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #0066cc;
  font-size: 16px;
  margin-left: 10px;
  outline: none;
}

.tech_five_select {
  flex: 1;
  padding-left: 30px;
}

.tech_five_select .tech_slect_field {
  background: #16191d;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  width: 50%;
  height: 40px;
  padding: 0px 15px;
  outline: none;
}

.per_three_select .tech_slect_field {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  width: 50%;
  height: 40px;
  padding: 0px 15px;
  outline: none;
}

.tech_five_select .tech_slect_address {
  background: #16191d;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  width: 45%;
  height: 40px;
  padding-left: 15px;
  margin-left: 10px;
  outline: none;
  float: right;
}

.per_three_select .tech_slect_address {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  width: 45%;
  height: 40px;
  padding-left: 15px;
  margin-left: 10px;
  outline: none;
  float: right;
} */

.tech_five_list {
    margin-top: 10px;
}

.tech_slect_field,
.tech_slect_address {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.3);
    width: 50%;
    height: 40px;
    padding: 0px 15px;
    outline: none;
}

.tech_slect_field option {
    background-color: #171c1f;
    color: rgba(255, 255, 255, 0.3);
}

.tech_slect_address option {
    background-color: #171c1f;
    color: rgba(255, 255, 255, 0.3);
}

.search_btn {
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #0066cc;
    font-size: 16px;
    margin-left: 10px;
    outline: none;
}

.tech_five_item {
    margin-top: 10px;
    background-color: #16191d;
    height: 300px;
    border-radius: 4px;
    display: flex;
    padding: 50px 30px;
    align-items: center;
    cursor: pointer;
}

.tech_five_left img {
    width: 300px;
    height: 200px;
    border-radius: 6px;
}

.tech_five_right {
    flex: 2;
    padding-left: 30px;
}

.tech_item_title p:nth-of-type(1) {
    color: #fff;
    font-size: 20px;
}

.tech_item_title p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tech_item_address {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.tech_address_left {
    display: flex;
    align-items: center;
    flex: 1;
}

.tech_address_left img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.tech_address_left span {
    color: #fff;
    font-size: 16px;
}

.tech_address_right {
    display: flex;
    align-items: center;
    text-align: right;
}

.tech_address_right img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.tech_address_right span {
    color: #fff;
    font-size: 16px;
}

.tech_page ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
    float: right;
}

.tech_page li {
    display: inline-block;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 3px;
    /* text-align: center; */
    margin-left: 10px;
}

.tech_page li:nth-of-type(1) {
    margin-left: 0;
}

.tech_page li:nth-of-type(1),
.tech_page li:nth-of-type(3) {
    cursor: pointer;
}

.tech_page li:nth-of-type(2) {
    width: auto;
}

.tech_page li img {
    /* width: 6px;
  height: 12px;
  margin-top: 2px; */
    display: block;
    width: 30%;
    height: 60%;
}

.tech_page li input {
    display: block;
    box-sizing: content-box;
    min-width: 20px;
    max-width: 30px;
    height: 100%;
    padding: 0 8px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.release_popup {
    background: #fff;
    border-radius: 10px;
    min-width: 900px;
    max-width: 50%;
    min-height: 200px;
    /* padding: 20px 40px 70px 40px; */
    /* padding-top: 20px; */
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 87%;
    /* overflow: auto; */
}

.release_title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
}

.release_title span {
    font-size: 20px;
    color: #000;
}

.release_title img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 40px;
    float: right;
    cursor: pointer;
}

.release_need {
    /* margin-top: 40px; */
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.need_title {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.need_title img {
    height: 18px;
    width: 18px;
}

.need_title span {
    padding-left: 6px;
    font-size: 16px;
    color: #000;
}

.need_infor {
    display: flex;
    margin-top: 30px;
    text-align: right;
}

.need_input {
    flex: 1;
    position: relative;
}

.need_input span {
    font-size: 16px;
    color: #000;
}

.need_input span em {
    color: #ff0000;
}

.need_input input {
    height: 36px;
    width: 70%;
    font-size: 12px;
    padding: 0px 30px 0 10px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    outline: none;
}

.need_input .unit {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    /* color: #ff0000; */
}

.need_select {
    flex: 1;
}

.need_select span {
    font-size: 16px;
    color: #000;
}

.need_select span em {
    color: #ff0000;
}

.need_select select {
    height: 36px;
    width: 70%;
    padding: 0px 10px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    outline: none;
}

.need_select textarea {
    resize: none;
    height: 184px;
    width: 70%;
    padding: 10px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    outline: none;
}

.need_textarea {
    flex: 1;
    text-align: right;
    /* align-items: center; */
}

.need_textarea span {
    font-size: 16px;
    color: #000;
    vertical-align: top;
}

.need_textarea span em {
    color: #ff0000;
}

.need_textarea textarea {
    resize: none;
    height: 184px;
    width: 70%;
    padding: 10px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    outline: none;
}

.need_select_top {
    align-items: baseline;
    display: flex;
    flex-direction: column;
}

.need_infor_pic {
    /* position: absolute;
  bottom: 40px;
  left: 62px; */
    width: 100%;
    padding-top: 30px;
    /* padding-left: 58px; */
    padding-left: 66px;
}

.need_infor_pic span {
    font-size: 16px;
    color: #000;
    vertical-align: top;
}

.release_contact {
    margin-top: 40px;
    position: relative;
}

.release_button {
    margin: 40px 0;
    text-align: center;
}

.release_button button {
    height: 36px;
    width: 140px;
    border: none;
    background: #0066cc;
    color: #fff;
    border-radius: 18px;
    outline: none;
}

.release_button p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.need_gei textarea {
    height: 120px;
}

.detail_popup {
    background: #fff;
    border-radius: 10px;
    width: 50%;
    min-height: 200px;
    padding: 20px 64px 70px 40px;
    position: absolute;
    top: 10%;
    left: 25%;
}

.per_two {
    padding-top: 160px;
}

.per_three {
    background: #171c1f;
    margin-top: 82px;
    padding: 60px 0px;
}

.per_fore_list {
    margin-top: 12px;
}

.per_fore_item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 386px;
    /* height: 541px; */
    height: 621px;
    text-align: center;
    padding: 30px;
    margin-top: 18px;
    cursor: pointer;
    position: relative;
    display: block;
    margin-right: 15px;
    float: left;
}

.per_fore_item:nth-child(3n) {
    margin-right: 0;
}

.per_item_img img {
    width: 286px;
    /* height: 206px; */
    height: 286px;
    border: 6px;
}

.per_item_infor {
    margin-top: 20px;
}

.per_name {
    color: #fff;
    font-size: 20px;
}

.per_post {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.per_technology {
    margin-top: 5px;
    text-align: left;
}


/* .per_technology p:nth-of-type(1) {
  color: #fff;
  font-size: 12px;
  padding: 0px 11px;
  background: #eb6100;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
} */


/* .per_technology p:nth-of-type(2) {
  color: #fff;
  font-size: 12px;
  padding: 0px 11px;
  background: #00a0e9;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  margin-left: 10px;
  display: inline-block;
} */

.per_content {
    margin-top: 23px;
}

.per_item_img img {
    transition: 0.4s;
}

.per_content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: 0.4s;
}

.per_contact {
    position: absolute;
    bottom: -46px;
    z-index: -1;
    opacity: 0;
    left: 30%;
    transition: 0.4s;
}

.per_contact button {
    height: 38px;
    width: 145px;
    background: #0066cc;
    border: none;
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
}

.per_fore_item:hover .per_item_img img {
    width: 240px;
    /* height: 174px; */
    height: 240px;
}

.per_fore_item:hover .per_content p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.per_fore_item:hover .per_contact {
    bottom: 40px;
    z-index: 1;
    opacity: 1;
}

.about_title {
    font-size: 68px;
    color: #fff;
    text-align: center;
}

.about_sub {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 24px;
    text-transform: Uppercase;
}

.about_brief {
    padding-top: 140px;
}

.about_brief_top {
    padding-top: 40px;
}

.about_brief_text {
    padding: 0px 145px;
    padding-top: 30px;
}

.about_brief_text p {
    margin-top: 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    text-align: center;
}

.about_brief_img {
    margin-top: 60px;
}

.about_brief_img img {
    width: 100%;
}

.about_brief_flex {
    display: flex;
    margin-top: 66px;
}

.about_flex_left {
    flex: 1;
}

.about_flex_left img {
    width: 100%;
    height: 480px;
}

.about_flex_right {
    margin-left: 15px;
}

.about_flex_right img {
    width: 100%;
    height: 480px;
}

.about_brief_pic {
    padding-top: 64px;
    display: flex;
    margin-bottom: 100px;
}

.about_brief_pic img {
    flex: 1;
    /* width: 100%; */
    width: auto;
    height: 500px;
    margin-right: 60px;
}

.about_brief_pic img:nth-of-type(3) {
    margin-right: 0;
}

.ret_content {
    padding-top: 80px;
    margin-bottom: 100px;
}

.ret_flex {
    display: flex;
}

.ret_left {
    width: 250px;
    background: #16191d;
    min-height: 780px;
    padding: 50px 30px;
}

.ret_right {
    flex: 2;
    background: #16191d;
    min-height: 780px;
    padding: 50px;
    margin-left: 20px;
}

.ret_title_info p {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.ret_left_field {
    margin-top: 30px;
}

.ret_left_title {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
}

.ret_left_ul li {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.ret_left_ul li img {
    width: 18px;
    height: 18px;
}

.ret_left_ul li span {
    color: rgba(2555, 255, 255, 0.5);
    font-size: 16px;
    padding-left: 6px;
}

.ret_search {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background: #eee;
}

.ret_search input {
    height: 48px;
    border: none;
    border-radius: 24px;
    background: #eee;
    font-size: 18px;
    width: 80%;
    padding: 0px 23px;
    outline: none;
}

.ret_search button {
    background: #0066cc;
    border-radius: 24px;
    border: none;
    height: 48px;
    width: 120px;
    font-size: 18px;
    color: #fff;
    outline: none;
    float: right;
}

.ret_right_checkbox {
    display: flex;
    margin-top: 20px;
}

.ret_check_left {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.ret_check_left input {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

.ret_check_left span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 5px;
    padding-right: 15px;
}

.ret_check_right {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.ret_check_right input {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

.ret_check_right span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 5px;
}

.ret_history {
    margin-top: 50px;
}

.ret_his_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px;
    padding-bottom: 10px;
}

.ret_his_title span:nth-of-type(1) {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.ret_his_title span:nth-of-type(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    float: right;
    cursor: pointer;
}

.ret_his_li {
    padding: 0px 10px;
}

.ret_his_li li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 15px;
}

.res_content {
    margin-top: 160px;
    min-height: calc(100vh - 472px);
}

.res_column {
    height: 60px;
    width: 100%;
    background: rgba(15, 15, 15, 0.05);
    padding: 0px 20px;
}

.res_column p {
    font-size: 16px;
    color: #0f0f0f;
    line-height: 60px;
    display: inline-block;
}

.res_column p.column_blue {
    color: #0066cc;
}

.res_column p.column_result {
    color: rgba(15, 15, 15, 0.5);
    padding-left: 5px;
}

.res_column p.column_result em {
    color: #0066cc;
}

.res_relevant {
    /* height: 60px; */
    width: 100%;
    background: rgba(15, 15, 15, 0.05);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.res_rel_left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 20px 0 10px;
    margin-left: 10px;
}

.res_rel_left p {
    color: #0f0f0f;
    font-size: 16px;
}

.res_rel_left p:nth-of-type(1) {
    padding: 20px 0;
}

.res_rel_left p:nth-of-type(2) {
    color: rgba(15, 15, 15, 0.5);
    font-size: 14px;
}

.res_rel_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 0 10px;
    /* text-align: right; */
    /* line-height: 60px; */
}

.res_rel_right p {
    border: 1px solid #0066cc;
    min-width: 90px;
    height: 30px;
    border-radius: 15px;
    color: #0066cc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* line-height: 30px; */
    /* margin-left: 10px; */
    margin: 6px 10px;
    padding: 6px 30px;
    /* display: inline-block; */
    cursor: pointer;
}

.res_table {
    margin-top: 70px;
    margin-bottom: 100px;
}

.table_title {
    color: #0f0f0f;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.res_table_box {
    width: 100%;
    margin-top: 30px;
}

.res_table_box table {
    width: 100%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.res_table_box table tr {
    height: 50px;
}

.res_table_box table tr.tr_bg {
    background: #f8f8f8;
}

.res_table_box table th {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    text-align: center;
    font-size: 14px;
    color: rgba(15, 15, 15, 0.8);
    padding: 0px 30px;
    cursor: pointer;
    position: relative;
}

.res_select {
    /* display: none; */
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 5px 13px 0px rgba(80, 80, 80, 0.3);
    border-radius: 5px;
    min-height: 92px;
    min-width: 78px;
    top: 41px;
    left: 38px;
    padding: 0px 12px;
    padding-bottom: 15px;
}

.res_select li {
    color: #16191d;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
}

.res_select li:hover {
    color: #0066cc;
}

.res_table_box table th:nth-of-type(3) {
    text-align: left;
}

.res_table_box table td {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 0px 30px;
    text-align: center;
}

.res_table_box table td:nth-of-type(2) {
    width: 14%;
}

.res_table_box table td:nth-of-type(3) {
    text-align: left;
    width: 50%;
}

.res_table_box table td span {
    font-size: 14px;
    color: #0f0f0f;
    display: block;
}

.res_table_box table td a img {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    cursor: pointer;
}

.res_table_box table td a:nth-of-type(1) img {
    margin-left: 0;
}

.navmoon .res_select {
    display: block;
}

.author_content {
    margin-top: 160px;
    margin-bottom: 100px;
}

.author_titlr p:nth-of-type(1) {
    color: #0f0f0f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.author_titlr p:nth-of-type(2) {
    color: rgba(15, 15, 15, 0.5);
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author_one {
    width: 100%;
    min-height: 20px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    border-right: 0px;
}

.author_one_a {
    height: 50px;
    width: 100%;
    background: #eeeeee;
}

.author_one_a p {
    line-height: 50px;
    text-align: center;
    color: rgba(15, 15, 15, 0.8);
    font-size: 14px;
}

.author_one_b table {
    width: 100%;
}

.author_one_b table tr {
    height: 50px;
}

.author_one_b table tr td {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0px 30px;
}

.author_one_b table tr td p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(22, 25, 29, 0.8);
    font-size: 14px;
}

.author_one_b table tr td.author_title_sub {
    width: 125px;
    background: #f8f8f8;
}

.author_one_b table tr td:nth-of-type(2) {
    width: 230px;
}

.author_one_b table tr td:nth-last-child(1) {
    width: 180px;
}

.author_one_b table tr td.author_col {
    text-align: left;
    padding: 15px 30px;
}

.author_one_b table tr td.author_col p {
    margin-top: 8px;
}

.author_two {
    width: 100%;
    min-height: 20px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    border-right: 0px;
}

.author_one_b table tr td.author_title_width {
    width: 89.5%;
    text-align: left;
}

.author_all {
    height: 50px;
    width: 100%;
    background: rgba(0, 102, 204, 0.08);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.author_all p {
    color: rgba(15, 15, 15, 0.8);
    font-size: 14px;
}

.author_all img {
    margin-left: 5px;
    transition: 0.3s;
}

.author_three {
    width: 100%;
    min-height: 20px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    border-right: 0px;
    margin-bottom: 100px;
}

.perinfor_box {
    margin-top: 160px;
    margin-bottom: 100px;
    /* min-height: calc(100vh - 576px); */
    min-height: calc(100vh - 572px);
}

.perinfor_tab {
    width: 100%;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
    display: flex;
    padding-left: 330px;
}

.perinfor_tab_text p {
    color: #0e1012;
    font-size: 18px;
    cursor: pointer;
}

.perinfor_tab_text:nth-of-type(2) {
    margin-left: 67px;
}

.perinfor_tab_text.active p {
    color: #0066cc;
    font-size: 18px;
    border-bottom: 2px solid #0066cc;
    border-radius: 1px;
    padding-bottom: 10px;
}

.perinfor_tab_con {
    margin-top: 30px;
    padding-left: 330px;
}

.perinfor_tab_item {
    margin-top: 30px;
}

.perinfor_tab_item span {
    color: #0f0f0f;
    font-size: 16px;
}

.perinfor_tab_item img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    vertical-align: top;
}

.perinfor_tab_item input {
    width: 50%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-left: 20px;
    padding: 0px 10px;
}

.perinfor_tab_item select {
    width: 50%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-left: 20px;
    padding: 0px 10px;
}

.perinfor_submit {
    margin-top: 40px;
}

.perinfor_submit button {
    margin-left: 60px;
}

.perinfor_submit button:nth-of-type(1) {
    width: 40%;
    height: 36px;
    border-radius: 18px;
    background: #0066cc;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.perinfor_submit button:nth-of-type(2) {
    width: 100px;
    height: 36px;
    border-radius: 18px;
    background: #eeeeee;
    color: #16191d;
    font-size: 16px;
    border: none;
    outline: none;
}

.perinfor_sub_title p {
    color: #16191d;
    font-size: 16px;
}

.perinfor_item {
    position: relative;
    width: 600px;
    min-height: 100px;
    border: 1px solid rgba(22, 25, 29, 0.1);
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    padding: 20px;
    align-items: center;
}

.status {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pass {
    color: #67c23a;
}

.reject {
    color: #f56c6c;
}

.perinfor_left {
    /* flex: 1; */
    width: 200px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.perinfor_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.pernfor_right {
    flex: 2;
    padding-left: 20px;
}

.pernfor_right p {
    color: #16191d;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55%;
}

.pernfor_head {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.pernfor_head img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.pernfor_head span {
    color: #16191d;
    font-size: 14px;
}

.pernfor_right button {
    height: 36px;
    width: 100px;
    border: 1px solid #0066cc;
    color: #0066cc;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    margin-top: 15px;
}

.perinfor_popup {
    width: 100%;
    height: 100vh;
    background: rgba(22, 25, 29, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
}

.perinfor_write {
    background: #fff;
    min-height: 20px;
    border-radius: 10px;
    width: 50%;
    min-height: 200px;
    max-height: 787px;
    /* overflow: auto; */
    margin: 0 auto;
    margin-top: 100px;
    /* padding-bottom: 60px; */
}

.perin_pop_title {
    height: 60px;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
    text-align: center;
}

.perin_pop_title p {
    color: #16191d;
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
}

.perin_pop_title img {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.perin-pop_ject {
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
    padding: 50px 60px;
    display: flex;
    align-items: center;
}

.pop_ject_left img {
    width: 200px;
    height: 150px;
    border-radius: 6px;
}

.pop_ject_right {
    flex: 2;
    padding-left: 20px;
}

.ject_title {
    color: #0066cc;
    font-size: 20px;
}

.ject_infor {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.ject_infor img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.ject_infor span {
    color: #16191d;
    font-size: 16px;
}

.ject_infor_top {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.ject_infor_top img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.ject_infor_top span {
    color: #16191d;
    font-size: 16px;
}

.ject_des {
    padding: 50px 60px;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
}

.ject_des p {
    color: rgba(22, 25, 29, 0.8);
    font-size: 16px;
    margin-top: 20px;
}

.ject_des p:nth-of-type(1) {
    color: #0066cc;
    margin-top: 0px;
}

.ject_contacts {
    padding: 0px 60px;
}

.ject_contacts .ject_con_title {
    color: #0066cc;
    font-size: 16px;
    margin-top: 40px;
}

.ject_item {
    padding: 30px 0px;
    border-bottom: 1px solid rgba(22, 25, 29, 0.3);
}

.ject_top {
    display: flex;
    align-items: center;
}

.ject_top_left img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
}

.ject_top_right {
    padding-left: 15px;
}

.top_name {
    color: rgba(22, 25, 29, 0.6);
    font-size: 16px;
}

.top_name em {
    color: #16191d;
    padding-right: 5px;
}

.top_info {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.top_info p {
    color: rgba(22, 25, 29, 0.6);
    font-size: 16px;
    padding-right: 15px;
}

.ject_top_con {
    margin-top: 20px;
}

.ject_top_con p {
    color: rgba(22, 25, 29, 0.8);
    font-size: 16px;
}


/*  人才对接 立即联系  */

.per_popup {
    width: 100%;
    height: 100vh;
    background: rgba(22, 25, 29, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
}

.pop_write {
    background: #fff;
    min-height: 20px;
    border-radius: 10px;
    width: 50%;
    min-height: 200px;
    /* max-height: 787px; */
    /* max-height: 80%; */
    /* overflow: auto; */
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
    /* padding-bottom: 60px; */
}

.popup_close {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
    text-align: center;
    position: relative;
}

.popup_close span {
    color: #16191d;
    font-size: 20px;
    font-weight: 600;
}

.popup_close img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 18px;
    /* margin-right: 30px;
  float: right;
  margin-top: 5px; */
    cursor: pointer;
}

.popup_pic {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
    padding: 50px;
}

.pop_img img {
    width: 200px;
    height: 200px;
    border-radius: 6px;
}

.pop_riht {
    padding-left: 20px;
}

.pop_eig_title {
    color: #0066cc;
    font-size: 20px;
    font-weight: 600;
}

.pop_eig_text {
    color: #0e1012;
    font-size: 14px;
    margin-top: 5px;
}

.pop_eig_bt {
    margin-top: 20px;
}

.pop_eig_bt p {
    height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 11px;
    background: #eb6100;
    min-width: 70px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}

.pop_text_intr {
    padding: 50px;
    border-bottom: 1px solid rgba(14, 16, 18, 0.08);
}

.pop_intr_title {
    color: #0066cc;
    font-size: 16px;
    font-weight: 600;
}

.pop_intr_text {
    margin-top: 8px;
    color: rgba(22, 25, 29, 0.8);
    font-size: 16px;
    line-height: 30px;
}

.pop_button {
    /* margin-top: 50px; */
    margin: 50px 0;
    text-align: center;
}

.pop_button button {
    height: 48px;
    width: 260px;
    border: none;
    border-radius: 24px;
    background: #0066cc;
    color: #fff;
    font-size: 16px;
}

.pop_button p {
    margin: 15px 0;
    color: rgba(22, 25, 29, 0.6);
    font-size: 14px;
}

.pop_form {
    /* width: 70%;
  margin: 0 auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    /*  */
    /* width: 70%; */
}

.pop_form_input {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_form_input span {
    color: #000000;
    font-size: 16px;
}

.pop_form_input span em {
    color: #ff0000;
    font-size: 16px;
}

.pop_form_input input {
    /* height: 36px; */
    height: 40px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    width: 70%;
    border-radius: 2px;
    padding: 0px 10px;
}

.pop_form_input textarea {
    resize: none;
    height: 120px;
    width: 70%;
    padding: 10px;
    border: 1px solid rgba(14, 16, 18, 0.2);
    outline: none;
    border-radius: 2px;
}

.pop_form_input1 {
    align-items: baseline;
}

.pop_tip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop_tip p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-top: 20px;
    padding-left: 56px;
}

.pop_tip button {
    background: #0066cc;
    height: 48px;
    width: 260px;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
    border: none;
    outline: none;
    margin-left: 56px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.need_pic {
    display: flex;
}

.upload_warp_img {
    margin-left: 10px;
}

.upload_warp_img img,
.need_left_uodata img {
    width: 120px;
    height: 120px;
}

.upload_warp_img img {
    vertical-align: middle;
}

.need_left_uodata img {
    object-fit: fill;
}

.pop_city_select,
.pop_industry_select,
.pop_city_select option,
.pop_industry_select option {
    background-color: #fff;
    color: #171c1f;
}


/* 
.pop_city_select option,
.pop_industry_select option {
  background-color: #fff;
  color: #171c1f;
} */

.need_left_uodata span em {
    color: #ff0000;
    margin-right: 4px;
}

.page_banner_title {
    height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 40px; */
    padding-left: 20px;
}

.page_title {
    font-family: zihun59hao-chuangcuhei;
    font-size: 68px;
    color: #fff;
    line-height: 74px;
    letter-spacing: 2px;
}

.page_desc {
    font-size: 16px;
    font-family: Arial;
    margin-top: 34px;
    color: #fff;
    line-height: 24px;
    opacity: 0.5;
}

.content_title_cn {
    margin-top: 80px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
}

.content_title_en {
    margin-top: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 32px;
    opacity: 0.5;
}

.icon_area {
    margin: 80px auto 64px auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    flex-wrap: wrap;
}

.icon-item {
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* cursor: pointer; */
    /* height: 52px; */
}

.icon_area .icon-item:nth-child(-n + 8) {
    margin-bottom: 60px;
}

.icon-img {
    width: 52px;
    height: 52px;
}

.icon-title {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #fff;
    line-height: 28px;
    opacity: 0.5;
}

.img_area {
    width: 1200px;
    height: 550px;
}

.show_img {
    display: block;
    width: 100%;
    height: 100%;
}

.selected {
    color: #0066cc;
}

.emblem-left p:nth-child(1) {
    animation: sinkAndFloat1 3s linear infinite;
}

.emblem-left p:nth-child(2) {
    animation: sinkAndFloat2 3.5s linear infinite;
}

.emblem-left p:nth-child(3) {
    animation: sinkAndFloat3 3s linear infinite;
}

.emblem-left p:nth-child(4) {
    animation: sinkAndFloat4 3.5s linear infinite;
}

.emblem-left p:nth-child(5) {
    animation: sinkAndFloat5 3.5s linear infinite;
}

.emblem-right p:nth-child(1) {
    animation: sinkAndFloat6 4s linear infinite;
}

.emblem-right p:nth-child(2) {
    animation: sinkAndFloat7 3s linear infinite;
}

.emblem-right p:nth-child(3) {
    animation: sinkAndFloat8 3.5s linear infinite;
}

.emblem-right p:nth-child(4) {
    animation: sinkAndFloat9 3s linear infinite;
}

.emblem-right p:nth-child(5) {
    animation: sinkAndFloat10 4s linear infinite;
}

.emblem-left p span,
.emblem-right p span {
    transition: 0.3s;
}

.emblem-left p:hover span,
.emblem-right p:hover span {
    cursor: default;
    transform: scale(1.3);
}

.page_btn {
    height: 20px;
    margin-left: 10px;
    color: #fff;
    padding: 0 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

.info_msg {
    color: #eee;
    opacity: 0.3;
    margin-right: 10px;
}

.pagination_line {
    color: #333;
    float: right;
}

.pagination_line ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
    float: right;
}

.pagination_line .info_msg {
    color: #333;
    opacity: 0.7;
    margin-right: 10px;
}

.pagination_line ul li {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 3px;
    margin-left: 10px;
}

.pagination_line ul li:nth-of-type(1),
.pagination_line ul li:nth-of-type(3) {
    cursor: pointer;
}

.pagination_line li:nth-of-type(2) {
    width: auto;
}

.pagination_line li input {
    display: block;
    box-sizing: content-box;
    min-width: 20px;
    max-width: 36px;
    height: 100%;
    padding: 0 8px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
}

.pagination_line .page_btn {
    height: 20px;
    margin-left: 10px;
    color: #333;
    padding: 0 8px;
    border: 1px solid #333;
    border-radius: 3px;
    cursor: pointer;
}

.pagination_line li img {
    display: block;
    width: 50%;
    height: 60%;
}

.blue_bold {
    color: #0066cc;
    font-size: 16px;
    font-weight: 600;
}

.show_more {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f0f0f;
    background-color: rgba(0, 102, 204, 0.08);
    cursor: pointer;
}

.show_more img {
    margin-left: 4px;
    transition: 0.3s;
}

.reverse {
    transform: rotate(180deg);
}

.city_line {
    width: 100%;
}

.detail_city {
    width: 100%;
    margin-top: 30px;
}

.no_result {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.loading_area {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.loading_title,
.loading_progress {
    width: 60px;
    text-align: center;
}

.loading_box {
    flex: 1;
}

.current_loading {
    height: 10px;
    border-radius: 5px;
    background-color: #0066cc;
    opacity: 0.8;
}

.per_technology .filed_item:nth-child(even),
.pop_eig_bt .fileds_item:nth-child(even) {
    background-color: #eb6100;
}

.per_technology .filed_item:nth-child(odd),
.pop_eig_bt .fileds_item:nth-child(odd) {
    background-color: #00a0e9;
}

.filed_item,
.fileds_item {
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    margin: 5px;
    border-radius: 100px;
}

.default_text {
    font-size: 16px;
    margin: 30px 0;
}

.select_List {
    background-color: #fff;
    color: #171c1f;
}

.no_publish {
    margin-left: 20px;
    margin-top: 40px;
    /* text-align: center; */
}


/* .content {
  max-height: 730px;
  overflow-y: auto;
} */

.dem_icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.field_line {
    margin-top: 40px;
}

.my_city_line {
    margin-top: 14px;
}

.field_line,
.my_city_line {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 16px;
    color: #16191d;
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.copyright>a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.copyright>a:hover {
    color: #0066cc;
}

.hotAreaItem:hover {
    color: #0066cc;
    cursor: pointer;
    transition: 0.3s;
}

.popBox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999998;
}

.alertArea {
    position: absolute;
    top: 30%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 0 20px 0;
    z-index: 9999999;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 20px 2px #ddd;
}

.alertArea p {
    padding: 0 40px;
}

.alertArea p:nth-child(1) {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.popMessage {
    margin: 20px 0 30px 0;
}

.confirmBtn {
    height: 26px;
    color: #fff;
    border: none;
    border-radius: 15px;
    width: 60px;
    background: #0066cc;
    font-size: 12px;
}