    @charset "utf-8";
    @import url("reset.css") screen,
    print;
    /*首页 --start-- */
    
    body {
        background: #fff;
		width:100%;
    }
    
    .top1 {
        width: 100%;
    }
    
    .top {
        width: 1200px;
        height: 123px;
        margin: 0 auto;
    }
    
    .top .logo {
        width: 358px;
        height: 80px;
        margin-top: 25px;
        float: left;
    }
    
    .top .tel {
        width: 196px;
        height: 83px;
        margin-top: 20px;
        margin-left: 535px;
        float: left;
    }
    
    .top .wx_top {
        float: right;
        margin-top: 16px;
        margin-right: 0;
    }
    
    .nav1 {
        background: url(../images/nav_bg.png) repeat-x;
        background-size: 100% 100%;
        height: 45px;
        width: 100%;
    }
    
    .nav0 {
        width: 1200px;
        height: 45px;
        margin: 0 auto;
    }
    
.swiper-container {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide img {
    width: 100%;
}

     .nav,
    .menu {
        width: 886px;
        height: 45px;
        color: #fff;
        float: left;
    }
    
    .menu,
    .menu ul,
    .menu li,
    .menu a {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
    }
    
    .menu li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        height: 45px;
        line-height: 45px;
        width: 106px;
        text-align: center;
    }
    
    .menu li a,
    .menu li a:visited {
        line-height: 45px;
        width: 106px;
        display: block;
        height: 45px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }
    
    .menu .on,
    .menu>li>a:hover {
        line-height: 45px;
        width: 106px;
        display: block;
        background: url(../images/nav_on.png) no-repeat center bottom;
        height: 45px;
        color: #fa7f1d;
        font-size: 16px;
        text-decoration: none;
        font-weight: normal;
    }
    
    .menu>li.on>a {
        color: #fa7f1d;
        font-size: 16px;
    }
    
    .menu ul {
        position: absolute;
        z-index: 9999;
        top: 45px;
        left: 0;
        opacity: 0;
        background: #3f964e;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: opacity .25s ease .1s;
        -moz-transition: opacity .25s ease .1s;
        -o-transition: opacity .25s ease .1s;
        -ms-transition: opacity .25s ease .1s;
        transition: opacity .25s ease .1s;
    }
    
    .nav>ul>li:hover>ul {
        opacity: 1;
    }
    
    .menu ul li {
        height: 0;
        overflow: hidden;
        padding: 0;
        -webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;
    }
    
    .menu ul li a,
    .menu ul li:hover a {
        color: #fff;
    }
    
    .menu ul li:hover {
        background-color: #72ca82;
    }
    
    .menu>li:hover>ul li {
        height: 40px;
        overflow: visible;
        padding: 0;
    }
    
    .menu ul li a {
        width: 100%;
        margin: 0;
        border: none;
        border-bottom: 1px solid #146122;
    }
    
    .menu ul li:last-child a {
        border: none;
    }
    
    #showtime {
        width: 260px;
        height: 45px;
        line-height: 45px;
        float: left;
        color: #fff;
        font-size: 14px;
    }
    
    .ss {
        width: 1200px;
        height: 34px;
        line-height: 34px;
        margin: 0 auto;
    }
    
    .ss span {
        display: block;
        float: left;
        margin-left: 10px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #000;
    }
    
    .s_list {
        width: 900px;
        float: left;
        height: 34px;
        line-height: 34px;
    }
    
    .s_list ul {
        display: inline;
    }
    
    .s_list ul li {
        float: left;
        width: auto;
        height: 34px;
        line-height: 34px;
        text-align: left;
        margin-right: 8px;
    }
    
    .s_list ul li a {
        color: #000;
        font-size: 14px;
    }
    
    .search {
        width: 220px;
        height: 22px;
        margin-top: 6px;
        float: right;
        margin-right: 10px;
    }
    
    .search .inp01 {
        width: 157px;
        height: 22px;
        border: 1px solid #000;
        color: #000;
        float: left;
    }
    
    .search .s_ss {
        float: left;
    }
    
    .notice0 {
        background-color: #3f964e;
        width: 100%;
        height: 30px;
        margin-top: -1px;
    }
    
    .notice1 {
        width: 1200px;
        height: 30px;
        margin: 0 auto;
        line-height: 30px;
        background: url(../images/laba.png) no-repeat left center;
        padding-left: 36px;
    }
    
    .notice {
        width: 500px;
        height: 30px;
        float: left;
        line-height: 30px;
        position: relative;
    }
    
    .notice .bd {
        overflow: hidden;
    }
    
    .notice .bd ul {
        overflow: hidden;
        zoom: 1;
    }
    
    .notice .bd ul li {
        float: left;
        _display: inline;
        width: 400px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    
    .notice ul li a {
        color: #fff;
        font-size: 12px;
    }
    /*
.nav ul li ul {
    display: none;
}

.nav ul li ul i {
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #F06100;
}

.nav ul li ul li {
    border-bottom: #fff 1px dotted;
    background: #ce8134;
    opacity: 0.9;
    text-align: center;
}

.nav ul li:hover a {
    color: #fff;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 999;
    top: 40px;
    left: 0;
}

.nav ul li:hover ul li a {
    background: #ce8134;
    color: #fff;
    width: 135px;
    font-size: 14px;
}

.nav ul li:hover ul li a:hover {
    background: #f1881e;
    color: #fff;
    width: 135px;
}
*/
    /*head --start--*/
    
    .wrap {
        width: 1200px;
        margin: 0 auto;
        margin-top: 25px;
        height: auto;
    }
    
    .index_left {
        width: 274px;
        height: auto;
        float: left;
    }
    
    .left1 {
        width: 274px;
        height: auto;
    }
    
    .left1 .head {
        background-color: #47aa58;
        width: 274px;
        height: 65px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    
    .left1 .fl_list {
        width: 272px;
        height: auto;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        overflow: hidden;
    }
    
    .left1 .fl_list ul li {
        float: left;
        width: 247px;
        height: 40px;
        line-height: 40px;
        margin-left: 25px;
    }
    
    .left1 .fl_list ul li a {
        font-size: 16px;
        padding-left: 35px;
        color: #000;
        background: url(../images/fl_bg.png) left center no-repeat;
    }
    
    .left1 .fl_list ul .on a,
    .left1 .fl_list ul li a:hover {
        font-size: 16px;
        color: #fa7f1d;
        background: url(../images/fl_bg_on.png) left center no-repeat;
    }
    
    .left1 .more {
        margin-top: 2px;
        width: 272px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #aaa;
        text-align: center;
    }
    
    .left1 .more a {
        font-size: 14px;
        color: #000;
    }
    
    .left2 {
        width: 274px;
        height: auto;
        margin-top: 9px;
    }
    
    .left2 .head {
        background-color: #47aa58;
        width: 274px;
        height: 65px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    
    .left2 .index_lx {
        width: 272px;
        height: auto;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }
    
    .index_lx .lx1 {
        width: 245px;
        height: auto;
        /* margin-left: 27px; */
        padding: 10px;
        /* background: url(../images/index_lx_bg1.png) left 10px no-repeat; */
    }
    
    .index_lx .lx1 p, .index_lx .lx2 p  {
       line-height: 24px;
       font-size: 15px;
    }
    
    .index_lx .lx1 ul li {
        width: 217px;
        height: 29px;
        line-height: 29px;
        padding-left: 38px;
        color: #000;
        font-size: 14px;
    }
    
    .index_lx .lx2 {
        width: 245px;
        height: auto;
        padding: 10px;
        /* margin-left: 27px; */
        /* background: url(../images/index_lx_bg2.png) left top no-repeat; */
    }
    
    .index_lx .lx2 ul {
        width: 245px;
    }
    
    .inxex_gsname {
        font-size: 16px;
        color: #333;
    }
    
    .index_lx .lx2 ul li {
        width: 217px;
        height: 29px;
        line-height: 29px;
        padding-left: 38px;
        color: #000;
        font-size: 14px;
    }
    
    .index_right {
        margin-left: 20px;
        float: left;
        width: 906px;
        height: auto;
    }
    
    .index_right .s1 {
        width: 906px;
        height: 323px;
    }
    
    .s1 .gsjj {
        float: left;
        width: 592px;
        height: 323px;
    }
    
    .s1 .gsjj .gsjj_head {
        width: 592px;
        height: 34px;
        line-height: 34px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 18px;
        color: #333;
    }
    
    .gsjj_head span {
        display: block;
        margin-left: 8px;
    }
    
    .s1 .gsjj .gsjj_nr {
        margin-top: 20px;
        font-size: 14px;
        color: #000;
        font-family: "黑体";
        line-height: 30px;
        text-indent: 2em;
    }
    
    .s1 .gsjj .gsjj_nr .more {
        width: 120px;
        float: right;
        margin-right: 10px;
    }
    
    .s1 .xwtp {
        float: left;
        margin-left: 18px;
        width: 294px;
        height: 321px;
        border: 1px solid #e9e7e7;
    }
    
    .s1 .xwtp .xwtp_head {
        height: 33px;
        line-height: 33px;
        width: 294px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 16px;
        color: #333;
    }
    
    .xwtp_head span {
        display: block;
        margin-left: 12px;
    }
    
    .s1 .xwtp .xwtp_list {
        width: 275px;
        height: 270px;
        margin: 0 auto;
        margin-top: 10px;
        overflow: hidden;
        position: relative;
        background: #fff;
    }
    
    .xwtp_list .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: -5px;
        bottom: 0;
        z-index: 1;
    }
    
    .xwtp_list .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .xwtp_list .hd ul li {
        float: left;
        margin-right: 5px;
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        background: #ededed;
        color: #333;
        cursor: pointer;
    }
    
    .xwtp_list .hd ul li.on {
        background: #3f964e;
        color: #fff;
    }
    
    .xwtp_list .bd {
        position: relative;
        height: 248px;
        z-index: 0;
        overflow: hidden;
    }
    
    .xwtp_list .bd li {
        zoom: 1;
        vertical-align: middle;
    }
    
    .xwtp_list .bd img {
        width: 275px;
        height: 248px;
        display: block;
    }
    
    .index_right .s2 {
        width: 906px;
        height: 248px;
		margin-top:20px;
    }
    
    .s2 .s2_head {
        height: 34px;
        line-height: 34px;
        width: 906px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 18px;
        color: #333;
    }
    
    .s2 .s2_head span {
        display: block;
        float: right;
        margin-right: 25px;
        font-size: 14px;
    }
    
    .s2 .s2_list {
        height: 200px;
        width: 906px;
        background-color: #eee;
        overflow: hidden;
        position: relative;
        margin-top: 16px;
    }
    
    .s2 .s2_list .bd {
        margin-left: 11px;
        margin-top: 16px;
    }
    
    .s2 .s2_list .bd ul {
        overflow: hidden;
        zoom: 1;
    }
    
    .s2_list ul li {
        float: left;
        width: 210px;
        height: 180px;
        margin-right: 15px;
        _display: inline;
        overflow: hidden;
    }
    
    .s2_list ul li div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 210px;
        height: 145px;
    }
    
    .s2_list ul li div img {
        max-width: 210px;
        max-height: 145px;
    }
    
    .s2_list ul li p {
        width: 210px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 13px;
        color: #000;
    }
    
    .index_right .s3 {
        width: 906px;
        height: auto;
        margin-top: 35px;
    }
    
    .s3 .index_news {
        float: left;
        width: 592px;
        height: auto;
    }
    
    .s3 .index_news .hd {
        height: 34px;
        line-height: 34px;
        width: 592px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 18px;
        color: #000;
        position: relative;
    }
    
    .index_news .hd ul {
        float: left;
        position: absolute;
        left: 5px;
        height: 34px;
    }
    
    .index_news .hd ul li {
        float: left;
        padding: 0 30px 0 0;
        cursor: pointer;
    }
    
    .index_news .hd ul li.on {
        height: 34px;
        color: #47aa58;
    }
    
    .index_news .bd ul {
        padding-left: 5px;
        zoom: 1;
    }
    
    .index_news .bd li {
        height: 35px;
        line-height: 35px;
    }
    
    .index_news .bd li a {
        color: #000;
        font-size: 14px;
        padding-left: 32px;
        background: url(../images/news_bg.png) no-repeat left center;
    }
    
    .index_news .bd li a:hover {
        color: #f58100;
        background: url(../images/news_bg_on.png) no-repeat left center;
    }
    
    .index_news .bd li .date {
        float: right;
        color: #000;
    }
    
    .index_news .arrow {
        position: absolute;
        right: 10px;
        top: 0;
    }
    
    .index_news .arrow a {
        font-size: 14px;
        color: #47aa58;
    }
    
    .s3 .sp {
        float: left;
        margin-left: 18px;
        width: 294px;
        height: auto;
        border: 1px solid #e9e7e7;
    }
    
    .s3 .sp .sp_head {
        height: 33px;
        line-height: 33px;
        width: 294px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 16px;
        color: #333;
    }
    
    .sp_head span {
        display: block;
        margin-left: 12px;
    }
    
    .sp .sp_nr {
        width: 275px;
        height: 195px;
        margin: 0 auto;
        margin-top: 10px;
		padding-top:5px;
    }
    
    .index_case {
        width: 1200px;
        height: 245px;
        margin: 20px auto;
    }
    
    .index_case .case_head {
        height: 34px;
        line-height: 34px;
        width: 1200px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 16px;
        color: #333;
    }
    
    .index_case .case_head span {
        display: block;
        margin-left: 8px;
    }
    
    .index_case .case_list {
        overflow: hidden;
        position: relative;
        width: 1200px;
        margin-top: 12px;
        background-color: #eee;
        height: auto;
    }
    
    .index_case .case_list .bd {
        margin-top: 12px;
        padding-left: 18px;
    }
    
    .index_case .case_list .bd ul {
        overflow: hidden;
        zoom: 1;
    }
    
    .index_case .case_list .bd ul li {
        float: left;
        width: 220px;
        height: 180px;
        margin-right: 15px;
        _display: inline;
        overflow: hidden;
        text-align: center;
    }
    
    .index_case .case_list .bd ul li div {
        width: 220px;
        height: 146px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .index_case .case_list .bd ul li div img {
        max-width: 220px;
        max-height: 146px;
    }
    
    .index_case .case_list .bd ul li p {
        width: 220px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
        color: #000;
    }
    
    .index_link1 {
        width: 100%;
        background-color: #e0dcdc;
    }
    
    .index_link {
        width: 1200px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }
    
    .index_link span {
        display: block;
        float: left;
        margin-left: 27px;
        font-size: 16px;
        color: #333;
    }
    
    .index_link ul {
        display: inline;
    }
    
    .index_link ul li {
        float: left;
        width: auto;
        height: 40px;
        line-height: 40px;
        margin-right: 25px;
    }
    
    .index_link ul li a {
        font-size: 16px;
        color: #333;
    }
    
    .footer1 {
        width: 100%;
        height: 165px;
        background: url(../images/foot_bg.png) repeat-x;
    }
    
    .footer {
        width: 1200px;
        height: 165px;
        margin: 0 auto;
    }
    
    .footer .wx {
        float: left;
        margin-left: 93px;
        margin-top: 23px;
        width: 112px;
        height: 130px;
    }
    
    .footer .wx img {
        max-width: 112px;
    }
    
    .footer .wx p {
        width: 112px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    
    .footer .copyright {
        width: 522px;
        height: 96px;
        float: left;
        margin-top: 35px;
        margin-left: 120px;
    }
    
    .footer .copyright p {
        width: 650px;
        line-height: 35px;
        color: #fff;
        font-size: 14px;
		text-align:center;
    }
    
    .footer .copyright p a {
        color: #fff;
    }
    
    .footer .foot_logo {
        float: left;
        margin-top: 35px;
        margin-left: 140px;
    }
    
    .h20 {
        height: 20px;
    }
    /*首页 --end-- */
    /*单页样式 --start-- */
    
    .inside_right {
        width: 906px;
        height: auto;
        float: left;
        margin-left: 20px;
    }
    
    .inside_head {
        width: 906px;
        height: 34px;
        line-height: 34px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 16px;
        color: #333;
    }
    
    .inside_head span {
        display: block;
        margin-left: 8px;
    }
    
    .page_nr {
        margin-top: 20px;
        font-size: 14px;
        color: #000;
        line-height: 30px;
        text-indent: 2em;
    }
    /*单页样式 --end-- */
    /*产品列表页 start*/
    
    .inside_right .cp {
        width: 906px;
        height: auto;
    }
    
    .cp .cp_head {
        height: 34px;
        line-height: 34px;
        width: 906px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 18px;
        color: #333;
    }
    
    .cp .cp_head span {
        display: block;
        float: right;
        margin-right: 25px;
        font-size: 14px;
    }
    
    .cp .cp_list {
        width: 906px;
        height: auto;
        /*background-color: #eee;*/
        margin-top: 16px;
        overflow: hidden;
    }
    
    .cp .cp_list ul {
        display: inline;
    }
    
    .cp_list ul li {
        float: left;
        width: 210px;
        height: 180px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: #eee;
    }
    
    .cp_list ul li:nth-child(4n+1) {
        margin-left: 10px;
    }
    
    .cp_list ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    .cp_list ul li div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 210px;
        height: 145px;
    }
    
    .cp_list ul li div img {
        max-width: 210px;
        max-height: 145px;
    }
    
    .cp_list ul li p {
        width: 210px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 13px;
        color: #000;
    }
    /*产品列表页 end*/
    /*分页*/
    
    .fenye1 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        float: left;
        margin-top: 20px;
    }
    
    .fenye {
        font-size: 14px;
        display: inline-block;
    }
    .fenye li{ float: left; margin-right: 5px;}
    
    .fenye li a{
        display: inline-block;
        border: 1px solid #ccc;
        padding: 0 2px;
       
        min-width: 15px;
    }
    
    .fenye li a:hover {
        background-color: #47AA58;
        color: #fff;
    }
    /*上一页和下一页*/
    
    .prenxt {
        margin-top: 20px;
        width: 100%;
    }
    
    .prepage,
    .nxtpage {
        width: 100%;
        float: left;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
    }
    
    .prepage a:hover,
    .nxtpage a:hover {
        color: #47AA58;
    }
    /*新闻列表页 start*/
    
    .inside_news {
        width: 906px;
        height: auto;
    }
    
    .inside_news .inside_head {
        height: 34px;
        line-height: 34px;
        width: 906px;
        background: url(../images/index_bg1.png) repeat-x;
        font-size: 18px;
        color: #333;
    }
    
    .inside_news .inside_head span {
        display: block;
        float: left;
        margin-left: 8px;
        font-size: 16px;
    }
    
    .news_list {
        width: 906px;
        height: auto;
        margin-top: 20px;
    }
    
    .news_list ul {
        padding-left: 5px;
    }
    
    .news_list li {
        width: 90%;
        height: 35px;
        line-height: 35px;
    }
    
    .news_list li a {
        color: #000;
        font-size: 14px;
        padding-left: 32px;
        background: url(../images/news_bg.png) no-repeat left center;
    }
    
    .news_list li a:hover {
        color: #f58100;
        background: url(../images/news_bg_on.png) no-repeat left center;
    }
    
    .news_list li a:hover .date {
        color: #f58100;
    }
    
    .news_list li .date {
        float: right;
        color: #000;
    }
    /*新闻列表页 end*/
    /*详细页 start*/
    
    .page_title {
        width: 100%;
        height: 35px;
        margin-top: 20px;
        line-height: 35px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    
    .page_zy p {
        width: 100%;
        line-height: 35px;
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    /*详细页 end*/
    /* 内页在线留言样式 */
    
    .on_message {
        width: 898px;
        height: auto;
        overflow: hidden;
        background: url(../images/index_42.jpg) no-repeat bottom right;
        margin: 0 20px 40px 20px;
    }
    
    .contact_form {
        width: 320px;
        padding: 50px 20px 10px 20px;
        float: left;
        height: auto;
        margin-right: 400px;
    }
    
    .contact_form .name {
        width: 300px;
        height: 36px;
        padding-left: 10px;
        border: 1px solid #ddd;
        background: #fff;
        float: left;
    }
    
    .contact_form .tel {
        width: 300px;
        height: 36px;
        padding-left: 10px;
        border: 1px solid #ddd;
        background: #fff;
        float: left;
        margin: 10px 0;
    }
    
    .contact_form .e_mail {
        width: 300px;
        height: 36px;
        padding-left: 10px;
        border: 1px solid #ddd;
        background: #fff;
        margin-bottom: 10px;
        float: left;
    }
    
    .contact_form .infos {
        width: 300px;
        padding-left: 10px;
        height: 80px;
        border: 1px solid #ddd;
        float: left;
        margin-bottom: 10px;
        font-size: 14px;
        font-family: "微软雅黑";
        line-height: 24px;
    }
    
    .contact_form .btn {
        width: 120px;
        height: 40px;
        background: #e06704;
        color: #fff;
        border: none;
        float: left;
        cursor: pointer;
        font-size: 16px;
        margin-right: 10px;
    }
    
    .contact_form p {
        line-height: 20px;
        color: #000;
    }
    
    .contact_form .validate {
        width: 60px;
        height: 36px;
        padding-left: 10px;
        border: 1px solid #ddd;
        background: #fff;
        margin-bottom: 10px;
        float: left;
        text-transform: uppercase;
    }
    /* 在线留言样式结束 */