* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    transition: all .5s ease;
}

body {
    float: left;
    width: 100%;
    scroll-behavior: smooth;
}

.wapshoww {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

img {
    border: 0;
}

.max-width {
    width: 1300px;
    margin: 0 auto
}

.pcshow {
    display: block !important;
}

.wapshow {
    display: none !important;
}

@media screen and (max-width:1550px) {
    .max-width {
        width: 87%;
        margin: 0 auto
    }
}

@media screen and (max-width:1300px) {
    .max-width {
        width: 85%;
        margin: 0 auto
    }
}

@media screen and (max-width:1024px) {
    .max-width {
        width: 100%;
        padding: 0 15px
    }

    .pcshow {
        display: none !important;
    }

    .wapshow {
        display: block !important;
    }
}

.wapshow {
    display: none;
}

._nav3 {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nbanner img {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.nbanner_box {
    position: relative;
    width: 100%;
    float: left;
}

.nbanner .nbanner_tit {
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 5px;
    transform: translate(-50%, -50%);
}

.nbanner .mbx {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}

.nbanner .mbx a {
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}

.nbanner .mbx a:hover,
.nbanner .mbx span:hover {
    text-decoration: underline;
}

.ustit {
    font-size: 30px;
    line-height: 34px;
    color: #222c5f;
    text-align: center;
    margin-bottom: 40px;
}

.seat {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
}

.seat ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seat li a {
    line-height: 80px;
    font-size: 18px;
    color: #282828;
    margin: 0 35px;
    display: block;
    position: relative;
}

.seat li a:after {
    content: "";
    height: 4px;
    width: 0;
    background: #222c5f;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
    transition: all .5s ease;
}

.seat li.on a,
.seat li a:hover {
    color: #222c5f;
}

.seat li.on a:after,
.seat li a:hover::after {
    width: 90px;
}

@media screen and (max-width:1024px) {
    .seat li a {
        line-height: 50px;
        font-size: 14px;
        margin: 0px;
    }
}


.Company_Profile {
    float: left;
    width: 100%;
    background: url(../img/CompanyProfile.jpg) center no-repeat;
    padding: 90px 0;
    background-size: cover;
}

.Company_Profile .Company_Profile_text {
    width: 50%;
    font-size: 18px;
    line-height: 36px;
    color: #282828;
    padding-top: 20px;
}

.Company_Profile .Company_Profile_pic {
    width: calc(50% - 45px);overflow:hidden!important;
}

.Company_Profile .Company_Profile_pic .pboxs{ padding-bottom: 68%; position: relative; overflow: hidden;}
.Company_Profile .Company_Profile_pic .pboxs .imgs{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}

.Company_Profile .Company_Profile_pic .pboxs .videos{opacity:0;}
.Company_Profile .Company_Profile_pic li.slick-current .pboxs .videos{opacity:1;}

.Company_Profile .Company_Profile_pic .slick-arrow {
    height: 48px;
    width: 40px;
    background: rgba(0, 0, 0, 0.23);
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    transition: all .5s ease;
}

.Company_Profile .Company_Profile_pic .slick-arrow:hover {
    background: #221815;
}

.Company_Profile .Company_Profile_pic .slick-prev {
    left: 0
}

.Company_Profile .Company_Profile_pic .slick-next {
    right: 0;
    left: auto
}

.Company_Profile .Company_Profile_pic .slick-prev:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(225deg);
}

.Company_Profile .Company_Profile_pic .slick-next:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(45deg);
}

.corporate_culture {
    float: left;
    width: 100%;
    padding: 90px 0
}

.corporate_culture ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.corporate_culture ul li{width: 33.3333%;}
.corporate_culture ul li .icon {
    display: flex;
    flex-direction: column;
    height: 175px;
    width: 175px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .5s ease;
}

.corporate_culture ul li:hover .icon {
    transform: rotateY(360deg);
}

.corporate_culture ul li .icon:after {
    content: "";
    width: 200px;
    position: absolute;
    left: -12.5px;
    top: -12.5px;
    height: 200px;
    opacity: 0.1;
    border-radius: 50%;
}

.corporate_culture ul li .icon img {
    margin-bottom: 12px;
}

.corporate_culture ul li .icon h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.corporate_culture ul li:nth-child(1) .icon {
    background: #357fbc;
}

.corporate_culture ul li:nth-child(1) .icon:after {
    background: #357fbc;
}

.corporate_culture ul li:nth-child(2) .icon {
    background: #222c5f;
}

.corporate_culture ul li:nth-child(2) .icon:after {
    background: #222c5f;
}

.corporate_culture ul li:nth-child(3) .icon {
    background: #1765a1;
}

.corporate_culture ul li:nth-child(3) .icon:after {
    background: #1765a1;
}

.corporate_culture ul li .cc_tit {
    color: #357fbc;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin: 45px 0 20px 0
}

.corporate_culture ul li .cc_info {
    font-size: 18px;
    line-height: 36px;
    color: #282828;
    text-align: center;
}

.history {
    float: left;
    width: 100%;
    
    padding: 90px 0;
    
}

.history .ustit {
    color: #fff
}

.new_content strong {
    color: #282828;
    font-weight: bold;
}

.ny_fy .wy2 {
    display: none;
}

.history li {
    padding: 150px 24px 90px 24px;
    width: 25%;
    position: relative;
}

.history_box {
    float: left;
    width: 100%;
    padding: 0 48px
}

.history .history_box .pic .slick-arrow {
    height: 36px;
    width: 24px;
    top: 50%;
    transform: translate(0, -50%);
}

.history .history_box .pic .slick-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.history .history_box .pic .slick-arrow:hover {
    background: rgba(34, 44, 95, 0.8);
}

.history .history_box .pic .slick-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.history .history_box ul::after {
    height: 1px;
    content: '';
    width: calc(100% + 60px);
    position: absolute;
    left: -38px;
    top: 208px;
    background: #fff;
    opacity: 0.1;
}

.history .history_box li .gradual {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
    z-index: -1;
    background-image: linear-gradient(to top, rgba(34, 44, 95, 0.73), rgba(34, 44, 95, 0))
}

.product_index .sl ul li:first-child {
  
}

.history .history_box li:hover .gradual {
    display: block;
}

.history li .time {
    font-size: 30px;
    color: #fff;
    line-height: 32px;
}

.history li .circle {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #fff;
    display: block;
    margin: 20px 0;
}

.history li .info {
    font-size: 16px;
    line-height: 30px;
    height:90px;
    overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;
    color: #fff;
}

.history li .pic {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-top: 18px;
}

.history li .pic>div {
    text-align: center;
}

.history li .pic img {
    max-width: 100%;
}

.honors .honors_list {
    padding: 0 30px;
    float: left;
    width: 100%;
}

.history .history_box .slick-arrow,
.honors .honors_list .slick-arrow {
    height: 48px;
    width: 40px;
    background: rgba(255, 255, 255, 0.4);
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


.history .history_box .pic .lick-list {
    width: 100%
}

.honors .honors_list .slick-prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.honors .honors_list .slick-next {
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0, -50%);
}

.history .history_box .slick-prev {
    left: -64px;
    top: 207px;
}

.history .ustit {
    transform: translate(0, 90px);
}

.history .history_box .slick-prev:after,
.honors .honors_list .slick-prev:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #565451;
    border-right: 2px solid #565451;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(225deg);
    margin-left: 2px;
}

.history .history_box .slick-next {
    right: -64px;
    top: 207px;
    left: auto;
}

.history .history_box .slick-next:after,
.honors .honors_list .slick-next:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #565451;
    border-right: 2px solid #565451;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(45deg);
    margin-left: -2px;
}

.history .history_box .slick-arrow:hover,
.honors .honors_list .slick-arrow:hover {
    background: rgba(34, 44, 95, 0.4);
}

.history .history_box .slick-arrow:hover:after,
.honors .honors_list .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.honors {
    float: left;
    width: 100%;
    padding: 90px 0
}

.honors .honors_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: -20px;
}

.honors .honors_tab .h_tab_li {
    height: 48px;
    line-height: 48px;
    width: 136px;
    background: #f6f6f6;
    color: #282828;
    font-size: 18px;
    margin: 0 4px;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
}

.honors .honors_tab .h_tab_li.on,
.honors .honors_tab .h_tab_li:hover {
    background: #222c5f;
    color: #fff;
}

.honors .honors_info {
    font-size: 18px;
    color: #777;
    text-align: center;
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
    display:none;
}
.honors .honors_info.on{display:block;}

.honors .honors_list ul {
    float: left;
    width: 100%;
}

.honors .honors_list ul li .h_tit {
    font-size: 16px;
    color: #282828;
    line-height: 24px;
    text-align: center;
}

.partner {
    float: left;
    width: 100%;
    
    padding: 90px 0;
    background-position-y: 70px;
    
    background-color: #f7f7f7;
}

.partner ul {
    margin: -12.5px;
    width: calc(100% + 25px);
}

.partner ul li {
    padding: 12.5px;
    width: 20%;
    float: left;
}

.partner ul li .img {
    height: 125px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow:hidden;
}

.partner ul li .img img {
    position: relative;
    z-index: 3;
    width: 100%
}

.partner ul li .img:after {
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    z-index: 2;
}

.partner ul li .img::before {
    background: #f7f8f8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    z-index: 1;
}

.partner ul li:hover .img::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.partner ul li:hover .img::before {
    width: 100%;
    height: 100%;
}

/* 招聘 */
.recruit {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.recruit li {
    float: left;
    width: 100%;
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.15);
    margin-bottom: 24px;
}

.recruit li:last-child {
    margin-bottom: 0;
}

.recruit li .recruit_list_down {
    display: none;
}

.recruit li .recruit_list_top {
    padding: 0 24px;
    float: left;
    width: 100%;
}

.recruit li .recruit_list_top .recruit_name {
    line-height: 80px;
    font-size: 18px;
    color: #1e2758;
    border-bottom: 1px solid #f0f0f0;
}

.recruit li .recruit_list_top .recruit_information {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #282828;
}

.recruit li .recruit_list_top .recruit_information .arrow {
    cursor: pointer;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #1e2758;
    position: relative;
}

.recruit li .recruit_list_top .recruit_information .arrow::after {
    height: 6px;
    content: "";
    width: 6px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(135deg);
    transition: all .5s ease;
    margin-top: -1px;
}



.recruit li.on .recruit_list_top {
    background: #1e2758;
}

.recruit li.on .recruit_list_top .recruit_name {
    color: #fff;
    border-bottom: 1px solid #333b68;
}

.recruit li.on .recruit_list_top .recruit_information {
    color: #fff;
}

.recruit li.on .recruit_list_top .arrow {
    background: #fff;
}

.text_p {
    display: none;
}

.recruit li.on .recruit_list_top .arrow:after {
    border-top: 1px solid #1e2758;
    border-right: 1px solid #1e2758;
    transform: translate(-50%, -50%)rotate(-45deg);
    margin-top: 1px;
}

