@charset "utf-8";

/* CSS Document */
BODY {
    FONT-SIZE: 14px;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
    background: url(../images/bg.jpg) center top repeat;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input,
textarea {
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none
}

.banner span {
    cursor: pointer;
    float: left;
}

.clear {
    clear: both
}

@font-face {
    font-family: 'arialregular';
    src: url('arial-webfont.woff2') format('woff2'),
        url('arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.baoqian {
	padding-top: 40px;
	padding-bottom: 35px;
}

.baoqian ul{
    display: flex;
    flex-wrap: wrap;
}

.baoqian a {
	width: 278px;
	height: 46px;
	border: solid 1px #e2e2e2;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
	display: inline-block;
	margin-bottom: 25px;
	transition: all 0.2s ease-in-out;

}

.fenlei {
	position: relative;
	display: block;
}

.erji_cd {
	position: absolute;
	left: 0;
	top: 0;
}

.baoqian a:hover {
	background: #f52a0f;
	border: solid 1px #f52a0f;
	color: white;
}

.baoqian .xianzhong {
	background: #f52a0f;
	border: solid 1px #f52a0f;
	color: white;
}



.more {
	font-size: 16px;
	color: #454545;
	width: 196px;
	height: 57px;
	background: #f0f0f0;
	display: block;
	margin: auto;
	border-radius: 7px;
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #454545;
	margin-top: 20px;
	margin-bottom: 72px;
	transition: all 0.6s;
}

.more:hover {
	background: #f52a0f;
    color: white;
}

.gallery_img {
    display: flex;
    flex-wrap: wrap;
}

.gallery_img a {
	display: block;
	width: 370px;
	height: 352px;
	margin-bottom: 37px;
	margin-right: 45px;
	background: #f0f0f0;
	transition: all 0.4s ease-in-out;

}
.gallery_img a:nth-child(3n) {
	
	margin-right: 0;
	

}

.gallery_img a:hover {
	background: #f52a0f;
	transform: translate(0, -15px);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);

}

.gallery_img p {
	font-size: 18px;
	color: #333333;
	height: 74px;
	line-height: 74px;
	padding: 0 80px 0 30px;
	background: url("../images/gallery_icon.png") right 34px center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.gallery_img a:hover p{
	color: white;
}

.gallery_img img {
	width: 370px;
	height: 278px;
	display: block;
}


/*banner*/




.head-menu {
    width: 100%;
}

.logo {
    float: left;
    line-height: 90px;
    font-size: 40px;
    color: #171616;
}

.menu {
  
    float: right;
}

.index_con{
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
}

.menu >ul li {
    float: left;
    line-height: 90px;
    font-size: 18px;
    padding: 0 12px
}

.menu >ul li a {
    color: #161515;
    display: block
}


/*首页产品展示*/
.zhanshi {
    width: 100%;
    padding: 80px 0 0 0;
}

.title {
    font-size: 36px;
    color: #f52a0f;
    background: url(../images/erji.png) center bottom no-repeat;
    text-align: center;
    padding-bottom: 40px;
}

.zhanshi-con {
    width: 100%;
}

/* 本例子css */
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #f52a0f;
}

.slideTxtBox .hd ul {
    width: 100%;
    height: 50px;
display: flex;
}

/* .slideTxtBox .hd ul .li1 {
    position: absolute;
    width: 300px;
    left: 35px;
    height: 50px;
    top: 0
}

.slideTxtBox .hd ul .li2 {
    position: absolute;
    width: 300px;
    left: 300px;
    height: 50px;
    top: 0
}

.slideTxtBox .hd ul .li3 {
    position: absolute;
    width: 300px;
    left: 580px;
    height: 50px;
    top: 0
}

.slideTxtBox .hd ul .li4 {
    position: absolute;
    width: 300px;
    left: 870px;
    height: 50px;
    top: 0
} */

.slideTxtBox .hd ul li {
    width: 300px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.slideTxtBox .hd ul li.on {
  /*   background: url(../images/tixing.png) center top no-repeat; */
    color: #31302f;
    background-color: whitesmoke;
}

.slideTxtBox .bd ul {
    zoom: 1;
}

.zhanshil {
    float: left;
    width: 600px;
    height: 350px
}

.zhanshir {
    float: left;
    width: 600px;
    height: 350px
}

.zhanshil-t {
    width: 100%;
    height: 300px
}

.zhanshil-b {
    width: 100%;
    height: 50px;
    background: #f52a0f;
    font-size: 16px;
    color#fff;
    text-align: center;
    line-height: 50px
}

.zhanshil-b a {
    color: #fff
}

.zhanshil-t1 {
    width: 300px;
    float: left
}

.zhanshil-t1 img {
    display: block;
    margin: 0 auto;
    padding-top: 60px
}

.zhanshil-t2 {
    width: 260px;
    float: left;
    margin-left: 40px;
    padding-top: 80px
}

.zhanshil-t2 h2 {
    font-size: 32px;
    color: #191919;
    margin-bottom: 15px;
    font-family: 'arialregular';
    font-weight: 700
}

.zhanshil-t2 h3 {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px
}

.zhanshil-t2 p {
    color: #5a5a5a
}

.zhanshil-t2 p img {
    vertical-align: bottom;
    margin-right: 5px;
    padding-bottom: 3px
}

.zhanshir1 {
    float: left;
    width: 299px;
    height: 179px;
    border-right: 1px solid #dedbdb;
    border-bottom: 1px solid #dedbdb
}

.zhanshir2 {
    float: left;
    width: 300px;
    height: 179px;
    border-bottom: 1px solid #dedbdb
}

.zhanshir3 {
    float: left;
    width: 299px;
    height: 170px;
    border-right: 1px solid #dedbdb
}

.zhanshir4 {
    float: left;
    width: 300px;
    height: 170px;
}

.zhanshir1 img {
    display: block;
    margin: 0 auto;
    padding-top: 30px
}

.zhanshir2 img {
    display: block;
    margin: 0 auto;
    padding-top: 30px
}

.zhanshir3 img {
    display: block;
    margin: 0 auto;
    padding-top: 30px
}

.zhanshir4 img {
    display: block;
    margin: 0 auto;
    padding-top: 30px
}
.ad1{
    width: 100%;
}

/*关于我们*/
.about {
    padding: 80px 0 60px 0;
    width: 100%
}

.about-con {
    width: 100%;
    margin-top: 25px;
    height: 492px;
    background: url(../images/about.jpg) center top no-repeat;
    position: relative
}

.about-des {
    position: absolute;
    width: 660px;
    height: 60px;
    left: 250px;
    color: #555555;
    line-height: 30px;
}

.about-link {
    position: absolute;
    width: 91px;
    height: 15px;
    right: 23px;
    bottom: 66px
}

.ad2 {
    width: 100%;
    height: 348px;
    background: url(../images/ad2.jpg) center top no-repeat
}

/*新闻*/
.news {
    width: 100#;
    padding: 70px 0 20px 0
}

.news-con {
    width: 100%;
    margin-top: 45px
}

.news-con ul li {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 50px
}

.news-con ul li:nth-child(3n) {
    margin-right: 0px
}

.news-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.news-top h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #4c4b4b;
    z-index: 1;
    left: 0;
    top: 0
}

.news-top:after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #5b0e04 10%, #eb2409 70%, #f1533e);
    transform: scalex(0);
    transition: transform 3s cubic-bezier(.19, 1, .22, 1);
    transform-origin: left;
    transition-delay: 0s !important;
    transition: all 1.5s ease 0s;
}



