.button1{
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    cursor: pointer;
    color: #333;
}
.button1 .but_text{
    position: relative;
    left: 25px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.button1 .but_text1{
    position: relative;
    left: 25px;
}
.button1:hover .but_text{
    left: -5px;
}
.button1 .r_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00a9eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 5px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    z-index: 1;
}
.button1:hover .r_img{
    left: calc(100% - 45px);
}
.button1 .r_img1{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    left: 15px;
    /* -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s; */
    z-index: 1;
}
/* .button1:hover .r_img1{
    left: calc(100% - 55px);
} */
.button1 .r_img img{
    width: 10px;
    height: 16px;
}
.button1 .r_img1 img{
    width: 22px;
    height: 20px;
}


.underline .title_span{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    padding-bottom: 1px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 93%,#00a9eb 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -moz-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
    transition: background-size 0.4s cubic-bezier(0.32, 0.17, 0, 1);
}
.underline:hover .title_span {
    background-size: 100% 100%;
    color: #00a9eb;
}
.underline.active {
    padding-bottom: 1px;
    border-bottom: #00a9eb 2px solid;
}
.underline.active .title_span{
    color: #00a9eb;
}

/* 整屏滚动 */
html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer {
    position: relative;
    z-index: 2;
    height: auto;
    background-color: #093f6a;
    display: block;
}
.swip1 .swiper-pagination-bullet{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 15px auto !important;
}
.swip1 .swiper-pagination-bullet-active{
    position: relative;
    width: 12px;
    height: 12px;
    margin: 75px 0 !important;
    background-color: rgba(255, 255, 255, 1);
}
.swip1 .swiper-pagination-bullet-active .pan_top{
    position: absolute;
    bottom: 20px;
    left: 5px;
    height: 0px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.swip1 .swiper-pagination-bullet-active .pan_text{
    position: absolute;
    left: 22px;
    font-size: 14px;
    line-height: 14px;
    margin-top: -1px;
    color: #fff;
    white-space: nowrap;
}
.swip1 .swiper-pagination-bullet-active .pan_botten{
    position: absolute;
    left: 5px;
    top: 20px;
    height: 0px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.swiper-pag1{
    right: 104px !important;
}
/* 整屏滚动结束 */


/* 导航开始 */
.c-nav .show {
    display: inline-block;
    flex-shrink: 0;
    height: 100%;
}
.lan_che1{
    display: inline-block;
}
.c-nav .hiden {
    display: none;
}
.nav_top_right{
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    min-height: 100px;
    flex-shrink: 0;
    padding-top: 35px\0;
}
.c-nav {
    box-shadow: 3px 3px 3px rgb(0,0,0,0.05);
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    height: auto;
    z-index: 100;
    top: 0;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}

.c-nav .navFlex {
    width: 100%;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-content: flex-start;
    color: #333;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.c-nav .c-nav1{
    position: relative;
    background-color: #fff;
    /* overflow: hidden; */
}
.nav_pc{
    background-color: #fff;
    position: absolute;
    width: 141px;
}
.c-nav .c-nav1 .container{
    display: flex;
    justify-content: space-between;
}
.logo_img{
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    flex-shrink: 0;
}
.c-nav-line{
    width: 100%; height: 1px; background-color: #ddd;position: absolute;top: 100px;
}
.logo{
    width: auto;
    height: 34px;
    object-fit: contain;
    display: inline-block;
}
.logo_code{
    padding-left: 19px;
    border-left: 1px solid #dddddd;
    height: 32px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    margin-left: 20px;
    padding-top: -3px;
    display: inline-block;
}
.c-nav .nav_ul_first {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.c-nav .nav_ul_first .nav_li_first {
    display: inline-block;
    width: 141px;
}
.c-nav .nav_ul_first .nav_li_first .nav_a_first {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    /* padding: 35px 0px; */
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-nav .nav_ul_first .nav_li_first .nav_a_first .line_bottom{
    width: 0%;
    height: 2px;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    margin: auto;
    background-color: #FFF;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.lang_active{
    color: #333;
}
.lan_che1 span{
    cursor: pointer;
    color: #666;
}
.lan_che1 {
	position: relative;
}
.lan_che1 .f_cont{
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	background-color: #fff;
	display: none;
}
.lan_che1:hover .f_cont{
	display: block;
}
.lan_che1 .f_cont a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.lan_che1 .f_cont a:first-child{
	padding-top: 20px;
}
.c-nav .nav_ul_first .nav_li_first:hover .nav_a_first .line_bottom{
    width: 100%;
    height: 2px;
    background-color: #00a9eb;
}

.c-nav .btnImg {
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
    cursor: pointer;
}
.lang_change{
    margin-left: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #ddd;
    height: 20px;
    display: inline-block;
    color: #999;
    line-height: 20px;
    font-size: 18px;
}
.check{
    display: inline-block;
    cursor: pointer;
}
.close_check{
    display: none;
}
.clo_che_b{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
}
.sousuo{
    display: none;
    width: 54%;
    padding-top: 38.5px;
}
.sousuo input{
    display: inline-block;
    width: calc(100%-50px);
}
.sousuo .sousuo_img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
.check img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: top;
}
.nav_about,
.nav_inre,
.nav_news,
.nav_social,
.nav_company{
    display: none;
}
.nav_about li,
.nav_inre li,
.nav_news li,
.nav_social li,
.nav_company li{
    padding: 15px 0px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.nav_about li a,
.nav_inre li a,
.nav_news li a,
.nav_social li a,
.nav_company li a{
    color: #666;
}
.nav_about li:last-child,
.nav_inre li:last-child,
.nav_news li:last-child,
.nav_social li:last-child,
.nav_company li:last-child{
    padding-bottom: 20px;
}
.nav_about li:first-child,
.nav_inre li:first-child,
.nav_news li:first-child,
.nav_social li:first-child,
.nav_company li:first-child{
    padding-top: 30px;
}
.nav_pc li a:hover{
    font-weight: bold;
    color: #00a9eb;
}

@media screen and (max-width:1500px) {
    .logo_code{
        display: none;
    }
    .lang_change{
        margin-left: 15px;
        padding: 0 20px 0 15px;
    }
}
@media screen and (max-width:1150px) {
    .c-nav .nav_ul_first .nav_li_first{
        width: 90px;
    }
}

.nav_zwf{
    width: 20%;
}
@media screen and (max-width:525px) {
    .sousuo .sousuo_img {
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }
    .sousuo{
        width: auto;
    }
    .nav_zwf{
        width: 0%;
    }
}
@media screen and (max-width:1000px) {
    .c-nav .logo {
        width: 150px;
    }
}
.nac_jia{
    display: none;
    width: 23px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .index3 .content {
        height: 77px;
    }
    .c-nav .navFlex {
        flex-wrap: wrap;
        font-size: 16px;
        justify-content: space-between;
        height: auto !important;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first .line_bottom{
        display: none;
    }
    .c-nav .nav_ul_first .nav_li_first{
        width: 100%;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_modle{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first{
        height: 72px;
    }
    .nac_jia{
        display: block;
        font-size: 32px;
    }
    .nav_about a:last-child li,
    .nav_inre a:last-child li,
    .nav_news a:last-child li,
    .nav_social a:last-child li,
    .nav_company a:last-child li{
        padding-bottom: 15px;
    }
    .nav_top_right{
        position: absolute;
        min-height: auto;
    }
    .c-nav .nav_ul_first,
    .c-nav .nav_ul_first .nav_li_first{
        display: block;
    }
    .nav_about li, .nav_inre li, .nav_news li, .nav_social li, .nav_company li {
        padding: 15px 0px;
        text-align: left;
        color: #666;
        font-size: 16px;
    }

    .c-nav .nav_ul_first .nav_li_first {
        padding-top: 10px;
        margin-left: 0px;
        display: block;
    }

    .c-nav .nav_ul_first .nav_li_first .nav_a_first {
        border-bottom: 3px solid transparent;
    }

    .c-nav ul a:hover {
        border-bottom: 3px solid #00a9eb;
    }

    .c-nav .nav_ul_first .nav_li_first:nth-child(4),
    .c-nav .nav_ul_first .nav_li_first:nth-child(5) {
        display: block;
    }

    .c-nav .hiden {
        display: block;
    }
    .c-nav .show {
        width: 100%;
        font-size: 16px;
        text-align: center;
        display: none;
        height: 100vh;
        overflow: auto;
        text-align: left;
    }
}
@media screen and (max-width:381px) {
    .sousuo {
        padding: 20px 0;
    }
}
/* 导航结束 */


/* banner */
.swiper-pag2{
    bottom: 50px!important;
}
.swip2 .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 15px!important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1;
}
.swip2 .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
}
#banner .banner_img{
    height: 100%;
    width: 100%;
    position: relative;
}
#banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner .banner_text{
    margin: auto;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
}
#banner .banner_text .container div:first-child{
    font-size: 60px;
    line-height: 80px;
    text-shadow: 7px 7px 9px rgba(0,0,0,0.2);
}
#banner .banner_text .container div:last-child{
    margin-top: 23px;
    width: 40%;
    font-size: 20px;
    line-height: 34px;
}
#banner .ban_gun{
    width: 10%;
    position: absolute;
    bottom: 48px;
    text-align: left;
    z-index: 60;
    margin-left: 8%;
    cursor: pointer;
}
#banner .banner_gun{
    width: 15px;
    height: 21px;
    margin-right: 9px;
    display: inline-block;
}
/* banner结束 */


/* 首页第二屏 */
.index_vidimg{
    display: inline-block;
    position: relative;
    height: 100%;
}
.vid_r{
    display: inline-block; padding: 0 110px 0 120px;width: 50%;height: 100%;
}
.index_vidimg img{
    object-fit: cover;
}
.bofan_b{
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bofan_b .bofan{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}
.bofan_b .bofan_all:hover .bofan {

    -webkit-transform: rotate(360deg);

    animation: rotation 5s linear infinite;

    -moz-animation: rotation 5s linear infinite;

    -webkit-animation: rotation 5s linear infinite;

    -o-animation: rotation 5s linear infinite;

}
.bofan_b .bofan_all .bofan {

    -webkit-transform: rotate(360deg);

    animation: rotation 20s linear infinite;

    -moz-animation: rotation 20s linear infinite;

    -webkit-animation: rotation 20s linear infinite;

    -o-animation: rotation 20s linear infinite;

}
.bofan_b .bofan_i{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
}
#video_pop{
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    padding-top: 100px;
}
#video_pop .video_pop{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video_pop .video_pop video{
    width: 100%;
    object-fit: contain;
}
#video_pop .video_close{
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -28px;
}
.vid_text{
    display: flex;
    align-items: center;
    height: 100%;
}
.en_title{
    font-size: 18px;
    line-height: 36px;
}
.cn_title{
    font-size: 60px;
    line-height: 72px;
    color: #093f6a;
    margin-bottom: 32px;
}
.vid_text .content{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 71px;
}

/* 首页第三块 */
.index3{
    display: flex;
    justify-content: start;
    position: relative;
    text-align: left;
    height: 100%;
    width: 100%;
}
.index3 .width50{
    background-size:cover;
    position: relative;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.index3 .width50 .con_all{
    position: absolute;
    width: 450px;
    height: auto;
    top: 50%;
    left: 174px;
    margin-top: -200px;
}
.index3 .en_title{
    font-size: 18px;
    line-height: 36px;
    color: rgba(255,255,255,1);
}
.index3 .cn_title{
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 32px;
}
.index3 .content{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 71px;
    color: rgba(255,255,255, 0.8);
}
#banner .banner_gun{
    -webkit-animation: bounce-down 1.6s linear infinite;
    animation: bounce-down 1.6s linear infinite;
}
@-webkit-keyframes bounce-down {
    25% {
         -webkit-transform: translateY(-4px);
    }
    50%, 100% {
         -webkit-transform: translateY(0);
    }
    75% {
         -webkit-transform: translateY(4px);
    }
}

@keyframes bounce-down {
     25% {
          transform: translateY(-4px);
     }
     50%, 100% {
          transform: translateY(0);
     }
     75% {
          transform: translateY(4px);
     }
}


