@charset "utf-8";

/* pc */
@media screen and (max-width:1366px) {
    .top .nav {
        margin-right: 50px;
    }   
    .contact_html .contact_img {
        margin-left: 150px;
    } 
    .about .right .absolute .text p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .about .right .absolute .more{
        margin-top: 30px;
    }
    .about .right .absolute .text {
        margin-top: 60px;
    }
}
@media screen and (max-width:1280px) {
    .top .telephone{
        display: none;
    }
    .search .resou{
        width: 44%;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
    }
    .center{
        width: 960px;
    }
    .search .input {
        width: 370px;
    }
    .index_news .swiper-slide {
        width: calc(25% - 42px);
        margin: 0 11px;
        padding: 16px 10px 0 10px;
    }
    .index_map .map_center .float_r {
        width: 300px;
        padding: 0 23px 0 24px;
    }
    .index_map .map_center .float_r .xianxi .icon p {
        width: 224px;
    }
    .index_message .input input{
        width: calc(50% - 60px);
        margin-left:0;
        margin-bottom: 20px;
    }
    .index_message .input{
        margin-bottom: 20px;
    }
    .index_message .input input:nth-child(odd){
        margin-right: 40px;
    }
    .index_news .swiper-container {
        width: calc(100% - 250px);
    }
    .foot .font_nav{
        display: none;
    }
    .foot .p{
        width: 100%;
        text-align: center;
    }
    .index_message .h6{
        padding-top: 5px;
    }
    .contact_html .contact_img{
        margin-left: 60px;
    }
    .contact_html .contact_text {
        margin-right: 10px;
    }
    .news_html .index_news {
        padding: 50px 20px 0 20px;
    }
    .news_html .index_news a{
        width: calc(25% - 42px);
        margin: 0 10px;
        margin-bottom: 26px !important;
    }
    .news_html .index_news .swiper-slide:hover {
        margin-bottom: 40px !important;
    }
    .search_result_html .input {
        width: 807px;
    }
    .search_result_html .search_result_bj{
        background: url("../img/search_result_bj.png") center top no-repeat;
        background-size:auto 100%;
    }
    .show_html .product_show .img {
        width: 560px;
    }
    .search_result_html .img{
        width: 960px;
    }
    .show_html .product_show .text {
        width: 400px;
    }
    .about .right .absolute .h3 .p1 {
        font-size: 40px;
    }
    .about .right .absolute .h3 .dian{
        margin-top: 12px;
    }
    .about .right .absolute .bt {
        line-height: 30px;
        height: 30px;
        margin-top: 6%;
    }
    .about .right .absolute .bt .h6 {
        font-size: 24px;
        line-height: 36px;
    }
    .about .right .absolute .text .bt2 {
        font-size: 22px;
        line-height: 42px;
    }
    .overflow_auto{
        width: 100%;
    }
    .overflow_auto .text{
        width: auto;
    }
    .foot .p p {
        text-align: center;
    }
}


