@charset "utf-8";

body {
    font-family: "microsoft yahei", Arial;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

form,
input,
button,
option,
textarea,
select {
    margin: 0px;
    padding: 0px;
}

input,
button,
textarea,
select {
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #272727;
    font-family: "microsoft yahei";
}

span {
    font-family: "microsoft yahei";
}

p {
    font-family: "microsoft yahei";
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

th {
    font-weight: normal;
}

table {
    font-size: inherit;

    font: 100%;
}

img {
    border: none;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

/*头部*/

.header {
    width: 100%;
    padding-bottom: 20px;
    background: #6c767d;
}

.header .cont {
    width: 1002px;
    margin: 0 auto;
}

.header .cont:after {
    display: block;
    content: '';
    clear: both;
}

.header .logo {
    float: left;
    margin-top: 18px;
}

.nav {
    float: left;
    margin-left: 57px;
}

.nav ul li {
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 67px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 34px;
    float: left;
    text-align: center;
    position: relative;
    padding-left: 5px;
    margin-left: 18px;
}

.nav ul li a {
    font-size: 14px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFFFFF;
}

.nav ul li span {
    display: block;
    width: 1px;
    height: 0px;
    overflow: hidden;
    background: #9f9780;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.nav ul li span:after {
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 18px;
    background: #e0c281;
}

.nav ul li:hover {
    padding-top: 48px;
}

.nav ul li:hover span {
    height: 67px;
}

.nav ul li:hover a {
    color: #e0c281;
}

/*banner*/

.banner {
    position: relative;
    width: 100%;
    height: 480px;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
    height: 480px !important;
}

.banner .bd ul li {
    width: 100% !important;
    text-align: center;
}

.banner .bd ul li a {
    display: block;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 1;
}

.banner .hd ul li {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    background: #11182a;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    font-size: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.banner .hd .on {
    background: #e0c281;
}

.about {
    width: 1002px;
    margin: 60px auto 0;
}

.about:after {
    display: block;
    content: '';
    clear: both;
}

.about .tit {
    width: 220px;
    float: left;
}

.about .tit p {
    font-size: 48px;
    color: #e0c281;
}

.about .tit span {
    font-size: 24px;
    color: #555555;
}

.about .tit hr {
    width: 166px;
    height: 2px;
    border: none;
    background: #7c7c7c;
    margin-top: 20px;
}

.about .us {
    width: 722px;
    float: right;
}

.about .us span {
    font-size: 18px;
    color: #373737;
    line-height: 32px;
}

.about .us p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}

.about .photo {
    width: 100%;
    height: 98px;
    margin-top: 40px;
}

.about .photo img {
    width: 100%;
    height: 100%;
}

.pro {
    width: 1002px;
    margin: 80px auto 0;
    position: relative;
}

.pro:after {
    display: block;
    content: '';
    clear: both;
}

.pro .title {
    text-align: center;
    margin-bottom: 20px;
}

.pro .title p {
    font-size: 48px;
    color: #e0c281;
}

.pro .title span {
    font-size: 24px;
    color: #7c7c7c;
}

.pro .cont {
    width: 1002px;
    overflow: hidden;
}

.pro ul li {
    width: 302px;
    height: 232px;
    margin: 40px 0;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 48px;
}

.pro ul li .photo {
    display: block;
    width: 302px;
    height: 184px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0;
}

.pro ul li .photo img {
    width: 100%;
    height: 100%;
}

.pro ul li a {
    font-size: 18px;
    color: #7c7c7c;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 48px;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
}

.pro ul li .num {
    width: 70px;
    height: 49px;
    line-height: 49px;
    background: url(../images/line.png) center center no-repeat;
    font-size: 34px;
    color: #e0c281;
    position: absolute;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 23px;
    left: 116px;
    opacity: 0;
}

.pro ul li:before {
    display: block;
    content: "";
    position: absolute;
    width: 328px;
    border: 1px solid #e0c281;
    height: 248px;
    left: -13px;
    top: -5px;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
}

.pro ul li:hover:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.pro ul li:hover .num {
    opacity: 1;
}

.pro ul li:hover .photo {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.pro ul li:hover a {
    bottom: -15px;
    color: #e0c281;
}

.pro .btn {
    display: block;
    width: 36px;
    height: 27px;
    border-style: solid;
    border-color: #7c7c7c;
    position: absolute;
    top: 210px;
    line-height: 27px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pro .btn:hover {
    border-color: #e0c281;
}

.pro .btn:hover .iconfont {
    color: #e0c281;
}

.pro .prev {
    border-width: 1px 0 1px 1px;
    left: -37px;
}

.pro .next {
    border-width: 1px 1px 1px 0;
    right: -37px;
    text-align: right;
}

.pro .iconfont {
    font-size: 20px;
    color: #b7b7b7;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.case {
    width: 100%;
    margin-top: 80px;
}

.case .title {
    text-align: center;
    margin-bottom: 20px;
}

.case .title p {
    font-size: 48px;
    color: #e0c281;
}

.case .title span {
    font-size: 24px;
    color: #7c7c7c;
}

.case .cont {
    background: #e0c281;
}

.case .cont:after {
    display: block;
    content: '';
    clear: both;
}

.case .cont .content {
    width: 1002px;
    margin: 0 auto;
}

.case .hd {
    width: 200px;
    border-left: 1px solid #FFFFFF;
    margin-left: -38px;
    padding: 30px 0 30px 38px;
    float: left;
}

.case .hd .tit {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 25px;
}

.case .hd ul li {
    width: 184px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.case .hd ul li a {
    font-size: 16px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFFFFF;
}

.case .hd ul li .iconfont {
    font-size: 12px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFFFFF;
    position: absolute;
    right: -16px;
    opacity: 0;
}

.case .hd ul li:hover,
.case .hd ul li.on {
    background: #FFFFFF;
}

.case .hd ul li:hover a,
.case .hd ul li.on a {
    color: #e0c281;
}

.case .hd ul li:hover .iconfont,
.case .hd ul li.on .iconfont {
    opacity: 1;
}

.case .bd {
    width: 798px;
    float: right;
}

.case .bd ul li {
    width: 265px;
    height: 188px;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 0 1px 1px;
}

.case .bd ul li .photo {
    width: 265px;
    height: 188px;
    font-size: 0;
    overflow: hidden;
}

.case .bd ul li .photo img {
    width: 100%;
    min-height: 100%;
}

.case .bd ul li .info {
    width: 237px;
    height: 168px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 14px;
    top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 17px 0;
    opacity: 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.case .bd ul li .info .name {
    font-size: 18px;
    color: #444444;
    line-height: 40px;
}

.case .bd ul li .info p {
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.case .bd ul li .info .more {
    font-size: 14px;
    color: #444444;
}

.case .bd ul li:hover .info {
    opacity: 1;
}

.news {
    width: 100%;
    margin-top: 90px;
    background: url(../images/news.png) center 20px no-repeat;
    min-height: 532px;
}

.news:after {
    display: block;
    content: '';
    clear: both;
}

.news .cont {
    width: 54%;
    float: right;
}

.news .cont .cont_left {
    width: 595px;
}

.news .tit {
    text-align: right;
}

.news .tit p {
    font-size: 48px;
    color: #e0c281;
}

.news .tit span {
    font-size: 24px;
    color: #7c7c7c;
}

.news .tit span:before {
    content: "————";
    margin-right: 50px;
}

.news .list {
    padding: 30px 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.24);
    margin-top: 25px;
}

.news .list ul li {
    padding-left: 55px;
    margin: 20px 0;
    height: 138px;
}

.news .list ul li .name:after {
    display: block;
    content: '';
    clear: both;
}

.news .list ul li .name p {
    float: left;
    font-size: 48px;
    height: 52px;
    line-height: 52px;
    color: #bababa;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 15px;
}

.news .list ul li .name p:after {
    display: block;
    content: "";
    width: 1px;
    height: 27px;
    background: #d5d5d5;
    float: right;
    margin-top: 12px;
}

.news .list ul li .name a {
    font-size: 18px;
    color: #3c3c3c;
    line-height: 30px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news .list ul li .name span {
    font-size: 12px;
    color: #a4a4a4;
}

.news .list ul li .name:hover p {
    color: #e0c281;
}

.news .list ul li .name:hover p:after {
    background: #e0c281;
}

.news .list ul li .name:hover a {
    color: #e0c281;
}

.news .list ul li .info {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 20px;
}

/*底部*/

.footer {
    width: 100%;
    padding: 70px 0 60px 0;
    background: url(../images/footer.jpg) no-repeat center top;
    margin-top: 50px;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    font-size: 12px;
    color: #1d1d1d;
}

.footer ul li a {
    color: #1d1d1d;
}

.footer p,
.footer a {
    font-size: 12px;
    color: #1d1d1d;
    line-height: 28px;
}

.paper {
    width: 1100px;
    margin: 40px auto;
    min-height: 500px;
}

.paper:after {
    display: block;
    content: "";
    clear: both;
}

/*侧导航*/

.side {
    width: 255px;
    padding: 20px;
    float: left;
    background: #efefef;
}

.side .side_c .tit {
    padding: 15px 0 15px 30px;
    background: #e0c281;
    text-transform: uppercase;
}

.side .side_c .tit p {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
}

.side .side_c .tit span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.side .side_c .tit .iconfont {
    font-size: 46px;
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.side .side_c ul li {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    background: #FFFFFF;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side .side_c ul li a {
    color: #333333;
}

.side .side_c ul li:hover,
.side .side_c ul li.on {
    background: #e0c281;
}

.side .side_c ul li:hover a,
.side .side_c ul li.on a {
    color: #FFFFFF;
}

.side .side_p {
    margin-top: 40px;
}

.side .side_p p {
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: #484848;
    margin-top: 15px;
}

.side .side_p p .iconfont {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.side .side_p a {
    display: block;
    width: 158px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    color: #313131;
    margin: 20px auto;
    background: #e0c281;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/*面包屑导航*/

.navigation {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #d3d3d3;
}

.navigation:after {
    display: block;
    content: '';
    clear: both;
}

.navigation .s1 {
    font-size: 18px;
    color: #e0c281;
    position: relative;
}

.navigation .s1:after {
    display: block;
    width: 45px;
    height: 4px;
    background: #e0c281;
    content: '';
    position: absolute;
    bottom: -7px;
}

.navigation p {
    float: right;
    font-size: 12px;
    color: #999999;
}

.navigation p a {
    color: #999999;
}

.navigation p span {
    color: #e0c281;
}

.product,
.page,
.news_list,
.detail {
    width: 743px;
    float: right;
}

/*产品列表*/

.product ul {
    margin: 20px -7px 0;
}

.product ul li {
    width: 238px;
    height: 199px;
    margin: 10px 7px;
    float: left;
}

.product ul li .photo {
    display: block;
    width: 238px;
    height: 164px;
    line-height: 164px;
    background: #F9F9F9;
    font-size: 0;
    text-align: center;
}

.product ul li .photo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product ul li .name {
    display: block;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #484848;
}

.product ul li .name:hover {
    background: #e0c281;
    color: #333333;
}

/*新闻列表*/


/*新闻*/

.news_list .first {
    margin-top: 36px;
    width: 100%;
    height: 197px;
}

.news_list .first .photo {
    float: left;
}

.news_list .first .txt {
    float: right;
    width: 429px;
    position: relative;
    height: 197px;
}

.news_list .first .txt .p1 {
    font-size: 14px;
    color: #787878;
    padding-bottom: 12px;
}

.news_list .first .txt .tit1 {
    font-size: 14px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 30px;
}

.news_list .first .txt .p2 {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.news_list .first .txt .more {
    display: block;
    width: 48px;
    height: 20px;
    background: #e0c281;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.news_list .list {
    margin-top: 38px;
}

.news_list .list ul li {
    border-bottom: 1px solid #adadad;
    line-height: 38px;
}

.news_list .list ul li a {
    font-size: 12px;
    color: #666666;
}

.news_list .list ul li a:before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid;
    border-bottom: 4px solid transparent;
    display: block;
    content: "";
    float: left;
    margin: 15px 20px 0 0;
}

.news_list .list ul li a span {
    float: right;
}

.news_list .list ul li a:hover {
    color: #e0c281;
}

/*翻页*/

.pagination {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination a {
    display: inline-block;
    width: 26px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
}

.pagination a:hover,
.pagination a.on {
    background: #e0c281;
    color: #ffffff;
    border-color: #e0c281;
}

.pagination .iconfont {
    font-size: 18px;
}

.page .cont {
    margin-top: 30px;
    line-height: 26px;
}

/*详情页*/

.detail .view {
    padding: 30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.detail .view h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
}

.detail .photo {
    width: 100%;
    margin: 20px 0;
    line-height: 0;
    text-align: center;
}

.detail .photo img {
    max-width: 100%;
}

.detail .view .date {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #666666;
}

.detail .view .date span {
    margin: 0 10px;
}

.detail .viewbox {
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 30px;
}

.detail .pager {
    width: 100%;
    margin: 20px auto;
}

.detail .pager p {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: #777;
    overflow: hidden;
}

.detail .pager a {
    color: #777;
}

.detail .pager a:hover {
    color: #e0c281;
    text-decoration: underline;
}

/*表单*/

.form {
    width: 100%;
    padding-top: 55px;
}

.form_tit {
    width: 100%;
    text-align: center;
}

.form_tit .p1 {
    font-size: 36px;
    color: #efefef;
    text-transform: uppercase;
}

.form_tit .p2 {
    font-size: 24px;
    color: #333333;
    height: 68px;
    line-height: 68px;
}

.form_tit .p3 {
    width: 800px;
    height: 43px;
    line-height: 43px;
    background: #efefef;
    margin: 0 auto;
    font-size: 12px;
    color: #9c9c9c;
}

.layui-form {
    width: 830px;
    margin: 50px auto 0;
}

.layui-form td span {
    font-size: 16px;
    color: #333333;
    margin: 0 15px;
    float: left;
    line-height: 46px;
}

.layui-form table {
    width: 100%;
}

.layui-form td {
    width: 50%;
    padding-bottom: 25px;
    position: relative;
}

.layui-form td input {
    height: 46px;
    text-indent: 25px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    background: none;
    outline: none;
    border: 1px solid #cccccc;
    width: 264px;
}

.layui-form .new input {
    width: 674px;
}

.layui-form td .s1 {
    color: red;
    float: right;
    margin-right: 10px;
}

.layui-form textarea {
    resize: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 670px;
    padding: 5px;
    outline: none;
    background: none;
    height: 153px;
}

.form ul {
    width: 100%;
    text-align: center;
}

.form ul li {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px;
}

.form ul li input {
    width: 100%;
    height: 100%;
}

/* all */

::-webkit-input-placeholder {
    color: #dedede;
}

::-moz-placeholder {
    color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: #dedede;
}

/* ie */

input:-moz-placeholder {
    color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
    color: #dedede;
}

.form td input::-webkit-input-placeholder {
    color: #dedede;
}

.form td input::-webkit-input-placeholder {
    color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
    color: #dedede;
}

.form td input::-moz-placeholder {
    color: #dedede;
}

.form td input::-moz-placeholder {
    color: #dedede;
}

/*地图*/

.map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.BMap_bubble_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.BMap_bubble_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

/*悬浮*/

.float {
    width: 200px;
    position: fixed;
    right: -150px;
    transition: all 0.5s;
    top: 20%;
    z-index: 100;
}

.float ul li {
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background: #6c767d;
    border-radius: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.float ul li span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.float ul li .iconfont {
    color: #FFFFFF;
    font-size: 30px;
}

.float ul li .icon-huidingbu {
    font-size: 20px !important;
}

.float ul li p {
    font-size: 18px;
    color: #FFFFFF;
}

.float ul li .wx {
    width: 90px;
    height: 0px;
    margin-left: 60px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.float:hover {
    right: 0;
}

.float:hover .wx {
    height: 90px;
    padding-bottom: 10px;
}