.news-bot {
    width: 100%;
    line-height: 25px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

.news-bot p {
    color: #555;
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden
}

.news-bot span {
    color: #5a5a5a;
    padding: 5px 20px;
    border: 1px solid #aaaaaa;
    border-radius: 3px
}



.ad3 {
    width: 100%;
    height: 339px;
    background: url(../images/ad3.jpg) center top no-repeat
}

.ad3 ul {
    padding-top: 46px;
    padding-left: 155px
}

.ad3 ul li {
    float: left;
    width: 205px;
    margin-right: 135px;
    height: 280px;
    overflow: hidden;
    text-align: center
}

.ad3-1 {
    background: url(../images/youshi1.png) center top no-repeat
}

.ad3 ul li h2 {
    font-size: 18px;
    color: #fff;
    padding-top: 145px;
    margin-bottom: 45px
}

.ad3 ul li p {
    color: #fff
}

.ad3-2 {
    background: url(../images/youshi2.png) center top no-repeat
}

.ad3-3 {
    background: url(../images/youshi3.png) center top no-repeat
}

/*联系我们*/
.contact {
    width: 100%;
    padding: 80px 0 70px 0
}

.contact-con {
    width: 100%;
    height: 120px;
    background: url(../images/contact.png) center top no-repeat;
    position: relative;
}

.cont1 {
    position: absolute;
    left: 250px;
    width: 150px;
    height: 60px;
    overflow: hidden;
    top: 35px;
    line-height: 25px;
    color: #414040
}

.cont2 {
    position: absolute;
    left: 585px;
    width: 150px;
    height: 60px;
    overflow: hidden;
    top: 35px;
    line-height: 25px;
    color: #414040
}

.cont3 {
    position: absolute;
    left: 930px;
    width: 150px;
    height: 60px;
    overflow: hidden;
    top: 35px;
    line-height: 25px;
    color: #414040
}

.cont4 {
    position: absolute;
    width: 110px;
    height: 112px;
    bottom: 25px;
    left: 540px;
    display: none;
}

/*footer*/
.footer {
    width: 100%;
    height: 540px;
    background: url(../images/footer.jpg) center top no-repeat;
    position: relative
}

.footer-menu {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../images/footer-menu.png) center top no-repeat
}