/* 手机 */
@media screen and (max-width:1024px) {
    .phone_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
    #bottom{
        display: block;
    }
    #youku-playerBox{
        height: 350px!important;
    }
    .shouji_top{
        background: #fff;
        position: relative;
       /*  height: 70px; */
        padding-top: 0;
    }
    .shouji_top .logo{
        display: block;
        margin: auto;
    }
    .shouji_top img{
        height: 86%;
        margin-top: 8%;
    }
    .shouji_top .logo{
       width: 70%;
        height: auto;
        margin-top: 0;
    }
    .shouji_top a{
        position: absolute;
        top:0;
        left: 0;
        height: 100%;
    }
    .shouji_top a img:nth-child(2){
        display: none;
    }
    .center{
        width: calc(100% - 20px);
    }
    .panel{
        background: #FAFAFA;
        overflow-y: auto;
    }
    .list_dl{
        margin-top: 50px;
    }
    .list_dt{
        display: block;
        background: #FAFAFA;
        width: 200px;
        padding: 0 40px 0 20px;
        height: 49px;
        line-height: 49px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        font-size: 16px;
        border-bottom: 1px solid #EBEBEB;
    }
    .list_dl .list_dt:nth-child(1){
        border-top: 1px solid #323232;
    }
    .list_dt{
        color: #b7b7b7;
    }
    .list_dt:hover{
        background: #F1F1F1;
    }
    .open{
        background: #F1F1F1;
        color: #4E4E4E;
    }
    .open{
        color: #4E4E4E;
        border-left: solid 3px #ff6600;
    }
    .shouji_banner img{
        width: 100%;
    }
    .shouji_banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ff6600;
    }
    .search {
        height: auto;
        padding-bottom: 15px;
    }
    .search .resou {
        width: calc(100% - 50px);
        height: 54px;
        line-height: 54px;
        font-size: 14px;
    }
    .search .input {
        width: 100%;
        margin-top: 0px;
    }
    .index_title .h6 {
        margin-top: 24px;
    }
    .index_title .h6 .bt {
        font-size: 30px;
        line-height: 45px;
        padding: 0 10px;
    }
    .index_title .h6 .dian {
        width: 6px;
        height: 6px;
        margin-top: 20px;
    }
    .index_title .p {
        line-height: 26px;
        font-size: 21px;
    }
    .index_product .product_nav a{
        margin-bottom: 4px;
        font-size: 15px;
    }
    .index_product .product_nav {
        text-align: center;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .index_product .product_first{
        padding: 0 10px;
    }
    .index_product .product_first .product {
        width: calc(100% - 20px);
        padding: 10px 10px 16px 10px;
        margin-bottom: 20px;
    }
    .index_product .product_first .product .img {
        width: 100%;
        height: auto;
        margin-right: 0px;
        display: block;
    }
    .index_product .product_first .product .text{
        width: 100%;
    }
    .index_product .product_first .product .text .p{
        display: none;
    }
    .index_product .product_first .product .text .more{
        margin: auto;
        margin-top: 26px;
        margin-bottom: 20px;
        width: 110px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .index_product .product_first .product .text .h3 {
        display: none;
    }
    .index_product .product_first .product .text .h6 {
        font-size: 16px;
        line-height: 28px;
        height: 26px;
        padding-top: 12px;
        margin-bottom: 10px;
        text-align: center;
    }
    .product_img {
        padding: 0 5px;
    }
    .product_img a {
        width: calc(50% - 20px);
        margin: 0 5px;
        margin-bottom: 15px;
        padding: 10px 5px 10px 5px;
    }
    .index_product .swiper-container-p {
        padding-bottom: 70px;
    }
    .index_product .swiper-pagination {
        bottom: 34px !important;
    }
    .product_img a .icon1 {
        width: 20px;
        height: 20px;
    }
    .product_img a .p1 {
        font-size: 15px;
    }
    .index_product .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: url("../img/product_dian1.png") center center no-repeat;
        background-size: 100% 100%;
    }
    .index_product .swiper-pagination-bullet-active {
        background: url("../img/product_dian2.png") center center no-repeat;
        background-size: 100% 100%;
    }
    .index_icon .title .h3 {
        font-size: 24px;
        line-height: 50px;
        padding-top: 34px;
    }
    .index_icon .title .h6 .bt {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
        padding: 0 20px;
    }
    .index_icon .title .h6 .xian {
        margin-top: 30px;
    }
    .index_icon .title .p{
        display: none;
    }
    .index_icon .title .zxlx {
        width: 180px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        margin-top: 36px;
    }
    .index_icon .icon .float_l{
        width: 50%;
        height: 204px;
        margin-bottom: 40px;
    }
    .index_icon .icon .float_l:nth-child(4) .p2{
        padding: 0 20px;
    }
    .index_icon{
        height: 800px;
    }
    .index_about .about{
        width: 100%;
    }
    .index_about .year {
        width: 100%;
    }
    .index_about .about .bt {
        font-size: 19px;
        font-weight: 600;
        line-height: 42px;
        margin-top: 15px;
    }
    .index_about .about .text {
        font-size: 14px;
        line-height: 28px;
    }
    .yqlj {
        height: 55px;
    }    
    .yqlj p {
        line-height: 55px;
    }
    .yqlj a {
        margin-top: 24px;
    }
    .index_about .year .float_l .number {
        font-size: 30px;
        color: #511314;
        padding: 0 20px;
        margin-left: -20px;
        line-height: 52px;
        background: url("../img/nian.png") right 4px top 6px no-repeat;
        background-size: 11px 12px;
    }
    .index_about .year .float_l .p {
        font-size: 13px;
        line-height: 26px;
        margin-top: -22px;
    }
    .index_about .year .float_l {
        width: calc(33.33% - 13px) !important;
        padding: 0 6px;
        height: 126px;
    }
    .index_about {
        height: 650px;
    }
    .index_about .genduo {
        margin-top: 35px;
    }
    .index_news .swiper-container {
        width: calc(100% - 20px);
        padding-top: 40px !important;
    }
    .index_news .swiper-slide {
        width: calc(100% - 42px);
    }
    .index_news .news .swiper-button-prev {
        width: 32px;
        height: 56px;
        margin-top: -10px;
        left:10px;
    }
    .index_news .news .swiper-button-next {
        width: 32px;
        height: 56px;
        margin-top: -10px;
        right:10px;
    }
    .index_news .ckgd {
        width: 180px;
        height: 46px;
        margin-top: 20px;
        border-radius: 46px;
        font-size: 14px;
        line-height: 46px;
    }
    .index_news {
        padding-bottom: 40px;
    }
    .index_news .swiper-slide{
        margin-top: -14px;
        box-shadow: 0px 5px 16px 0px rgba(4, 0, 0, 0.04);
    }
    .index_news .swiper-slide .bt {
        /* color: #ff6600; */
        margin-top: 0;
        text-align: center;
    }
    .index_news .swiper-slide .rq .float_r {
        background: url("../img/news_icon.png") left 0px center no-repeat;
    }
    .index_map .map_center{
        display: none;
    }
    .index_message .h6 {
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        line-height: 32px;
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .index_message .input input {
        width: calc(100% - 20px);
        margin-bottom: 12px;
        padding: 0 10px;
        height: 42px;
    }
    .index_message .input input:nth-child(odd) {
        margin-right: 0;
    }
    .index_message .input {
        margin-bottom: 0px;
    }
    .index_message textarea {
        width: calc(100% - 20px);
        height: 120px;
        padding: 10px 10px;
    }
    .foot{
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        margin-bottom: 65px;
    }
    .foot .p {
        line-height: 26px;
    }
    .overflow_auto {
        width: 100%;
        height: auto;
    }
    .contact_html .contact_img{
        display: none;
    }
    .contact_html .contact_text {
        margin-right: 0;
        width: 100%;
    }
    .contact_html > .center {
        padding-top: 6px;
        padding-bottom: 70px;
    }
    .product_html_nav {
        width: calc(100% - 20px);
    }
    .product_html_nav p {
        margin-bottom: 24px;
    }
    .product_html_nav {
        padding-top: 50px;
        padding-bottom: 26px;
    }
    .page_turning {
     /*    height: 40px; */
        margin-top: 10px !important;
        margin-bottom: 40px !important;
    }
    .inline_block a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .inline_block a p,
    .inline_block .syy p ,
    .inline_block .xyy p {
        width: 40px;
        height: 40px;
    }
    .news_html .index_news a {
        width: calc(100% - 22px);
        margin: 0;
    }
    .news_html .index_news {
        padding: 0px 10px 0 10px;
    }
    .xiayit a {
        width: 40%;
    }
    .news_show_html .text {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .news_show_html .biaoti {
        padding-top: 26px;
    }
    .news_show_html .biaoti .h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
    }
    .news_show_html .biaoti .flex p {
        font-size: 12px;
        margin: 0 10px;
    }
    .news_show_html .text img {
        margin: 16px 0;
    }
    .show_html .button,
    .news_show_html .button{
        padding-bottom: 1px;
    }
    .show_html .button a,
    .news_show_html .button a{
        background: #222222;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        height: 50px;
    }
    .show_html .button a:hover,
    .news_show_html .button a:hover{
        background: #ff6600;
    }
    .show_html .button a p,
    .news_show_html .button a p{
        font-size: 16px;
        color: #ffffff;
        margin: auto;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        width: calc(100% - 40px);
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .show_html .button .fanhui,
    .news_show_html .button .fanhui{
        width: 180px;
        height: 50px;
        background: #ff6600;
        border-radius: 50px;
        font-size: 16px;
        color: #fffefe;
        text-align: center;
        line-height: 50px;
        margin: auto;
        margin-bottom: 27px;
        transition:all 0.3s ease-in-out;
    }
    .show_html{
        border-bottom: solid 1px #e3e3e3;
    }
    .show_html .xiangqing .left{
        display: none;
    }
    .show_html .xiangqing .right {
        width: 100%;
    }
    .show_html .xiangqing .right .text{
        height: auto;
        padding: 0px 10px;
    }
    .show_html .xiangqing {
        padding-bottom: 30px;
    }
    .show_html .product_show {
        padding-top: 10px;
    }
    .show_html .product_show .text {
        width: 100%;
    }
    .show_html .product_show .text .name {
        font-size: 18px;
        font-weight: 600;
    }
    .show_html .product_show .text .p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .show_html .product_show .text .gjc .float_l {
        display: block;
        width: calc(33.33% - 10px);
    }
    .show_html .product_show .text .lianxi {
        display: block;
        width: 170px;
        height: 46px;
        border: solid 1px #646464;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        color: #646464;
        margin: auto;
        margin-top: 18px;
    }
    .show_html .xiangqing .right .xx {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-indent: 20px;
        margin-bottom: 12px;
    }
    .show_html .product_show .img {
        width: 100%;
    }
    .search_result_html .img {
        width: calc(100% - 20px);
        margin: auto;
    }
    .search_result_html .jieguo {
        line-height: 72px;
        height: 72px;
        padding-top: 20px;
        font-size: 20px;
    }
    .search_result_html .search_result_bj {
        padding-bottom: 60px;
    }
    .search_html {
        padding-top: 30px;
        padding-bottom: 0px;
        width: 100%;
    }
    .search_html .search {
        width: calc(100% - 20px);
        height: 220px;
        background: none;
        border: none;
        margin: auto;
    }
    .search_result_html .h3{
        width: calc(100% - 15px);
        margin: auto;
        font-size: 20px;
        color: #333333;
        padding-left: 15px;
        line-height: 50px;
        padding-top: 15px;
    }
    .search_result_html .h6{
        width: calc(100% - 15px);
        margin: auto;
        line-height: 40px;
        font-size: 16px;
        color: #333333;
        padding-left: 15px;
    }
    .search_result_html .search .input a {
        width: 100px;
    }
    .search_result_html .search .input input {
        width: calc(100% - 121px);
        padding-left: 10px;
        padding-right: 10px;
        background: #fff;
    }
    .search_result_html .search .input a p {
        width: 100%;
        background: url(../img/search_icon2.png) left 16px center no-repeat;
        background-size: 25px 25px;
    }
    .floating_framec{
        display: none;
    }
    .about .left{
        display: none;
    }
    .about .right{
        width: 100%;
    }
    .about img {
        height: 370px;
    }
    .about .right .absolute .bt{
        display: none;
    }
    .about .right .absolute .text {
        width: 88%;
        margin-top: 4%;
    }
    .about .right .absolute .text .bt2 {
        font-size: 20px;
        line-height: 34px;
    }
    .about .right .absolute .more{
        line-height: 32px;
        width: 200px;
        background: url("../img/about_gd.png") center top no-repeat;
        background-size: 100% auto;
    }
    .index_title2 .p1 {
        font-size: 30px;
        padding-top: 10px;
    }
    .index_title2 .p2 {
        font-size: 20px;
        line-height: 40px;
    }
    .product_img a {
        margin: 0 5px;
    }
    .index_product .swiper-container-p {
        padding-bottom: 20px;
    }
    .index_news .product_html_nav_r {
        width: auto;
        float: right;
        padding: 10px 0px 10px 0;
        display: none;
    }
    .zhaopin .text {
        width: 86%;
        margin: auto;
        padding-top: 22px;
    }
    .zhaopin .text h6 {
        font-size: 20px;
        line-height: 38px;
        margin: 0;
        margin-top: 10px;
    }
    .zhaopin .text .more {
        margin-top: 38px;
    }
    .zhaopin {
        height: 600px;
    }
    .zhaopin .index_title2 .p1 {
        padding-top: 30px;
    }
    .index_dianmian .swiper-button-next {
        right: 0;
    }
    .index_dianmian .dianmian .swiper-slide {
        width: calc(50% - 12px);
      /*   margin: 0 6px; */
        cursor: pointer;
    }
    .index_dianmian .dianmian .swiper-slide .text {
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
    }
    .index_dianmian .dianmian {
        padding-bottom: 10px;
    }
    .index_dianmian .dianmian .swiper-wrapper {
        padding-bottom: 42px;
    }
    .index_dianmian .swiper-button-prev {
        width: 32px;
        height: 56px;
        margin-top: -10px;
        left: 10px;
    }
    .index_dianmian .swiper-button-next {
        width: 32px;
        height: 56px;
        margin-top: -10px;
        right: 10px;
    }
    .product_html{
        padding-bottom: 10px !important;
    }
    .product_html .page_turning {
        margin-top: 26px !important;
        margin-bottom: 20px !important;
    }
    .about_html .index_about .center {
        height: auto;
        padding-bottom: 30px;
    }
    .about_html .index_about {
        background:none;
    }
    .about_html .index_about .title .h6 {
        font-size: 26px;
        color: #323232;
        line-height: 42px;
        padding-top: 22px;
        text-align: center;
    }
    .about_html .index_about .title .xian {
        width: 100px;
        height: 1px;
        background: #646464;
        margin: auto;
        margin-top: 14px;
        margin-bottom: 15px;
    }
    .about_html {
        background: #ebebeb;
    }
    .about .right .absolute .text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .about img {
        height: 300px;
    }
}
@media screen and (max-width: 420px){
    .about .right .absolute .text {
        margin-top: 8%;
    }
}






















































































