/* banner */

.pubbanner {
    width: 100%;
    overflow: hidden;
    position: relative;

  }
  
  .pubbanner-img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
  }
  
  .pubbanner-img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  .pubbanner-words {
    position: absolute;
    z-index: 4;
    color: #fff;
    bottom: 45%;
    left: 116px;
  }
  
  .pubbanner-tolt {
    left: 94px;
  }
  
  .pubbanner-words h6 {
    font-size: 48px;
    font-weight: 300;
    opacity: 0;
  }
  
  .pubbanner-words p {
    font-size: 18px;
    margin-top: 12px;
    opacity: 0;
  }
  
  .pubbanner-line:before,
  .pubbanner-line:after {
    content: "";
    opacity: 0;
    transition: all .4s ease 1s;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    transform: rotate(30deg);
  }
  
  .pubbanner-line:before {
    left: -28px;
  }
  
  .pubbanner-line:after {
    right: -16px;
  }
  
  .pubbanner-active.pubbanner-line:before,
  .pubbanner-active.pubbanner-line:after {
    opacity: .3;
  }
  
  .pubbanner-active.pubbanner-words h6 {
    animation: pubMove 1s ease both 100ms;
  }
  
  .pubbanner-active.pubbanner-words p {
    animation: pubMove 1s ease both 300ms;
  }
  
  @keyframes pubMove {
    0% {
        transform: translateX(240px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
  }
  
  .pubbanner-up {
    position: absolute;
    bottom: 124px;
    left: 24px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    white-space: nowrap;
    font-size: 70px;
    color: #fff;
    opacity: .2;
  }

  
.pageNav11 {
    width: 100%;
    height: 0.8rem;
    background: #fff;  
    border-bottom:1px solid #f0f0f0;
  }
  
  .pageNav11 li {
    float: left;
    height: 0.8rem;
    font-size: 15px;
    text-align: center;
    border-left: 1px solid rgb(255, 255, 255, 0.2);
    padding: 0px 30px;
  }
  .pageNav2 li {padding: 0px 20px;}
  .pageNav3 li { width: 20%;}
  .pageNav4 li {width: 33.33%;}
  .pageNav5 li {width: 50%;}
  .pageNav11 li:first-child {border-left: 0;padding: 0px 30px 0 0;}
  .pageNav11 li .ico { padding: 0.30rem 0 0.15rem;text-align: center;}
  
  .pageNav11 li .ico img {
    width: 33px;
    margin: 0 auto;
  }
  
  .pageNav11 li a {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #555;
    padding: 0 px;  
    font-size: 16px;
    position: relative;
  }
  
  .pageNav11 li a:hover {
    color: #0075c2;
  }
  
  .pageNav11 li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #0075c2;transition: all .2s;
  }
  .pageNav11 li a:hover:before{width: 100%;}
  .pageNav11 li.cur a{
    color: #0075c2;
  }
  .pageNav11 li.cur a:before{
    width: 100%;
  }
  
  .pageNav11 .add {
    margin-right: 2.5%;
    float: right;
    text-align: right;
    line-height: 0.8rem;
    height: 0.8rem;
    color: #555;
    font-weight: 300;
  }
  
  .pageNav11 .add a {
    color: #999;
    font-weight: normal;
    font-size: 13px;
    padding: 0 3px;
  }
  .pageNav11 .add a:hover{ color:#0075c2;}
  
  .pageNav11 .add i {
    color: #284006;
    margin-right: 10px;
  }

  .wrapper03 {display: none; }


@media screen and (max-width:1600px) {
    .headerwrap .header .nav li>a{padding: 0 15px;}
    .wrap {width: 98%;margin: 0 auto;}  
}

@media screen and (max-width:1366px) {
    .headerwrap .header .logo{padding-left: 0.5%;}
    .pageNav2 li {padding: 0px 13px;}
    .ny_main {padding: 60px 1.5%;}
}

@media screen and (max-width:1280px) {     
    .product-detial .summary .summaryTab{ margin-right: 20px;}
    
}

@media screen and (max-width:1200px) {
    .index-banner .item .th1 {font-size: 16px;}
    .footer .bottom h3 strong{display: none;}
    .pageNav2 li {padding: 0px 5px;}
    .pageNav2 li a{font-size: 14px;}
}

@media screen and (max-width:1130px) {   
    .headerwrap .header .nav li>a{padding: 0 10px;}
    .headerwrap .header .right{font-size: 14px; }
     
}

@media screen and (max-width:1000px) {
    .pagenavph {
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        background: #fafafa;
    }
    .pagenavph .back2 {
        position: absolute;
        left: 0;
    }
    .pagenavph .back2 img {
        height: 60px;
        background: #173100;
        width: auto;
    }
    .pagenavph .top {
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        background-color: #fafafa;
        color: #454545;
    }
    .pagenavph .list {
        display: none;
        position: absolute;
        z-index: 22;
        top: 60px;
        left: 0;
        width: 100%;
        background: #fff
    }
    .pagenavph .list li {
        font-size: 14px;
        color: #666;
        border-bottom: 1px #eee solid;
    }
    .pagenavph .list li a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #666;
        background-color: #fff;
        text-align: center;
    }
    .pagenavph .list li a:hover {
        background-color: #0075c2;
        color: #fff;
    }
    .pagenavph .down_jt {
        width: 30px;
        height: 11px;
        background: url(../images/ico30_5.png) no-repeat right center;
        position: absolute;
        right: 0;
        top: 2px;
        -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
        animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite
    }
    .header_tel,
    .menuBtn {
        display: block;
    }
    .header_tel .logo img {
        height: 50px;
        width: auto;
        margin-top: 8px;
        padding-left: 2px;
    }
    .pubbanner-img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    .pubbanner {
        margin-top: 65px; display: none;
    }
    .menuBtn {
        top: 22px;
    }
    #aside {
        top: 65px;
    }
    .headerwrap {
        display: none;
    }
    .index-banner {
        margin-top: 65px;
        height: 500px;
    }
    .bread-box {margin-top: 65px;height: 50px;}
    .bread-box .bread a{line-height: 50px;}
    .bread-box .back {font-size: 14px;line-height: 50px;}
    .f_bq .f_ewm {
        display: none;
    }
    .pageNav11 {
        display: none;
    }
    
    
    /*footer*/
    .footer{ padding-bottom:40px; }
    .footer .top dd{display: none;}
    .footer .bottom h3 strong{display: none;}
    .footer .bottom h4{display: none;}
    .footer .bottom h3{letter-spacing: 0;width: 100%;}
    .footer{padding: 5%;}
    .footer .bottom h3 a{display: inline-block;margin-left: 10px;}
    .footer .bottom{border-top: 0px solid #e5e4e4; padding-top: 10px; }
    .footer .top dt{margin: 0;width: 100%;display: flex;display: -webkit-flex;justify-content: flex-start;-webkit-justify-content:flex-start;align-items: center;-webkit-align-items:center;}
    .footer .top{margin-bottom: 0px;border-bottom: 1px solid #747474;padding-bottom: 20px;margin-bottom: 20px;}
    .footer .top dt img{width: 100px;height: auto;}
    .footer .top dt span i{display: block;font-size: inherit;color: inherit;font-style: normal;}
    .footer .top dt span{display: flex;display: -webkit-flex;justify-content: flex-start;-webkit-justify-content:flex-start;align-items: center;-webkit-align-items:center;margin-left: 10px;color: #666;margin-top: 0;font-size: 12px;}
    .footer .bottom h3 a{display: block;margin: 0;}
    .footer .bottom h3{text-align: left;font-size: 14px; line-height: 24px;}

    .biao {
        overflow-y: hidden;
        overflow-x: auto;
        overflow-x: scroll;
    }
    .prod-param table.biao_w {
        width: 1000px;
    }
    .biao::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }
    .biao::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .biao::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        min-height: 10px;
    }
    .biao::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .historyTitle {
        padding-top: 5px;
    }
    .historyTitle .title1 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .historyTitle .title2 {
        height: 30px;
    }
    .historyTitle .title2:after {
        width: 28px;
        height: 2px;
    }
    .history {
        padding: 0px 0 0px;
    }
    .history .leftDiv {
        width: 100%;
        float: none;
    }
    .history .txt {
        padding-bottom: 35px;
        font-size: 26px;
    }
    .history .list li {
        padding-left: 110px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .history .list li .year {
        padding-left: 20px;
        width: 110px;
        font-size: 24px;
        background: url(../images/nimg14_1.png) 12px center no-repeat;
    }
    .history .list li .content {
        font-size: 13px;
        padding-bottom: 20px;
    }
    .history .list li .wen {
        font-size: 16px;
    }
    .history .rightImg {
        display: none;
    }
    .search-top-box {
        margin-top: 65px;padding: 30px 0 40px 0;
    }
    .search_result ul.s_list {
        margin-top: 0px;
    }
   
    .banner {margin-top: 60px;}
    .banner .swiper-slide {height: 400px;}
    .cp_neir ul li {
        float: left;
        width: 29.3%;
        margin: 0 2% 0.4rem 2%;
    }
    .news1 li{ padding-bottom:10px; margin-bottom:15px; padding-left: 0px; padding-right: 0px;}
	.news1 li .imgDiv{ width:180px; height: 120px;}
	.news1 li .imgDiv img{ width:180px; height: 120px;}
	.news1 li .morebox{ display:none;}
	.news1 li .text{ float:none; width:auto; padding-right:0; padding-left:200px; background:none;}
	.news1 li .text h3{font-size:16px; padding-bottom:10px; margin-bottom:5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.news1 li .text p{line-height:1.5; height:45px; overflow:hidden; font-size:14px;margin-bottom: 15px;}
	.news1 li .text .time{ font-size:12px; color:#8b8b8c;bottom: 22px;}

    .product-detial .summary .summaryTab{  display:none;}
    .product-detial .summary .summary-right{width: 52%;}
    .pro-title h3 span:after{width: 80%; top: 17px; left: 20%; }

    .indexPart1 .center{width: 66%;float: right; padding-top: 15px;} 
    .indexPart1 .right{display:none;}
    .indexPart1 .center p{padding: 0 8% 0 8%;}
}

@media screen and (max-width:861px) {}

@media screen and (max-width:768px) {
    .wrapper03 {display: block; }
    .dis_b{ display: none;}
    .dis_n{ display: block;}
    .menuBtn {
        top: 15px;
    }
    #aside {
        top: 50px;
    }
    .header_tel {
        height: 50px;
        width: 100%;
    }
    .header_tel .logo img {
        height: 40px;
        width: auto;
        margin-top: 5px;
    }
    .index-banner {
        margin-top: 50px;
        height: 250px;
    }
    .pubbanner {
        margin-top: 50px;
    }
    .bread-box {
        margin-top: 50px;
    }
    .w1200 {
        width: 100%;
    }
    .index-banner .item {
        position: absolute;
        width: 100%;
        left: 0%;
        top:50%;
        padding: 0 30px;
      }
    .index-banner .item .th1 {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 0;
        width: 100%;margin-left: 0%;
      
      }
    .index-banner .item .th2 {font-size: 36px;}
    .index-banner .item .tbtn{ display: none;}
    .index-banner .swiper-button-prev {left: 22%;}
    .index-banner .swiper-button-next {right: 22%;}
    
    /*footer*/
    .footer{ margin-bottom: 30px;}
    .footer .left p span {
        width: 100%;
        float: left;
    }
    .footer_tabbar {
        display: block;
    }
    .pubbanner-img {
        width: 100%;
        min-height: 120px;
        object-fit: cover;
    }
    .pagenavph {
        display: block;
        width: 100%;
    }
    .pagenavph .back2 {
        position: absolute;
        left: 0;
    }
    .pagenavph .back2 img {
        height: 50px;
    }
    .pagenavph .top {
        height: 50px;
        line-height: 50px;
    }
    .pagenavph .list {
        top: 50px;
    }
    .ny_main {
        padding: 30px 10px 30px 10px;
    }
    .ny_main .dy_page .wd100 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ny_main .dy_page .wd100 h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    .ny_main .dy_page .wd100 .line {
        margin: 20px 0 20px 0;
    }
    .ny_main .dy_page .left {
        width: 100%;
        float: left;
    }
    .ny_main .dy_page .right {
        width: 100%;
        padding-top: 0px;
    }
    .ny_main .dy_page .left h2 {
        font-size: 20px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 0px;
    }
    .ny_main .dy_page .left h3 {
        font-size: 24px;
    }
    .ny_main .dy_page .left .line {
        margin: 20px 0 20px 0;
    }
    .news_wz_page li {
        width: 47%;
        padding: 10px;
        margin: 0 1.5% 10px;
        font-size: 15px;
        height: 200px;
    }
    .showinfo .left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .showinfo .left img {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
    .showinfo .right {
        width: 100%;
    }
    .showinfo .right .tit {
        font-size: 24px;
    }
    .anli_item {
        width: 98%;
        margin: 0 1% 30px 1%;
    }
    .anli_item p {
        margin-bottom: 20px;
    }
    .anli_item h2 {
        padding: 20px 0px 10px 0;
    }
    .projectshow1 {
        padding: 30px 10px;
        margin: 0;
        width: 100%;
    }
    .projectshow1 .title {
        margin-top: 0;margin-bottom:0px;
    }
    .projectshow1 .title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .projectshow1 .contentbox {
        padding: 20px 0px;
        margin-top: 10px;
    }
    .notice li a {
        font-size: .25rem;
        padding: 0 .3rem 0 1.5rem;
    }
    .notice li a span {
        left: .2rem;
        font-size: .2rem;
    }
    .ctaList li {
        padding: 0;
    }
    .ctaList .ti {
        font-size: 18px;
    }
    .ctaList .p {
        margin-top: 15px;
        line-height: 28px;
        color: #999;
        font-size: 14px;
    }
    .ctaList .namebox {
        width: 100%;
    }
    .ctaList .mabox {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .ditu {
        height: 6rem;
        margin-top: 20px;
    }
    .search {
        width: 100%;
    }
    .search_box {
        width: 90%;
        margin-top: 20px;
    }
    .search_right {
        padding: 30px 20px;
    }
    .search_time {
        font-size: 14px;
    }
    .search_result {
        padding: 15px 10px;
    }
    .td_table table {
        margin: 0px 0;
    }
    .td_table td {
        width: 100%;
        float: left;
    }
    .td_table td img {
        text-align: left;
    }
    table.td_table {
        margin: 0px 0;
    }
    table.td_table td {
        border: 0;
        width: 100%;
        float: left;
    }
    table.td_table td img {
        text-align: left; max-width: 100%; height: auto;
    }
    #pages li a {
        padding: 0 8px;
    }
    #pages li span {
        padding: 0 8px;
    }
    .hrList .hrdt,
    .hrList .hspan,
    .hrList .hrT .hspan {
        height: 44px;
        line-height: 44px;
    }
    .hrList .hspan:nth-child(2),
    .hrList .hspan:nth-child(4) {
        display: none;
    }
    .hrList .hspan:nth-child(1) {
        width: 74%;
    }
    .hrList .ib {
        margin-top: 14px;
    }
    .recruitment-info {
        padding: 20px 5%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .recruitment-info h3 {
        font-size: 18px
    }
    .hrList {
        margin: 0px 0px 20px;
        font-size: 14px;
    }
    .hrList .hrCon {
        padding: 15px 0px 20px;
    }
    .join-box-btn {
        padding-top: 20px;
    }
  
    .banner {
        margin-top: 50px;
    }
    .banner .swiper-slide {
        height: 240px;
    }
    .banner .bg001 {
        background: url(../images/003x.jpg) center;
        background-size: cover;
    }
    .banner .bg002 {
        background: url(../images/003-2x.jpg) center;
        background-size: cover;
    }
    .i_news_cnt {
        margin: 30px auto 0 auto;
    }
    .ny_main .dy_page {
        padding: 0 0px;
    }
    .ls_page ul li {
        float: left;
        width: 46%;
        margin: 0 2% 0.4rem 2%;
    }
    .cp_neir ul li {
        float: left;
        width: 46%;
        margin: 0 2% 0.4rem 2%;
    }
    .ls_page ul li {
        padding: 8px;
    }
    .ls_page ul li .txt2 {
        font-size: 16px;
        margin-bottom: 0px;
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 10px;
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .cp_neir ul li .txt2 {
        padding: 10px 0 5px 0px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .showinfo2 .min {
        position: relative;
        text-align: center;
        width: 100%;
    }
    .showinfo2 .right {
        margin-top: 0px;
    }
    .cp_tu2 {
        width: 100%;
    }
    .showinfo2 .right .tit {
        font-size: 24px;
    }
    .news1 li .imgDiv{ width:100px; height: 70px;}
	.news1 li .imgDiv img{ width:100px; height: 70px;}
	.news1 li .morebox{ display:none;}
	.news1 li .text{ float:none; width:auto; padding-right:0; padding-left:115px; background:none;}
	.news1 li .text h3{font-size:15px; padding-bottom:0px;}
	.news1 li .text .time{ font-size:12px; color:#8b8b8c;bottom: 10px;}
	.news1 li .text p{line-height:1.5; height:17px; overflow:hidden; font-size:12px;margin-bottom: 10px;}
    .search-top-box {margin-top: 50px;}

    .product-detial .summary .summary-left{ width:100%; margin-bottom: 20px;}
    .product-detial .summary .summary-right{width: 100%;}
    #summaryTab{height: 300px;}
    #summaryPoster{height: 300px;}
    .pro-title h3 span:after{width: calc(100% - 120px); top: 17px; left:120px; }
    .pro-title h3 span{font-size: 24px;}
    .product-detial .summary .summary-text h2{font-size: 24px;line-height: 1.66; color:#232323;}

    .indexPart1{ padding: 40px 0 40px; }
    .indexPart1 .left{ width: 100%; }
    .indexPart1 .center{width: 100%; margin-top: -60px; }
    
    /* .indexPart2 .top{width: 100%; overflow: auto; display:block;} */
    .indexPart2 .top_left{width:50%;margin-right:0px;background: url(../images/003.jpg) no-repeat right bottom #0075c2;}

    .indexPart2 .top_left .txt{padding: 5% 13%; height: 100%; }
    .indexPart2 .top_left .txt h2{font-size: 28px;color:#fff; margin-bottom: 0px;height: 100%;width: 100%; vertical-align: middle;align-items: center;display: flex; }
    .indexPart2 .top_left .txt p{display: none; }
    .indexPart2 .top_left .txt p.z2{ display: none; }
    .indexPart2 .top_left .txt .more{display: none; }

    .indexPart2 .top_right{width:50%;margin-right:0px;}
    .indexPart2 .top_right .tu{ min-height: auto;}
    .indexPart2 .top_right .txt{top:50%; height: 70px; margin-top: -35px;}
    .indexPart2 .top_right .txt h2{ font-weight: 300; font-size: 20px; color:#fff; font-weight: 300; margin-bottom: 10px;}
    .indexPart2 .top_right .txt .jt{ width: 40px;height: 40px; margin: 0 auto;}
    .indexPart2 .top_right .txt .jt img{ width:100%; height: auto;}

    .indexPart2 .bottom{width: 100%; overflow: auto; display:block;margin-top: 3px;}
    .indexPart2 .bottom .box{width:calc(50% - 3px); float: left; margin-bottom: 3px;}
    .indexPart2 .bottom .box:last-child{width: 100%; height: 200px;}

    .indexPart3{width:100%;background-color: #fff; padding: 50px 0 50px 0;}
    .name h2{font-size: 28px; color:#232323; position: relative; width: 100%; margin:0 auto 45px; text-align: center;}
    .index-ajax-div{width: 95%;}
    .indexPart3 .index-list1-swiper .swiper-slide .imgopi{ width: 100%;}

    .indexPart4{padding:0px 10px;}
    .i_news_item h2{margin-top: 0;}
}

@media screen and (max-width:641px) {}

@media screen and (max-width: 480px) {}