@charset "UTF-8";
/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body, button, input, select, textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}

ul, li {
    list-style: none;
}

em, i, b {
    font-style: normal;
}

img {
    border: 0px;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
    color: #c21f22;
}

a, input[type="button"], button, label, input[type="submit"] {
    cursor: pointer;
}

img{
  image-rendering: optimizeQuality; /* 针对现代浏览器 */
  image-rendering: -webkit-optimize-contrast; /* 针对旧版WebKit浏览器 */
  image-rendering: crisp-edges; /* 针对一些浏览器 */
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input, textarea, select {
    outline: none;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #a0a0a0;
    font-size: 22px;
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color: #a0a0a0;
    font-size: 22px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #a0a0a0;
    font-size: 22px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}
.active{
    color: #c21f22;
}
.commonweb {
    padding: 0px 15px;
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}
.w_100{
    width: 100%;
}


/* layout start*/
.header{
    position: relative;
    border-bottom: 8px solid #c42300;
}
.top{
    background-color: #f0f0f0;
    font-size: 12px;
}
.top .top_1{
    float: left;
}
.top .top_2{
    float: right;
}


/* header */
.logo{
    float: left;
    width: 385px;
    padding: 23px 0;
}

.headerweb{
    height: 110px;
}
.header-warp{
    /* position: relative; */
    float: right;
}
.header-nav{
    float: left;
}
.header-nav ul li{
    float: left;
    /* position: relative; */
}

.header-nav ul li.nav a.nav-object{
    display: block;
    line-height: 110px;
    height: 110px;
    padding:0 15px;
    margin: 0 8px;
    font-size: 15px;
    text-align: center;
    /*border-top: 3px solid #fff;*/
    box-sizing: border-box;
    transition: all 0.2s;
    color: #000;
}
.header-nav ul li.nav a.nav-object:hover{
    background-color: #fcfcfc;
    border-top: 3px solid #c42300;
}


/* 下拉 */
.nav-classification{
    display: none;
    position: absolute;
    top: 134px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(250, 250, 250, 0.9);
    font-size: 15px;
    /* background-color: #fafafa; */
    border-top: 1px solid #f0f0f0;
    border-bottom: 8px solid #c42300;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.nav-classification ul{
    margin: 20px auto;
}
.nav-classification ul li{
    position: relative;
    float: left;
    padding: 20px;
    margin: 0 20px;
    width: 240px; 
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.nav-classification ul li a.nav-classification-con{

}
/* .nav-classification ul li:nth-child(4){
    border:none;
} */

/* 一级菜单 */
#navlist{
    z-index: 9;
}
#navlist ul li{
    width: auto;
    border-right:none;
}

/* search */
#search{
    z-index: 2;
}
.header-right{
    float: right;
    display: flex;
}
.header-right .headsearch{
    padding: 0 20px;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
}
.headsearch-active{
    transition: all 0.2s;
    background-color: #fcfcfc;
    border-top: 3px solid #c42300;
}
.searchbox{
    padding: 20px 0;

}
.searchbox .searchtext{
    flex: 2;
    font-size: 22px;
    padding:0 20px;
    box-sizing: border-box;
    background: none;
}
.searchbox .searchbtn{
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    background: none;
    border-left: 1px solid #000000;
}


.search-inco{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/sousuo.png) center center no-repeat;
    cursor: pointer;
    /* transition: all 0.2s; */
}
.search-inco-close{
    background: url(../images/sousuo_close.png) center center no-repeat;
}

#nav{
    padding: 0 10px;
    display: none;
}
#nav .search-inco{
    background: url(../images/slide.png) center center no-repeat;
}
.search-inco-off{
    background: url(../images/slide-off.png) center center no-repeat !important;
}