.footer-menu ul {
    margin-left: 66px
}

.footer-menu ul li {
    float: left;
    width: 128px;
    background: url(../images/shuxian.png) right center no-repeat;
    text-align: center;
    font-size: 18px;
}

.footer-menu ul li:last-child {
    background: none
}

.footer-menu ul li a {
    color: #fff
}

.footer-m {
    width: 100%;
    height: 385px;
    margin-top: 20px
}

.foot-logo {
    float: left;
    width: 370px;
    height: 385px;
    background: url(../images/shuxian2.png) right center no-repeat
}

.foot-logo img {
    display: block;
    margin: 0 auto;
    padding-top: 60px
}

.foot-form {
    float: left;
    width: 345px;
    height: 345px;
    background: url(../images/shuxian2.png) right center no-repeat;
    padding: 20px 50px
}

.kuai {
    width: 100%;
    margin-bottom: 15px
}

.foot-form h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

.kuai input {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 242px;
    height: 37px;
    border-radius: 4px;
    text-indent: 20px;
    color: #fff
}

.foot-form input::-webkit-input-placeholder {
    color: #fff;
}

.foot-form input:-moz-placeholder {
    color: #fff;
}

.foot-form textarea {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 334px;
    height: 112px;
    border-radius: 4px;
    text-indent: 18px;
    color: #fff
}

.foot-form textarea::-webkit-input-placeholder {
    color: #fff;
}

.foot-form textarea:-moz-placeholder {
    color: #fff;
}