/* 首页 第四屏 */
.news {
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    position: relative;
}
.news .patner{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0.2rem;
}
.news .patner .container{
    display: flex;
    justify-content: flex-end;
}
.news .patner img{
    height: 0.6rem;
    min-height: 30px;
    width: auto;
    margin-left: 0.2rem;
}
.news .new_con{
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
    overflow: auto;
}
.news .new_con a{
    width: 25%;
}
.news .new_con .new_kuai{
    margin: 0 25px;
}
.news .new_con .new_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    height: 60px;
    word-break: break-all;
    word-wrap: break-word;
}
.news .new_con .new_title .underline .title_span{
    color: #333;
    font-size: 22px;
    line-height: 30px
}
.news .new_con .new_kuai:hover .new_title .underline .title_span{
    background-size: 100% 100%;
    color: #00a9eb;
}
.news .new_con .new_img{
    margin-bottom: 35px;
}
.news .new_con .new_time{
    color: #333;
    font-size: 16px;
    line-height: 36px;
    margin: 24px 0 6px 0;
}
.news .new_con a .new_img{
    /* height: 240px; */
    overflow: hidden;
}
.news .new_con a .new_img img{
    object-fit: cover;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.news .new_con a:hover .new_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news .new_con .new_contant{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
    word-wrap: break-word;
}


/* 首页最后一屏 */

.index_foot{
    height: 610px;
}
.foot{
    padding-top: 125px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.foot .foot_ul{
    width: 850px;
    display: flex;
    justify-content: space-between;
}
.foot .foot_ul_title{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 14px;
}
.foot .foot_ul_li{
    height: 72px;
    overflow: hidden;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.foot_ul_li_r{
    height: auto !important;
}
.foot .foot_ul_li li{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}
.foot .foot_ul_li li a{
    color: rgba(255, 255, 255, 0.5);
}
.foot_conect .foot_ul{
    width: 402px !important;
}
.foot .foot_ul .foot_conect_img{
    display: flex;
    margin: 0 -15px;
    justify-content: flex-start;
}
.foot .foot_ul .foot_con_img{
    /* width: 20px; */
    height: 20px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 19px 15px 0;
    cursor: pointer;
    position: relative;
}
.foot .foot_ul .foot_con_img img{
    width: auto;
}
.foot .foot_ul .foot_con_img .wx_img{
    width: 120px;
    height: 0px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -54px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.foot .foot_ul .foot_con_img:hover .wx_img{
    height: 120px;
    width: 120px;
}
.foot .foot_ul .foot_con_img .wx_img img{
    width: 100%;
}
.foot .foot_ul .foot_con_img:hover .wx_img img{
    object-fit: cover;
}
.foot .foot_ul .foot_con_img img{
    object-fit: contain;
}
.footer .foot_body{
    padding-top: 88px;
    padding-bottom: 40px;
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(221,221,221,0.2);
}
.footer .fbody_l{
    display: inline-flex;
}
.footer .fbody_l .logo_code{
    flex-shrink: 0;
    color: #fff;
}
.footer .fbody_r{
    color: rgba(255, 255, 255, 0.5);
    display: flex;
}
.footer .fbody_r .fbody_r_t{
    margin-left: 38px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 0.5);
}
.footer .foot_bot{
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 30px;
    margin-top: 22px;
    padding-bottom: 40px;
}
.footer .foot_bot a{
    color: rgba(255, 255, 255, 0.5);
    margin-left: 20px;
}
@media screen and (max-width:1366px) {
    /* .news .new_con .new_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        word-break: break-all;
        word-wrap: break-word;
    } */
}
@media screen and (max-width:991px) {
    .foot_conect .foot_ul{
        width: 202px !important;
    }
}







/* 关于页面 */
/* 关于banner */
.text_h1{
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    text-shadow: 7px 7px 9px rgba(0,0,0,0.2);
}
.text1_h2{
    font-size: 60px;
    line-height: 72px;
    color: #fff;
}
.text2_h2{
    font-size: 60px;
    line-height: 72px;
    color: #093f6a;
}
.text1_h3{
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    font-size: 48px;
}
.text2_h3{
    color: #333;
    line-height: 58px;
    font-size: 44px;
}
.text3_h3{
    color: #093f6a;
    line-height: 72px;
    font-size: 48px;
}
.text1_h4{
    color: #333;
    line-height: 72px;
    font-size: 36px;
}
.text2_h4{
    color: #fff;
    line-height: 72px;
    font-size: 36px;
}
.text_h6{
    color: #333;
    font-size: 18px;
    line-height: 36px;
}
.text1_h6{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
@media screen and (max-width:991px) {
    .text_h1{
        font-size: 60px;
        line-height: 72px;
        color: #fff;
    }
    .text1_h2,
    .text2_h2{
        font-size: 40px;
        line-height: 55px;
    }
    
    .text3_h3{
        color: #093f6a;
        line-height: 48px;
        font-size: 36px;
    }
    .text1_h6{
        font-size: 16px;
        line-height: 32px;
    }
}

/* banner */
.banner{
    position: relative;
    padding-top: 95px;
    z-index: 2;
}
.ban_img{
    width: 100%;
}
.ban_img img{
    object-fit: cover;
}
.banner .ban_black{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: absolute;
    padding-top: 95px;
    top: 0;
    z-index: 2;
}
.banner .ban_black1{
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    padding-top: 95px;
    top: 0;
}
.banner .ban_black1 .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner .ban_black .text_con{
    font-size: 20px;
    line-height: 72px;
    color: #fefefe;
    width: 50%;
}
/* banner结束 */

/* 面包屑 */
#mbx{
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 30px 0 20px 0;
}
.mbx_b{
    background-color: rgb(247,247,247)!important;
}
.mbx{
    display: flex;
}
.mbx .mbx_mr{
    font-size: 16px;
    left: 36px;
    color: #999;
}
.mbx .mbxr{
    margin: 0 18px;
    color: #999;
    flex-shrink: 0;
}
.mbx .mbx_act{
    color: #333;
}
/* 面包屑结束 */
.introduce{
    text-align: left;
    padding: 80px 0 120px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

 .adv_car:nth-child(2n+1) .adv_img {
    float: right;
    padding-left: 50px;
    order: 2;
}

.about_0 .adv_car:nth-child(2n+1) .adv_img{
    padding-left: 200px;
}

.adv_car .adv_img img{
    object-fit: contain;
    height: auto;
}

 .adv_car:nth-child(2n) .adv_img {
    float: left;
    order: 1;
    width: 40%;
}

 .adv_car {
    margin: 100px 0;
    display: flex;
}
 .adv_car:nth-child(2n) {
    background-color: #f5f5f5;
}

 .adv_car:first-child {
    margin-top: 0px;
}

 .adv_car:last-child {
    margin-bottom: 0px;
}

 .all_con {
    display: flex;
    align-items: baseline;
}

 .adv_car:nth-child(2n+1) .all {
    float: left;
    padding-right: 50px;
    order: 1;
}

.about_0 .adv_car:nth-child(2n+1) .all {
    padding-right: 0px;
}

 .adv_car:nth-child(2n) .all {
    float: right;
    width: 60%;
    order: 2;
    padding: 0px 100px;
}
.about_0 .adv_car:nth-child(2n) .all {
    display: flex;
    align-items: center;
}
@media screen and (max-width:991px) {
     .adv_car:nth-child(2n+1) .all {
        width: 100% !important;
        padding: 0px 20px;
    }
     .adv_car:nth-child(2n) .all {
        width: 100% !important;
        padding: 0 20px;
    }
     .adv_car:nth-child(2n+1) .adv_img {
        width: 100% !important;
        padding: 0px;
    }
    
     .adv_car:nth-child(2n) .adv_img {
        width: 100% !important;
        padding: 0px;
    }
     .adv_car {
        flex-wrap: wrap;
    }
     .all_con{
        display: block;
    }
     .adv_car .nombers{
        display: block;
        margin-bottom: 20px;
    }
}

 .nombers {
    display: inline-block;
}

 .con {
    display: inline-block;
}

 .adv_car .adv_title {
    font-size: 30px;
    line-height: 72px;
    color: #333;
    margin-bottom: 50px;
    margin-top: 25px;
}
@media screen and (max-width:991px) {
     .adv_car .adv_title {
        font-size: 24px;
        line-height: 24px;
    }
}

 .adv_car .con .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 55px;
    position: relative;
    top: -7px;
}

 .adv_car .nombers {
    margin-right: 40px;
}

 .adv_car .nombers span {
    display: inline-block;
    font-size: 24px;
    color: #00a9eb;
    padding-bottom: 5px;
    border-bottom: 2px solid #00a9eb;
}

#about_b{
    position: relative;
    height: 740px;
}
#about_b .abt_b{
    height: 740px;
    width: 100%;
}
#about_b .abt_b img{
    object-fit: cover;
}
#about_b .abt_t_t{
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_b .abt_t_t .text1_h2{
    margin-bottom: 23px;
}
@media screen and (max-width:991px) {
    #about_b .abt_b{
        height: 400px;
        width: 100%;
    }
}

/* history */
#history{
    padding: 120px 0 100px 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
#history .history{
    width: 100%;
}
#history .his_bj{
    display: flex;
}
#history .his_bj .title{
    width: 400px;
    text-align: left;
    flex-shrink: 0;
}
#history .his_bj .his_time{
    margin-top: 50px;
    height: 400px;
    overflow-y: auto;
}
#history .his_bj .his_time .his_list{
    display: flex;
    margin-bottom: 45px;
}
#history .his_bj .his_time .his_list .time_year{
    font-size: 36px;
    line-height: 36px;
    width: 280px;
    flex-shrink: 0;
    color: #fff;
}
#history .his_bj .his_time .his_list .time_con ul li{
    list-style-type: initial;
    color: #fff;
    line-height: 1.8;
}
#history .his_bj .his_time .his_list .time_con ul li p{
    color: #fff;
}
.foot_ul a{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 36px;
}
.foot_ul .zkgd{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    line-height: 36px;
}

/* IE 浏览器 */
#history .his_bj .his_time{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #00a9eb;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #0099dd;
    /*滚动条阴影*/
    scrollbar-shadow-color: #0099dd;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #dddddd;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:none;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: none;
    /*滚动条基准颜色*/
    scrollbar-base-color: #0099dd;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
#history .his_bj .his_time::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #dddddd;
}
/*滚动条的轨道*/
#history .his_bj .his_time::-webkit-scrollbar-track{
    background-color: #dddddd;
}
/*滚动条的滑块按钮*/
#history .his_bj .his_time::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #00a9eb;
    box-shadow: none;
}
/*滚动条的上下两端的按钮*/
#history .his_bj .his_time::-webkit-scrollbar-button{
    height: 0;
    background-color: #00a9eb;
}