/* search page */
.search-warp{
    width: 100%;
    padding:25px 20px;
    border: 2px solid #c1c1c1;
    border-top: 4px solid #c42300;
}
.search-warp .searchtext2{
    flex: 1;
    border: 1px solid #787878;
    box-sizing: border-box;
    padding: 4px;
    border-right: none;
}
.search-warp .searchbtn2{
    width: 65px;
    padding: 6px;
    background-color: #0e459f;
    color: #fff;
    box-sizing: border-box;
    text-align: center;

}
.search-warp .search-con{
    margin: 25px 0;
}
.search-warp .search-con ul{
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
}
.search-warp .search-con ul li{
    display: block;
    padding: 3px;
    margin-top: 10px;
    border-bottom: 1px solid #bfbfbf;
}
.search-tltle{
    color: #0e459f;
}
.search-dec{
    color:#989696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* banner */
.swiper-container {
    /* height: 300px; */
    width: 1400px;
    margin: 35px auto;
}
.swiper-slide img{
    width: 100%;
    /* min-height: 120px; */
}
.swiper-pagination-bullet{
    background-color: #c2211b;
}

/* ny_banner */
.ny_banner{
    max-width:1170px;
    margin:0 auto;
}

/* content */
.warp{
    margin-bottom: 30px;
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.title h1{
    width: 105px;
    padding: 10px 0;
    letter-spacing: 4px;
    border-top: 2px solid #c42300;
    font-size: 21px;
    font-weight: bold;
}
.title .more{
    font-size: 14px;
    color:#898989;
}

.warp-content{}

/* home content */
.product{

}
.product li{
    overflow: hidden;
    margin-bottom: 15px;
}
.product li a p{
    overflow: hidden;
}
.product li img{
    width: 100%;
    transition: all 0.2s;
}
.product li a:hover img{
    transform:scale(1.2);

}
.product li h4{
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


/* hot */
.p_new_list {
    /* width: 100%; */
    height: auto;
    overflow: hidden;
}
.p_new_list ul li {
    float: left;
    padding-bottom: 30px;
    /* padding: 0 30px 30px 0; */
    overflow: hidden;
}
.p_new_w{
    overflow: hidden;
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
}
.p_new_w:hover{
    /* border: 1px solid #bc7777;
    -webkit-box-shadow: 0px 5px 10px 0 #ba3737;
    box-shadow: 0px 5px 10px 0 #ba3737; */

    box-sizing: border-box;
    border: 1px solid #f3f7fd;
    box-shadow:1px 1px 10px #d3e3fb;
}
.p_new_img {
    width: 250px;
    height: 180px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.p_new_img img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.p_new_text {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px);
    height: 180px;
    float: left;
    padding: 15px 20px;;
    /* background: #f5f5f5 url(../images/new_ico1.png) no-repeat right bottom; */
    overflow: hidden;
}
.p_new_w:hover .p_new_text{
    /* background: #f5f5f5 url(../images/new_ico2.png) no-repeat right bottom; */
}
.p_new_title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ba3737;
}
.p_new_title a {
    color: #c02120;
}
.p_new_time {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-align: right;
}
.p_new_txt{
    text-indent: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0;

}
.p_new_list ul li:nth-child(1), .p_new_list ul li:nth-child(2) {
    margin: 0;
}


/* about */
.i_abo_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i_abo_m {
    /* width: 1200px; */
    position: relative;
    height: auto;
    margin: 25px auto 50px;
    overflow: hidden;
}
.i_abo_img {
    width: 700px;
    height: 365px;
    padding: 16px;
    background: url(../images/abo_bg.png) no-repeat;
    float: left;
    text-align: center;
    overflow: hidden;
}
.i_abo_img img {
    vertical-align: middle;
    max-width: 100%;
}
.i_abo_text {
    width: 660px;
    height: auto;
    float: right;
    margin: 16px 0 0;
    overflow: hidden;
}
.i_abo_title {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
}
.i_abo_title h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 26px;
    color: #3da14e;
}
.i_abo_title span{
    letter-spacing: 1px;
}
.i_abo_title a {
    color: #666;
}
.i_abo_txt {
    text-indent: 30px;
    width: 100%;
    height: auto;
    margin: 30px 0;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.i_abo_more {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #3da14e;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.i_abo_more a{
    color: #fff;
}

/* page */
.about-img{
    position: relative;
    overflow: hidden;
}
.column{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.column a{
    color: #fff;
}
.column a::after{
    /* content: ' / '; */
}
.column a:last-child::after{
    content:'';
}

.page-wrap{
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 190px;
    position: relative;
}
.page-wrap .page-nav{
    width: 180px;
    height: 945px;
    float: left;
    margin-right: 30px;
    border-top: 3px solid #c42300;
    background-color: #f1f1f1;
}
.page-wrap .page-nav li{
    /* width: 150px; */
    margin: 0 20px;
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #898989;
    letter-spacing: 3px;
}
.page-wrap .page-nav li:last-child{
    border-bottom:0
}
.page-wrap .page-content{
    position: relative;
    float: left;
    width: 960px;
    /* overflow: hidden; */
}
.bor-con{
    position: relative;
    float: left;
    margin: 5px 0;
    width: 955px !important;
    box-shadow: 0px 0px 7px #d4d4d4;
    padding: 20px;
    overflow: hidden;
}
.p_jpbs_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 480px;
    height: 250px;
    /* min-height: 1000px;
    padding-bottom: 100px; */
    background-image: url(../images/jobs_bg.png);
    
}
.page-con{
    overflow: hidden;
    /* height: 880px; */
}
.list-new{
    padding-bottom: 20px;
    overflow: hidden;
}
.list-new .p_new_img {
    width: 210px;
    height: 156px;
}
.list-new .p_new_text {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 210px);
    height: 156px;
    float: left;
    padding: 10px;
}
.list-new .p_new_time {
    line-height: 22px;
    text-align: right;
}
.list-new .p_new_txt{
    font-size: 12px;
}

.prev-next{
    display: flex;
    justify-content: space-between;
}

/* map */
.map{
    width: 100%;
    height: auto;
    margin-bottom: 190px;
}

/* pageinfo2 */
.pagebars{
    /* margin: 20px auto 0; */
    display: flex;
    justify-content: right;
}
.pagebars .page-num{
    margin: 2px;
    padding:0px 8px;
    display: block;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
}

.pagebars .page-num-current{
    color: #fff;
    border: 1px solid #c0211d;
    background-color: #c0211d;
}

/* pageinfo */
.pagebar{
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
.pagebar li a{
    margin: 5px;
    padding:5px 13px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #999999;
}
.pagebar .disabled{
    display: none;
}
.pagebar .active{
    padding:5px 13px;
    margin: 5px;
    color: #fff;
    background-color: #c0211d;
}



/* new archives */
.p_new_details {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new_d_title {
    width: 100%;
    height: auto;
    /* padding: 20px 0; */
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.new_d_title h1 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: normal;
    font-size: 28px;
    color: #c02120;
}
.new_d_c {
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

/* product */
ul.p_pro_list{
    /* height: 880px; */
}
ul.p_pro_list li {
    width: 477px;
    height: 182px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 18px 30px 0;
    overflow: hidden;
}
ul.p_pro_list li:hover{
    box-sizing: border-box;
    border: 1px solid #f3f7fd;
    box-shadow:1px 1px 10px #d3e3fb;
}
.p_pro_img {
    width: 180px;
    height: 180px;
    float: left;
    text-align: center;
}
.p_pro_img img {
    vertical-align: middle;
    max-width: 100%;
}
.p_pro_text {
    width: calc(100% - 180px);
    height: 160px;
    float: left;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 10px;
    overflow: hidden;
}
.p_pro_title {
    width: 100%;
    height: auto;
    max-height: 50px;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}
.p_pro_txt {
    width: 100%;
    height: auto;
    margin-top: 6px;
    line-height: 16px;
    color: #666;
    font-size: 13px;
    display: table;
    overflow: hidden;
}
.p_pro_txt_1 {
    color: #3da14e;
}
.p_pro_txt .t_1, .p_pro_txt .t_2 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    table-layout: fixed;
}
.p_pro_txt .t_1 {
    width: 4.1em;
}

/* product show */
.p_pro_details {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro_d_top {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro_d_img {
    width: 399px;
    height: 399px;
    border: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pro_d_img ul {
    margin: 0;
    padding: 0;

}
.pro_d_img ul li {
    width: 398px;
    height: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}
.pro_d_img ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.pro_d_ico {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}
.pro_d_switch {
    width: 400px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pro_d_ico .pro_btn {
    display: block;
    width: 50%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.pro_d_ico .prev {
    float: left;
    background: url(../images/btn_l.jpg) no-repeat left;
    overflow: hidden;
}
.pro_d_ico .next {
    float: right;
    background: url(../images/btn_r.jpg) no-repeat right;
    overflow: hidden;
}
.pro_d_text {
    width: 760px;
    height: auto;
    min-height: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #f5f5f5;
    float: right;
    overflow: hidden;
}
.pro_d_title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    color: #c02120;
    overflow: hidden;
}
.pro_d_title h1 {
    margin: 0;
    padding: 0 0 20px;
    font-weight: normal;
    font-size: 28px;
}
.pro_d_txt {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    display: table;
    overflow: hidden;
}
.pro_d_txt .t_1, .pro_d_txt .t_2 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    table-layout: fixed;
}
.pro_d_txt .t_1 {
    width: 6em;
}
.pro_d_txt.pro_d_t {
    margin: 16px 0 0;
    color: #333;
}
.p_main_title {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 30px 0 20px;
    font-size: 16px;
    overflow: hidden;
}
.p_main_title span {
    display: inline-block;
    width: auto;
    padding: 15px 25px;
    background: #c02120;
    color: #fff;
}
.pro_d_m {
    width: 100%;
    height: auto;
}

/* product show */
#product-recommend{
    position: sticky;
}
#product-recommend .swiper-slide img{
    min-height: auto;
}
.p_hot_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.p_hot_list ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.p_hot_list ul li {
    margin-bottom: 15px;
    /* width: 20%; */
    height: 280px;
    width: 280px;
    text-align: center;
    float: left;
    margin: 0 6px; 
    overflow: hidden;
}
.p_hot_list ul li .hot_pro_img {
    /* width: 100%;
    height: auto; */
    width: 280px;
    height: 226px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.p_hot_list ul li .hot_pro_img img {
    vertical-align: middle;
    max-width: 100%;
    /* max-height: 100%; */
}

/* contact */
.contact{
    position: relative;
    display: flex;
    width: 98%;
    margin: 60px auto;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #f3f7fd;
    box-shadow:1px 1px 10px #d3e3fb;
    border-radius: 6px;
}
.contact-map{
    margin-right: 20px;
}
.contact-info{
    font-size: 14px;
    position: relative;
    width: 50%;
}
.contact-info h1{
    font-size: 17px;
}
.contact-info h1 img{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.contact-info .contact-txt{
    margin-left: 50px;
}
.contact-js{
    position: absolute;
    top: 0;
}
.contact-xw{
    position: absolute;
    bottom: 30px;
}
.contact-txt p{
    margin-bottom: 7px;
}
.contact-ico::before{
    vertical-align: sub;
    width: 18px;
    height: 18px;
    margin-right:8px;
    text-align: center;
    display: inline-block;
}
.contact-txt .addr::before{
    content: url(../images/addr.png);
}
.contact-txt .tel::before{
    content: url(../images/tel.png);
}
.contact-txt .email::before{
    content: url(../images/email.png);
}
.contact-txt .phone::before{
    content: url(../images/phone.png);
}

/*footer*/
.js_xw009 {
    width: 100%;
    height: auto;
    background: #cc1b00;
    overflow: hidden;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.i_footer_box {
    z-index: 9;
    width: 100%;
    height: auto;
    background: #383838;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    /* margin-top: -175px; */
}
.i_f_nav {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #444;
    color: #999;
    font-size: 0;
    overflow: hidden;
}
.i_f_nav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999;
}
.i_f_nav a::after{
    content: '|';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999;
    padding: 0 15px;
    vertical-align: top;
}
.i_f_nav a:last-child::after{
    content: ' ';
}
.i_f_m {
    width: 1200px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
}
.i_f_c {
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden;
}
.i_f_con {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.i_f_con a {
    color: #999;
}
.i_f_nav a:hover {
    color: #fff;
}

.notext{
    position: absolute;
    top:0;
    left:0;
    right:0;
    text-align:center;
    margin: 0 auto;
}

/* view */
@media (max-width: 1400px){
    .i_abo_more{
        position: initial;
    }
    .page-con{
        height: auto;
    }
    .i_abo_txt {
        width: 90%;
        height: auto;
        font-size: 14px;
        color: #666;
        line-height: 30px;
        margin: 15px auto;
        text-align: center;
    }
    .swiper-container {
        /* height: 300px; */
        width: 100%;
        margin: 20px auto;
    }

    .logo {
        width: 250px;
        padding: 37px 0;
    }

    .i_abo_img {
        width: auto;
        height: auto;
        background: none;
        text-align: center;
        overflow: hidden;
    }
    .i_abo_img, .i_abo_text {
        float: inherit;
        margin: 0 auto;
    }
    .i_abo_img, .i_abo_text {
        float: inherit;
        margin: 0 auto;
    }
    .i_abo_text {
        width: 100%;
        text-align: center;
        margin: 50px 0 0;
    }
    .i_abo_title h6{
        font-size: 18px;
    }
    
    .i_f_nav {
        width: 90%;
    }
    .i_f_m {
        width: 90%;
    }

    .header-nav ul li.nav a.nav-object{
        margin: 0;
        padding: 0 5px;
    }

    /* 单页 */
    .page-wrap .page-content{
        width: 100%;
        margin-top: 20px;
    }
    .page-wrap .page-nav{
        width: 100%;
        margin-right: 0px;
        height: auto;
    }
    .page-wrap .page-nav li{
        /* display: flex; */
    }

    /* product */
    ul.p_pro_list li{
        width: 48%;
        margin: 0 1% 30px;
    }
    .pro_d_switch {
        float: inherit;
        margin: 0 auto;
    }
    .pro_d_ico {
        width: 100%;
        height: 100%;
    }
    .pro_d_text {
        width: 100%;
        height: auto;
        min-height: auto;
        float: inherit;
        padding: 15px 20px;
        margin: 30px 0 0;
        overflow: hidden;
    }

    /* contact */
    .contact{
        display: block;
        margin: 20px auto;
    }
    .contact-map{
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .contact-map img{
        width: 100%;
    }
    .contact-info{
        margin-top: 15px;
        width: 100%;
    }
    .contact-js,.contact-xw{
        position:static;
    }

    .p_hot_list ul li {
        width: 220px;
        height:220px;
        margin: 0 10px; 
    }
    .p_hot_list ul li .hot_pro_img {
        width: 220px;
        height: 166px;
    }

    .notext{
        position:initial;
    }
    
}

@media (max-width:1000px){
    .p_hot_list ul li {
        width: 350px;
        height:350px;
        margin: 0 10px; 
    }
    .p_hot_list ul li .hot_pro_img {
        width: 350px;
        height: 296px;
    }
}

@media (max-width:970px){
    .js_xw009{
        display: block;
    }
    .js_bottom_xw009{
        display: none;
    }
    .js_bottom{
        position: initial;
        margin-bottom: 40px;
    }
    .header-nav {
        display: none;
    }
    #nav{
        display: flex;
    }

    .i_f_nav {
        display: none;
    }
    .map{
        width: 100%;
        height: auto;
    }
    .pagebar li{
        display: none;
    }
    .pagebar .disabled{
        display: none;

    }
    .pagebar .active{
        display: block;
        margin: 3px;
        padding:3px 10px;
    }
    .pagebar li a{
        margin: 3px;
        padding:3px 10px;
    }
    .pagebar li:first-child{
        display: block;
    }
    .pagebar li:first-child span{
        /* margin: 3px;
        padding:3px 10px; */
        text-align: center;
        color: #fff;
        display: block;
        background-color: #999999;
    }
    .pagebar li:last-child span{
        /* margin: 3px;
        padding:3px 10px; */
        text-align: center;
        color: #fff;
        display: block;
        background-color: #999999;
    }
    .pagebar li:last-child{
        display: block;
    }
    .new_d_title h1{
        font-size: 20px;
    }
    .page-wrap{
        margin-bottom: 120px;
    }

    /* product */
    ul.p_pro_list li{
        width: 100%;
        margin: 0 0 15px;
    }

}

@media (max-width:768px){
    .headsearch-active{
        background-color: #fff;
        border-top: none;
    }
    .logo {
        flex: 1;
        padding: 10px 5px;
    }
    .headerweb {
        height: 90px;
    }
    .headerweb-top{
        display: flex;
        align-items: center;
    }
    .header-right .headsearch {
        padding: 9px 10px;
        height: 90px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .nav-classification {
        top: 114px;
    }
    .p_new_list ul li{
        padding: 5px;
    }
    .p_new_img {
        width: 140px;
        height: 100px;
    }
    .p_new_title {
        font-size: 14px;
    }
    .p_new_text {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: -ms-calc(100% - 140px);
        width: -o-calc(100% - 140px);
        width: calc(100% - 140px);
        height: 100px;
        padding: 5px;
    }
    .p_new_txt{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    
    }


    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
        color: #a0a0a0;
        font-size: 14px;
    }
    input:-moz-placeholder,textarea:-moz-placeholder{
        color: #a0a0a0;
        font-size: 14px;
    }
    input:-ms-input-placeholder,textarea:-ms-input-placeholder{
        color: #a0a0a0;
        font-size: 14px;
    }
    .searchbox{
        padding: 10px 0;
    
    }
    .searchbox .searchimg{
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .searchbox .searchtext{
        flex: 2;
        font-size: 14px;
        padding:0 5px;
        box-sizing: border-box;
        background-color: #fafafa;
    }
    .searchbox .searchbtn{
        font-size: 15px;
        font-weight: 600;
        padding: 0 10px;
        background-color: #fafafa;
        border-left: 1px solid #000000;
    }

    .column{
        padding: 5px 0;
    }
    .column a{
        font-size: 12px;
    }
    .page-wrap .page-nav li{
        padding: 5px 0;
    }
    .new_d_title h1{
        font-size: 16px;
    }

    .prev-next{
        display: block;
    }

    ul.p_pro_list li {
        height: 120px;
    }
    .p_pro_text {
        width: calc(100% - 120px);
        height: 120px;
    }
    .p_pro_img {
        width: 120px;
        height: 120px;
        float: left;
        text-align: center;
    }
    .p_pro_title{
        font-size: 14px;
    }
    .p_pro_txt{
        margin-top: 1px;
    }
    
    .pro_d_switch {
        width: 100%;
    }
    .pro_d_img {
        width: -webkit-calc(100% - 2px);
        width: -moz-calc(100% - 2px);
        width: -ms-calc(100% - 2px);
        width: -o-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -webkit-calc(100% - 2px);
        height: -moz-calc(100% - 2px);
        height: -ms-calc(100% - 2px);
        height: -o-calc(100% - 2px);
        height: calc(100% - 2px);
    }

    .pro_d_title h1{
        font-size: 18px;
    }
    .pro_d_txt{
        font-size: 14px;
        line-height: initial;
    }

    .p_hot_list ul li {
        width: 100%;
        height:100%;
        margin: 5px 0;
    }
    .p_hot_list ul li .hot_pro_img {
        width: 100%;
        height: 100%;
    }
}


@media (max-width:480px){
    .top{
        display: none;
    }
    .nav-classification {
        top: 90px !important;
    }
    .header-right .headsearch{
        padding: 0 5px;
    }
    #navlist ul li{
        float: none;
        padding: 10px;
    }
    .p_main_title span{
        padding: 5px 15px;
    }
    .contact {
        padding: 10px;
    }
    .contact-info h1 img{
        width: 20px;
        height: 20px;
    }
    .contact-info .contact-txt {
        margin-left: 25px;
    }
    .contact-info{
        font-size: 12px;
    }
    .contact-info h1{
        font-size: 14px;
    }
    .contact-js, .contact-xw {
        margin-top: 10px;
    }
}