.recruit li .recruit_list_down {
    padding: 40px 40px 40px 40px;
    transform: scale(1, 1);
    float: left;
    width: 100%;
}


.recruit li .recruit_list_down .subtit {
    font-size: 18px;
    color: #1e2758;
    line-height: 20px;
}

.recruit li .recruit_list_down p {
    font-size: 16px;
    color: #282828;
    line-height: 32px;
    margin-top: 10px;
}

.recruit li .recruit_list_down .subtit:last-of-type {
    margin-top: 20px
}

.recruit li .recruit_list_down .submit {
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #1e2758;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 25px;
    transition: all .5s ease;
}

.recruit li .recruit_list_down .submit:hover {
    background: #3e94db;
}

.fy {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 80px 0;
}

.fy a {
    display: block;
}

.fy .prev,
.fy .next {
    height: 45px;
    width: 100px;
    line-height: 45px;
    background: #f4f4f4;
    text-align: center;
    font-size: 16px;
    color: #221815;
    margin: 0 30px;
}

.fy .prev:hover,
.fy .next:hover {
    background: #1e2758;
    color: #fff;
}

.fy .page {
    color: #737479;
    font-size: 16px;
    margin: 0 30px;
    line-height: 45px;
}

.fy .page.current,
.fy .page:hover {
    color: #1e2758;
    text-decoration: underline;
}

.contact {
    float: left;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 80px;
}

.contact .contact_box_top {
    width: 100%;
    float: left;
    padding-left: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.15);
}

.contact .contact_box_top span {
    font-weight: bold;
    color: #222c5f;
    font-size: 24px;
    margin-right: 12px;
}

.contact .contact_box_top p {
    font-size: 16px;
    color: #999;
}

.contact .contact_box_mid {
    float: left;
    width: 100%;
    box-shadow: 0 0 43px 10px rgba(34, 44, 95, 0.15);
    position: relative;
    z-index: 2;
}

.contact .contact_box_mid .pic_map {
    position: absolute;
    width: auto;
    max-width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}

.contact .contact_box_mid .pic_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .contact_box_mid .contact_mid_info {
    padding: 35px 0 35px 50px;
    float: left;
    width: 100%
}

.contact .contact_box_mid .contact_mid_info ul {
    display: flex;
    flex-direction: column;
}

.contact .contact_box_mid .contact_mid_info li {
    margin-bottom: 30px;
}

.contact .contact_box_mid .contact_mid_info li .icon {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.contact .contact_box_mid .contact_mid_info li:nth-child(2) .icon {
    margin-right: 20px;
}

.contact .contact_box_mid .contact_mid_info li .icon img {
    width: 30px
}

.contact .contact_box_mid .contact_mid_info li:nth-child(2) .icon img {
    width: 20px
}

.contact .contact_box_mid .contact_mid_info li .text {
    float: left;
}

.contact .contact_box_mid .contact_mid_info li .text .fs {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 30px;
}

.contact .contact_box_mid .contact_mid_info li .text .xq {
    font-size: 24px;
    color: #0f2f9e;
    font-weight: bold;
    line-height: 30px;
}

.contact .contact_box_mid .contact_mid_info li .text .fs2 {
    font-size: 16px;
}

.qrcode {
    margin-top: 15px;
}

.qrcode .qrcode_li {
    float: left;
    margin-left: 20px;
}

.qrcode .qrcode_li img {
    border: 1px solid #eaeaea;
}
.qrcode .qrcode_li .wapblo{display:none;}
@media screen and (max-width:1024px) {
    .qrcode .qrcode_li .pcblo{display:none;}
    .qrcode .qrcode_li .wapblo{display:block;}
}
.qrcode .qrcode_li p {
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    text-align: center;
}

.message_box {
    float: left;
    width: 100%;
    margin-top: 38px;
}

.message_box .form {
    padding: 40px 50px;
    box-shadow: 0 0 43px 10px rgba(34, 44, 95, 0.15);
    float: left;
    width: 100%
}

.message_box .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.message_box .form form .label {
    width: calc(33.3% - 20px);
    margin-bottom: 30px;
    position: relative;
}
.message_box .form form .label .wzss{font-size:16px;line-height: 46px;color:#0e151b;position:absolute;left:15px;top:0;}
.message_box .form form .label .wzss span{color:#ff0000;}
.message_box .form form .label:nth-child(1) input,
.message_box .form form .label:nth-child(2) input{padding:0 15px 0 92px;}
.message_box .form form .label:nth-child(3) input,
.message_box .form form .label:nth-child(4) input,
.message_box .form form .label:nth-child(5) input{padding:0 15px 0 62px;}
.message_box .form form .label:nth-child(6) input{padding:0 15px 0 80px;}
.message_box .form form .textbox{width:100%;float:left;position:relative;}
.message_box .form form .textbox .wzss{font-size:16px;line-height: 20px;color:#0e151b;position:absolute;left:15px;top:10px;;}
.message_box .form form .textbox textarea{padding: 36px 15px 14px 15px;}

.message_box .form form .label .yzm {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
}

.message_box .form form input {
    line-height: 46px;
    height: 46px;
    background: #f7f7f7;
    padding: 0 16px;
    font-size: 16px;
    width: 100%;
    color: #0e151b;
    border-radius: 4px;
}

.message_box .form textarea {
    height: 130px;
    width: 100%;
    background: #f7f7f7;
    padding: 14px 16px;
    font-size: 16px;
    color: #0e151b;
    border-radius: 4px;
    border: none;
}

.message_box .form textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #0e151b;
}

/* .message_box .form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #0e151b;
}  */

.message_box .form .submit {
    margin: 30px auto 0 auto;
    display: block;
    width: 325px;
    height: 46px;
    line-height: 46px;
    background: #1e2758;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    transition: all .5s ease;
}

.message_box .form .submit:hover {
    background: #3e94db;
}

.newlist_box {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.newlist_box ul {
    width: calc(100% + 32px);
    margin: -16px;
}

.newlist_box ul li {
    padding: 16px;
    float: left;
    width: 33.3%;
}

.newlist_box ul li a {
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.15);
}

.newlist_box ul li .img {
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    transition: 0.5s ease;
}

.newlist_box ul li .img img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    transition: all .5s ease
}

.newlist_box ul li .text {
    float: left;
    width: 100%;
    padding: 25px 25px 32px 18px;
}

.newlist_box ul li .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #282828;
    line-height: 30px;
    font-weight: bold;
}

.newlist_box ul li .text h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #737479;
    line-height: 25px;
    margin: 10px 0 15px 0;
    height: 50px;
}

.newlist_box ul li .text h6 {
    font-size: 14px;
    color: #222c5f;
}

.newlist_box ul li .more {
    width: 125px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #1e2758;
    border-radius: 2px;
    text-align: center;
    color: #1e2758;
    font-size: 16px;
    margin-top: 20px;
    transition: all .5s ease;
}

.newlist_box ul li:hover h4 {
    color: #1e2758
}

.newlist_box ul li:hover .more {
    background: #1e2758;
    color: #fff;
}

.newlist_box ul li:hover .img img {
    transform: translate(-50%, -50%)scale(1.1);
}

.new_detail {
    float: left;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 80px;
}