.kuai1 input {
    background: none;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.foot-cont {
    float: right;
    width: 305px;
    height: 345px;
    padding: 20px 30px 20px 50px
}

.foot-cont h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

.foot-cont p {
    color: #fff;
}

.tel {
    background: url(../images/tel.png) left center no-repeat;
}

.add {
    background: url(../images/add.png) left center no-repeat;
}

.you {
    background: url(../images/you.png) left center no-repeat;
}

.lian {
    background: url(../images/lian.png) left center no-repeat;
}

.foot-b {
    position: absolute;
    width: 100%;
    height: 77px;
    left: 0;
    bottom: 0;
    background: url(../images/foot-bg.png) center top no-repeat;
    line-height: 77px;
    color: #fff;
    text-align: center
}


/*新闻列表*/
.public {
    width: 100%;
    padding: 35px 0 40px 0
}

.pub-l {
    float: left;
    width: 245px;
    margin-left: 6px
}

.pub-r {
    float: right;
    width: 900px;
}

.pro-top {
    float: left;
    width: 100%;
    height: 65px;
    background: url(../images/pro-top.png) 30px 32px no-repeat #f64331;
    font-size: 18px;
    color: #fff;
    text-indent: 30px;
    padding-top: 15px
}

.pro-class {
    float: left;
    width: 243px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px
}

.pro-class ul {
    margin-top: 28px;
}

.pro-class ul li {
    width: 243px;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    z-index: 1
}

.pro-class ul li:last-child {
    border-bottom: none
}

.pro-class ul li:after {
    width: 257px;
    height: 58px;
    position: absolute;
    left: -7px;
    top: 0;
    background: url(../images/tou.png) center top no-repeat;
    content: '';
    display: none
}



.pro-class ul li a {
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 1
}

.pro-class ul li a {
    color: #434343
}


.news1-top {
    float: left;
    width: 100%;
    height: 65px;
    background: url(../images/news-top.png) 30px 32px no-repeat #f64331;
    font-size: 18px;
    color: #fff;
    text-indent: 30px;
    padding-top: 15px
}

.cont-top {
    float: left;
    width: 100%;
    height: 65px;
    background: url(../images/cont-top.png) 30px 32px no-repeat #f64331;
    font-size: 18px;
    color: #fff;
    text-indent: 30px;
    padding-top: 15px
}

.cont-left {
    float: left;
    width: 229px;
    padding: 20px 7px 20px 7px;
    border: 1px solid #ddd;
    border-top: none;
    color: #333;
    line-height: 25px
}

.cont-left p {
    margin-bottom: 8px
}

.pubr-top {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #f64331;
    background: url(../images/er3.png) 1px center no-repeat;
    font-size: 24px;
    color: #f64331;
    text-indent: 40px
}

.pubr-top span {
    float: right;
    font-size: 12px;
    color: #787878
}

.pubr-top span img {
    vertical-align: bottom;
    margin-bottom: 15px;
    margin-right: 5px
}

.xinwen {
    float: left;
    width: 100%;
    padding-top: 18px;
}

.xinwen ul li {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.xinwen-l {
    float: left;
    width: 98px;
    height: 104px;
    background: #f65545;
    text-align: center
}

.xinwen-l h2 {
    font-size: 42px;
    color: #fff;
    padding-top: 10px
}

.xinwen-l h3 {
    font-size: 14px;
    color: #fff
}

.xinwen-r {
    float: left;
    width: 587px;
    height: 74px;
    background: url(../images/xin.png) 737px center no-repeat #f8f8f8;
    padding: 15px 160px 15px 55px;
    line-height: 22px
}

.xinwen-r h2 {
    font-size: 14px;
    color: #4c4b4b;
    margin-bottom: 10px
}

.xinwen-r h3 {
    font-size: 12px;
    color: #555
}



/*新闻详情*/
.xinwen-con {
    float: left;
    width: 100%;
    padding-top: 45px;
}

.xinwen-con h2 {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

.xinwen-con h3 {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    background: #f8f8f8;
    margin-bottom: 75px;
    padding: 7px 0
}

.xinwen-con p {
    color: #555;
    line-height: 25px;
    margin-bottom: 100px
}

.pianl {
    float: left;
    width: 430px;
    background: #f8f8f8;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.pianr {
    float: right;
    width: 430px;
    background: #f8f8f8;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.pianl h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #4c4b4b;
    z-index: 1;
    left: 0;
    top: 0
}

.pianl:after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #5b0e04 10%, #eb2409 70%, #f1533e);
    transform: scalex(0);
    transition: transform 3s cubic-bezier(.19, 1, .22, 1);
    transform-origin: left;
    transition-delay: 0s !important;
    transition: all 1.5s ease 0s;
}


.pianr h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #4c4b4b;
    z-index: 1;
    left: 0;
    top: 0
}

.pianr:after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #5b0e04 10%, #eb2409 70%, #f1533e);
    transform: scalex(0);
    transition: transform 3s cubic-bezier(.19, 1, .22, 1);
    transform-origin: left;
    transition-delay: 0s !important;
    transition: all 1.5s ease 0s;
}




/*产品展示*/
.pro-liebiao {
    float: left;
    width: 100%
}

.search {
    width: 100%;
    padding: 20px 0;
    display: none;
}