/* 管理团队 */
#management{
    padding: 120px 0;
}
#management .mana_ren{
    height: 643px;
    margin-top: 50px;
}
.swip_button3{
    width: 100px; 
    height: 47px; 
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
}
.swip_prev3,
.swip_next3{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.swip_prev3:hover,
.swip_next3:hover{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00a9eb;
}
.swip_prev3{
    background-image: url("../img/jt.png");
    background-size: 12px;
}
.swip_prev3:hover{
    background-image: url("../img/jt_h.png");
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.swip_next3{
    background-image: url("../img/jt.png");
    background-size: 12px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.swip_next3:hover{
    background-image: url("../img/jt_h.png");
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */
}
.swip3 .banner_img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.swip3 .swiper-slide{
    text-align: left !important;
    width: calc(33.5% - 30px) !important;
    margin-right: 40px;
}
.swip3 .name_py{
    font-size: 92px;
    line-height: 100px;
    position: absolute;
    font-weight: bold;
    top: 60px;
    left: 60px;
    color: rgba(0, 0, 0, 0.05);
}
.swip3 .name_hz{
    font-size: 34px;
    line-height: 34px;
    position: absolute;
    top: 145px;
    left: 60px;
}
.swip3 .name_hz div{
    width: 22px;
    height: 2px;
    background-color: #333;
    position: relative;
    top: 18px;
}
.swip3 .resume{
    width: 100%;
    height: 335px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(9,63,106,0.9);
    padding: 45px 40px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.swip3 .resume .resume_ti{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 17px;
}
.swip3 .resume .resume_co{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    overflow-y: auto;
    height: 200px;
    padding-right: 40px;
}
/* IE 浏览器 */
.swip3 .resume .resume_co{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #fff;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: rgba(244,244,246,0.3);
    /*滚动条阴影*/
    scrollbar-shadow-color: none;
    /*滚动条轨道颜色*/
    scrollbar-track-color:rgba(244,244,246,0.3);
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:none;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: none;
    /*滚动条基准颜色*/
    scrollbar-base-color: #fff;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.swip3 .resume .resume_co::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: rgba(244,244,246,0.3);
}
/*滚动条的轨道*/
.swip3 .resume .resume_co::-webkit-scrollbar-track{
    background-color:rgba(244,244,246,0.3);
}
/*滚动条的滑块按钮*/
.swip3 .resume .resume_co::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
/*滚动条的上下两端的按钮*/
.swip3 .resume .resume_co::-webkit-scrollbar-button{
    height: 0;
    background-color: rgba(244,244,246,0.3);
}

#innovatm{
    height: 560px;
    position: relative;
}
#innovatm .abt_t_t{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
#innovatm .abt_t_t .inno_all{
    display: flex;
    justify-content: space-between;
}
#innovatm .abt_t_t .inno_con{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.inno_bot{
    position: relative;
    top: -88px;
    width: 100%;
    height: 174px;
    z-index: 5;
}
.inno_bot .inno_bot_b{
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 10px 7px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    text-align: center;
}
.inno_bot .inno_bot_b .width25{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inno_bot .container{
    height: 100%;
}
.inno_bot .con_bot_text{
    font-size: 60px;
    line-height: 72px;
    color: #00a9eb;
    display: inline-block;
}
.inno_bot .danwei{
    vertical-align: bottom;
    font-size: 24px;
    color: #00a9eb;
    display: inline-block;
}
.inno_bot .width25:first-child .width25_line{
    border: none;
}
.inno_bot .width25 .width25_line{
    border-left: 1px solid #f5f5f5;
    width: 100%;
}
.honor_top{
    padding: 29px 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.honor_top_tab{
    margin-left: 85px;
    font-size: 24px;
    line-height: 36px;
    color: #666;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.honor_top_tab .line{
    width: 0;
    margin: auto;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.honor_top_tab.tab_active{
    color: #00a9eb;
}
.honor_top_tab.tab_active .line{
    width: 100%;
    position: relative;
    bottom: -30px;
    height: 2px;
    background-color: #00a9eb;
    z-index: 2;
}

.tab-but-swip{
    background-color: #f5f5f5;
}

.tab_lunb {
    position: relative;
}
/* .tab_lunb .swiper-wrapper{
    width: 96%;
    margin: 0 40px;
} */
.tab_lunb .swip_prev3{
    position: absolute;
    top: 35%;
    left: -70px;
}
.tab_lunb .swip_next3{
    position: absolute;
    top: 35%;
    right: -70px;
}
.tab_swip .swiper-slide{
    width: calc(25% - 20px) !important;
    display: block;
    background-color: #f5f5f5;
    padding: 40px;
    margin: 0 10px;
    height: auto;
}
.tab_swip .swiper-slide:hover .honor_sm{
    color: #00a9eb;
}
.tab_swip .swiper-slide .honor_zs{
    overflow: hidden;
}
.tab_swip .swiper-slide .honor_zs img{
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.tab_swip .swiper-slide:hover .honor_zs img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.tab_lunb .honor_sm{
    margin-top: 40px;
}
.tab_lunb .tab_swip_pag{
    text-align: center;
    margin-top: 55px;
    margin-bottom: 110px;
}
.tab_lunb .swiper-pagination-bullet-active{
    background-color: #00a9eb !important;
}
.tab_lunb .swiper-pagination-bullet{
    margin: 0 15px;
    width: 12px !important;
    height: 12px !important;
}

/* framework */
#framework{
    padding: 120px 0;
}
#framework .fram{
    display: flex;
    justify-content: space-between;
    position: relative;
}
#framework .fram .fram_l{
    position: absolute;
    top: 0;
    left: 0;
}
#framework .fram .fram_r{
    margin-top: 100px;
}
.purch_b{
    position: fixed;
    top: 0;
    z-index: -1;
}
#purchase .adv_car:nth-child(2n+1) .all,
.social2 .adv_car:nth-child(2n+1) .all{
    width: 56.3%;
}
.pers_b .adv_car:nth-child(2n+1) .adv_img{
    padding-left: 77px;
}
#purchase .adv_car:nth-child(2n+1) .adv_img,
.social2 .adv_car:nth-child(2n+1) .adv_img{
    width: 43.7%;
}
.purch_b img{
    width: auto;
    object-fit: cover;
}
#purchase{
    padding: 120px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}
.deve_title{
    margin-bottom: 50px;
}
#purchase .deve_box{
    background-color: #fff;
    padding: 80px 100px;
}
#purchase .adv_car .con .text{
    margin-bottom: 0px;
    top: 0px;
}
#purchase .xianguanwj{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media screen and (max-width:991px) {
    #purchase .xianguanwj{
        margin-top: 30px;
    }
    .introduce .button1,
    .prod_con .button1{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px) {
    #purchase .deve_box{
        padding: 40px 20px;
    }
}
#purchase .wenjianxz{
    height: 340px;
    width: 100%;
    padding-right: 20px;
    overflow: auto;
}
#purchase .file_down{
    height: 100px;
    padding: 0 40px 0 29px;
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
#purchase .wenjianxz a{
    margin-bottom: 20px;
}
#purchase .wenjianxz a:last-child{
    margin-bottom: 0px;
}
#purchase .file_down .file_name{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
/* IE 浏览器 */
#purchase .wenjianxz{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #333;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #333;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: rgba(223, 223, 223, 0.1);
    /*滚动条阴影*/
    scrollbar-shadow-color: none;
    /*滚动条轨道颜色*/
    scrollbar-track-color:rgba(223, 223, 223, 0.1);
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color: rgba(0,0,0,0.1);
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: rgba(0,0,0,0.1);
    /*滚动条基准颜色*/
    scrollbar-base-color: #333;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
#purchase .wenjianxz::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: rgba(0,0,0,0.1);
}
/*滚动条的轨道*/
#purchase .wenjianxz::-webkit-scrollbar-track{
    background-color:rgba(0,0,0,0.1);
}
/*滚动条的滑块按钮*/
#purchase .wenjianxz::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #333;
    box-shadow: none;
}
/*滚动条的上下两端的按钮*/
#purchase .wenjianxz::-webkit-scrollbar-button{
    height: 0;
    background-color: rgba(0,0,0,0.1);
}
#purchase .down_image{
    width: 28px;
    height: 32px;
    overflow: hidden;
    margin-left: 10px;
    flex-shrink: 0;
}
#purchase .down_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#purchase .down_img_h{
    display: none;
}
#purchase .file_down:hover .down_img_h{
    display: block;
}
#purchase .file_down:hover .down_img{
    display: none;
}
#purchase .file_down:hover .file_name{
    color: #fff;
}
#purchase .file_down:hover{
    background-color: #00a9eb;
}

/* 公司业务 */
.company{
    padding: 70px 0 120px 0;
    background-color: rgb(247,247,247);
    position: relative;
    z-index: 2;
}
.company .honor_top{
    padding-top: 0;
}
.company .honor_top_tab{
    margin-left: 0;
    margin-right: 90px;
    font-size: 30px;
    color: #999;
}
.company .honor_top_tab.tab_active{
    color: #00a9eb;
}
.company .honor_top_tab.tab_active .line{
    height: 4px;
}
.company .honor_top_tab2{
    margin-left: 0;
    margin-right: 90px;
    font-size: 30px;
    color: #999;
}
.company .honor_top_tab2.tab_active{
    color: #00a9eb;
}
.company .honor_top_tab2.tab_active .line{
    height: 4px;
    width: 100%;
    background-color: #00a9eb;
    position: relative;
    bottom: -29px;
}
.company .asdqw1{
    margin: -24px;
}
.company .asdqw1 .tab_lunb_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.company .asdqw1 .tab_lunb .tab_lunb_box{
    padding: 32px 37px;
    width: calc(25% - 49px);
    height: auto;
    margin: 20px 24px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}


.company .hhw_img{
    width: 100%;
    max-height: 214px;
    overflow: hidden;
}
.company .hhw_img img{
    width: 100%;
    object-fit: cover;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.company .tab_lunb_box:hover .hhw_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.company .hhw_title{
    color: #333;
    font-size: 22px;
    line-height: 72px;
}
.company .miaoshu{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
    word-wrap: break-word;
}
.company .jt_h1{
    display: none;
}
.company .tsgd{
    display: flex;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 7px;
    color: #333;
}
.company .jt_h{
    width: 10px;
    height: 16px;
    margin-left: 18px;
}
.company .jt_h img{
    vertical-align: top;
}
@media (min-width: 768px){
    .company .asdqw1 .tab_lunb .tab_lunb_box:hover{
        background-image: url('../img/hhw_b.png');
        box-shadow: 0px 5px 10px rgba(9,63,106,0.2);
        background-repeat:no-repeat ;
        background-size:100% 100%;
    }
    .company .tab_lunb_box:hover .miaoshu{
        color: rgba(255,255,255,0.7);
    }
    .company .tab_lunb_box:hover .jt_h1{
        display: block;
    }
    .company .tab_lunb_box:hover .jt_h2{
        display: none;
    }
    .company .tab_lunb_box:hover .hhw_title,
    .company .tab_lunb_box:hover .tsgd{
        color: #fff;
    }
}


/* 产品详情 */
.prod_con{
    padding: 100px 0 140px 0;
    background-color: rgb(247,247,247);
}
.prod_con .text2_h2{
    line-height: 60px;
    margin-bottom: 6px;
}
.prod_con .adv_car:nth-child(2n+1) .adv_img{
    padding-left: 132px;
}
.prod_con .table_ti{
    width: 55px;
}
.prod_con .table_co,
.prod_con .table_ti{
    font-size: 18px;
    line-height: 36px;
    vertical-align: top;
    color: #666;
}

.honor_top1 .honor_top_tab.tab_active{
    margin: 0;
    color: #333;
    font-size: 32px;
    text-align: left;
}
.honor_top1 .honor_top_tab.tab_active .line{
    width: 164px;
    height: 4px;
    background-color: #093f6a;
}
.table_contant{
    padding: 50px 0 140px 0;
}
.table_contant .table_con{
    max-height: 800px;
    overflow: auto;
    padding-right: 40px;
    padding-bottom: 20px;
}
/* IE 浏览器 */
.table_contant .table_con{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #00a9eb;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #00a9eb;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #dddddd;
    /*滚动条阴影*/
    scrollbar-shadow-color: none;
    /*滚动条轨道颜色*/
    scrollbar-track-color:#dddddd;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:none;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: none;
    /*滚动条基准颜色*/
    scrollbar-base-color: #00a9eb;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.table_contant .table_con::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #dddddd;
}
/*滚动条的轨道*/
.table_contant .table_con::-webkit-scrollbar-track{
    background-color:#dddddd;
}
/*滚动条的滑块按钮*/
.table_contant .table_con::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #00a9eb;
    box-shadow: none;
}
/*滚动条的上下两端的按钮*/
.table_contant .table_con::-webkit-scrollbar-button{
    height: 0;
    background-color: #dddddd;
}
.table_con table{
    width: 100%;
    border-collapse: collapse;
}
.table_con table,
.table_con tr,
.table_con th,
.table_con td{
    border: 0.5px solid #ccc;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
}
.table_con th{
    font-size: 28px;
    color: #000;
    background-color: rgb(223,231,235);
}
.table_con .table_minw{
    min-width: 600px;
}

.other_prod {
    padding: 70px 0 140px 0;
    background-color: rgb(247,247,247);
}
.other_prod .company{
    padding: 0;
}