.new_detail h1 {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.new_detail .fun {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.new_detail .fun .fun_li {
    display: flex;
    align-items: center;
    margin: 0 17px;
}

.new_detail .fun .fun_li img {
    margin-right: 8px;
}

.new_detail .fun .fun_li span {
    color: #737479;
    font-size: 14px;
}

.new_detail .new_detail_left {
    float: left;
    width: 66%;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ececec; */
}

.new_detail .new_detail_left2 {
    width: 100%
}

.new_detail .new_detail_left .new_content {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.new_detail .new_detail_left .new_content img{max-width:100%;}

.ny_fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_fy .nfy_left {
    display: flex;
    flex-direction: column;
}

.ny_fy .nfy_left a {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
}

.ny_fy .nfy_left a:hover {
    color: #1e2758;
}

.ny_fy .backlist {
    height: 44px;
    width: 140px;
    border: 1px solid #1e2758;
    display: block;
    text-align: center;
    color: #1e2758;
    line-height: 44px;
    display: block;
    transition: all .5s ease;
    position: relative;
    background: url(../img/wyxg.png) top 55% right 16px no-repeat;
}

/* 
.ny_fy .backlist img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
} */

.ny_fy .backlist:hover {
    color: #fff;
    background: url(../img/wyxg2.png)#1e2758 top 55% right 16px no-repeat;
}

.ny_fy .backlist:hover .wy2 {
    display: inline-block;
}

.ny_fy .backlist:hover .wy1 {
    display: none;
}

.new_detail .new_detail_right {
    width: calc(33% - 30px);
}

.new_detail .new_detail_right .xgtit {
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #1e2758;
}

.new_detail .new_detail_right .xgxw_list li {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
}

.new_detail .new_detail_right .xgxw_list li .pic {
    width: 46%;
    float: left;
    line-height: 0;
    overflow: hidden;
}

.pro_detail_cont .prode_pic .l {
    position: relative;
}

.pro_detail_cont .prode_pic .l img {
    width: auto !important
}

.fangda {
    position: absolute;
    right: 30px;
    bottom: 0;
    cursor: pointer;
}

.new_detail .new_detail_right .xgxw_list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.new_detail .new_detail_right .xgxw_list li:hover .pic img {
    transform: scale(1.1);
}

.new_detail .new_detail_right .xgxw_list li .text {
    background: #fff;
    padding: 15px;
    width: 54%;
    float: right;
}

.new_detail .new_detail_right .xgxw_list li .text h4 {
    font-size: 16px;
    line-height: 21px;
    color: #282828;
    margin: 0px 0 6px 0;
}

.new_detail .new_detail_right .xgxw_list li .text h6 {
    font-size: 14px;
    line-height: 20px;
    color: #222c5f;
}

.new_detail .new_detail_right .xgxw_list li:hover h4 {
    color: #222c5f;
}

.technology {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.technology_box ul {
    width: calc(100% + 30px);
    margin: -15px;
}

.technology_box ul li {
    width: 50%;
    float: left;
    padding: 15px;
}

.technology_box ul li a {
    width: 100%;
    float: left;
    box-shadow: 0 0 18px rgba(34, 44, 95, 0.15);
    padding: 24px 18px 24px 50px;
}

.technology_box ul li .img {
    float: left;
    padding-right: 80px;
    line-height: 0;
    width: calc(21% + 80px);
    text-align: center;
    margin-top: 10px;
}

.technology_box ul li .text {
    float: left;
    width: calc(79% - 80px);
}

.technology_box ul li h4 {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knowledge_right .picnew a .pic img {
    height: 275px;
    object-fit: cover;
}

.technology_box ul li h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
    color: #737479;
    margin: 10px 0 40px 0;
    height: 40px;
}

.technology_box ul li .technology_list_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.technology_box ul li .technology_list_down .time {
    font-size: 14px;
    line-height: 20px;
    color: #222c5f;
}

.technology_box ul li .technology_list_down .more {
    font-size: 14px;
    line-height: 20px;
    color: #222c5f;
    position: relative;
    transition: all .5s ease;
}

.technology_box ul li .technology_list_down .more:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #222c5f;
}

.technology_box ul li:hover .more {
    padding-right: 35px;
}

.technology_box ul li .more::before {
    content: "";
    height: 1px;
    width: 0px;
    position: absolute;
    right: 0px;
    transition: all .5s ease;
    transform: rotate(45deg);
    bottom: -2px;
    background: #222c5f;
    transition-delay: 0.5s;
    transform-origin: right bottom;
}

.technology_box ul li:hover .more::before {
    width: 20px;
}

.technology_box ul li:hover h4 {
    color: #1e2758;
}

.technology_box ul li:hover h6 {
    color: #1e2758;
}

.left_nav {
    width: 23%;
    float: left;
    margin-bottom:30px;
}

.left_nav .left_nav_tit {
    background: #222c5f;
    padding: 30px 0 35px 28px;
}

.left_nav .tit {
    color: #fff;
    font-size: 30px;
}

.left_nav .stit {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.4;
}

.product_list {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.left_nav .navli li a {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    color: #282828;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.left_nav .navli li.on a,
.left_nav .navli li a:hover {
    background: #1e2758;
    color: #fff;
}

.left_nav .navli li a:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%)rotate(45deg);
    border-top: 1px solid #616161;
    border-right: 1px solid #616161;
    transition: all .5s ease;
}

.left_nav .navli li.on a:after,
.left_nav .navli li a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.product_box {
    width: 75%;
    float: right;
}

.product_box .product_cur_tit {
    font-size: 24px;
    color: #222c5f;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}

.product_box .product_cur_tit:after {
    content: "";
    height: 13px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #222c5f;
}

.product_box ul {
    width: 100%;
}

.product_box ul li {
    float: left;
    width: 100%;
    margin-bottom: 38px;
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.15);
}

.product_box ul li a {
    padding: 30px 40px 30px 30px;
    float: left;
    width: 100%;
    display: flex;
}

.product_box ul li .pic {
    width: 46%;
    line-height: 0;
    float: left;
    padding: 30px 0 20px 0;
    transition: all .5s ease;
}

.product_box ul li .pic .imgbox{width:60%;margin:0 auto;}
.product_box ul li .pic .imgs{ padding-bottom: 87.6%; position: relative; overflow: hidden;}
.product_box ul li .pic .imgs img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
@media  screen and (max-width: 1024px){
    .product_box ul li .pic .imgbox{width:100%;margin:0 auto;}
    .message_box .form form .label .wzss{font-size:16px;line-height: 40px;color:#0e151b;position:absolute;left:15px;top:0;}
}


.product_box ul li .text {
    width: 54%;
    float: right;
    position: relative;
    padding-left: 32px;
}

.product_box ul li .text h4 {
    font-size: 22px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    font-weight: bold;
    margin-top: 24px;
}

.product_box ul li .text h6 {
    font-size: 16px;
    color: #737479;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    margin-top: 14px;
}

.product_box ul li .more {
    display: block;
    width: 162px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    color: #282828;
    font-size: 16px;
    border: 1px solid #222c5f;
    position: absolute;
    border-radius: 2px;
    bottom: 0;
    transition: all .5s ease;
}

.product_box ul li .more:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%)rotate(45deg);
    border-top: 1px solid #3c446e;
    border-right: 1px solid #3c446e;
    transition: all .5s ease;
}

.product_box ul li:hover .more {
    color: #fff;
    background: #222c5f;
}

.product_box ul li:hover .more:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.product_box ul li:hover .pic {
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.15);
}

.product_detail {
    float: left;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 80px;
}

.product_detail .tj_list li .pic>img {
    width: 60%
}

.pro_detail_cont {
    width: calc(100% - 330px);
    float: left;
}

.pro_detail_cont .prode_pic {
    float: left;
    width: 100%;
    padding: 30px;
    font-size:0;
    box-shadow: 0 0 18px rgba(34, 44, 95, 0.15);
}

.pro_detail_cont .prode_pic .duot img {
    transition: all .5s ease
}

.duot {
    float: left;
    width: 100%;
    position: relative;
}

.pro_detail_cont .prode_pic .duot.on img {
    transform: scale(1.1);
}

.pro_detail_cont .prode_pic .l {
    width: 50%;
    display:inline-block;vertical-align:middle;
    text-align: center;
}
.pro_detail_cont .prode_pic .l ul img{width:65.93%!important;display:block;margin:0 auto;}

.pro_detail_cont .prode_pic .r {
    width: 40%;
    display:inline-block;vertical-align:middle;position:relative;z-index:10;
}

.pro_detail_cont .prode_pic .r h4 {
    font-size: 22px;
    color: #1e2758;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
}

.pro_detail_cont .prode_pic .r h6 {
    font-size: 16px;
    color: #737479;
    line-height: 24px;
}

.pro_detail_cont .prode_pic .button>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    line-height: 46px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    float: left;
    margin-top: 65px;
    transition: all .5s ease;
}

.pro_detail_cont .prode_pic .button>a img {
    margin-right: 8px;
}

.pro_detail_cont .prode_pic .button>a:first-child {
    background: #1e2758;
}


.pro_detail_cont .prode_pic .button>a:first-child:hover {
    background: #357fbc;
}

.pro_detail_cont .prode_pic .button>a:last-child {
    background: #357fbc;
}

.pro_detail_cont .prode_pic .button>a:last-child:hover {
    background: #1e2758;
}

.introduce {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.introduce .introduce_tab {
    height: 65px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
    padding-left: 36px;
    font-size:0;
    white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;
    margin-bottom: 30px;
}

.introduce .introduce_tab::-webkit-scrollbar{ width: 3px;}
.introduce .introduce_tab::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.introduce .introduce_tab::-webkit-scrollbar-thumb{ width: 3px;  background-color: #3e94db; border-radius: 3px;}
.introduce .introduce_con video{max-width:100%;display:block;margin:0 auto;}

.introduce .tab_li {
    line-height: 65px;
    padding: 0 3px;
    color: #282828;
    font-size: 18px;
    margin-right: 50px;
    display:inline-block;vertical-align:middle;
    position: relative;
}

.introduce .tab_li.on:after,
.introduce .tab_li:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background: #1e2758;
    position: absolute;
}

.introduce .tab_li.on {
    color: #1e2758
}

.introduce_con .con_li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.introduce_con .con_li #cpjs,
.introduce_con .con_li #jbcs,
.introduce_con .con_li #cptd,
.introduce_con .con_li #yyly {
    position: absolute;
    top: -100px;
}

.introduce_con .con_li:last-child {
    margin-bottom: 0;
}

.introduce_con .introduce_tit {
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #1e2758;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #1e2758;
    margin-bottom: 12px;
}

.introduce_con .introduce_info {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    color: #282828;
}

.introduce_con .introduce_info .colort {
    color: #1e2758;
    font-weight: bold;
}

.nfy {
    float: left;
    width: 100%;
    height: 92px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.nfy a {
    font-size: 16px;
    color: #282828
}

.nfy a:hover {
    color: #1e2758;
}

.nfy .back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background: #1e2758;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.nfy .back:hover {
    background: #3e94db;
    color: #fff;
}

.nfy .back img {
    margin-right: 9px;
}

.yywz {
    margin-top: 35px;
    float: left;
    width: 100%;
}


.xg_tit {
    font-size: 26px;
    line-height: 36px;
    color: #1e2758;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.xg_tit:after {
    content: "";
    height: 2px;
    width: 40px;
    background: #222c5f;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: all .5s ease;
}


.yywz .technology_box li {
    width: 100%;
}

.yywz .technology_box .slick-arrow {
    height: 48px;
    width: 40px;
    background: rgba(0, 0, 0, 0.23);
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    transition: all .5s ease;
}

.yywz .technology_box .slick-arrow:hover {
    background: #222c5f;
}

.yywz .technology_box .slick-prev {
    left: 15px
}

.yywz .technology_box .slick-next {
    right: 15px;
    left: auto
}

.yywz .technology_box .slick-prev:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(225deg);
}

.yywz .technology_box .slick-next:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)rotate(45deg);
}

.cptj {
    width: 300px;
    float: right;
}

.cptj .tj_tit {
    width: 100%;
    height: 67px;
    line-height: 67px;
    text-align: center;
    color: #fff;
    background: #1e2758;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 24px;
}

.tj_list li a {
    display: block;
    padding: 15px 20px 25px 20px;
    box-shadow: 0 0 18px rgba(34, 44, 95, 0.15);
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.tj_list li a .pic {
    width: 100%;
    text-align: center;
    max-height: 60%;
}

.tj_list li a .pic img {
    max-width: 80%;
    max-height: 100%;
}

.tj_list li a h4 {
    color: #282828;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tj_list li a h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 24px;
    color: #737479;
    height: 48px;
    width:calc(100% - 40px);margin:0 auto;
}

.tj_list li .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%;
    padding: 26px 30px 30px 30px;
    background: rgba(34, 44, 95, 0.9);
    text-align: center;
    transition: all .5s ease;
}

.tj_list li:hover .text {
    bottom: 0;
}

.tj_list li .text h4 {
    margin-top: 0 !important;
    color: #fff;
}

.tj_list li .text h6 {
    margin-top: 0 !important;
    color: #fff;
    margin-bottom: 20px;
}

.banner {
    width: 100%;
    float: left;
}

.banner li {
    line-height: 0;
    width: 100%;
}

.banner li img {
    width: 100%;
}

.banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 90px;
}

.banner .slick-dots li {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 8px;
    position: relative;
    transition: all .5s ease;
}

.banner .slick-dots li:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover {
    border: 5px solid #fff;
}

.banner .slick-dots li.slick-active:after,
.banner .slick-dots li:hover:after {
    background: transparent;
}


.banner .slick-arrow {
    height: 88px;
    width: 48px;
    background: #9497a9;
    transition: all .5s ease;
    top: 50%;
    transform: translate(0, -50%);
}

.banner .slick-arrow:hover {
    background: #222c5e;
}

.banner .slick-prev {
    left: 150px;
}

.banner .slick-next {
    right: 150px;
}