.searl {
    float: left;
    width: 278px;
    height: 40px;
    border: 1px solid #a7a7a7;
    border-radius: 4px
}

.searl1 {
    float: left;
    width: 235px;
    height: 40px;
    line-height: 38px
}

.searl2 {
    float: left;
    width: 43px;
    height: 40px
}

.searl input::-webkit-input-placeholder {
    color: #a7a7a7;
}

.searl input:-moz-placeholder {
    color: #a7a7a7;
}

.searl1 input {
    height: 38px;
    border: none;
    margin-left: 3px;
    text-indent: 8px;
    width: 200px;
    line-height: 38px
}

.searl2 input {
    margin-left: 10px;
    margin-top: 10px
}

.searr {
    float: left;
    width: 800px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #a7a7a7;
    display: none;
}

.pro-liebiao {
    float: left;
    width: 100%;
    padding-top: 50px
}

.pro-liebiao ul li {
    float: left;
    width: 282px;
    height: 212px;
    margin-right: 27px;
    position: relative;
    margin-bottom: 25px
}

.pro-liebiao ul li:nth-child(3n) {
    margin-right: 0
}

.pro-liebiao ul li img {
    width: 282px;
    height: 212px
}

.pro-yy {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.pro-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    left: 0;
    text-align: center;
}

.pro-name span {
    padding: 3px 15px;
    border-radius: 4px
}



.yeshu {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.yeshu a {
    margin: 0 3px;
    padding: 5px 15px;
    background: #f8f8f8;
    color: #565656;
    border-radius: 4px
}


.yeshu a.on {
    background: #f64331;
    color: #fff
}

/*产品详情*/
.pro-xq {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 45px;
}

.pro-xq h2 {
    font-size: 24px;
    color: #f75545;
    text-align: center;
    margin-bottom: 30px
}

.pro-xq h2 span {
    border-bottom: 1px dashed #f75545;
    padding-bottom: 3px
}

.pro-xq h3 {
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #f8f8f8
}

.pro-xq1 {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.pro-img {
    width: 460px;
    /* height: 430px; */
    margin: 0 auto;
    position: relative;
    border: 1px solid #999
}

.left {
    position: absolute;
    width: 44px;
    height: 53px;
    left: -137px;
    top: 180px
}

.right {
    position: absolute;
    width: 44px;
    height: 53px;
    right: -137px;
    top: 180px
}

.pro-xq2 {
    float: left;
    width: 100%;
    padding: 20px 0 50px 0
}

.single {
    float: left;
    width: 100%;
    padding: 40px 0;
    color: #555;
    line-height: 25px
}

/*在线留言*/
.msgtitle {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.message_block p {
    padding: 12px;
}

.msg_input {
    width: 400px;
    border: 1px solid #e0e0e0;
    padding: 8px 9px;
    background: #fff;
    font-size: 13px;
    color: #888;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.msg_input_on {
    width: 400px;
    border: 1px solid #8cd1ff;
    background: #f1f9ff;
    padding: 8px 9px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    font-size: 13px;
    color: #888;
}

.message_labes {
    font-size: 14px;
}

.message_title {
    height: 34px;
    line-height: 34px;
    background: #f6f9fb;
    padding: 0 12px;
}

.message_title span {
    float: right;
    font-weight: bold;
}

.message_info {
    color: #8ea6b6;
    text-align: right;
}

.msg_btn_area {
    margin: 16px 0;
    text-align: left;
}

.msg_btn_area a {
    display: inline-block;
    padding: 10px 50px;
    background: #161616;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}



/*显示留言*/
.show_message_title {
    width: 98%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background: #9a9a9a;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.show_message {
    width: 98%;
    height: auto;
    margin: 5px auto;
    padding: 5px;
    border: 1px #ccc solid;
    line-height: 30px
}

.show_message .liuyanren {
    float: left;
    font-size: 12px;
}

.show_message .time {
    float: right;
    margin-right: 20px;
    width: 200px
}

.show_message span {
    float: left;
    font-size: 12px;
    font-weight: bolder
}

.show_message .huifu {
    font-size: 12px;
    color: #F00;
}