@charset "utf-8";
/* 基础重置 */
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
ul, li {
    list-style: none;
}
html {
    /* 可添加全局html样式 */
}
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", SimHei, sans-serif !important;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 25px;
}
a {
    text-decoration: none;
    color: #333;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    clear: both;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-indent: 6px;
    color: #333;
}
h2 {
    font-size: 24px;
    margin: 10px 0;
}
h3, h4 {
    font-size: 24px;
}
header{background:#fff;}
/* 头部样式 */
.top {
    clear: both;
    height: 110px;
    width: 1190px;
    margin: 0 auto;
}
.logo {
    width: 77%;
    margin-top: 15px;
    text-indent: 12px;
    float: left;
}
.logo img {
    float: left;
    display: block;
    max-width: 180px;
    max-height: 80px;
}
.logo .defaultlogopic {
    background-image: url(logos.gif);
    width: 59px;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 5px;
}
#logotext {
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 0;
    padding: 0;
    height: 90px;
    float: left;
    margin-left: 10px;
}
#logotext b {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 10px;
	color:#222;
}
#logotext>span {
    display: block;
    font-size: 14px;
    color: #666;
    height: 22px;
    overflow: hidden;
    max-width: 600px;
}
.topright {
    float: right;
    width: 21%;
    height: 100px;
}
div.logotel {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    background: url(nav-contact.png) no-repeat 1px;
    height: 50px;
    margin-top: 35px;
    text-indent: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.logotel span {
    display: block;
    clear: both;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
.logobg {
    background-repeat: no-repeat;
    background-position: 80px center;
}

/* 导航菜单 */
#menu {
    height: 41px;
    background-color: #222;
    background-repeat: repeat-x;
    
    margin: 0 auto;
}
#menu div {
    height: 100%;
    background-repeat: repeat-x;
    
    border-left: 1px solid rgb(255,255,255,61%);
 
}
#menu a {
    display: block;
    width: 120px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    float: left;
    color: #fff;
  border-right: 1px solid rgb(255,255,255,61%);
}
#menu a:hover, #menu a.cur {
    background-color: #C62828;
    color: #fff;
}
#menu ul li {
    float: left;
    position: relative;
    text-align: center;
}
#menu ul li ul {
    position: absolute;
    top: 41px;
    left: 0;
    display: none;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.61);
}
#menu ul li:hover ul {
    display: block;
    overflow: hidden;
    width: 200px;
}
#menu ul li ul li {
    float: none;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    line-height: 28px;
}
#menu ul li ul li a {
    width: 100%;
    border: 0;
    overflow: hidden;
    text-align: left;
    text-indent: 20px;
}
.top, .main, .banner, #nav, #footer, #main, #banner, #menu div, .topnav div, #bannerindex, #bannerabout, #bannerproduct, #bannernews, #bannerjob, #bannercontact, #bannergb {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* 内容区域 */
.main, .banner, #banner {
    margin-top: 20px;
    clear: both;
    width: 1190px;
    margin: 0 auto;
}
#main {
    clear: both;
    height: auto;
    margin-top: 0;
}
.f_l {
    width: 240px;
    overflow: hidden;
    line-height: 170%;
    float: right;
    color: #666;
    text-indent: 0;
}
.f_r {
    width: 928px;
    float: left;
}
.f_r .box {
    border: 1px solid #e6e6e6;
    border-top: 1px solid #C62828;
    border-radius: 7px;
    overflow: hidden;
}
.f_l .box {
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    overflow: hidden;
    border-top: 1px solid #333;
}
.box {
    margin-bottom: 20px;
    background-color: #fff;
}
.boxtitle {
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    font-size: 16px;
    color: #222;
border-bottom: 1px solid #eee;
    width: 100%;
    margin: 0;
    text-indent: 0;
    box-sizing: border-box;
    padding: 0 20px;
}
.f_r .boxtitle:before {
    content: '+';
    float: left;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    font-size: 12px;
    background: #222;
    height: 14px;
    width: 14px;
    display: block;
    margin-top: 13px;
    line-height: 12px;
    text-align: center;
}
.boxtitle img {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}
.boxtitle a {
    float: right;
    display: block;
    text-align: left;
    padding: 0 0 0 10px;
    height: 100%;
}
.boxtitle strong {
    float: left;
    width: 80%;
    font-weight: normal;
    display: block;
}
.boxcontent {
    padding: 10px;
    margin: 10px;
    margin-top: 0;
}
.boxcontent ul li {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
}
.box img {
    margin-bottom: 6px;
    max-width: 98%;
}
.newscontent img, .text_content img {
    width: auto;
    height: auto;
}

/* 详情页相关 */
#details, .content {
    margin: 10px auto;
    width: 96%;
    line-height: 166%;
}
#nav {
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    margin: 5px auto;
    color: #999;
    width: 1190px;
    font-size: 12px;
}
#nav a {
    color: #666;
}
.pcontent, .pcontent * {
    font-weight: normal;
    line-height: 200%;
}
.pcontent img {
    border: 1px solid #e6e6e6;
}
.content table {
    border-top: 1px solid #eee;
}
.pcontent table td {
    background-color: #fff;
    padding: 5px;
}
.pcontent table td p {
    margin: 0;
    padding: 5px;
}