.banner .slick-arrow:after {
    height: 12px;
    width: 12px;
    border-top: 1px solid #222c5f;
    border-right: 1px solid #222c5f;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}

.banner .slick-arrow:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.banner .slick-prev:after {
    transform: translate(-50%, -50%)rotate(225deg);
    margin-left: 2px;
}

.banner .slick-next:after {
    transform: translate(-50%, -50%)rotate(45deg);
    margin-left: -2px;
}

.plate {
    float: left;
    width: 100%;
    padding: 90px 0;
}

.plate1 .indexust {
    margin-bottom: 60px;
}

.indexust .ust {
    font-size: 30px;
    line-height: 56px;
    color: #222c5e;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
}

.indexust .usst {
    font-size: 18px;
    color: #777;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
}

.product_index ul {
    display: flex;
    justify-content: space-between;
}

.product_index .ll ul li {
    width: calc(50% - 16px)
}

.product_index .sl ul li {
    width: calc(33.3% - 21px)
}

.product_index .tj_list li a {
    padding: 60px 30px 35px 30px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.product_index .sl .tj_list li a {
    height: 410px;
}

.product_index .sl .tj_list li a>div:nth-child(2) {
    max-width: 100%;
}

.product_index .tj_list li h6 {
    text-align: center;
}

.index_more {
    width: 136px;
    line-height: 46px;
    color: #222c5f;
    border: 1px solid #222c5f;
    font-size: 16px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    transition: all .5s ease;
}

.index_more:hover {
    background: #222c5f;
    color: #fff;
    border: 1px solid #222c5f !important;
}

.index_more:after {
    width: 28px;
    height: 10px;
    content: "";
    background: url(../img/more2.png) center no-repeat;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s ease;
}

.plate1 .index_more {
    margin-top: 15px;
}

.index_more:hover:after {
    right: -28px
}

.plate2 {
    
    padding-bottom: 160px;
}

.plate2 .plate_text {
    width: 50%;
    color: #fff;
    float: left;
    padding-right: 50px;
    padding-left: 30px;
    position: relative;
}

.plate2 .plate_text h4 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    position: relative;
}

.plate2 .plate_text h4:after {
    content: "";
    width: 1px;
    position: absolute;
    left: -30px;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    bottom: 0
}

.plate2 .plate_text h5 {
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 45px;
}

.plate2 .plate_text:after {
    content: "";
    width: 1px;
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, 0.34);
    height: 445px;
    bottom: 110px;
}

.plate2 .plate_text h6 {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 50px;
}

.plate2 .plate_pic {
    width: 50%;
    line-height: 0;
    float: right;
}

.plate2 .plate_pic img {
    max-width: 100%;
}

.plate2 .plate_text .index_more {
    border: 1px solid #fff;
    color: #fff;
    float: left;
}

.plate2 .plate_text .index_more:after {
    background: url(../img/more3.png) center no-repeat;
}

.knowledge_left {
    width: 60%;
    padding-right: 25px;
    float: left;
}

.knowledge_left .knowledge_l_con {
    padding: 40px 40px 0 40px;
    float: left;
    width: 100%;
    box-shadow: 0 0 18px rgba(34, 44, 95, 0.15);
}

.knowledge_l_tab {
    position: relative;
    z-index: 2;
}

.knowledge_left span {
    width: 180px;
    height: 70px;
    text-align: center;
    float: left;
    background: #f6f6f6;
    color: #9c9da2;
    font-size: 30px;
    font-weight: 500;
    line-height: 70px;
    cursor: pointer;
    border-top: 1px solid #f6f6f6;
}

.knowledge_left span.on {
    background: #ffffff;
    border-top: 1px solid #222c5f;
    color: #222c5f;
}

.knowledge_l_con {
    position: relative;
    float: left;
    width: 100%;
}

.knowledge_l_con ul {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
}

.knowledge_l_con ul.on {
    z-index: 1;
    opacity: 1;
    position: relative;
}

.knowledge_l_con h4 {
    color: #282828;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.knowledge_l_con h5 {
    font-size: 16px;
    line-height: 20px;
    color: #737479;
    margin: 18px 0 17px 0;
    height: 40px;
}

.knowledge_l_con ul li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.knowledge_l_con ul li:last-child {
    border-bottom: 0;
    margin: 0;
}

.knowledge_l_con ul li .technology_list_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.knowledge_l_con ul li .technology_list_down .time {
    font-size: 14px;
    line-height: 20px;
    color: #222c5f;
}

.knowledge_l_con ul li .technology_list_down .more {
    font-size: 14px;
    line-height: 20px;
    color: #222c5f;
    position: relative;
    transition: all .5s ease;
}

.knowledge_l_con ul li .technology_list_down .more:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #222c5f;
}

.knowledge_l_con ul li:hover .more {
    padding-right: 35px;
}

.knowledge_l_con ul li .more::before {
    content: "";
    height: 1px;
    width: 0px;
    position: absolute;
    right: 15px;
    transition: all .5s ease;
    transform: rotate(225deg);
    bottom: 12px;
    background: #222c5f;
    transition-delay: 0.5s;
    transform-origin: right top;
}

.knowledge_l_con ul li:hover .more::before {
    width: 20px;
}

.knowledge_l_con ul li:hover h4 {
    color: #1e2758;
}

.knowledge_l_con ul li:hover h5 {
    color: #1e2758;
}

.knowledge_box .ljgd {
    float: right;
    line-height: 70px;
    color: #737479;
    font-size: 16px;
}

.knowledge_box .ljgd:hover {
    color: #1e2758;
}

.knowledge_right {
    width: 40%;
    float: right;
}

.knowledge_right .indexust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.knowledge_right .picnew a {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 270px;
}

.knowledge_right .picnew .text {
    position: relative;
}

.knowledge_right .picnew .arrow {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 14px;
    color: #fff;
}

.knowledge_right .picnew a:hover .pic img {
    transform: scale(1.1);
}

.knowledge_right .picnew a .pic img {
    width: 100%;
    line-height: 0;
    transition: all .5s ease;
}

.knowledge_right .picnew a .text {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 15px;
    z-index:10;
}

.knowledge_right .picnew a .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.knowledge_right .picnew a .text h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right:20px;
}

.knowledge_right ul {
    float: left;
    width: 100%;
    padding: 0px 22px 0 22px;
    margin-top: 8px;
    box-shadow: 0 0 18px rgba(34, 44, 95, 0.15);
}

.knowledge_right ul li a {
    display: flex;
    justify-content: space-between;
    height: 76px;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.knowledge_right ul li:last-child a {
    border-bottom: 0px solid #fff;
}

.knowledge_right ul li h4 {
    font-size: 16px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75%;
}

.knowledge_right ul li h6 {
    font-size: 14px;
    color: #737479;
    transition: all .5s ease;
    position: relative;

}

.knowledge_right ul li:hover h4 {
    color: #222c5f
}

.knowledge_right ul li:hover h6 {
    color: #222c5f;
    padding-right: 15px;
}

.knowledge_right ul li:hover h6:after {
    position: absolute;
    content: ">";
    right: 0;
    font-size: 14px;
    color: #222c5f;
    transition: all .5s ease;
    opacity: 0;
    transition-delay: 0.5s;
}

.knowledge_right ul li:hover h6:after {
    opacity: 1;
}

.downnav .downnav_top {
    float: left;
    width: 100%;
    background: #171f4e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.downnav .downnav_top .flexc {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downnav .downnav_mid ul li {
    float: left;
    display: flex;
    align-items: center;
}

.downnav .downnav_top .nav ul li a {
    color: #fff;
    font-size: 18px;
    margin-left: 70px;
}

.downnav .downnav_top .nav ul li a:hover {
    color: #3e94db;
}

.downnav .downnav_mid {
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #171f4e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.downnav .downnav_top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downnav .downnav_mid ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downnav .downnav_mid ul li .icon {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
    min-width: 58px;
    margin-right: 13px;
}

.wapshoww {
    display: none;
}

.downnav .downnav_mid ul li .text h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.65;
    white-space: nowrap;
}

.downnav .downnav_bottom {
    float: left;
    width: 100%;
    background: #171f4e;
}

.downnav .downnav_bottom_box {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    background: #171f4e;
}

.downnav .downnav_bottom .copyright {
    color: #fff;
    font-size: 16px;
    opacity: 0.29;
}

.downnav .downnav_bottom .copyright a {
    color: #fff;
    font-size: 16px;
}

.downnav .downnav_bottom .link a {
    color: #fff;
    font-size: 14px;
    opacity: 0.29;
    position: relative;
}

.linka:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

.linka+.linka {
    margin-left: 10px;
}




.linka+.linka::before {
    content: "|";
    position: absolute;
    left: -9px;
    top: 0px;
}

