@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial,helvetica,clean,sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/Common/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #a92b2b;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #a92b2b;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

@font-face {
  font-family: "plumbc-b";
  src: url("../font/plumbc-b.woff") format("woff"),
       url("../font/plumbc-b.ttf") format("truetype"),
       url("../font/plumbc-b.eot") format("embedded-opentype"),
       url("../font/plumbc-b.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--header--*/
.wrapper{clear:both;margin:0 auto;width:1200px;}
.header{position:relative;left:0;top:0;width:100%;height:120px;background:#101010;border-bottom:#deb03d solid 3px;}
.header .logo{float:left;width:120px;height:120px;overflow:hidden;}
.header .logo img{display:block;width:120px;}
.header .slogan{float:left;padding-left:26px;padding-top:30px;color:#fff;line-height:1.5;}
.header .slogan h2{font-size:24px;}
.header .slogan p{font-size:18px;}
.header .slogan p em{color:#deb03d;font-weight:bold;font-family:Arial;}
.nav{position:relative;float:right;padding:35px 100px 35px 0;height:50px;overflow:hidden;}
.nav-list{float:left;margin-right:25px;overflow:hidden;}
.nav-list li{float:left;font-size:16px;height:50px;line-height:50px;}
.nav-list li>a{position:relative;display:block;margin:0 25px;color:#fff;}
.nav-list li:hover>a,.nav-list li.cur>a{color:#deb03d;}
.nav-list li>a:after,.nav-list li a:after{content:"";display:block;position:absolute;left:0;bottom:0;width:0;height:1px;background:#deb03d;transition:width 0.5s;}
.nav-list li:hover>a:after,.nav-list li.cur>a:after{width:100%;}
.searchBtn{overflow:hidden;margin-top:12px;width:30px;height:30px;cursor:pointer;background:url(../images/Common/searchBtn.png) no-repeat;}
.search-wrap{display:none;position:absolute;z-index:333;top:35px;right:100px;width:390px;padding:10px;height:30px;background:#fff;overflow:hidden;border-radius:5px;}
.search-wrap input{display:block;float:left;width:300px;height:30px;line-height:30px;border:none;outline:none;background:none;}
.search-wrap button{display:block;float:left;width:30px;height:30px;border:none;outline:none;cursor:pointer;background:url(../images/Common/searchBtn.png) no-repeat center;}
.search-wrap em{position:absolute;top:10px;right:10px;display:block;opacity:0.5;cursor:pointer;width:30px;height:30px;background:url(../images/Common/closeBtn.png) no-repeat center;}
.search-wrap em:hover{opacity:1;}
@media screen and ( max-width: 1440px ) {
.nav-list li>a{margin:0 16px;}
}
@media screen and ( max-width: 1366px ) {
.nav{padding-right:20px;}
.nav-list li>a{margin:0 12px;}
}
/*--end header--*/

/*--footer--*/
.footer{padding-bottom:50px;overflow:hidden;background:#202020;}
.flinks{padding-top:40px;padding-bottom:56px;height:70px;line-height:50px;overflow:hidden;border-bottom:#373737 solid 1px;}
.flinks .addlinks{float:right;display:block;font-size:14px;color:#666;}
.flinks dl{font-size:14px;overflow:hidden;}
.flinks dt{float:left;}
.flinks dt a{color:#666;}
.flinks dd{overflow:hidden;line-height:30px;}
.flinks dd a{display:inline-block;margin:0 20px;color:#666;}
.flinks a:hover{color:#fff;}
.ft-inner{padding-top:70px;overflow:hidden;}
.ft-menu{float:left;width:510px;}
.ft-menu dl{float:left;width:170px;}
.ft-menu dl dt{padding-left:16px;font-size:18px;height:30px;line-height:30px;color:#ccc;background:url(../images/Common/ft_menu.png) no-repeat 0 center;}
.ft-menu dl dt a{display:block;color:#ccc;}
.ft-menu dl dd{padding-left:16px;padding-top:10px;overflow:hidden;}
.ft-menu dl dd a{display:block;height:36px;line-height:36px;font-size:14px;color:#999;}
.ft-menu dl dt a:hover{font-weight:bold;}
.ft-menu dl a:hover{color:#fff;}
.ft-QRcode{float:left;margin:6px 20px 0 20px;width:140px;text-align:center;}
.ft-QRcode img{display:block;width:140px;height:140px;border-radius:5px;}
.ft-QRcode p{margin-top:10px;height:30px;line-height:30px;font-size:14px;color:#999;}
.ft-info{float:right;width:480px;color:#999;font-size:14px;text-align:right;}
.ft-info .tel{padding-right:56px;background:url(../images/Common/ft_tel.png) no-repeat right center;}
.ft-info .tel span{display:block;height:24px;line-height:24px;}
.ft-info .tel p{font-size:24px;color:#a82b2b;font-weight:bold;font-family:"plumbc-b";}
.ft-info .Copyright{padding-top:20px;line-height:30px;font-size:14px;text-transform:uppercase;}
.ft-info .zxBtn a{display:block;float:right;margin-top:20px;width:170px;height:54px;line-height:54px;text-indent:20px;text-align:center;border:#7c7c7c solid 1px;border-radius:5px;background:url(../images/Common/ly_icon.png) no-repeat 35px center;}
.ft-info .zxBtn a:hover{color:#fff;background-color:#a92b2b;border-color:#a92b2b;}
.ft-logo{margin-top:40px;height:100px;overflow:hidden;background:url(../images/Common/ft_line.png) repeat-x center;}
.ft-logo .pic{margin:0 auto;width:100px;height:100px;background:#202020;}
.ft-logo .pic img{display:block;width:100px;height:100px;}
.btm{height:30px;line-height:30px;font-size:14px;color:#666;overflow:hidden;}
.btm .fl a{display:inline-block;}
.btm .fl a:before{float:right;content:"|";margin:0 30px;}
.btm .fl a:last-child:before{display:none;}
.btm .fr span{display:inline-block;margin-left:30px;}
.btm a:hover{color:#fff;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.mianbaoxie1200{width:100%;height:50px;margin-top:-50px;margin-bottom:30px;position:relative;z-index:9}
.mianbaoxie1200 .con{width:100%;height:50px;background:url(../images/TInpage/mub01addressBg.png) repeat}
.mianbaoxie1200 .p1{height:50px;line-height:50px;font-size:13px;color:#fff;float:left;width:1180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.mianbaoxie1200 .p1 a{color:#fff;padding:0 4px}
.mianbaoxie1200 .p1 img{margin:0 10px 0 20px;position:relative;top:4px}
.mub01Top{width:100%;height:42px;border-bottom:1px solid #eaeaea}
.mub01Top h3{color:#333;font-size:20px;float:left}
.mub01Top h3 i{display:block;width:24px;height:1px;background:#a82b2b;position:relative;top:18px}
.mub01Top h3 em{color:#a82b2b;font-weight:700}
.mub01Top a.more{display:block;font-size:13px;color:#666;float:right;margin-right:6px;text-decoration:none;line-height:34px}
.mub01Top a.more:hover{color:#a82b2b}
.proListNews{width:100%;margin:40px 0}
.proListNews .mainCon{padding:41px 0;background:#fff}
.proListNews .mainCon dl{float:left;margin-left:40px;width:577px;padding-right:41px;border-right:1px dotted #b2b2b2}
.proListNews .mainCon dt{width:220px;height:auto;float:left;overflow:hidden}
.proListNews .mainCon dt img{display:block;width:100%;height:auto}
.proListNews .mainCon dd{width:330px;float:right;height:auto;min-height:150px;position:relative}
.proListNews .mainCon dd h3{font-size:16px;font-weight:400}
.proListNews .mainCon dd h3 a{color:#000;text-decoration:none}
.proListNews .mainCon dd p a{color:#666;text-decoration:none;display:block;font-size:14px;margin-top:10px;line-height:22px}
.proListNews .mainCon dd span{display:block;font-size:13px;color:#999;position:absolute;bottom:10px;left:0}
.proListNews .mainCon dd a.more{display:block;width:36px;height:36px;background:url(../images/TInpage/list_circle.png) no-repeat left top;overflow:hidden;position:absolute;right:6px;bottom:0;border-radius:50%;border:solid 1px #bcbcbc}
.proListNews .mainCon dl:hover dd a.more{background-position:left bottom;background-color:#a82b2b;border-color:#a82b2b}
.proListNews .mainCon dl:hover dd h3 a{color:#a82b2b}
.proListNews .mainCon ul{width:474px;float:right;margin-right:30px}
.proListNews .mainCon li{overflow:hidden;margin-top:15px}
.proListNews .mainCon li a{display:block;font-size:13px;color:#333;width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}
.proListNews .mainCon li a:hover{color:#a82b2b}
.proListNews .mainCon li span{display:block;font-size:13px;color:#999;font-family:arial;margin-right:10px;float:right}

#nodata{padding:80px;padding-left:150px;border:solid 1px #eee;margin:10px 0;background:url(../images/TInpage/nodata.gif) no-repeat 20px 20px;background-color:#fff}
.inpage-banner{width:100%;height:300px;background-repeat:no-repeat;background-position:center top;margin-top:  -35px;position:  relative;z-index: 1;}
#newsListCon .mainCon .conBox{padding-top:20px}
.newsListCon{width:100%;margin:40px 0}
#newsListCon{margin-top:0}
.newsListCon .mainCon{width:1200px;margin:0 auto}
.newsListCon .mainCon .conBox{width:1200px;margin:0 auto}
.newsListCon .mainCon .con{width:100%}
.newsListCon .mainCon dl{width:1198px;padding:39px 0;height:auto;border:1px solid #dfdfdf;border-top:none;background:#fff;position:relative}
.newsListCon .mainCon dl:first-child{border-top:1px solid #dfdfdf}
.newsListCon .mainCon dt{width:220px;height:auto;float:left;margin-left:40px;overflow:hidden}
.newsListCon .mainCon dt img{display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all 2s ease-out;transition:all 2s ease-out;width:100%;height:auto}
.newsListCon .mainCon dl:hover dt img{-webkit-transform:scale(1.2);transform:scale(1.2)}
.newsListCon .mainCon dd{width:875px;height:auto;min-height:140px;position:relative;margin-left:28px;float:left}
.newsListCon .mainCon dd h3{font-size:20px;font-weight:400}
.newsListCon .mainCon dd h3 a{color:#000;text-decoration:none}
.newsListCon .mainCon dd p{width:810px;font-size:13px;color:#666;line-height:24px;margin-top:17px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.newsListCon .mainCon dd .label{font-size:12px;color:#999;display:block;padding-left:26px;position:absolute;left:0;bottom:0;background:url(../images/TInpage/newsList_icon03.png) no-repeat left center;line-height:16px}
.newsListCon .mainCon dd .zan{display:block;font-size:13px;font-family:arial;height:16px;background:url(../images/TInpage/newsList_icon055.png) no-repeat left top;position:absolute;top:5px;right:74px;padding-left:24px;padding-top:2px}
.newsListCon .mainCon dd .readDate{display:block;font-size:13px;font-family:arial;height:16px;position:absolute;top:5px;right:50px;padding-left:24px;padding-top:2px}
.newsListCon .mainCon dd .readNum{display:block;font-size:13px;font-family:arial;height:16px;background:url(../images/TInpage/newsList_icon02.png) no-repeat left center;position:absolute;top:5px;right:4px;padding-left:24px;padding-top:2px}
.newsListCon .mainCon dd a.more{display:block;width:36px;height:36px;background:url(../images/TInpage/list_circle.png) no-repeat left top;overflow:hidden;position:absolute;right:6px;bottom:0;border-radius:50%;border:solid 1px #bcbcbc}
.newsListCon .mainCon dl:hover dd a.more{background-position:left bottom;background-color:#a82b2b;border-color:#a82b2b}
.newsListCon .mainCon dl:hover dd h3 a{color:#a82b2b}
.newsListCon .mainCon dl:hover{-webkit-box-shadow:0 0 10px 6px #eee;box-shadow:0 0 10px 6px #eee;z-index:99}

.tuijian-product-box{width:96%;border:1px solid #e4e4e4;padding:0 2% 20px;margin-top:20px}
.tuijian-product-box .conBox{width:100%;margin-top:20px}
.tuijian-product-box .conBox li{width:32%;float:left;margin-left:1.8%;text-align:center}
.tuijian-product-box .conBox li.noMl{margin-right:0}
.tuijian-product-box .conBox li:first-child{margin-left:0}
.tuijian-product-box .conBox li span{display:block;width:100%;height:auto;overflow:hidden;border:1px solid #e4e4e4}
.tuijian-product-box .conBox li img{display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all 1s ease-out;transition:all 1s ease-out;width:100%;height:auto}
.tuijian-product-box .conBox li:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}
.tuijian-product-box .conBox li em{display:block;font-size:14px;color:#333;margin-top:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tuijian-product-box .conBox li a{display:block;text-decoration:none}
.tuijian-product-box1200{width:1200px;border:none 0;padding:0;margin:40px auto}
.tuijian-product-box1200 .conBox li{width:24.2%;margin-left:1%}

.label{display:inline-table; width:100%;}
.label ul li{ float:left; margin-right:5px; margin-bottom:15px; height:30px; line-height:30px;}
.label ul li a{ background:#e2e0e0; padding:0px 5px; display:block; font-size:14px;}
.label ul li a:hover{ background:#a82b2b; color:#fff;}