/* 新闻动态 */
.news_nav{
    padding: 25px 0 60px 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.news_nav .underline.active .title_span{
    color: #00a9eb;
}
.news_nav .news_nav_all{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.news_nav .news_nav_t{
    padding-right: 30px;
    border-right: 1px solid #bfbfbf;
    margin-right: 30px;
    /* display: inline-block; */
}
.news_nav .news_nav_all a:last-child .news_nav_t{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
.news_nav .new_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_nav .new_nav .news_nav_r{
    width: 400px;
    height: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-top: 40px;
}
@media screen and (max-width:1366px) {
    .news_nav .news_nav_t{
        padding-right: 20px;
        border-right: 1px solid #bfbfbf;
        margin-right: 20px;
    }
}
@media screen and (max-width:1100px) {
    .news_nav .new_nav{
        justify-content: flex-start;
    }
}
.news_nav .new_nav .news_nav_r span{
    color: #00a9eb;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
.news_nav .new_nav .you_email{
    width: 350px;
}
.news_nav .new_nav .news_nav_r input{
    font-size: 14px !important;
    color: #999;
}
.news_list{
    padding: 80px 0 1px 0;
    background-color: rgb(247,247,247);
}
.news_list .new_list{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.news_list .new_list .new_title{
    margin-bottom: 20px;
}
.news_list .new_list .new_title .title_span{
    color: #333;
}
.news_list a:last-child{
    margin-bottom: 0px;
}
.news_list .new_list .time{
    height: 115px;
    width: 200px;
    flex-shrink: 0;
}
.news_list .new_list .new_img{
    width: 495px;
    height: 240px;
    flex-shrink: 0;
}
.news_list .new_list .new_tico{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 80px;
    height: 240px;
    border-bottom: 1px solid #ddd;
}
.news_list .new_list .new_tico .yue_tian{
    font-size: 48px;
    line-height: 48px;
    color: #333;
}
.news_list .new_list .new_tico .year{
    margin-left: 8px;
    margin-top: 15px;
    color: #333;
}
.news_list .new_list .new_img{
    width: 400px;
    height: 240px;
    object-fit: cover;
    text-align: right;
    overflow: hidden;
}
.news_list .new_list .new_img img{
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.news_list .new_list:hover .new_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news_list .new_list .title .title_span{
    color: #333;
}
.news_list .new_list:hover .underline{
    padding-bottom: 1px;
    
}
.news_list .new_list .new_content .title{
    cursor: pointer;
    margin-bottom: 18px;
}
.news_list .new_list .new_content .new_con{
    font-size: 18px;
    line-height: 36px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
    word-wrap: break-word;
}
.news_list .new_list:hover .underline .title_span{
    background-size: 100% 100%;
    color: #00a9eb;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

@media screen and (max-width: 991px) {
    .news_list .new_list .new_tico{
        flex-wrap: wrap;
        order: 2;
        height: 260px;
        padding-bottom: 22px;
    }
    .news_list .new_list .new_img{
        order: 1;
        width: 100%;
    }
    .news_list .new_list .new_img img{
        object-fit: contain;
    }
    .news_list .new_list{
        flex-wrap: wrap;
    }
    .news_list .new_list .new_tico{
        margin-right: 0;
    }
    .news_list .new_list .time{
        height: auto;
        margin-top: 15px;
        display: flex;
    }
    .news_list .new_list .new_tico{
        height: auto !important;
    }
    .news_list .new_list:hover .new_content .title{
        border-bottom: #00a9eb 2px solid;
    }
    .news_list .new_list .new_content .title{
        height: 28px;
    }
    .news_list .new_list .title .title_span{
        overflow: hidden;
        text-overflow: ellipsis;
        height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:1;
        word-break: break-all;
        word-wrap: break-word;
    }
}

.basepage{
    text-align: center;
    background-color: rgb(247,247,247);
    padding-bottom: 140px;
    padding-top: 60px;
}
.basepage .prev,
.basepage .next{
    width: 114px;
    height: 44px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: rgba(247,247,247,0);
    line-height: 44px;
    margin-right: 10px;
}
.basepage .next{
    margin-right: 0px;
}
.basepage a{
    margin-bottom: 20px;
    color: #666;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}
.basepage a:hover{
    color: #fff;
    background-color: #00a9eb;
    border: 1px solid rgba(0, 0, 0, 0);
}
.basepage .num{
    width: 44px;
    height: 44px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: rgba(247,247,247,0);
    line-height: 44px;
    margin-right: 10px;
    cursor: pointer;
}
.basepage .num.active{
    color: #fff;
    background-color:  #00a9eb;
    border: 1px solid #00a9eb;
}

.swip3 .swiper-wrapper .swiper-slide:last-child{
    margin-right: 0;
} 
/* 联系我们 */
.contact{
    padding: 80px 0 140px 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.contact .adv_img{
    background-color: #f5f5f5;
}
.contact .all{
    padding-right: 130px !important;
}
.contact .contact_list{
    padding: 55px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
}
.contact .all_con{
    display: inline-block !important;
}
.contact .all_con .contact_list:last-child{
    border-bottom: none;
}
.contact .list_l{
    flex-shrink: 0;
    width: 180px;
}
.contact .list_r ul li{
    font-size: 18px;
    line-height: 36px;
    word-break: break-all;
    word-wrap: break-word;
}
.contact .list_r ul li a{
    color: #333;
}
.contact .list_num{
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 2px solid #dddddd;
}
.contact .addr{
    font-size: 24px;
    line-height: 24px;
}
.contact .title_span{
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 3px;
}
.contact .yjdh{
    display: inline-block;
    margin-left: 20px;
}
.contact .adv_img{
    padding: 60px 40px !important;
}
.contact .contact_form input:-ms-input-placeholder,/* Internet Explorer 10+ */
.contact .contact_form input::-moz-placeholder,/* Mozilla Firefox 19+ */ 
.contact .contact_form input:-moz-placeholder,/* Mozilla Firefox 4 to 18 */
.contact .contact_form input::-webkit-input-placeholder { /* WebKit browsers */ 
    font-size: 18px;
    color: #999;
}
.contact .contact_form input{
    height: 60px;
    background-color: #fff;
    padding: 20px 28px;
    width: 100%;
    margin-bottom: 20px;
}
.contact .contact_form textarea{
    height: 134px;
    background-color: #fff;
    padding: 20px 28px;
    width: 100%;
    margin-bottom: 20px;
}
.contact .contact_form .yzm{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.contact .contact_form .yzm .yzm_input{
    width: 100%;
    height: 60px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7px;
}
.contact .contact_form .yzm .yzm_input .yzm_img{
    height: 50px;
    width: 152px;
}
.contact .contact_form .yzm .yzm_input .yzm_img img{
    object-fit: contain;
}
.contact .contact_form .yzm .yzm_input input{
    width: 50%;
    margin-bottom: 0;
}
.contact .contact_form .yzm .co_submit{
    width: 180px;
    height: 60px;
    background-color: #00a9eb;
    text-align: center;
    color: #fff;
    margin-left: 50px;
    flex-shrink: 0;
    cursor: pointer;
}
.pers_b .adv_car .con .text{
    color: #666;
}

@media (max-width: 1366px){
    .contact .all{
        padding-right: 50px !important;
    }
}
@media (max-width: 1050px){
    .contact .all{
        padding-right: 50px !important;
    }
    .contact .contact_list{
        flex-wrap: wrap;
    }
    .contact .list_l .list_num{
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .contact .addr{
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .contact .contact_list{
        padding: 30px 0;
    }
}



/* 人才培养 */
.pers_b{
    background-color: #f5f5f5;
}
.personnel{
    height: 100%;
    display: flex;
    align-items: center;
}
.cy_ambient{
    padding: 90px 0 100px 0;
}
.cy_am_imglist{
    margin: 40px -15px -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cy_am_imglist .cy_am_img{
    width: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}
.cy_am_imglist .cy_am_img img{
    object-fit: cover;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.cy_am_imglist .cy_am_img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.recruit{
    padding: 120px 0 140px 0;
    background-color: #f5f5f5;
}
.recruit .honor_top_tab{
    margin: 0;
}
.recruit .rec_top{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruit .rec_top>div{
    display: flex;
    justify-content: flex-start;
}
.recruit .zhaop{
    width: 240px;
    height: 68px;
    color: #999;
    background-color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
}
.recruit .zhaop.tab_active{
    background-color: #00aaeb;
    color: #fff;
}
.recruit .rec_top .zwlx{
    width: 300px;
    height: 48px;
    background-color: #fff;
    position: relative;
}
.recruit .rec_top .zwlx select{
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
    padding: 0 19px;
    font-size: 16px;
}
.recruit .rec_top .zwlx img{
    width: 16px;
    height: 9px;
    right: 19px;
    top: 50%;
    margin-top: -4.5px;
    position: absolute;
    cursor: pointer;
}
.recruit .rec_top .check1{
    margin-left: 20px;
    width: 240px;
    height: 48px;
    background-color: #fff;
    position: relative;
}
.recruit .rec_top .check1 input{
    width: 210px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    padding: 0 19px;
    font-size: 16px;
    color: #999;
}
.recruit .rec_top .check1 img{
    width: 20px;
    height: 20px;
    right: 19px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
}
.recruit .rec_top .check1 input:-ms-input-placeholder,/* Internet Explorer 10+ */
.recruit .rec_top .check1 input::-moz-placeholder,/* Mozilla Firefox 19+ */ 
.recruit .rec_top .check1 input:-moz-placeholder,/* Mozilla Firefox 4 to 18 */
.recruit .rec_top .check1 input::-webkit-input-placeholder { /* WebKit browsers */ 
    font-size: 16px;
    color: #999;
}
.not-arrow{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.not-arrow::-ms-expand { 
    display: none; 
}
.recruit .tab_th{
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    height: 120px;
    border-bottom: 1px solid #cccccc;
    align-items: center;
}
.recruit .tab_th div{
    display: inline-block;
    width: 14.28%;
    text-align: center;
}
.recruit .tab_td{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 130px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.recruit .tab_td div{
    width: 13.28%;
    text-align: center;
    cursor: pointer;
}
.recruit .tab_td .tab_td_img{
    width: 16px;
    height: 9px;
    margin-left: 15px;
}
.recruit .teb_div{
    background-color: #fff;
    overflow: auto;
}
.recruit .teb_div .tab_body{
    min-width: 850px;
}
/* IE 浏览器 */
.recruit .teb_div{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #00a9eb;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #00a9eb;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #dddddd;
    /*滚动条阴影*/
    scrollbar-shadow-color: none;
    /*滚动条轨道颜色*/
    scrollbar-track-color:#dddddd;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:none;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: none;
    /*滚动条基准颜色*/
    scrollbar-base-color: #00a9eb;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.recruit .teb_div::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #dddddd;
}
/*滚动条的轨道*/
.recruit .teb_div::-webkit-scrollbar-track{
    background-color:#dddddd;
}
/*滚动条的滑块按钮*/
.recruit .teb_div::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #00a9eb;
    box-shadow: none;
}
/*滚动条的上下两端的按钮*/
.recruit .teb_div::-webkit-scrollbar-button{
    height: 0;
    background-color: #dddddd;
}
@media (max-width: 1150px){
    .recruit .zhaop{
        width: 140px;
        height: 54px;
        line-height: 54px;
        font-size: 22px;
    }
}
@media (max-width: 991px){
    .recruit .tab_td{
        font-size: 16px;
        height: 90px;
    }
    .recruit .tab_th{
        font-size: 20px;
        height: 80px;
    }
    .recruit .rec_top{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .rec_top_r{
        width: 100%;
        margin-top: 50px;
        display: flex !important;
        justify-content: center !important;
    }
    .cy_am_imglist .cy_am_img{
        width: calc(50% - 30px);
        margin: 15px;
    }
}

.teb_div .zp_con_all{
    display: none;
    padding: 50px 90px;
    position: relative;
    top: 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.teb_div .zp_con_all .zp_con p{
    font-size: 18px;
    color: #666;
}
.teb_div .zp_con_all .zp_con ul,
.teb_div .zp_con_all .zp_con ol{
    padding-left: 20px;
}
.teb_div .zp_con_all .zp_con ul li,
.teb_div .zp_con_all .zp_con ol li{
    list-style: decimal;
}
.zp_con_but{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* .zp_con_but .button1{
    margin-left: 40px;
} */
.zp_con_but .button1 .r_img img{
    width: 20px;
    height: 22px;
}
.zp_con_h3{
    font-size: 22px;
}


/* 投资者关系 */
.anncir{
    padding: 80px 0;
    background-color: #f7f7f7;
}
.anncir .ann_daoh{
    width: 320px;
    background-color: #00a9eb;
    padding: 30px 50px 50px;
}
.left_zhanwei{
    width: 320px;
    height: 1px;
}
.anncir .ann_daoh .year_list{
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.anncir .ann_daoh .year_list .yuan{
    width: 10px;
    height: 10px;
    margin-right: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}
.anncir .ann_daoh .year_list .year{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.anncir .ann_daoh .year_list .line{
    height: 65px;
    width: 1px;
    background-color: rgba(255,255,255, 0.3);
    position: absolute;
    left: 4.7px;
    top: 50%;
}
.anncir .ann_daoh .year_list:last-child .line{
    height: 35px;
}


.anncir .ann_daoh .year_list.active .year{
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}
.anncir .ann_daoh .year_list.active .yuan{
    background-color: rgba(255, 255, 255, 1);
}
.anncir .container{
    display: flex;
}
.anncir .ann_right{
    width: 78%;
    padding: 50px 0 0 75px;
}
.anncir .ann_right .kuai_list{
    display: flex;
}
.anncir .ann_right .kuai_list .kuai_year{
    width: 200px;
    flex-shrink: 0;
    color: #00a9eb;
    font-size: 48px;
    line-height: 48px;
}
.anncir .ann_right .kuai_list .ann_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #dddddd;
}
.anncir .ann_right .kuai_list .sadsads{
    width: 100%;
}
.anncir .ann_right .kuai_list .sadsads .title{
    color: #333;
}
.anncir .ann_right .kuai_list .sadsads .time{
    color: #999;
}
.anncir .ann_right .kuai_list .sadsads a:hover .title{
    color: #00a9eb;
}
.anncir .ann_right .kuai_list .sadsads a:first-child .ann_list{
    padding-top: 0;
}
.anncir .ann_right .kuai_list .ann_list_down{
    width: 28px;
    height: 32px;
    margin-left: 10%;
    flex-shrink: 0;
}
/* 定期报告 */
.ann_right .dqbg div{
    color: #666666;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ann_right .dqbg{
    width: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}
.ann_right .dqbg img{
    width: 100%;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.ann_right .dqbg:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.dqbgall .sadsads{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -30px -45px -30px -15px;
}
.dqbgall .ann_right .kuai_list:first-child{
    margin-top: 0px;
}
.dqbgall .ann_right .kuai_list{
    margin-top: 50px;
}
.qygz{
    padding: 82px 0;
    background-color: #f7f7f7;
}
.qygz .adv_car .all{
    padding: 0;
}
.qygz .adv_car .adv_img{
    padding-left: 0;
}
.qygz .adv_car{
    margin: 0 -10px -10px;
    display: flex;
    flex-wrap: wrap;
}
.qygz .gsxx_list{
    margin: 10px 10px;
    padding: 34px 60px;
    background-color: #fff;
    width: calc(50% - 20px);
}
.qygz .gsxx_list .gsmz{
    font-size: 24px;
    line-height: 36px;
    color: #093f6a;
    margin-bottom: 12px;
}
.qygz .gsxx_list .addr{
    font-size: 18px;
    line-height: 30px;
    color: #666;
}
.qygz .gsxx_list .addr1{
    font-size: 18px;
    line-height: 36px;
}
.qygz .gsxx_list hr{
    width: 100%;
    height: 0px;
    border: 0.5px solid #e5e5e5;
    margin: 18.5px 0;
}
.qygz1 .gsxx_list{
    margin: 40px 0;
    width: 100%;
}
@media (max-width: 1367px){
    .qygz .gsxx_list{
        padding: 30px;
    }
}

.gpxx{
    width: 100%;
    margin-top: 33px;
}
.gpxx .inno_bot_b1{
    color: #fff;
    height: 250px;
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.gpxx .inno_bot_b1 .explain{
    font-size: 18px;
    line-height: 40px;
}
.gpxx .inno_bot_b1 .con_bot_text{
    font-size: 32px;
    line-height: 1.4;
}
.ban_black1 .xxly{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left:  -40px;
}
.ban_black1 .xxly div{
    margin-left: 40px;
    margin-bottom: 15px;
    align-self: flex-end;
}
.wmsswj{
    padding: 80px 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.wmsswj .xmsswj_img{
    width: 50%;
    margin: auto;
}
.wmsswj .sswj_but{
    height: 70px;
    width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: #00a9eb;
    margin: auto;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.tzzlx{
    padding: 100px 0;
    background-color: #f7f7f7;
}
.tzzlx .all,
.tzzlx .adv_img{
    padding: 0 !important;
}
.tzzlx .adv_img .tzzlx_r{
    padding: 130px 162px 130px 110px;
}
.tzzlx .adv_img .tzzlx_r .title{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 36px;
}
.tzzlx .adv_img .tzzlx_r .list_r{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.tzzlx .adv_img .tzzlx_r .list_r ul li a{
    color: #fff;
}
.tzzlx .title_span{
    font-size: 18px;
}
.give_us form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.give_us{
    padding: 0px 0 140px;
    background-color: #f7f7f7;
}
.give_us .give_inp{
    width: calc(33.33% - 20px);
    margin: 10px;
}
.give_us .give_inp input{
    width: 100%;
    background-color: #fff;
    height: 60px;
    padding: 0 25px;
}
.give_us .give_teta{
    width: 100%;
    margin: 10px;
}
.give_us .give_teta textarea{
    width: 100%;
    background-color: #fff;
    height: 144px;
    padding: 15px 25px;
}
.give_inp .yzm_input{
    width: 100%;
    height: 60px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7px;
}
.give_inp .yzm_input input{
    width: calc(100% - 160px);
}
.give_us .co_submit{
    width: 180px;
    height: 60px;
    background-color: #00a9eb;
    color: #fff;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.give_us .co_submit div{
    font-size: 18px;
}
.give_us .yzm_img{
    width: 152px;
    height: 50px;
}
.new_deta{
    padding: 70px 0 120px;
}
.new_deta .new_deta_l{
    width: 56.25%;
    display: inline-block;
}
.new_deta .new_deta_l .text2_h3{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 33px;
}
.new_deta .new_deta_r{
    width: 29%;
    display: inline-block;
}
.new_deta .new_deta_l .new_time{
    margin: 10px 0 35px;
    font-size: 16px;
    color: #999;
}
.new_deta .new_deta_all{
    display: flex;
    justify-content: space-between;
}
.new_deta .new_deta_l video{
    width: 100%;
    object-fit: contain;
}
.new_deta .fxwb{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.new_deta .fxwb_t{
    color: #999;
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
}
.new_deta .fxwb .fxwb_img{
    margin-left: 20px;
    width: 20px;
    height: 16px;
}
.new_deta .fxwb .fxwb_img img{
    width: 100%;
    vertical-align: top;
}
.new_deta_all .new_foot .new_pvne{
    display: flex;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 14px;
}
.new_deta_all .new_foot .new_pvne:hover{
    color: #00a9eb;
}
.new_deta_all .new_foot .new_foot_l a:last-child .new_pvne{
    margin-bottom: 0px;
}
.new_deta_all .new_foot{
    display: flex;
    justify-content: space-between;
}
.new_prev,
.new_next{
    flex-shrink: 0;
    width: 75px;
}
.new_deta_all .new_foot .new_foot_r{
    display: flex;
    align-items: center;
}
.new_deta_all .new_foot .new_foot_r .back_img{
    width: 14px;
    height: 12px;
    display: flex;
}
.new_deta_all .new_foot .new_foot_r .fhlb{
    margin-left: 9px;
    color: #333;
    font-size: 16px;
}
.new_deta_r .xgtj{
    font-size: 24px;
    line-height: 24px;
}
.new_deta_r .xgtj_con{
    margin: 13px 0 30px;
    padding: 30px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.new_deta_r .xgtj_con .xgtj_list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.new_deta_r .xgtj_con .xgtj_list .xgtj_img{
    width: 115px;
    height: 85px;
    flex-shrink: 0;
}
.new_deta_r .xgtj_con .xgtj_list .xgtj_img img{
    object-fit: contain;
}
.new_deta_r .xgtj_con .xgtj_list .xgtj_time{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.new_deta_r .xgtj_con .xgtj_list .xgtj_bt{
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}
.new_deta_r .xgtj_con .xgtj_list .xgtj_t{
    margin-left: 20px;
}
.new_deta_r .xgtj_con .xgtj_list:hover .xgtj_bt{
    color: #00a9eb;
}
.new_deta_r .xgtj_foot{
    font-size: 18px;
    line-height: 72px;
}
.new_deta_r .xgtj_inp{
    width: 100%;
    display: flex;
}
.new_deta_r .xgtj_inp input{
    width: calc(100% - 130px);
    height: 50px;
    background-color: #f5f5f5;
    padding: 0 18px;
    font-size: 14px;
}
.new_deta_r .xgtj_sub{
    display: flex;
    width: 130px;
    height: 50px;
    background-color: #00a9eb;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new_deta_all .new_foot a{
    width: 100px;
    flex-shrink: 0;
    margin-left: 20px;
}
.new_deta_all .new_foot .new_foot_l a{
    margin: 0;
    font-size: 16px;
}
.checkyem{
    padding: 210px 0 110px;
}
.checkyem .news_list{
    padding: 0;
}
.checkyem .honor_top1{
    display: flex;align-items: flex-end; width: 100%;
}
.check_title{
    font-size: 36px;
    margin-bottom: 40px;
}
.checkyem .honor_top_tab1{
    margin: 0 !important;
    width: 200px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    font-size: 18px;
}
.checkyem .honor_top_tab1.tab_active{
    color: #fff;
    background-color: #00a9eb;
}
.checkyem .honor_top{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.checkyem .check_result{
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin-top: 19px;
    margin-bottom: 85px;
}
.check_new .asdqw1{
    margin: 0 -20px;
}
.table_minw img{
    width: auto;
    height: auto;
    object-fit: unset;
}
.foot .foot_conect .foot_ul{
    width: 410px !important;
}
@media screen and (max-width: 1679px) {
    .tzzlx .adv_img .tzzlx_r{
        padding: 130px 90px;
    }
    .ann_right .dqbg{
        width: calc(33.33% - 30px);
        margin: 15px;
    }
    .pers_b .adv_car:nth-child(2n+1) .adv_img{
        padding-left: 50px;
    }
    .c-nav .nav_ul_first .nav_li_first {
        width: 120px;
    }
    .nav_pc{
        width: 120px;
    }
    #management .mana_ren {
        height: 570px;
    }
    .swip3 .name_py {
        font-size: 56px;
        line-height: 84px;
        top: 40px;
    }
    .swip3 .name_hz {
        top: 104px;
    }
    .tab_swip .swiper-slide {
        padding: 40px;
    }
    .about_0 .adv_car:nth-child(2n+1) .adv_img{
        padding-left: 50px;
    }
    .prod_con .adv_car:nth-child(2n+1) .adv_img{
        padding-left: 50px;
    }
}
@media screen and (max-width:1601px) {
    .vid_r{
        display: inline-block; padding: 0 130px 0 100px;width: 75%;height: 100%;
    }
    .index3 .width50 .con_all{
        left: 140px;
    }
    .swiper-pag1{
        right: 70px !important;
    }
    .tab_swip .swiper-slide {
        padding: 30px;
    }
    .foot .foot_ul{
        width: 680px !important;
    }
    .gpxx .inno_bot_b1{
        height: 220px;
    }
}
.mbxxiac{
    height: 100px;
}
.new_foot_l{
    font-size: 16px;
    color: #666;
}
@media screen and (max-width:1366px) {
    #framework .fram .fram_r{
        margin-top: 70px;
    }
    .tzzlx .adv_img .tzzlx_r .title,
    .new_deta .new_deta_l .text2_h3{
        font-size: 30px;
        margin-bottom: 23px;
    }
    .foot .foot_conect .foot_ul{
        width: 300px !important;
    }
    .tzzlx .adv_img .tzzlx_r .list_r,
    .list_r .underline .title_span,
    .contact .list_r ul li{
        font-size: 16px;
    }
    .underline .title_span{
        font-size: 20px;
    }
    .qygz .gsxx_list .addr{
        font-size: 16px;
        line-height: 2;
    }
    .qygz .gsxx_list .gsmz{
        font-size: 22px;
        margin-bottom: 0;
    }
    .new_foot_l{
        font-size: 16px;
        color: #666;
    }
    .new_deta_all .new_foot .new_pvne{
        font-size: 16px;
    }
    .new_deta_all .new_foot .new_foot_r .fhlb{
        font-size: 16px;
    }
    .mbxxiac{
        height: 72px;
    }
    .anncir .ann_daoh,
    .left_zhanwei{
        width: 280px;
    }
    .text2_h3,
    .text3_h3{
        font-size: 34px;
        line-height: 42px;
    }
    .recruit .zhaop{
        width: 220px;
        font-size: 20px;
    }
    .recruit .tab_th {
        font-size: 20px;
        height: 80px;
    }
    .recruit .tab_td{
        height: 80px;
        font-size: 16px;
    }
    .cy_am_imglist{
        margin-top: 0;
    } 
    .news_list .new_list .new_tico .yue_tian {
        font-size: 40px;
        line-height: 40px;
    }
    .news_list .new_list .time{
        height: auto;
    }
    .news_list .new_list .new_img{
        width: 340px;
        height: 204px;
    }
    .news_list .new_list .new_tico{
        height: 204px;
    }
    .news_list .new_list .new_content .new_con{
        font-size: 16px;
        line-height: 1.6;
    }
    #purchase .file_down .file_name{
        font-size: 16px;
    }
    #purchase .file_down{
        height: 80px;
    }
    .index_foot{
        height: 560px;
    }
    .deve_title {
        margin-bottom: 20px;
    }
    .basepage {
        padding-bottom: 60px;
        padding-top: 40px;
    }
    .prod_con .table_co, .prod_con .table_ti{
        font-size: 16px;
        line-height: 2;
    }
    .company .hhw_title{
        font-size: 18px;
        line-height: 50px;
    }
    .company .miaoshu{
        font-size: 14px;
        line-height: 1.6;
    }
    .company .tsgd {
        margin-top: 25px;
    }
    .company .asdqw1{
        margin: 0 -14px;
    }
    .company{
        padding-top: 60px;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box{
        padding: 20px;
        margin: 20px 14px;
        width: calc(25% - 28px);
    }
    #innovatm{
        height: 400px;    
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #innovatm .abt_t_t .inno_con {
        font-size: 16px;
        line-height: 2;
    }
    #history .his_bj .his_time .his_list{
        margin-bottom: 25px;
    }
    .adv_car .adv_title{
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .nav_about li, .nav_inre li, .nav_news li, .nav_social li, .nav_company li{
        font-size: 14px;
        padding: 10px 0;
    }
    .banner .ban_black{
        padding-top: 72px;
    }
    #mbx{
        padding: 15px 0 10px 0;
    }
    .text2_h2, .text1_h2{
        font-size: 34px;
        line-height: 1.6;
    }
    .mbx .mbx_mr{
        font-size: 14px;
        line-height: 1.6;
    }
    .text_h1{
        font-size: 48px;
        line-height: 1.4;
    }
    .banner .ban_black .text_con{
        font-size: 16px;
        line-height: 1.6;
        margin-top: 16px;
    }
    .foot .foot_ul_title{
        font-size: 18px;
    }
    .foot .foot_ul_li li{
        font-size: 16px;
    }
    #purchase .deve_box{
        padding: 60px;
    }
    #banner .banner_text .container div:first-child {
        font-size: 48px;
        line-height: 60px;
    }
    #banner .banner_text .container div:last-child {
        font-size: 16px;
        line-height: 30px;
    }
    .check img{
        position: relative;
        top: 2px;
        width: 18px;
        height: 18px;
        vertical-align: baseline;
    }
    .sousuo{
        padding-top: 22.5px;
    }
    .lang_change{
        font-size: 16px;
    }
    .c-nav-line{
        top: 72px;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first{
        height: 72px;
    }
    .logo_img{
        padding-top: 22px;
    }
    .logo{
        height: 22px;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first{
        font-size: 16px;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first .line_bottom{
        bottom: -1px;
    }
    .nav_top_right,
    .logo_img,
    .c-nav .navFlex{
        height: 72px;
        min-height: auto;
    }
    .nav_top_right{
        padding-top: 0px\0;
    }
    .news_list .new_list .new_title .title_span{
        font-size: 20px;
    }
    #about_b{
        height: 500px;
    }
    .adv_car .con .text{
        font-size: 16px;
    }
    .prod_con .text2_h2 {
        margin-top: -15px;
    }
    .foot{
        padding-top: 100px;
    }
    .prod_con .adv_car .con .text{
        margin-bottom: 30px;
    }
    .cn_title {
        font-size: 34px;
        line-height: 52px;
        margin-bottom: 12px;
    }
    .vid_text .content {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 31px;
    }
    .en_title {
        font-size: 18px;
        line-height: 30px;
    }
    .vid_text {
        padding-top: 20px;
    }
    .banner{
        padding-top: 72px;
    }
    .index3 .cn_title {
        font-size: 34px;
        line-height: 52px;
        margin-bottom: 12px;
    }
    .index3 .content {
        font-size: 16px;
        line-height: 1.6;
    }
    .index3 .width50 .con_all{
        left: 120px;
        margin-top: -130px;
    }
    .news .new_con a .new_img{
        /* height: 170px !important; */
    }
    .news .new_con .new_kuai{
        margin: 0 10px;
    }
    .news .new_con {
        margin: 0px 20px 0 -10px;
    }
    .news{
        padding-top: 60px;
    }
    .news .new_con .new_title .underline .title_span{
        font-size: 20px;
        line-height: 1.6;
    }
    .news .new_con .new_contant{
        font-size: 14px;
    }
    .news .new_con .new_img {
        margin-bottom: 15px;
    }
    .news .new_con .new_title {
        font-size: 18px;
        line-height: 25px;
    }
    .news .new_con .new_time {
        color: #333;
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 3px 0;
    }
    .text_h6 {
        color: #333;
        font-size: 14px;
        line-height: 1.6;
    }
    #management .mana_ren {
        height: 510px;
        margin-top: 30px;
    }
    .swip3 .resume {
        height: 300px;
        /* bottom: -306px; */
        padding: 25px 30px;
    }
    .swip3 .resume .resume_co {
        padding-right: 10px;
    }
    .swip3 .name_py {
        font-size: 62px;
        line-height: 70px;
        top: 30px;
        left: 30px;
    }
    .swip3 .name_hz {
        font-size: 26px;
        line-height: 26px;
        top: 85px;
        left: 35px;
    }
    .swip3 .name_hz div {
        top: 10px;
    }
    .honor_top_tab {
        margin-left: 65px;
        font-size: 20px;
        line-height: 32px;
    }
    .honor_top_tab2 {
        margin-left: 65px;
        font-size: 20px;
        line-height: 32px;
    }
    .tab_swip .swiper-slide {
        padding: 25px;
    }
    .tab_lunb .swip_prev3,
    .tab_lunb .swip_next3 {
        top: 40%;
    }
    .tab_lunb .swip_prev3{
        left: -50px;
    }
    .tab_lunb .swip_next3{
        right: -50px;
    }
    .honor_top {
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .honor_top_tab.tab_active .line{
        bottom: -16px;
    }
    .honor_top_tab2.tab_active .line{
        bottom: -16px;
    }
    .company .honor_top_tab2.tab_active .line{
        bottom: -16px;
    }
    .tab_lunb .tab_swip_pag{
        margin-top: 30px;
        margin-bottom: 100px;
    }
    #history .his_bj .his_time .his_list .time_year{
        width: 180px;
        font-size: 32px;
    }
    #history .his_bj .title{
        width: 300px;
    }
    .company .honor_top_tab{
        margin-left: 0;
        margin-right: 90px;
        font-size: 24px;
        color: #999;
    }
    .company .honor_top_tab2{
        margin-left: 0;
        margin-right: 90px;
        font-size: 20px;
        color: #999;
    }
    .anncir .ann_daoh .year_list.active .year{
        font-size: 24px;
    }
    .anncir .ann_right .kuai_list .kuai_year{
        width: 130px;
        font-size: 36px;
    }
    .anncir .ann_right .kuai_list .ann_list{
        padding: 20px 0;
    }
    .introduce,
    #purchase,
    .contact,
    #history,
    #management,
    .anncir,
    .new_deta,
    .tzzlx,
    .qygz,
    .recruit,
    .company,
    .cy_ambient,
    .prod_con,
    .table_contant,
    .other_prod {
        padding: 80px 0 80px;
    }
    .new_deta{
        padding-top: 50px;
    }
    .swiper-pag2,
    #banner .ban_gun{
        bottom: 20px !important;
    }
}
@media screen and (max-width: 1280px) {
    .en_title {
        font-size: 16px;
        line-height: 34px;
    }
    .index_foot{
        height: 575px;
    }
    .cn_title {
        font-size: 32px;
        line-height: 36px;
    }
    .anncir .ann_daoh,
    .left_zhanwei {
        width: 260px;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        width: calc(33.33% - 49px);
    }
}
@media (max-width: 1150px){
    .contact .contact_form .yzm .co_submit {
        margin-left: 0;
    }
    .c-nav .nav_ul_first .nav_li_first {
        width: 90px;
    }
    .tab_swip .swiper-slide {
        width: calc(33.33% - 20px) !important;
    }
    .nav_pc{
        width: 90px;
    }
}
@media (max-width: 1050px){
    .contact .contact_form .yzm .co_submit {
        width: 125px;
    }
}
@media screen and (max-width: 1024px) {
    .gpxx .inno_bot_b1{
        flex-wrap: wrap;
        height: 225px;
        margin-bottom: 50px;
    }
    .news .new_con {
        flex-wrap: wrap;
    }
    .news .new_con a {
        width: calc(50% - 20px);
    }
    .deve_title{
        margin-bottom: 25px;
    }
    .c-nav .logo{
        width: 150px;
    }
    .lang_change{
        padding: 0 10px 0 15px;
    }
    .vid_r {
        padding: 0 85px 0 35px;
        width: 90%;
    }
    .news .new_con .new_kuai{
        margin: 0 10px;
    }
    .footer .foot_body{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer .foot_bot{
        padding-bottom: 20px;
    }
    .index_foot{
        height: 545px;
    }
    .foot_conect .foot_ul {
        width: 240px !important;
    }
    .adv_car:nth-child(2n) .all{
        padding: 0 40px;
    }
    .adv_car:nth-child(2n+1) .all{
        padding-right: 25px;
    }
    .adv_car:nth-child(2n+1) .adv_img{
        padding-left: 25px !important;
    }
    
    .qygz .adv_car .all,
    .qygz .adv_car .adv_img {
        padding: 0;
    }
    #about_b .abt_b{
        height: 390px;
    }
    #history .his_bj .title {
        width: 250px;
    }
    #history .his_bj .his_time .his_list .time_year {
        width: 120px;
        font-size: 28px;
    }
    #management .mana_ren {
        height: 385px;
        margin-top: 30px;
    }
    .swip3 .resume .resume_ti {
        font-size: 16px;
        line-height: 26px;
    }
    .swip3 .resume .resume_co {
        font-size: 14px;
        line-height: 25px;
    }
    .swip3 .name_py {
        font-size: 42px;
        line-height: 42px;
    }
    .swip3 .name_hz {
        font-size: 20px;
        line-height: 26px;
        top: 53px;
    }
    .tab_swip .swiper-slide {
        padding: 15px;
    }
    .tab_lunb .honor_sm {
        margin-top: 20px;
    }
    .tab_lunb .swip_next3 {
        right: -60px;
    }
    .tab_lunb .swip_prev3 {
        left: -60px;
    }
    #purchase .wenjianxz{
        height: 400px;
    }
    .contact .contact_form .yzm{
        flex-wrap: wrap;
    }
    .contact .contact_form .yzm .co_submit {
        margin: auto;
        margin-top: 30px;
    }
    .contact .contact_list {
        padding: 26px 0;
    }
    .text2_h2, .text1_h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .news_list .new_list .new_img {
        width: 270px;
        height: 175px;
    }
    .news_list .new_list .new_tico .yue_tian {
        font-size: 36px;
        line-height: 36px;
    }
    .underline .title_span {
        font-size: 18px;
        line-height: 24px;
    }
    .news_list .new_list .new_content .new_con {
        font-size: 16px;
        line-height: 26px;
    }
    .news_list .new_list .time {
        width: 150px;
    }
    .news_list .new_list .new_tico {
        margin-right: 50px;
    }
    .anncir .ann_right {
        padding: 20px 0 0 20px;
    }
    .anncir .ann_right .kuai_list .kuai_year {
        width: 156px;
        font-size: 42px;
    }
}
@media screen and (max-width: 991px) {
    #banner .ban_gun {
        bottom: 80px !important;
        left: 50%;
        margin-left: -43px;
        width: auto;
    }
    #banner .banner_text .container div:last-child,
    .banner .ban_black .text_con{
        width: 100%;
    }
    .news_list .new_list .new_title .title_span{
        font-size: 20px;
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        word-break: break-all;
        word-wrap: break-word; */
    }
    .contact .adv_car:nth-child(2n+1) .adv_img{
        padding: 20px!important;
    }
    .news_list .new_list .new_tico .year{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .about_0 .adv_car:nth-child(2n+1) .adv_img{
        padding-left: 0px;
    }
    .lang_change {
        padding: 0 5px 0 5px;
        margin-left: 5px;
    }
    /* .check img {
        width: 15px;
        height: 15px;
        vertical-align: baseline;
    } */
    .c-nav .logo {
        width: auto;
        height: 24px;
    }
    .adv_car:nth-child(2n+1) .all,
    .adv_car:nth-child(2n+1) .adv_img{
        padding: 0px !important;
    }
    .qygz .adv_car {
        margin: 0 0px -10px;
    }
    .qygz .gsxx_list {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .contact .contact_form .yzm .co_submit {
        margin: 0;
    }
    .contact .contact_form .yzm {
        flex-wrap: nowrap;
    }
    .news .new_con a .new_img {
        max-height: 200px !important;
    }
    .news .new_con .new_kuai {
        margin: 20px 10px;
    }
    .news .new_con {
        display: flex;
        justify-content: space-between;
        margin: -20px -10px;
    }
    .anncir .ann_daoh {
        width: 173px;
        padding: 15px 30px;
    }
    .left_zhanwei {
        width: 173px;
    }
    .anncir .ann_right .kuai_list .kuai_year {
        width: 145px;
        font-size: 36px;
        line-height: 48px;
    }
    .news_list .container{
        display: flex;
    }
    .news_list .new_list .new_img{
        width: 100%;
        height: 220px;
    }
    .news_list .new_list .new_img img{
        object-fit: cover;
    }
    .news_list .new_list .new_tico{
        margin-right: 0;
        height: auto;
    }
    .news_list a{
        margin: 0 30px 30px;
        width: calc(50% - 60px);
    }
    .news_list .new_list:last-child {
        margin-bottom: 30px;
    }
    .text2_h3 {
        line-height: 46px;
        font-size: 32px;
    }
    .new_deta_r .xgtj_inp input{
        width: 100%;
    }
    .new_deta_r .xgtj_sub {
        margin-left: auto;
        /* margin-top: 20px; */
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        width: calc(50% - 48px);
    }
    .index3 .width50 .con_all {
        left: 60px;
    }
    .contact .list_l {
        flex-shrink: 0;
        width: 100%;
    }
    .contact .all {
        padding-right: 0px !important;
    }
    .check_new .news_list .container {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 900px) {
    .banner .ban_black{
        text-align: left;
    }
    .check_new .news_list .container{
        margin: 0 -25px;
    }
}
@media screen and (max-width: 768px) {
    .news .new_con .new_kuai{
        margin: 10px;
    }
    .news_list .new_list .new_tico .yue_tian{
        font-size: 16px;
        line-height: 34px;
    }
    #banner .banner_text .container div:first-child{
        font-size: 36px;
        line-height: 50px;
    }
    #banner .banner_text .container{
        width: 100%;
    }
    .ban_img{
        height: 100%;
    }
    .honor_top1 .honor_top_tab.tab_active{
        font-size: 26px;
    }
    #about_b{
        height: 400px;
    }
    .foot .foot_ul_title {
        font-size: 16px;
        line-height: 16px;
    }
    .lang_change {
        padding: 0 10px 0 10px;
        margin-left: 5px;
        border-left: 0px;
        font-size: 16px;
    }
    .lan_che1{
        padding: 0 10px 0 0;
    }
    .c-nav .btnImg {
        height: 30px;
        width: auto;
        padding: 0;
    }
    .index3 .width50 .con_all {
        margin-top: -180px;
    }
    .foot .foot_ul_li li{
        font-size: 14px;
    }
    
    .foot .foot_ul {
        width: 435px !important;
    }
    #history .history{
        margin-top: 30px;
    }
    #history .his_bj .title {
        width: 180px;
    }
    .inno_bot {
        height: 245px;
    }
    .inno_bot .inno_bot_b {
        flex-wrap: wrap;
    }
    .inno_bot .inno_bot_b .width25 {
        width: 50%;
    }
    .inno_bot .width25 .width25_line {
        border-left: 0px solid #f5f5f5;
    }
    .swip3 .swiper-slide {
        text-align: left !important;
        width: calc(50% - 40px) !important;
    }
    #management .mana_ren {
        height: 415px;
    }
    #innovatm .abt_t_t .inno_con {
        width: 70%;
    }
    #purchase .deve_box {
        padding: 40px 50px;
    }
    .new_deta .new_deta_r,
    .new_deta .new_deta_l {
        width: 100%;
        display: inline-block;
    }
    .new_deta .new_deta_r {
        padding-top: 40px;
        margin-top: 30px;
        border-top: 1px solid #ddd;
    }
    .new_deta .new_deta_all {
        flex-wrap: wrap;
    }
    .new_deta_r .xgtj_con {
        border-top: 0px solid #dddddd;
    }
    .tzzlx .adv_img .tzzlx_r {
        padding: 60px 80px;
    }
    .give_us .give_inp {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .c-nav .nav_ul_first .nav_li_first {
        margin-left: 0px;
        width: 100%;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }
    .c-nav .nav_ul_first .nav_li_first .nav_a_first {
        font-size: 18px;
        justify-content: flex-start;
        height: 55px;
    }
    .nav_pc {
        width: 100%;
        position: relative;
    }
    .tab_lunb .swip_prev3,
    .tab_lunb .swip_next3 {
        display: none;
    }
    .nav_about li:first-child, .nav_inre li:first-child, .nav_news li:first-child, .nav_social li:first-child, .nav_company li:first-child{
        padding-top: 10px;
    }
    .nav_about li, .nav_inre li, .nav_news li, .nav_social li, .nav_company li{
        font-size: 16px;
    }
    .nav_about li:last-child, .nav_inre li:last-child, .nav_news li:last-child, .nav_social li:last-child, .nav_company li:last-child{
        padding-bottom: 10px;
    }
    .guanyu{
        flex-wrap: wrap;
    }
    .index_vidimg {
        height: 50%;
    }
    .vid_r {
        padding: 0 20px;
        height: 50%;
        width: 100%;
    }
    .index3 {
        flex-wrap: wrap;
        padding-top: 72px;
    }
    .index3 .width50 {
        width: 100% !important;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .vid_text {
        padding-top: 0px;
    }
    
    .news .new_con a  {
        width: 50%;
    }
    .tab_swip .swiper-slide{
        width: calc(50% - 20px) !important;
    }
    #history .his_bj {
        flex-wrap: wrap;
    }
    .company .hhw_img {
        max-height: 141px;
    }
    .company .hhw_title {
        font-size: 20px;
        line-height: 50px;
    }
    .company .miaoshu {
        line-height: 26px;
    }
    .company .tsgd {
        margin-top: 20px;
    }
    .adv_car:nth-child(2n) .all {
        padding: 0 20px;
    }
    .adv_car .con .text {
        margin-bottom: 5px;
    }
    .swiper-container-vertical>.swiper-pagination-bullets{
        display: none;
    }
    .checkyem{
        padding: 150px 0 60px;
    }
    .checkyem .check_result{
        margin-bottom: 45px;
    }
    .introduce,
    #purchase,
    .contact,
    #history,
    #management,
    .anncir,
    .new_deta,
    .tzzlx,
    .qygz,
    .recruit,
    .company,
    .cy_ambient,
    .prod_con,
    .table_contant,
    .other_prod {
        padding: 60px 0 60px;
    }
    .news_list {
        padding: 60px 0 30px;
    }
    .give_us{
        padding-bottom: 60px;
    }
    .basepage{
        padding-bottom: 40px;
    }
    #mbx {
        padding: 15px 0;
    }
    .adv_car {
        margin: 50px 0;
    }
    .adv_car .adv_title {
        margin-bottom: 25px;
        margin-top: 35px;
        font-size: 20px;
        line-height: 5px;
    }
    .contact .list_r ul li {
        font-size: 16px;
        line-height: 32px;
    }
    .contact .addr {
        margin-bottom: 15px;
    }
    .text1_h4 {
        line-height: 48px;
        font-size: 32px;
    }
    .qygz .gsxx_list .gsmz {
        font-size: 20px;
        line-height: 32px;
    }
    .qygz .gsxx_list .addr {
        font-size: 16px;
        line-height: 26px;
    }
    .qygz1 .gsxx_list {
        margin: 20px 0;
    }
}
.max_700px{
    display: none !important;
}
@media screen and (max-width: 700px) {
    #framework .fram .fram_r {
        margin-top: 0px;
    }
    .none_700px{
        display: none !important;
    }
    .max_700px{
        display: block !important;
    }
    .honor_top_tab {
        margin-left: 25px;
    }
    .honor_top_tab2 {
        margin-left: 25px;
    }
    #framework .fram .fram_l {
        top: -70px;
    }
    .foot {
        padding-top: 50px;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .index_foot {
        height: 450px;
    }
    .news .new_con a {
        width: 50%;
    }
    .news .new_con a .new_img {
        height: auto !important;
    }
    
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        width: calc(100% - 48px);
    }
    .company .hhw_img {
        max-height: 335px;
    }
    .new_deta_all .new_foot {
        flex-wrap: wrap;
    }
    .new_deta_all .new_foot a{
        margin: 30px 0 0 0;
    }
    .anncir .ann_right .kuai_list {
        flex-wrap: wrap;
    }
    .anncir .ann_right .kuai_list:first-child .kuai_year {
        margin-top: 0;
    }
    .anncir .ann_right .kuai_list .kuai_year {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .tzzlx .adv_img .tzzlx_r .list_r li a{
        color: #fff;
    }
    .contact .list_r ul li a{
        color: #333;
    }
    .contact .addr{
        font-size: 20px;
    }
    .contact .list_l .list_num {
        display: none;
    }
    .tzzlx .adv_img .tzzlx_r .title {
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 15px;
    }
    .new_deta .new_deta_l .text2_h3{
        font-size: 26px;
        margin-bottom: 13px;
    }
    .left_zhanwei {
        width: 105px;
    }
    .anncir .ann_daoh {
        width: 105px;
        padding: 10px 20px;
    }
    .anncir .ann_daoh .year_list {
        height: 50px;
    }
    .anncir .ann_daoh .year_list .yuan {
        margin-right: 10px;
    }
    .anncir .ann_daoh .year_list.active .year {
        font-size: 20px;
    }
    .anncir .ann_daoh .year_list .year {
        font-size: 14px;
    }
    .anncir .ann_daoh .year_list .line {
        height: 50px;
    }
    .contact .adv_img {
        padding: 40px 20px !important;
    }
    .ann_right .dqbg {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .dqbgall .sadsads {
        margin: -30px -10px;
    }
    .ann_right .dqbg div {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #framework{
        padding-bottom: 60px;
    }
}
.his_time .his_list ul{
    width: auto !important;
}
.close_navBtn{
    width: 20px !important;
    height: 20px !important;
}
@media screen and (max-width: 600px) {
    .ann_daoh,
    .left_zhanwei{
        display: none;
    }
    .recruit .rec_top>div{
        width: 100%;
    }
    
    .text1_h4 {
        line-height: 48px;
        font-size: 26px;
    }
    .text2_h3, .text3_h3{
        font-size: 26px;
    }
    .cy_am_imglist{
        margin: 20px -8px -15px;
    }
    .teb_div .zp_con_all{
        padding: 20px;
    }
    .teb_div .zp_con_all .zp_con p{
        font-size: 18px !important;
    }
    .teb_div .zp_con_all .zp_con ul li p{
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    .cy_am_imglist .cy_am_img {
        width: calc(50% - 16px);
        margin: 8px;
    }
    .recruit .zhaop{
        width: 100%;
    }
    .anncir .ann_right{
        width: 100%;
        padding: 0;
    }
    .anncir .ann_right .kuai_list .ann_list_down{
        margin-left: 20%;
    }
    .recruit .rec_top .check1{
        width: 100%;
        margin-left: 0;
    }
    #innovatm {
        height: 530px;
        background-size: 236%;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        width: 100%;
    }
    /* .introduce, #purchase, .contact, #history, #management, .anncir, .new_deta, .tzzlx, .qygz, .recruit, .cy_ambient, .prod_con, .table_contant, .other_prod{
        padding: 30px 0 60px;
    }
    #about_b .abt_t_t{
        margin-bottom: 30px;
    } */
    .new_deta{
        padding-top: 25px;
    }
    .tzzlx .adv_car {
        background-size: cover !important;
        background-repeat: no-repeat;
    }
    .tzzlx .adv_img .tzzlx_r {
        padding: 40px;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        margin: 10px 14px;
    }
    .introduce .button1, .prod_con .button1{
        margin-bottom: 0;
    }
    .prod_con .adv_car:nth-child(2n+1) .all{
        order: 3;
    }
    .prod_con .text2_h2{
        margin-top: 15px;
    }
    .prod_con .adv_car:nth-child(2n+1) .adv_img{
        margin-top: -30px;
    }
    #history .his_bj .his_time .his_list .time_con ul li{
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .adv_car .nombers{
        display: none;
    }
    .banner .ban_black .text_con{
        margin-top: 8px;
    }
    .grown{
        display: none;
    }
    .foot_conect .foot_ul{
        width: 100% !important;
    }
    .vid_text .content {
        margin-bottom: 30px;
    }
    .news .new_con .new_contant{
        display: none;
    }
    .vid_text .content {
        height: 124px;
        overflow: auto;
    }
    .news_list .new_list .new_tico .year{
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .news_list .new_list .time {
        height: auto;
        margin-top: 15px;
    }
    .news_list .new_list .new_title{
        margin-top: 0px;
    }
    .text2_h3 {
        line-height: 1.4;
        font-size: 26px;
    }
    .check_new .news_list .container {
        margin: 0;
    }
    .footer .fbody_l {
        width: 125px;
    }
    .news .new_con{
        margin-top: 10px;
    }
    .news .new_con .new_title .underline .title_span{
        font-size: 18px;
        line-height: 1.4;
    }
    .news_list a {
        margin: 0;
        width: 100%;
    }
    .news_list .container {
        flex-wrap: wrap;
    }
    .news_nav .news_nav_all {
        margin-top: 20px;
        flex-wrap: wrap;
        width: 100%;
    }
    .news_nav .news_nav_all a {
        margin-top: 20px;
    }
    .news_nav .new_nav .you_email {
        width: calc(100% - 40px);
    }
    .news_nav .new_nav .news_nav_r {
        display: none;
    }
    .news_nav{
        padding: 0 0 40px 0;
    }
    #management .mana_ren {
        height: 530px;
    }
    .swip3 .swiper-slide {
        width: 100% !important;
    }
    .swip3 .name_py {
        font-size: 85px;
        line-height: 85px;
    }
    .swip3 .name_hz {
        font-size: 30px;
        line-height: 36px;
        top: 94px;
    }
    #innovatm .abt_t_t .inno_all {
        flex-wrap: wrap;
    }
    #innovatm .abt_t_t .inno_con {
        width: 100%;
        margin-top: 30px;
    }
    .inno_bot .con_bot_text {
        font-size: 46px;
        line-height: 58px;
    }
    .banner {
        height: 400px;
    }
    .banner .container{
        width: 100%;
    }
    .company .honor_top_tab {
        margin-right: 30px;
        font-size: 20px;
    }
    .company .honor_top_tab.tab_active {
        line-height: 24px;
    }
    .company .honor_top_tab2 {
        margin-right: 30px;
        font-size: 20px;
    }
    .company .honor_top_tab2.tab_active {
        line-height: 24px;
    }
    .mbx .mbxr {
        margin: 0 5px;
    }
    .mbx {
        flex-wrap: wrap;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        padding: 25px;
    }
    #purchase .deve_box {
        padding: 20px 25px;
    }
    #purchase .wenjianxz {
        height: 380px;
    }
    .footer .fbody_r .fbody_r_t {
        margin-left: 20px;
    }
    .contact .contact_form .yzm {
        margin-bottom: 70px;
        flex-wrap: wrap;
    }
    .contact .contact_form .yzm .co_submit{
        margin: 20px auto 0;
        width: 100%;
    }
    .guanyu .vid_r {
        height: 55%;
    }
    .guanyu .index_vidimg {
        height: 45%;
        padding-top: 72px;
    }
    #video_pop .video_close {
        width: 25px;
        height: 25px;
        cursor: pointer;
        position: absolute;
        top: auto;
        right: auto;
        bottom: -30px;
    }
    .bofan_b .bofan{
        margin-top: 30px;
    }
    .bofan_b .bofan_i{
        margin-top: -16px;
    }
    .news .new_con .new_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 52px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        word-break: break-all;
        word-wrap: break-word;
    }
    .index3 .cn_title {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 12px;
    }
    .index3 .en_title {
        line-height: 40px;
    }
    #banner .banner_text div:first-child {
        font-size: 46px;
        line-height: 60px;
    }
    
    .index3 .width50 .con_all {
        width: 352px;
        margin-top: -160px;
    }
    .news_list .new_list .new_tico {
        height: 260px;
    }
    .adv_car .adv_title {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #purchase .file_down{
        padding: 0 20px;
    }
    .text1_h3 {
        line-height: 36px;
        font-size: 36px;
    }
    .gpxx .inno_bot_b1 .explain {
        font-size: 18px;
        line-height: 18px;
    }
    .gpxx .inno_bot_b1 .con_bot_text {
        font-size: 36px;
        line-height: 48px;
    }
    .gpxx .inno_bot_b1 .width33{
        width: 50%;
    }
    .gpxx .inno_bot_b1{
        flex-wrap: wrap;
        height: 320px;
        margin-bottom: 20px;
    }
    .inno_bot_b1 .width25{
        width: 50%;
    }
    .rec_top_r{
        flex-wrap: wrap;
    }
    .recruit .rec_top .zwlx{
        width: 100%;
        margin-bottom: 20px;
    }
    .recruit .rec_top .check{
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 485px) {
    .gpxx .inno_bot_b1 .con_bot_text{
        font-size: 24px;
    }
    .gpxx .inno_bot_b1 .explain{
        font-size: 14px;
    }
    .ban_black1 .xxly{
        font-size: 14px;
    }
    .ban_black1 .xxly div{
        margin-bottom: 7px;
    }
    .text1_h3 {
        font-size: 28px;
    }
    /* .index_foot {
        height: 420px;
    } */
    .beian{
        display: block;
    }
    .footer .foot_bot div:first-child{
        width: 100%;
        text-align: left;
    }
    .footer .foot_bot a{
        margin-left: 0;
    }
    .give_us .give_inp {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .give_us .co_submit{
        width: 100%;
    }
    /* .tzzlx .adv_img .tzzlx_r .title {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px;
    } */
    .tzzlx .adv_img .tzzlx_r .list_r {
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width: 450px) {
    .anncir .ann_daoh {
        width: 85px;
        padding: 10px 10px;
    }
    .left_zhanwei {
        width: 85px;
    }
    #management .mana_ren {
        height: 440px;
    }
    .swip3 .name_py {
        font-size: 42px;
        line-height: 48px;
    }
    .swip3 .name_hz {
        font-size: 22px;
        line-height: 36px;
        top: 58px;
    }
    .swip3 .name_hz div {
        top: 3px;
    }
    .honor_top_tab {
        font-size: 18px;
        line-height: 32px;
        margin-left: 15px;
    }
    .honor_top_tab2 {
        font-size: 18px;
        line-height: 32px;
        margin-left: 15px;
    }
    .text2_h2, .text1_h2 {
        font-size: 26px;
        line-height: 34px !important;
    }
    .text_h1 {
        font-size: 52px;
        line-height: 52px;
    }
    .company .hhw_img {
        max-height: 260px;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        padding: 25px;
    }
    .tab_swip .swiper-slide{
        width: calc(100% - 20px) !important;
    }
    
    /* .ann_right .dqbg {
        width: 100%;
        margin: 10px;
    } */
    
    .deve_title{
        margin-bottom: 20px;
    }
    .checkyem .honor_top1 a{
        width: 50%;
    }
    .checkyem .honor_top_tab1{
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .footer .fbody_r .fbody_r_t {
        margin-left: 10px;
    }
    .vid_text .content {
        font-size: 14px;
        line-height: 26px;
    }
    .button1 .r_img {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #00a9eb;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .button1 .r_img1{
        width: 24px;
        height: 24px;
        left: 10px;
    }
    .button1:hover .r_img1{
        left: calc(100% - 30px);
    }
    .button1 {
        width: 125px;
        height: 36px;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 1);
        padding-right: 10px;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        cursor: pointer;
    }
    .button1 .but_text{
        left: 15px;
        font-size: 14px;
    }
    .button1:hover .r_img {
        left: calc(100% - 23px);
    }
    

    .prod_con .button1 .r_img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #00a9eb;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .prod_con .button1 .r_img1{
        width: 40px;
        height: 40px;
        left: 10px;
    }
    .prod_con .button1:hover .r_img1{
        left: 10px;
    }
    .prod_con .button1 {
        width: 180px;
        height: 50px;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 1);
        padding-right: 10px;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        cursor: pointer;
    }
    .prod_con .button1 .but_text{
        left: 25px;
        font-size: 16px;
    }
    .prod_con .button1:hover .r_img {
        left: 10px;
    }

    .prod_con .adv_car .con .text{
        margin-bottom: 15px;
    }

    .index3 .width50 .con_all {
        width: 300px;
    }
    .prod_con .table_co, .prod_con .table_ti{
        font-size: 16px;
        line-height: 32px;
    }
    .index3 .cn_title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .index3 .width50 .con_all {
        left: 20px;
    }
    .index3 .en_title {
        line-height: 30px;
    }
    .news .new_con a:nth-child(2n+1) .new_img, .news .new_con a:nth-child(2n) .new_img {
        height: auto;
        font-size: 16px;
        line-height: 20px;
    }
    .news .new_con .new_time {
        margin: 5px 0 2px 0;
    }
    .index3 .content{
        height: 77px;
        overflow: auto;
        margin: 20px 0 30px;
    }
    .index3 .width50 .con_all {
        margin-top: -125px;
    }
    .anncir .ann_right .kuai_list .ann_list {
        padding: 15px 0;
        font-size: 16px;
        line-height: 26px;
    }
    .anncir .ann_right .kuai_list .ann_list_down {
        width: 22px;
        height: 26px;
        /* margin-left: 10px; */
        flex-shrink: 0;
    }
    .contact .contact_form .yzm .yzm_input .yzm_img {
        width: 110px;
    }
    .contact .contact_form input {
        height: 50px;
        background-color: #fff;
        padding: 5px 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact .contact_form textarea{
        padding: 5px 15px;
        margin-bottom: 10px;
    }
    .text1_h6 {
        font-size: 16px;
        line-height: 26px;
    }
    #innovatm .abt_t_t .inno_con {
        font-size: 16px;
        line-height: 30px;
    }
    .inno_bot .con_bot_text {
        font-size: 36px;
        line-height: 45px;
    }
    .cn_title {
        font-size: 26px;
        line-height: 28px;
    }
    .text_h1 {
        font-size: 36px;
        line-height: 42px;
    }
}
@media screen and (max-width: 375px) {
    .inno_bot {
        position: relative;
        width: 100%;
        height: 174px;
    }
    .company .hhw_img {
        max-height: 180px;
    }
    .company .asdqw1 .tab_lunb .tab_lunb_box {
        padding: 15px;
    }
    .footer .fbody_r .fbody_r_t {
        margin-left: 5px;
    }
    
    .honor_top_tab {
        font-size: 16px;
        line-height: 28px;
        margin-left: 10px;
    }
    .honor_top_tab.tab_active {
        line-height: 24px;
    }
    .honor_top_tab2 {
        font-size: 16px;
        line-height: 28px;
        margin-left: 10px;
    }
    .honor_top_tab2.tab_active {
        line-height: 24px;
    }
}
@media screen and (max-width: 360px) {
    .company .honor_top_tab {
        margin-right: 20px;
        font-size: 18px;
    }
    .company .honor_top_tab2 {
        margin-right: 20px;
        font-size: 18px;
    }
}

#popup{
    position: fixed;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0.7;
    display: none;
    top: 0;
}
.window{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -300px;
    width: 600px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 10px 0px 20px rgba(0,0,0,0.1);
}
.window .heard{
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
}
.window .heard .close{
    position: absolute;
    right: 20px;
    top: 17.5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.window .content{
    padding: 40px 50px;
}
.window .content .con_info{
    font-size:16px;
    color: #333;
    margin-bottom: 20px;
    font-family: Adobe 黑体 Std;
}
.window .content .con_info span{
    font-size: 24px;
    color: #039eee;
}
.window .content .con_input{
    height: 50px;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    margin: 20px 0;
    position: relative;
}
.window .content form input{
    height: 100%;
    width: 100%;
}
.window .content form input:first-child{
    height: 100%;
    width: 100%;
    padding: 40px 0;
}
.window .content .con_input .con_sel_img{
    width: 17px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
}
.window .content .sub{
    background-color: rgb(0,176,240);
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
}
.window .content .foot_info{
    font-size: 14px;
    color: #999;
    width: 100%;
    text-align: center;
}
.window .content input::-webkit-input-placeholder {
    color: #999;
}
/* 火狐 Mozilla Firefox 4 to 18 */ 
.window .content input:-moz-placeholder {
    color: #999;
}
/* 火狐 Mozilla Firefox 19+ */ 
.window .content input::-moz-placeholder {
    color: #999;
}
/* Internet Explorer 10+ */ 
.window .content input:-ms-input-placeholder {
    color: #999;
}
/* 5.11 */
.new_deta .new_deta_l p img{
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}