.downnav_bottom .link{font-size:0;}
.downnav_bottom .link .linka{display:inline-block;vertical-align:middle;margin-right:10px;}
.downnav_bottom .abox{display:inline-block;vertical-align:middle;position:relative;}
.downnav_bottom .abox ._ts{color: #fff;font-size: 14px;opacity: 0.29;cursor:pointer;}
.downnav_bottom .abox ._ts:hover{opacity:1;}
.downnav_bottom .abox ._bs{width:120px;position:absolute;left:50%;bottom:calc(100% + 12px);background:#fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);margin-left:-60px;border-radius:8px;display:none;}
.downnav_bottom .abox ._bs a{display:block;font-size:14px;color:#333;line-height:30px;opacity:1;padding:0 12px;text-align:center;}
.downnav_bottom .abox ._bs a:hover{background:#333;color:#fff;}





.topnav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}


.topnav .logo {
    height: 90px;
    display: flex;
    align-items: center;
    float: left;
}

.topnav .logo h4 {
    font-size: 20px;
    color: #fff;
}

.topnav .logo h6 {
    font-size: 16px;
    color: #fff;
}

.topnav.on .logo h4,
.topnav.on .logo h6 {
    color: #222c5f;
}

.topnav .logo img {
    margin-right: 18px;
}

.topnav .tnav {
    float: right;
}

.topnav .tnav li {
    float: left;
    position: relative;
}

.topnav .tnav>ul>li>a {
    height: 90px;
    color: #cdcdcd;
    font-size: 18px;
    padding: 0 30px;
    line-height: 90px;
    display: block;
    text-align: center;
    /* min-width: 130px; */
}

.topnav .tnav>ul>li>a:hover,
.topnav .tnav>ul>li.on>a {
    background: #357fbc;
    color: #fff;
    font-weight: bold;
}

.topnav .tnav .er_ul {
    position: absolute;
    left: 50%;
    margin-left:-66px;
    width: 132px;
    z-index: 3;
    display: none;
}

.topnav .tnav>ul>li:hover .er_ul {
    display: block
}

.topnav .tnav>ul>li.on:after,
.topnav .tnav>ul>li:hover::after {
    content: "";
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #3e94db;
    position: absolute;
}

.topnav .tnav .er_ul a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #282828;
    background: #f6f6f6;
    font-size: 15px;
    line-height: 20px;
    min-height: 50px;
    padding: 15px 12px;
    position: relative;
}

.topnav .tnav .er_ul a:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.topnav .tnav .er_ul li {
    width: 100%;

}

.topnav .tnav .er_ul li:last-child {
    border-bottom: 0;
}

.topnav .tnav .er_ul li a:hover {
    color: #357fbc
}

.topnav .top_fun {
    height: 90px;
    display: flex;
    align-items: center;
    float: right;
}

.topnav .top_fun .top_search {
    position: relative;
    margin-top:-6px;
}

.topnav .top_fun .top_search img {
    height: 18px;
    width: 18px;
    margin: 5px 15px 0 15px;
    cursor: pointer;
}

.topnav .top_fun .top_language {
    color: #fff;
    font-size: 18px;
}

.topnav.on .top_fun .top_language,
.topnav.on .top_fun .top_language a {
    color: #3e94db;
}

.topnav .top_fun .top_language a {
    color: #fff;
    font-size: 18px;
}

.topnav .top_fun .top_language a:hover {
    color: #357fbc;
}

.topnav .logo2 {
    display: none;
}

.topnav.on {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.topnav.on .tnav>ul>li>a:hover,
.topnav.on .tnav>ul>li.on a {
    background: #fff;
}

.topnav.on .logo2 {
    display: block;
}

.topnav.on .logo1 {
    display: none;
}

.topnav.on .tnav>ul>li>a {
    color: #282828;
}

.topnav.on .tnav>ul>li>a:hover {
    background: #fff;
    color: #222c5f
}

.topnav.on .tnav .er_ul:after {
    background: #222c5f;
    width: 65%;
    left: 50%;
    transform: translate(-50%, 0);
}

/* .topnav.on .logotext {
    display: none;
} */

/* .topnav.on .tnav>ul>li>a {
    margin: 0 4px;
} */

/* .topnav.on .top_fun .top_language {
    display: none;
} */

.langpic {
    line-height: 0;
    margin-top: 3px;
    margin-left: 15px;
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}

.langpic:after {
    content: "";
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #222c5f;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.langpic .xialalang {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translate(-50%, 0);
    display: none;
}

.langpic .xialalang a {
    height: 40px;
    width: 100px;
    text-align: center;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #fff;
}

.langpic .xialalang a:last-child {
    border-bottom: 0;
}

.rfy {
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 500;
}

.rfy li {
    position: relative;
}

.rfy li a {
    height: 88px;
    width: 88px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(34, 44, 95, 0.4);
    margin: 4px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: all .5s ease;
}

.rfy li a p {
    margin-top: 5px;
}

.rfy li a:hover {
    background: rgba(34, 44, 95, 1);
}

.rfy li .text {
    height: 60px;
    font-size: 16px;
    color: #fff;
    background: rgba(34, 44, 95, 1);
    padding: 0 30px;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    right: -300px;
    line-height: 60px;
    transition: all .5s ease;
    white-space: nowrap;
}

.rfy li .text.text_pic {
    padding: 6px;
    background: transparent;
    height: 100px;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: 0 0 43px rgba(34, 44, 95, 0.3);
    border-radius: 4px;
    background: #fff;
}

.rfy li a>img {
    width: 40px
}


.rfy li .text.text_pic:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translate(0, -50%);
}

.rfy li:hover .text {
    right: 98px;
}


@media screen and (max-width:1550px) {
    .rfy li a {
        height: 60px;
        width: 60px;
        margin: 3px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .rfy li a>img {
        width: 25px
    }

    .rfy li a p {
        font-size: 14px;
    }

    .rfy {
        right: 10px;
    }

    .rfy li .text {
        top: 0;
    }

    .rfy li:hover .text {
        right: 68px;
    }

    .rfy li .text {
        height: 60px;
        font-size: 14px;
        padding: 0 20px;
        line-height: 60px;
    }

    .topnav .tnav .er_ul a {
        font-size: 14px;
    }

    .downnav .downnav_bottom .copyright,
    .downnav .downnav_bottom .copyright a {
        font-size: 14px;
    }

}

@media screen and (max-width:1550px) {
    .topnav .tnav .er_ul a {
        font-size: 13px;
    }
}

.pop_message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    padding: 55px 50px 20px 55px;
    border-radius: 10px;
    background: #fff;
    z-index: 1001;
    display: none;
}

.pop_message2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    padding: 55px 50px 20px 55px;
    border-radius: 10px;
    background: #fff;
    z-index: 1001;
    display: none;
}

.pop_pic {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 35vw;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 30px;
    z-index: 1001;
}

.pop_pic img {
    width: 100%;
}

.popbg,
.popbg2 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
}

.pop_message .tb {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
}

.pop_message .tit {
    font-size: 32px;
    color: #222c5f;
    margin-right: 25px;
    font-weight: bold;
}

.pop_message .stit {
    font-size: 16px;
    color: #999;
}

.pop_message .input {
    width: calc(50% - 18px);
    float: left;
    position: relative;
}

