body:after{content:url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);display:none}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-container{padding:4px}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}


.menu>li:hover>ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.menu>li>ul>li:hover>ul,
.has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.tipbox {
    padding:30px 0 0 15%;
    box-sizing: border-box;
    font-size: 1em;
}

.tipbox>a {
    color: #888;
}

.container_box {

    height: auto;
    margin: auto;
    box-sizing: border-box;
}

.container_box:after,
.container_box:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container_left {
    width: 40%;
    height: auto;
    float: left;
}

.container_right {
    width: 50%;
    float: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

.paraTxt {
    width: 600px;
    font-size: 1em;
    line-height: 26px;
}

.swiper_left .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.descTxt {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: bold;
}

.nameTxt {
    color: #fe7902;
    font-size: 26px;
    line-height: 54px;
    margin: 15px 0;
    font-weight: bold;
}

.advantageCon {
    /*padding: 30px 0;*/
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    font-size: 1em;
}

.specialCon li {
    height: 88px;
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
}

.specialCon:after,
.specialCon:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.con {
    padding-bottom: 10px;
}

.con>h1 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: inherit;
    line-height: inherit;
}

.con>img {
    width: 51px;
    height: 60px;
}

.two {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.typeCon {
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0px;
    box-sizing: border-box;
}

.typeCon>h1 {
    margin-bottom: 30px;
}

.advanBlock {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.advanBlockUl {
    padding: 0;
    width: 100%;
    text-align: center;
}

.advanBlockUl>li {
    width: 100px;
    height: 100%;
    float: left;
    position: relative;
}

.advanBlockUl:after,
.advanBlockUl:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.xiangguan_swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.xiangguan_title,
.table_list>table,
.chanpin_box,.conterbox_ul,.conterboxfooter {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    line-height: 40px;
}

.conterbox_ul{
    padding: 0;
    display: none;
}

.active{
    display: block;
}
.active2{
    color: #fe7902;
}

.xiangguan_title {
    font-size:26px;
    font-weight: bold;
    color: #fe7902;
    padding: 10px 0;
}
.advIcon img{ display: block;width:90px;margin-right:20px ;}
.table_list>table th {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    color: #333;
    font-weight: bold;
    height: 60px;
    position: relative;
}

td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    line-height: 18px;
    color: #666;
    padding: 15px 0 15px 3%;
    position: relative;
    line-height: 60pox;
    font-size: 20px;
}

table,
td,
th {
    border: none;
}



.chanpin_box {
    width: 100%;
    height: auto
}

.chanpin_box>li {
    width: 25%;
    height: 100%;
    float: left;
    padding: 0px 50px;
    box-sizing: border-box;
}

.proImg {
    width: 70%;
    height: 340px;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.chanpin_box h2 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.chanpin_box>li:hover {
    background: #efefef;
}

.chanpin_box>li:hover h2 {
    color: #fe7902;
}


/* 商品列表 */
<style>
.menu>li:hover>ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.menu>li>ul>li:hover>ul,
.has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.swiper-wrapper {

}

.cataegory_title {
    font-size: 26px;
    line-height: 26px;
    color: #FE7902;
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.category_box {
    width: 1200px;
    height: auto;
    margin: auto;
}
/* 清除浮动 */

.category_box:after,
.category_box:before {
    content: "";
    display: table;
}

.category_box:after {
    clear: both;
}

.Viewmore {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0 0 20px 0px;
	padding: 50px;
}

.Viewmore>span {
    width: 108px;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #FE7902;
    background: #FE7902;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 7px 20px;
    box-sizing: border-box;
}

.category_container {
    width: 280px;
    height: 390px;
    padding: 0px 12px;
    box-sizing: border-box;
    float: left;
}

.category_container:hover {
    background: #efefef;
}

.Product_img {
    width: 100%;
    height: 278px;
    overflow: hidden;
}

.Product_title {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.Product_btn {
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0px;
}

.Product_btn>span {
    display: inline;
    padding: 5px 30px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    color: #000;
}

.Product_btn:hover span {
    color: #FE7902;
    border: 1px solid #FE7902;
}

.Contrast_box {
    width: 203px;
    height: auto;
    position: fixed;
    right: 2%;
    top: 40%;
    z-index: 999999;
    background: white;
    border: 1px solid #FE7902;
    display: none;
}

.Contrast_title {
    width: 100%;
    height: 40px;
    background: url(static/images/redBlockBg.jpg) repeat;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.Contrast_container {
    width: 100%;
    height: 70px;
}

.Contrast_img {
    width: 70px;
    height: 70px;
    float: left;
}

.Contrast_img>img {
    width: 100%;
    height: 100%;
}

.Contrast_name {
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 70px;
    float: left;
}

.Contrast_icon {
    float: right;
    line-height: 70px;
    padding-right: 10px;
}

.Contrast_btn {
    clear: both;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.Contrast_btn>span {
    display: inline;
    padding: 7px 60px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    border: 1px solid #FE7902;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    background: #FE7902;
}

.wx_box {
    width: 125px;
    height: 125px;
    background: #f6f6f6;
    margin: 0 auto;
    padding: 9px;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: -60px;
    right: 30%;
}

.wx_box>img {
    width: 100%;
    height: 100%;
    margin-left: 0%;
}

.wx_icon:hover .wx_box {
    opacity: 1;
}
.app_box {
width: 125px;
height: 125px;
background: #f6f6f6;
margin: 0 auto;
padding: 9px;
box-sizing: border-box;
opacity: 0;
position: absolute;
top: -60px;
right: 30%;
}

.app_box>img {
width: 100%;
height: 100%;
margin-left: 0%;
}

.app_icon:hover .app_box {
opacity: 1;
}

.dy_box {
width: 125px;
height: 125px;
background: #f6f6f6;
margin: 0 auto;
padding: 9px;
box-sizing: border-box;
opacity: 0;
position: absolute;
top: -60px;
right: 30%;
}

.dy_box>img {
width: 100%;
height: 100%;
margin-left: 0%;
}

.dy_icon:hover .dy_box {
opacity: 1;
}
</style>