/* 列表相关 */
ul.newslist li {
    border-bottom: 1px dotted #ddd;
    padding: 5px;
    margin: 5px;
    clear: both;
    width: 98%;
	overflow: hidden;
}
ul.newslist li a {
    float: left;
}
ul.newslist li span {
    float: right;
}
.pimglist {
    text-align: center;
    display: grid;
    margin-top: 20px;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
}
.shoplist2 .pimglist {
    grid-template-columns: auto;
}
.shoplist2 ul li.tdimg {
    display: grid;
    text-align: left;
    grid-template-columns: 200px auto;
}
.shoplist2 .pro_title {
    font-size: 18px;
    font-weight: bold;
    width: 700px;
    clear: both;
}
.shoplist2 ul li span {
    display: block;
    clear: both;
    margin: 10px 0 0;
}

/* 底部样式 */
#footer {
    clear: both;
    border-top: 2px solid #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 200%;
    padding: 10px 0 20px;
    width: 100%;
    background: #222;
    color: #fff;
}
#footer a {
    margin-left: 5px;
    padding-left: 5px;
    color: #fff;
}

/* 侧边联系框 */
body .rightim {
    position: fixed;
    right: 0;
    top: 200px;
    width: 115px;
    z-index: 999;
    background: #fff;
    text-align: center;
    border-radius: 0 7px 7px 0;
    overflow: hidden;
}
.rightimhead {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #222;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.rightimcontent {
    line-height: 20px;
    padding: 6px 0 20px;
    color: #333;
}
.rightim a.rightimqq {
    display: block;
    clear: both;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    color: #333;
    width: 100%;
    background: url(qq2.gif) center center no-repeat;
}

/* 分类相关 */
.box .item-cat {}
.box .item-p {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 30px;
    font-size: 14px;
    overflow: hidden;
    background: url(item_c.png) 10px center no-repeat;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .item-c {
    display: none;
}
.box .item-c a {
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 33px;
    color: #999;
    border-top: 1px dashed #eee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .item-p-zk {
    background: url(item_o.png) 10px center no-repeat;
}
.box .current, .box .item-c .current {
    color: #C62828;
}

/* 产品详情 */
#productinfo {
    display: grid;
    grid-template-columns: 500px auto;
}
.detail_canshu {
    margin-bottom: 32px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.detail_canshu .item-cantainer {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 22px;
    vertical-align: top;
}
.detail_canshu .canshu_name {
    float: left;
    box-sizing: border-box;
    width: 80px;
    padding-right: 12px;
    color: #999;
    word-break: break-all;
}
.detail_canshu .canshu_value {
    margin-left: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 新闻相关 */
.newscontent {
    font-size: 18px;
    line-height: 250%;
    margin: 0 auto 20px;
}
#bodynews .f_r .box h1.boxtitle {
    font-size: 24px;
    font-weight: 600;
    height: auto;
    padding: 20px 0 20px 20px;
}
.box .newsimg img {
    margin: 15px 20px 0 0;
}
.contenttop {
    font-size: 12px;
    color: #666;
}
.news_title {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.news_time {
    margin: 22px 0 15px;
    padding-bottom: 30px;
    color: #aaa;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 13px;
    text-align: center;
}
.news_img {
    text-align: center;
    margin-bottom: 10px;
}
.news_img img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 500px;
}
.mobile-footer{display:none}
 
		.product_elite_item{
			padding-left: 82px;
		    margin-bottom: 12px;
		    height: 70px;
		    position: relative;
		}
		.product_elite_item .item_title{
			height: 40px;
		    line-height: 20px;
		    font-size: 13px;
		    overflow: hidden;
		}
		.product_elite_item .item_img{
			position: absolute;
		    left: 0;
		    top: 0;
		    width: 70px;
		    height: 70px;
		    border: 1px solid #eee;
		}
		.product_elite_item .item_price{
			margin-top: 10px;
		    color: #f00;
		    font-size: 14px;
		}
	 .box .item-cat {
    border-bottom: 1px solid #e2e2e2;
}
/* 响应式布局 */
@media(max-width:767px) {
    #NT, #indextop, #indextop2, #lmain, #m, #main, #mainmenu, #nav, .bottom, .cityintro, .citylink, .citylinks, .hotcity, .m, .navtable, .top, .w {
        min-width: auto;
        max-width: 98%;
        width: 98%
    }
	#menu div{width:100%;}
    .top {
        display: block;
        padding: 0;
    }
    .logo {
        width: 100%
    }
    .topright {
        display: none;
    }
    .box {
        padding: 5px;
    }
    h1 {
        line-height: 30px;
        height: auto;
        word-break: normal;
        text-indent: 0;
    }
    #menu {
        width: 100%;
    }
    #menu ul li {
        width: 20%;
    }
    #menu a {
        width: 100%;
        font-size: 16px;
    }
    .f_r, .f_l {
        width: 100%;
    }
    .main {
        width: 100%;
    }
    .boxcontent {
        margin: 0;
    }
    #details, .content {
        width: 100%;
    }
    #nav {
        overflow: hidden;
        width: 100%;
    }
    .news_title {
        font-size: 18px;
    }
    dl#pshowdata {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: 20% auto;
    }
    body .rightim {
        display: none;
    }
    .mobile-footer {
        display: block;
        width: 100%;
        position: fixed;
        height: 50px;
        line-height: 50px;
        bottom: 0;
        left: 0;
        background: #333;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .mobile-footer a {
        color: #fff;
        font-weight: bold;
    }
	.zhuce2023{display:none;}
}