.pop_message .input:nth-of-type(2n) {
    float: right;
}
.pop_message .input{position:relative; margin-bottom: 30px;}
.pop_message .input .wss{position:absolute;left: 15px;top:0;line-height: 44px;font-size:16px;}
.pop_message .input .wss span{color:#ff0000;}

.pop_message .input input {
    height: 44px;
    width: 100%;
    line-height: 44px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 0 15px 0 ;
    font-size: 16px;
    color: #0e151b;

}
.pop_message .must:nth-child(1) input,
.pop_message .must:nth-child(2) input{padding:0 15px 0 92px;}
.pop_message .must:nth-child(3) input,
.pop_message .must:nth-child(4) input{padding:0 15px 0 62px;}
.pop_message .textbox{float:left;position:relative;width:100%;}
.pop_message .textbox .wss{position:absolute;left: 15px;top:10px;line-height: 20px;font-size:16px;}
.pop_message .textbox .wss span{color:#ff0000;}


.label input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.hh1 input::-moz-placeholder {
    font-style: 1em;
    background: -moz-linear-gradient(to right, black 5em, black var(--size), #ff0000 var(--size));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    z-index: 1;
    opacity: 1;
}

.hh2 input::-moz-placeholder {
    font-style: 1em;
    background: -moz-linear-gradient(to right, black 3em, black var(--size), red var(--size));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    opacity: 1;
}

.hh3 input::-moz-placeholder {
    font-style: 1em;
    background: -moz-linear-gradient(to right, black 4em, black var(--size), red var(--size));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    opacity: 1;
}

.must input::-webkit-input-placeholder {
    font-style: 1em;
    background: linear-gradient(to right, black 0, black var(--size), red var(--size));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    opacity: 1;
}


.pop_message textarea {
    height: 126px;
    width: 100%;
    border: none;
    background: #f3f3f3;
    font-size: 16px;
    color: #0e151b;
    padding: 35px 15px 10px 15px;
    margin-bottom: 30px;
}

.pop_message textarea::-webkit-input-placeholder {
    color: #000
}

.pop_message .yzm {
    position: absolute;
    top: 0;
    right: 0;
    height:44px;
    width:120px;
}

.pop_message .submit {
    background: #212b5c !important;
    color: #fff !important;
    text-align: center;
}

.close {
    position: absolute;
    top: 15px;
    right: 21px;
    cursor: pointer;
    font-size: 30px;
    transform: rotate(45deg);
    color: #0e151b;
}

.pop_message .close:hover {
    color: #212b5c
}






.pop_message2 .tb {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
}

.pop_message2 .tit {
    font-size: 32px;
    color: #222c5f;
    margin-right: 25px;
    font-weight: bold;
}

.pop_message2 .stit {
    font-size: 16px;
    color: #999;
}

.pop_message2 .input {
    width: calc(50% - 18px);
    float: left;
    position: relative;
}

.pop_message2 .input:nth-of-type(2n) {
    float: right;
}
.pop_message2 .input{position:relative; margin-bottom: 30px;}
.pop_message2 .input .wss{position:absolute;left: 15px;top:0;line-height: 44px;font-size:16px;}
.pop_message2 .input .wss span{color:#ff0000;}

.pop_message2 .input input {
    height: 44px;
    width: 100%;
    line-height: 44px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 0 15px 0 ;
    font-size: 16px;
    color: #0e151b;

}
.pop_message2 .must:nth-child(1) input,
.pop_message2 .must:nth-child(2) input{padding:0 15px 0 92px;}
.pop_message2 .must:nth-child(3) input,
.pop_message2 .must:nth-child(4) input{padding:0 15px 0 62px;}
.pop_message2 .textbox{float:left;position:relative;width:100%;}
.pop_message2 .textbox .wss{position:absolute;left: 15px;top:10px;line-height: 20px;font-size:16px;}
.pop_message2 .textbox .wss span{color:#ff0000;}

.pop_message2 textarea {
    height: 126px;
    width: 100%;
    border: none;
    background: #f3f3f3;
    font-size: 16px;
    color: #0e151b;
    padding: 35px 15px 10px 15px;
    margin-bottom: 30px;
}

.pop_message2 textarea::-webkit-input-placeholder {
    color: #000
}

.pop_message2 .yzm {
    position: absolute;
    top: 0;
    right: 0;
    height:44px;
    width:120px;
}

.pop_message2 .submit {
    background: #212b5c !important;
    color: #fff !important;
    text-align: center;
}


.pop_message2 .close:hover {
    color: #212b5c
}










.yywz2 .technology_box ul li .img {
    width: 30%
}

.yywz2 .technology_box ul li .text {
    width: 70%;
    padding-left: 60px;
}

.yywz2 .img {
    text-align: center;
    padding-right: 0 !important;
}

.yywz2 .technology_box ul li a {
    padding-top: 60px;
    padding-right: 50px;
}

.yywz2 .img img {
    width: 60%
}

.yywz2 .technology_box h4 {
    font-size: 22px;
    color: #282828;
    margin-bottom: 20px;
}

.yywz2 .technology_box h6 {
    font-size: 16px;
    line-height: 24px;
    color: #737479;
}

.yywz2 .yywz_more {
    width: 162px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #1e2758;
    border-radius: 2px;
    text-align: left;
    color: #1e2758;
    font-size: 16px;
    margin-top: 90px;
    transition: all .5s ease;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yywz2 .yywz_more:hover {
    background: #1e2758;
    color: #fff;
}

.yywz2 .technology_box ul li h5 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}

.topnav .so_but {
    display: none;
    float: left;
    width: 282px;
    position: absolute;
    right: 0;
    top: 60px;
}

.topnav ._nav1 .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    border: 1px solid #00967B;
}

.topnav .so .Search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
    background: #fff;
    outline: 1px solid #212a5b;
}

.topnav .so .sear_sub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search1.png) center no-repeat #1e2758;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:1400px) {
    




    .nbanner .nbanner_tit {
        top: 60%;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .knowledge_right .picnew a .pic img {
        height: 210px;
    }

    .contact .contact_box_mid .contact_mid_info li {
        margin-bottom: 20px;
    }

    .contact .contact_box_mid .contact_mid_info li .text .fs2 {
        font-size: 14px;
    }

    .contact .contact_box_mid .contact_mid_info li .text .fs2 {
        font-size: 14px;
    }

    .contact .contact_box_mid .contact_mid_info li .icon {
        margin-right: 12px;
        margin-top: 5px;
    }

    .qrcode {
        margin-top: 0;
    }

    .contact .contact_box_mid .contact_mid_info {
        padding: 20px 0 20px 30px;
    }

    .contact .contact_box_mid .contact_mid_info li .text .fs {
        font-size: 14px;
    }

    .contact .contact_box_mid .contact_mid_info li .text .xq {
        font-size: 14px;
    }


    .qrcode .qrcode_li img {
        height: 80px;
        width: 80px;
    }

    .contact .contact_box_top {
        padding-left: 40px;
        height: 70px;
    }

    .contact .contact_box_top span {
        font-size: 20px;
        margin-right: 8px;
    }

    .contact .contact_box_top p {
        font-size: 14px;
    }

    .new_detail .new_detail_right .xgxw_list li .text h4 {
        font-size: 14px;
    }

    .new_detail .new_detail_right .xgxw_list li .text {
        padding: 10px
    }

    .new_detail .new_detail_left .new_content {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .yywz2 .yywz_more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 40px;
        padding: 0 15px;
    }

    .pro_detail_cont .prode_pic .r h4 {
        font-size: 20px;
        color: #1e2758;
        line-height: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .pro_detail_cont .prode_pic .r {
        width: 45%
    }

    .pro_detail_cont .prode_pic .r h6 {
        font-size: 14px;
    }

    .Company_Profile .Company_Profile_text {
        font-size: 14px;
        line-height: 24px;
        color: #282828;
        padding-top: 15px;
    }

    .history li {
        padding: 150px 12px 90px 12px;
    }

    .history li .info {
        font-size: 14px;
        line-height: 24px;
    }

    .knowledge_l_con h5 {
        margin: 13px 0;
        font-size: 14px;
    }

    .knowledge_l_con h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .topnav .tnav>ul>li>a {
        font-size: 16px;
        min-width: auto
    }

    .topnav .logo img {
        height: 40px;
        margin-right: 10px;
    }

    .topnav .logo h4 {
        font-size: 18px;
    }

    .topnav .logo h6 {
        font-size: 14px;
    }

    .downnav .downnav_mid ul li .text h4 {
        font-size: 12px;
    }

    .downnav .downnav_mid ul li .icon {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }

    .downnav .downnav_mid ul li .icon img {
        max-width: 60%;
    }

    .knowledge_right .picnew .arrow {
        right: 10px
    }

    .knowledge_right ul {
        padding: 0px 15px
    }

    .partner ul li .img {
        height: 82px;
        padding: 0 15px;
    }

    .banner .slick-dots {
        bottom: 50px;
    }

    .rfy {
        right: 20px
    }

    .plate2 .plate_text h4 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 20px;
    }

    .plate2 .plate_text h5 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .plate2 .plate_text h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .knowledge_right ul li a {
        height: 75px;
    }
}

.xgxw_list li a {
    display: flex;
}

/* .partner ul li .img img {
    max-height: 70%;
} */

.honors img {
    max-width: 100%;
    width: 100%
}

.partner ul li .img img {
    max-width: 100%;
}

.honors_box {
    position: relative;
    float: left;
    width: 100%;
}

.honors_list {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
    top: 0%;
}

.honors_list.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width:1300px) {
    .topnav .tnav>ul>li>a {
        padding: 0 20px;
    }
}

@media screen and (max-width:1200px) {
    ._nav3 {
        display: block !important;
    }

    .topnav {
        display: none !important;
    }


}

@media screen and (max-width:1024px) {
    .nbanner .nbanner_tit {
        font-size: 26px;
        line-height: 40px;
    }

    .nbanner .mbx {
        display:none;
        margin-top: -40px;
        line-height: 40px;
    }

    .nbanner .mbx a {
        line-height: 40px;
    }

    .recruit li .recruit_list_top .recruit_information .arrow {
        position: absolute;
        top: -40px;
        right: 0px;
    }

    .recruit li .recruit_list_top .recruit_name {
        line-height: 50px;
        font-size: 16px;
    }

    .recruit li .recruit_list_top .recruit_information {
        font-size: 14px;
        height: 50px;
        position: relative;
    }

    .recruit li .recruit_list_down {
        padding: 20px;
    }

    .recruit li .recruit_list_down .subtit {
        font-size: 16px;
    }

    .recruit li .recruit_list_down p {
        font-size: 14px;
        line-height: 28px;
    }

    .recruit li .recruit_list_down .submit {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 15px;
    }

    .fy {
        display: none;
    }

    .text_p {
        text-align: center;
        font-size: 14px;
        color: #333;
        padding: 5px 0;
        display: block;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .text_p a {
        padding: 5px 25px;
        background: #1e2758;
        color: #fff;
        border: transparent;
        border-radius: 16px;
        overflow: hidden;
    }

    .text_p span {
        padding: 5px 20px;
        color: #333;
    }

    .recruit {
        margin-top: 30px;
    }

    .contact .contact_box_top {
        padding-left: 15px;
        height: 80px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact .contact_box_top p {
        font-size: 12px;
        margin-top: 5px;
    }

    .message_box .form {
        padding: 15px;
    }

    .contact .contact_box_mid .pic_map {
        position: relative;
        width: auto;
        top: 0;
        right: 0;
        height: auto;
        float: left;
        line-height: 0;
    }

    .contact .contact_box_mid .contact_mid_info {
        padding: 15px;
    }

    .contact .contact_box_mid .contact_mid_info li .text {
        width: calc(100% - 50px)
    }

    .message_box .form form .label {
        width: 100%;
        margin-bottom: 15px;
    }

    .message_box .form form input {
        line-height: 40px;
        height: 40px;
        padding: 0 13px;
        font-size: 14px;
    }

    .message_box .form .submit {
        margin: 20px auto 0 auto;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .contact {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .new_detail .new_detail_right {
        display: none;
    }

    .new_detail .new_detail_left {
        width: 100%;
    }

    .new_detail .fun {
        flex-wrap: wrap;
        margin: 15px 0;
        width:100%;
    }

    .new_detail .fun .fun_li {
        margin: 0 5px
    }

    .new_detail .new_detail_left .new_content {
        font-size: 14px;
        line-height: 28px;
    }

    .ny_fy .backlist {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .new_detail h1 {
        font-size: 20px;
    }

    .new_detail {
        padding-top: 30px;
    }

    .newlist_box ul {
        width: calc(100% + 20px);
        margin: -10px;
    }

    .newlist_box ul li {
        padding: 10px;
        float: left;
        width: 50%;
    }

    .newlist_box ul li .text {
        padding: 15px
    }

    .newlist_box ul li .text h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .newlist_box ul li .text h5 {
        font-size: 14px;
        line-height: 24px;
        margin: 8px 0 8px 0;
        height: 48px;
    }

    .newlist_box ul li .more {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }

    .newlist_box {
        margin-top: 30px
    }

    .yywz {
        display: none;
    }

    .nbanner_box .wapshow {
        min-height: 150px;
    }

    .technology_box ul {
        width: 100%;
        margin: -10px 0;
    }

    .technology_box ul li {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .technology_box ul li a {
        padding: 15px
    }

    .cptj {
        display: none;
    }

    .pro_detail_cont {
        width: 100%
    }

    .pro_detail_cont .prode_pic .l {
        width: 100%
    }

    .pro_detail_cont .prode_pic .l img {
        width: 100%
    }

    .pro_detail_cont .prode_pic {
        padding: 15px
    }

    .pro_detail_cont .prode_pic .r {
        width: 100%
    }

    .pro_detail_cont .prode_pic .button>a {
        width: 46%;
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .introduce .tab_li {
        line-height: 50px;
        padding: 0 3px;
        font-size: 14px;
        margin-right: 15px;
    }

    .introduce .introduce_tab {
        height: 50px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .introduce_con .introduce_tit {
        font-size: 16px;
        line-height: 16px;
        padding-left: 8px;
        margin-bottom: 8px;
    }

    .introduce_con .introduce_info {
        font-size: 14px;
        line-height: 24px
    }

    .introduce_con .con_li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .product_detail {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .nfy .back {
        width: 100px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        left: auto;
        top: auto !important;
        transform: translate(-50%, 0%) !important;
        left: 50% !important;
    }

    .nfy {
        flex-wrap: wrap;
        height: 70px;
    }

    .left_nav {
        width: 100%
    }

    .left_nav .left_nav_tit {
        padding: 15px;
    }

    .left_nav .tit {
        color: #fff;
        font-size: 20px;
    }

    .left_nav .stit {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        opacity: 0.4;
    }

    .product_list {
        margin-top: 30px;
        width: 100%;
        float: left;
    }

    .left_nav .navli li a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    /* .left_nav .navli li a::before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 15px;
        bottom: 0;
        background: #ececec;
    } */

    .product_box {
        width: 100%;
        margin-top: 10px;
    }

    .product_box .product_cur_tit {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 6px;
        padding-left: 10px;
    }

    .product_box ul li a {
        padding: 15px 15px 20px 15px
    }

    .product_box ul li .text {
        padding-left: 20px;
    }

    .product_index .sl ul li:first-child {
        display: block;
    }

    .product_box ul li .more {
        display: block;
        width: 60%;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        position: relative;
        margin-top: 15px;
    }

    .nbanner .mbx a {
        font-size: 12px;
    }

    .left_nav .navli li a:after {
        display: none;
    }

    .product_box ul li {
        margin-bottom: 20px;
    }

    .Company_Profile {
        padding: 30px 0
    }

    .Company_Profile .Company_Profile_text {
        width: 100%
    }

    .Company_Profile .Company_Profile_pic {
        width: 100%;
        margin-top: 20px;
    }

    .ustit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .corporate_culture {
        padding: 30px 0
    }

    .corporate_culture ul {
        flex-wrap: wrap;

    }

    .corporate_culture ul li .cc_tit {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 15px 0;
    }

    .corporate_culture ul li .cc_info {
        font-size: 16px;
        line-height: 28px;
    }

    .corporate_culture ul li .icon {
        height: 120px;
        width: 120px;
    }

    .corporate_culture ul li .icon:after {
        width: 140px;
        position: absolute;
        left: -10px;
        top: -10px;
        height: 140px;
    }

    .corporate_culture ul li {
        padding-top: 15px;
    }

    .corporate_culture .slick-arrow {
        height: 48px;
        width: 40px;
        background: rgba(0, 0, 0, 0.23);
        top: 50%;
        transform: translate(0, -50%);
        position: absolute;
        transition: all .5s ease;
    }

    .corporate_culture .slick-arrow:hover {
        background: #221815;
    }

    .corporate_culture .slick-prev {
        left: 0
    }

    .corporate_culture .slick-next {
        right: 0;
        left: auto
    }

    .corporate_culture .slick-prev:after {
        content: "";
        height: 8px;
        width: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%)rotate(225deg);
    }

    .corporate_culture .slick-next:after {
        content: "";
        height: 8px;
        width: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%)rotate(45deg);
    }

    .history li {
        padding: 20px 12px 30px 12px;
    }

    .history .ustit {
        transform: translate(0, 25px);
    }

    .history li .time {
        font-size: 20px;
        color: #fff;
        line-height: 24px;
    }

    .history li .circle {
        margin: 10px 0;
    }

    .honors {
        padding: 30px 0
    }

    .honors .honors_tab {
        margin-top: 0;
    }

    .honors .honors_list {
        padding: 0
    }

    .partner {
        padding: 30px 0;
        background-position-y: 30px;
    }

    .partner ul li {
        width: 50%
    }

    .topnav {
        display: none;
    }

    .banner .slick-arrow {
        height: 40px;
        width: 24px;
    }

    .banner .slick-arrow:after {
        height: 8px;
        width: 8px;
    }

    .banner .slick-next {
        right: 15px;
    }

    .banner .slick-prev {
        left: 15px;
    }

    .banner .slick-dots {
        bottom: 20px;
    }

    .plate {
        padding: 30px 0
    }

    .indexust .ust {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .indexust .usst {
        font-size: 16px;
        line-height: 20px;
    }

    .product_index .ll ul li,
    .product_index .sl ul li {
        width: 100%
    }

    .product_index .tj_list li a {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .product_box ul li .more:after {
        right: 10px;
    }

    .tj_list li a .pic img {
        width: 70%
    }

    .product_index .sl .tj_list li a {
        height: auto;
    }

    .plate2 .plate_text {
        width: 100%;
        padding-right: 0;
    }

    .plate2 .plate_pic {
        width: 100%;
        margin-top: 20px;
    }

    .plate2 .plate_pic img {
        width: 100%
    }

    .plate2 .plate_text {
        padding-left: 0;
    }

    .plate2 .plate_text h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .plate2 .plate_text h4 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 20px;
    }

    .plate2 .plate_text h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .plate2 .plate_text:after,
    .plate2 .plate_text h4:after {
        display: none;
    }

    .knowledge_left {
        width: 100%;
        padding-right: 0px;
    }

    .product_index .ll ul li {
        width: 100%
    }

    .product_index .ll ul {
        flex-direction: column;
    }

    .knowledge_left span {
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .knowledge_box .ljgd {
        line-height: 40px;
        font-size: 14px;
    }

    .knowledge_left .knowledge_l_con {
        padding: 20px 20px 0 20px;
    }

    .knowledge_right {
        width: 100%
    }

    .knowledge_right ul li a {
        height: 50px;
    }

    .downnav .nav {
        display: none;
    }

    .downnav .downnav_mid ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .downnav .downnav_mid ul li {
        margin-bottom: 12px;
    }

    .downnav .downnav_bottom_box {
        height: 80px;
        flex-direction: column;
        padding: 12px 0;
        justify-content: space-evenly;
    }

    .downnav .downnav_mid {
        padding: 20px 0
    }

    .rfy {
        display: none;
    }

    .plate1 .indexust {
        margin-bottom: 20px;
    }


    .introduce_con .con_li #cpjs,
    .introduce_con .con_li #jbcs,
    .introduce_con .con_li #cptd,
    .introduce_con .con_li #yyly {
        top: -60px;
    }


    .new_detail {
        margin-bottom: 70px;
    }

    .contact .contact_box_mid .pic_map {
        max-width: 100%;
        width: 100%;
    }

    .message_box .form form .label .yzm {
        height: 40px;
        width:120px;
    }



    .banner {
        margin-top: 50px;
    }

    .pop_pic {
        display: none;
    }

    .fangda {
        display: none;
    }

    .banner li img {
        min-height: 300px;
        object-fit: cover;
    }

    .banner .slick-dots li {
        height: 15px;
        width: 15px;
        margin: 0 4px;
    }

    .banner .slick-dots li:after {
        height: 4px;
        width: 4px;
    }

    .banner .slick-dots li.slick-active,
    .banner .slick-dots li:hover {
        border: 2px solid #fff;
    }

    .indexust .ust {
        margin-bottom: 8px;
    }

    .indexust .ust {
        letter-spacing: 1px;
    }

    .tj_list li a h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .tj_list li a h6 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .product_index .sl ul li {
        width: 50%
    }

    .product_index .sl ul .li:last-child {
        display: block
    }


    .product_index .ll .tj_list li:last-child {
        display: none;
    }

    .product_index .tj_list li a {
        padding: 15px
    }

    .product_index .tj_list li a {
        margin-bottom: 15px;
    }

    .tj_list li .text {
        padding: 15px
    }

    .product_index .tj_list .text h6 {
        margin-bottom: 10px;
    }

    .sl .tj_list li a .pic {
        min-height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexust .usst {
        letter-spacing: 1px;
    }

    .index_more {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .downnav .downnav_mid ul li:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .downnav .downnav_mid ul {
        position: relative;
    }


    .downnav .downnav_mid {
        padding: 20px 0 8px 0;
    }

    .nbanner {
        margin-top: 50px;
    }

    .corporate_culture .slick-arrow {
        top: 20%;
    }

    .honors .honors_tab .h_tab_li {
        height: 35px;
        line-height: 35px;
        width: 100px;
        font-size: 14px;
    }

    .honors .honors_info {
        font-size: 14px;
        margin: 15px 0 25px 0;
    }

    .left_nav .left_nav_tit {
        display: none;
    }

    .product_list .navli ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product_box ul li .text h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
    }

    .product_box ul li .text h6 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .product_box ul li .pic {
        padding: 5px 0 15px 0;
    }

    .product_box {
        margin-bottom: 30px;
    }

    .partner ul {
        margin: -8px;
        width: calc(100% + 16px);
    }

    .partner ul li {
        padding: 8px;
    }

    .partner .slick-dots,
    .sl .tj_list .slick-dots {
        bottom: -15px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .duot .slick-dots {
        bottom: -15px
    }

    .duot {
        padding-bottom: 30px;
    }

    .partner .slick-dots li,
    .duot .slick-dots li,
    .sl .tj_list .slick-dots li {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 1px solid #171f4e;
        margin: 0 4px;
        padding: 0;
    }

    .partner .slick-dots li.slick-active,
    .duot .slick-dots li.slick-active,
    .sl .tj_list .slick-dots li.slick-active {
        background: #171f4e;
    }

    .partner {
        padding-bottom: 50px !important;
    }

    .downnav .downnav_top {
        display: none;
    }

    .plate1 .index_more {
        margin-top: 25px;
    }

    .pro_detail_cont .prode_pic .button>a:last-child {
        float: right;
        margin-right: 0;
    }

    .introduce .introduce_tab{display:block;width:100%;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;padding-left:14px!important;padding-right:14px;}
    .introduce .introduce_tab::-webkit-scrollbar{ display: none;}


    .introduce .tab_li {
        width: auto;
        margin-right:14px;
        text-align: center;
        display:inline-block;
        vertical-align:middle;
    }

    .introduce .introduce_tab {
        padding-left: 0;
    }

    .introduce_con .con_li {
        padding-bottom: 0;
    }

    .introduce_con .introduce_info {
        margin-bottom: 20px;
    }

    .nfy a {
        font-size: 14px;
        line-height: 24px;
    }

    .nfy {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0;
    }

    .product_box ul li .text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }

    .nfy {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0;
        flex-direction: column;
    }

    .nfy .back {
        position: absolute;
        top: 0;
        left: 0;
        bottom: -50px;
        transform: translate(0, 0);
        top: auto;
    }

    .technology_box ul li h4 {
        margin-top: 10px;
        line-height: 22px;
    }

    .technology_box ul li h5 {
        margin: 10px 0 15px 0;
    }

    .nbanner .nbanner_tit {
        top: 50%
    }

    .ny_fy .backlist {
        position: absolute;
        bottom: -70px;
    }

    .ny_fy {
        position: relative;
    }

    .technology_box ul li h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }

    .technology_box {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

    .seat li a {
        padding: 0 5px;
    }

    .new_detail .new_detail_left {
        border-bottom: 1px solid #ececec;
    }

    .ny_fy {
        flex-direction: column;
    }

    .new_detail .new_detail_left {
        padding-bottom: 20px;
    }

    .product_index .sl ul li:last-child {
        display: block;
    }

    .product_index .sl ul li {
        padding: 0 10px
    }

    .sl .tj_list li a .pic img {
        max-height: 150px;
    }

    .product_index .tj_list {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .sl .tj_list li a .pic {
        height: 100px;
    }

    .ny_fy .backlist {
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .nfy {
        align-items: flex-start;
    }

    .ny_fy .backlist {
        background: url(../img/wyxg.png) top 55% right 8px no-repeat;
    }

    .ny_fy .backlist:hover {
        background: url(../img/wyxg2.png)#171f4e top 55% right 8px no-repeat;
    }

    .ny_fy .nfy_left a {
        font-size: 14px;
        line-height: 24px;
    }

    .newlist_box ul li {
        width: 100%
    }

    .newlist {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .ny_fy {
        align-items: flex-start;
    }

    .contact .contact_box_mid .contact_mid_info li {
        margin-bottom: 10px;
    }

    .qrcode .qrcode_li {
        margin-left: 0;
        width: 50%;
    }

    .qrcode .qrcode_li img {
        width: 100%;
        height: auto;
    }

    .qrcode .qrcode_li {
        width: 47%
    }

    .qrcode .qrcode_li:last-child {
        float: right;
    }

    .seat2 ul {
        white-space: nowrap;
        overflow-x: auto;
        justify-content: center;
    }

    .recruit {
        margin-bottom: 30px;
    }

    .recruit li .recruit_list_top .recruit_information .arrow {
        height: 20px;
        width: 20px;
        top: -36px;
    }

    .recruit li:last-child {
        margin-bottom: 10px;
    }

    .wapshow {
        display: flex !important;
    }

    .recruit_list_top .w {
        display: none !important;
    }

    .recruit li .recruit_list_top .recruit_information {
        height: 100px;
    }

    .seat li.on a:after,
    .seat li a:hover::after {
        width: 60px;
    }

    .recruit_list_top .down {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        justify-content: space-between;
        align-items: center;
    }

    .recruit li .recruit_list_top .recruit_information p {
        width: 33.3%;
        text-align: center;
    }

    .recruit li .recruit_list_top .recruit_information>p {
        margin-top: -30px;
    }

    .wapshoww {
        display: flex !important;
    }

    .knowledge_right .picnew a .pic img {
        height: auto;
    }

    .knowledge_left .knowledge_l_con {
        margin-bottom: 10px;
    }

    .downnav .downnav_mid ul li:first-child {
        width: 70%
    }

    .downnav .downnav_mid ul li:nth-child(4) {
        position: absolute;
        right: 11px;
        top: 50px;
    }

    .downnav .downnav_mid ul li .text h4 {
        white-space: inherit;
    }

    .mask {
        display: none !important;
    }

    .right-img {
        display: none !important;
    }

    .plate1 .product_index .sl .tj_list {
        width: calc(100% + 20px);
        margin: -50px -10px;
    }

    .plate1 .product_index .sl .tj_list li {
        padding: 50px 10px;
    }

    .plate1 .product_index .tj_list .slick-dots li {
        padding: 0 !important;
    }

    /* .plate1 .index_more {
        margin-top: 70px;
    } */

    .plate1 .slick-dots {
        bottom: 35px !important
    }

    .product_index .ll .tj_list {
        width: 100% !important;
        margin: 0 !important;
    }

    .product_index .ll .tj_list li {
        padding: 0 !important;
    }
}

.pop_pic {
    display: none;
}

.knowledge_l_con h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_detail .new_detail_right .xgxw_list li .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.history {
    padding: 0
}




.mask {
    width: 230px;
    height: 230px;
    background-image: url(../img/bg.png);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.right-img {
    width: 600px;
    height: 500px;
    border: 1px solid #eee;
    display: inline-block;
    opacity: 0;
    z-index: 2;
    vertical-align:middle;
    display:none;
    position:relative;z-index:50;
}
.right-img.on{display:inline-block;}

.right-img {
    position: absolute;
}


._nav3 {
    display: none;
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    top: 0;
}

._nav3 .logo img {
    float: left;
    margin-right: 10px;
}

._nav3 .logo p {
    color: #212a5b;
    font-size: 14px;
    float: left;
    line-height: 50px;
}

._nav3 .ctext {
    width: 100%;
    float: left;
}

._nav3 .ctext .top {
    position: relative;
    z-index: 5;
}

._nav3 .ctext .menuph {
    display: block;
}

._nav3 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
}

._nav3 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
}

._nav3 .ctext .menuph .point:hover .navbtn,
._nav3 .ctext .menuph .point:hover .navbtn::after,
._nav3 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
}

._nav3 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #1e2758;
    width: 28px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after,
._nav3 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    background: #1e2758;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after {
    top: -10px;
}

._nav3 .ctext .menuph .navbtn::before {
    top: 10px;
}

._nav3 .ctext .menuph .point.active .navbtn {
    background: transparent;
}

._nav3 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

._nav3 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

._nav3 .ctext .xialaph {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
}

._nav3 .ctext .xialaph .ul2,
._nav3 .ctext .xialaph .ul3 {
    display: none;
}

._nav3 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
}

._nav3 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
}

._nav3 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph li:last-child h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h4:hover a,
._nav3 .ctext .xialaph h5:hover a {
    color: #1e2758;
}

._nav3 .ctext .xialaph h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h5 a {
    float: left;
    width: 80%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}

._nav3 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph li:last-child h5::after {
    display: none;
}

._nav3 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 18px;
    margin-right: 18px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h4.active img.img_s,
._nav3 .ctext .xialaph h5.active img.img_s {
    display: none;
}

._nav3 .ctext .xialaph h4.active img.img_d,
._nav3 .ctext .xialaph h5.active img.img_d {
    display: block;
}

._nav3 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
}

._nav3 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
}

._nav3 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

._nav3 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
}

._nav3 .ctext .img_d,
._nav3 .ctext .disno {
    display: none;
}

._nav3 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
}

._nav3 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
}

._nav3 .ctext.sub .box .bg {
    opacity: 1;
}

._nav3 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
}

._nav3 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
}

._nav3 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
}

._nav3 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    /* border: 1px solid #1e2758; */
}

._nav3 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
}

._nav3 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search1.png)#222c5f center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 15px;
}

._nav3 .lang {
    display: flex;
    align-items: center;
    color: #1e2758;
    height: 50px;
    float: right;
    margin-right: 50px;
}

._nav3 .lang a {
    color: #1e2758;
    font-size: 16px;
}

._nav3 .lang a:hover {
    color: #1e2758 !important
}

._nav3 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
}

._nav3 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    /* border: 1px solid #1e2758; */
}

._nav3 .soph .search {
    float: left;
    width: calc(100% - 50px);
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
    border: 1px solid #1e2758;
}

._nav3 .lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    color: #999;
}

._nav3 .lang a {
    color: #999;
    font-size: 16px;
}
.topnav .jjt{width:100%;}
.topnav .jjt img{width:100%;display:block;}
.topnav.on .jjt{display:none}
._in_back{  width:100%;padding:50px 0.7rem;background:#f6f6f6;float:left;}
._in_back::after{content:"";display:block;clear:both;}
._in_back .top{ float:left; float:right; width: 100%); flex-wrap:wrap; display: flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.35rem;}
._in_back .title{ float:left; display: flex;flex-direction:column }
._in_back .title .tit{ float:left;  color:#fff; font-size:0.4rem; line-height:0.4rem; position:relative; font-weight:bold; padding-left:0.27rem;}
._in_back .title .tit:after{ float:left; width:0.04rem; height:0.36rem; content:''; position:absolute; left:0; top:0.02rem; background:#74db56;}
._in_back .title .text{ float:left; color:#fff; font-size:0.2rem; line-height:0.3rem; margin-top:0.1rem; padding-left:0.27rem; }
._in_back .boxA{ float:left; width:100%; border-left:1px solid rgba(248,248,248,0.6);}
._in_back .left{ float:left; width:1.97rem;}
._in_back .right{ float:right; width: 100%;}
._in_back .box{  position:relative; float:left; width:100%;}
._in_back .box:after{ float:left; width:100%; height:100%; content:''; position:absolute; left:100%; top:0;}
._in_back .box-1,
._in_back .box-1:after{ background:#fff;}
._in_back .news-left-ib{ float:left; width:100%; position:relative;}
.wzdt{ width:100%; float:left;}
.wzdt li{ width:100%;float:left; border-bottom:1px dashed #323232; padding:10px 0;}
.wzdt li .a1{ width:100%;float:left;  font-size:16px;font-weight:bold; line-height:24px; color:#323232}
.wzdt li .a2{float:left; text-align:center; padding-right:10px; line-height:24px; color:#323232}
.w_501{margin-top:-20px;}
.kpxqs{width:100%;float:left;}
.kpxqs img{width:100%;display:block;}
.introduce_con .introduce_info img{max-width:100%;}
@media screen and (max-width:1024px) {
.kpxqs{padding-bottom:20px;}
.dzs{padding-bottom:12px!important;}
.w_501{margin-top:0;}
._basis19{text-align:left!important;}
._in_back{  width:100%;padding:30px 15px;background:#f6f6f6;}
}

.product_index .sl2{display:none;}

@media screen and (max-width:1024px) {
    .product_index .sl2{display:block;}
    .product_index .sl1{display:none;}
.introduce_con .introduce_info{padding-left:0;}

}





.fj_sec{width:100%}
.fj_sec .flul{width:100%;}
.fj_sec .flul .fjli{margin-bottom:14px;position:relative;padding-left:16px;}
.fj_sec .flul .fjli::after{content:"";display:block;width:6px;height:6px;background:#000;position:absolute;left:0;top:7px;}
.fj_sec .flul .fjli a{color:#333;font-size:16px;line-height:20px;}
.fj_sec .flul .fjli a:hover{opacity:0.6;}
.fj_sec .flul .fjli:last-child{margin-bottom:0;}
@media screen and (max-width:1024px) {
    .fj_sec .flul .fjli a{color:#333;font-size:14px;line-height:20px;}
}
.swiper-button-prev::after,
.swiper-button-next::after{display:none!important;}
.swiper-button-prev{width: 24px!important;height: 36px!important;background: rgba(255, 255, 255, 0.4)!important;border-radius:0 4px 4px 0!important;left:0!important;opacity:1!important;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
.swiper-button-prev::before{
    content: "";
height: 8px;
width: 8px;
border-top: 2px solid #565451;
border-right: 2px solid #565451;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%)rotate(225deg);
margin-left: 2px;
}
.swiper-button-next{width: 24px!important;height: 36px!important;background: rgba(255, 255, 255, 0.4)!important;border-radius:4px 0 0 4px!important;right:0!important;opacity:1!important;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
.swiper-button-next::before{
    content: "";
height: 8px;
width: 8px;
border-top: 2px solid #565451;
border-right: 2px solid #565451;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%)rotate(45deg);
margin-left: -2px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{background:rgba(34, 44, 95, 0.8)!important;}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before{border-top: 2px solid #fff;
border-right: 2px solid #fff;}

.knowledge_right .picnew a::after {
content:"";display:block;width:100%;height:100%;background:#000;opacity:0.2;position:absolute;left:0;top:0;
}

.zws_section{
width: 100%;
margin-top: -91px;
opacity: 0;
height: 91px;
position:relative;z-index:-1;
}
@media screen and (max-width:1024px) {
.zws_section{
margin-top: -50px;
height: 50px;

}

      .pop_message2 {
    width: calc(100% - 30px);
    padding: 14px;}


      .pop_message {
    width: calc(100% - 30px);
    padding: 14px;}
    .pop_message .tb{display:block;margin-bottom:14px;}
    .pop_message .tit{font-size:18px;line-height:24px;width:100%;margin-bottom:12px;}
    .close{top:8px;right:8px;}
    .pop_message .input{width:100%;margin-bottom:12px;}
    .pop_message .input input{height:36px;font-size:14px;}
    .pop_message .input .wss{line-height:36px;font-size:14px;}
    .pop_message textarea{height:100px;font-size:14px;}
    .pop_message .textbox .wss{font-size:14px;}



    .pop_message2 .tb{display:block;margin-bottom:14px;}
    .pop_message2 .tit{font-size:18px;line-height:24px;width:100%;margin-bottom:12px;}
    .close{top:8px;right:8px;}
    .pop_message2 .input{width:100%;margin-bottom:12px;}
    .pop_message2 .input input{height:36px;font-size:14px;}
    .pop_message2 .input .wss{line-height:36px;font-size:14px;}
    .pop_message2 textarea{height:100px;font-size:14px;}
    .pop_message2 .textbox .wss{font-size:14px;}



}



.yy_lj {
    float: right;position:relative;z-index:6;margin-right:8px;padding:10px 0;
}
.yy_lj a {
font-size:14px;color:#333;line-height:30px;padding:0 4px;border:1px solid #1e2758;border-radius:15px;
}
@media screen and (max-width:1024px) {
    ._nav3 .box {
    display:block;
    }
}



.rb_pf{width:268px;position:fixed;bottom:20px;right:20px;padding: 20px;border-radius:6px;z-index:999;}
.rb_pf .none{width:px;display:block;position:absolute;right:20px;top:20px;cursor:pointer;}
.rb_pf .tittbox{width:100%;font-size:0;margin-bottom:10px;}
.rb_pf .tittbox .ico{width:21px;display:inline-block;vertical-align:middle;}
.rb_pf .tittbox img{width:100%;display:block;}
.rb_pf .tittbox .words{font-size:18px;color:#ffffff;line-height:24px;display:inline-block;vertical-align:middle;padding-left:8px;font-weight:bold;}
.rb_pf .bt2{font-size:18px;color:#ffffff;line-height:24px;margin-bottom: 10px;}
.rb_pf .bt3{font-size:14px;color:#ffffff;line-height:20px;}
.rb_pf .bt3 span{font-weight:bold;}
@media screen and (max-width:1024px) {
    .rb_pf{display:none;}

}