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

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

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


/*头部*/


/* #header {
  width: 100%;
  height: 120px;
  box-shadow: 0 5px 5px #e4e4e4;
  margin-bottom: 10px;
}
.top {
  width: 1002px;
  margin: 0 auto;
}
.top .logo {
  float: left;
  margin-top: 44px;
}
.nav {
  margin-top: 48px;
  float: right;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  display: block;
  width: 84px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.nav ul li a:hover,.nav ul li a.on {
  background: #005098;
  color: #ffffff;
} */

.header,
.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    height: 90px;
    background-color: rgba(62, 62, 62, 0.63);
}

.header .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.header .content .logo {
    vertical-align: middle;
    margin-right: 85px;
}

.header .content .nav-wrap {
    height: 100%;
    display: inline-block;
    line-height: 90px;
}

.header .content .nav-wrap a {
    display: inline-block;
    height: 100%;
    color: #fff;
    margin-right: 80px;
    position: relative;
}

.header .content .nav-wrap a::after {
    content: "";
    width: 120%;
    height: 3px;
    background-color: #FFE39F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header .content .nav-wrap a:hover {
    color: #FFE39F;
}

.header .content .nav-wrap a:hover::after {
    display: block;
}

.header .content .nav-wrap .active {
    color: #FFE39F;
}

.header .content .nav-wrap .active::after {
    display: block;
}

.header .content .icon-wrap {
    display: inline-block;
    position: relative;
}

.header .content .icon-wrap:hover .search-box-wrap {
    opacity: 1;
}

.header .content .icon-wrap .icon {
    vertical-align: middle;
    cursor: pointer;
}

.header .content .icon-wrap .search-box-wrap {
    width: 285px;
    height: 50px;
    line-height: 50px;
    padding: 0 19px 0 25px;
    box-sizing: border-box;
    background-color: #eed18c;
    position: absolute;
    top: 56px;
    right: 0px;
    z-index: 9;
    font-size: 16px;
    color: #393429;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.header .content .icon-wrap .search-box-wrap .search-input {
    width: 115px;
    height: 80%;
    border: 0;
    font-size: 16px;
    background-color: transparent;
    color: #393429;
}

.header .content .icon-wrap .search-box-wrap .search-input::placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap .search-input::-moz-placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap .search-input:-ms-input-placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap span:nth-last-child(1) {
    cursor: pointer;
    float: right;
}

.header .content .icon-wrap .search-box-wrap span:nth-last-child(1)::before {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #393429;
    position: absolute;
    top: 50%;
    right: 74px;
    transform: translateY(-50%);
}


/*banner*/

/* .banner {
    position: relative;
    width: 100%;
    height: 600px;
}

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

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

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

.banner .bd ul li a {
    display: block;
    height: 600px;
    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 6px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    display: inline-block;
    border: 3px solid #005098;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    zoom: 1;
    font-size: 0;
}

.banner .hd .on {
    background: #005098;
}
 */
.about {
    width: 1002px;
    margin: 90px auto 0;
    height: 190px;
}

.about .photo {
    width: 400px;
    height: 190px;
    float: right;
    margin-left: 40px;
}

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

.about span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

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

.about a {
    font-size: 12px;
    color: #005098;
    padding: 0 15px;
    line-height: 18px;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
}

.pro {
    width: 1002px;
    margin: 73px auto 0;
    height: 320px;
    position: relative;
}

.pro .hd {
    width: 632px;
    height: 320px;
    background: #e6e6e6;
}

.pro .hd dl {
    width: 564px;
    margin: 0 auto;
    padding-top: 40px;
}

.pro .hd dl dd {
    width: 244px;
    height: 220px;
    padding: 5px;
    float: left;
    margin: 0 14px;
}

.pro .hd dl dd:hover,
.pro .hd dl dd.on {
    background: #ffffff;
}

.pro .hd dl dd .photo {
    width: 244px;
    height: 182px;
}

.pro .hd dl dd .photo img {
    width: 100%;
    height: 100%;
}

.pro .hd dl dd .name {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.pro .bd {
    width: 300px;
    height: 174px;
    padding: 40px 50px;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 28px;
}

.pro .bd ul span {
    font-size: 16px;
    font-weight: bold;
}

.pro .bd ul p {
    line-height: 28px;
    font-size: 12px;
    color: #666666;
}

.pro .bd ul a {
    display: block;
    width: 52px;
    height: 30px;
    background: #005098;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pro .bd ul .iconfont {
    font-size: 24px;
}

.case {
    margin-top: 96px;
    width: 100%;
    padding-top: 57px;
    min-height: 769px;
    background: url(../images/case.jpg) no-repeat center top;
}

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

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

.case .hd ul li {
    width: 118px;
    height: 28px;
    border: 1px solid #bfbfbf;
    line-height: 28px;
    display: inline-block;
    margin: 0 16px;
    font-size: 12px;
}

.case .hd ul li a {
    color: #333333;
}

.case .hd ul li:hover,
.case .hd ul li.on {
    background: #005098;
    border-color: #005098;
}

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

.case .bd ul {
    margin: 30px -7px 0;
}

.case .bd ul li {
    width: 238px;
    height: 410px;
    position: relative;
    float: left;
    margin: 19px 7px;
    border: 1px solid #dcdcdc;
}

.case .bd ul li .photo {
    width: 100%;
    height: 320px;
}

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

.case .bd ul li .info {
    width: 188px;
    padding: 10px 25px 0 25px;
    height: 80px;
    background: #ffffff;
    text-align: center;
}

.case .bd ul li .info a {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}

.case .bd ul li .info p {
    font-size: 12px;
    color: #999999;
}

.case .bd ul li .more {
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 222px;
    height: 302px;
    background: url(../images/more.png) no-repeat;
    top: 8px;
    left: 8px;
    position: absolute;
    text-align: center;
    background: rgba(54, 208, 207, 0.75);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -moz-transform: scale(1.2);
    /* Firefox */
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.case .bd ul li .more p {
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 106px;
}

.case .bd ul li .more span {
    font-size: 16px;
    color: #FFFFFF;
}

.case .bd ul li:hover .more {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
}

.case .bd ul li:hover .info a,
.case .bd ul li:hover .info p {
    color: #005098;
}

.news {
    width: 1002px;
    margin: 90px auto 0;
}

.news .title {
    text-align: center;
    margin-bottom: 45px;
}

.news .title h3 {
    font-size: 24px;
    color: #666666;
}

.news .title span {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.news .title p {
    width: 158px;
    height: 28px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
    line-height: 28px;
}

.news ul {
    margin: 0 -30px;
}

.news ul li {
    width: 470px;
    height: 125px;
    float: left;
    margin: 10px 30px;
}

.news ul li .photo {
    width: 110px;
    height: 80px;
    float: left;
}

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

.news ul li .txt {
    width: 335px;
    float: right;
}

.news ul li .txt a {
    font-size: 14px;
    font-weight: bold;
}

.news ul li .txt span {
    font-size: 12px;
    color: #999999;
    line-height: 36px;
}

.news ul li .txt hr {
    border-width: 0;
    height: 1px;
    background: #005098;
    width: 17px;
}

.news ul li .txt p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 8px;
}

.news ul li .txt a:hover {
    color: #005098;
}

.mid {
    width: 1002px;
    margin: 75px auto 0;
}

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

.mid .re {
    float: left;
    width: 426px;
    padding: 63px 0 0 80px;
    background: url(../images/re.png) no-repeat left top;
}

.mid .re span {
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    display: block;
    margin-bottom: 28px;
}

.mid .re p {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.mid .re a {
    display: block;
    line-height: 28px;
    text-align: center;
    width: 158px;
    height: 28px;
    border: 1px solid #dcdcdc;
    margin-top: 35px;
}

.mid .online {
    width: 465px;
    height: 280px;
    float: right;
    background: url(../images/on.jpg) no-repeat;
}

.mid .online p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mid .online p span {
    font-size: 16px;
    color: #c1c1c1;
    font-weight: normal;
}

.mid .online table {
    width: 360px;
    margin: 0 auto;
}

.mid .online tr {
    width: 360px;
    height: 42px;
}

.mid .online input {
    width: 278px;
    height: 28px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #999999;
    outline: none;
    background: none;
    text-indent: 15px;
}

.mid .online td.t1 {
    font-size: 12px;
    color: #333333;
}

.mid .online textarea {
    resize: none;
    font-size: 12px;
    color: #999999;
    outline: none;
    background: none;
    text-indent: 15px;
}

.mid .online input.but {
    width: 360px;
    height: 30px;
    background: #005098;
    cursor: pointer;
    color: #ffffff;
    border: none;
}


/*底部*/


/* #footer {
    width: 100%;
    height: 66px;
    background: #323232;
    margin-top: 54px;
}

.foot {
    width: 1002px;
    margin: 0 auto;
}

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

.foot p {
    line-height: 66px;
    height: 66px;
    color: #ffffff;
    font-size: 12px;
    float: left;
}

.foot ul {
    float: right;
}

.foot ul li {
    float: left;
    line-height: 66px;
    margin: 0 15px;
}

.foot ul li a {
    color: #ffffff;
    font-size: 12px;
} */

.footer {
    background-color: #303538;
}

.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 55px 0 60px;
    font-size: 16px;
    color: #E0B490;
}

.footer .content a {
    color: #E0B490;
}

.footer .content .logo {
    vertical-align: middle;
    margin-right: 140px;
}

.footer .content .middle-wrap {
    width: 360px;
    display: inline-block;
    padding-right: 32px;
    position: relative;
    vertical-align: middle;
    line-height: 30px;
}

.footer .content .middle-wrap::after {
    content: "";
    width: 1px;
    height: 84px;
    background-color: #5B5145;
    opacity: 0.53;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer .content .middle-wrap .call {
    margin-left: 30px;
}

.footer .content .right-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 75px;
}

.footer .content .right-wrap .text-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 43px 25px 0 0;
}

.footer .content .right-wrap .text-wrap .en {
    font-size: 18px;
    font-family: Arial;
    color: #E0B490;
    opacity: 0.21;
    text-transform: uppercase;
}

.footer .content .right-wrap .text-wrap .zh {
    font-size: 14px;
    color: #E0B490;
    margin-top: 5px;
}

.footer .content .qrcode {
    width: 110px;
    height: 110px;
}

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

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


/*侧导航*/

.side {
    width: 222px;
    float: left;
}

.side .tit {
    border-top: 1px solid #602803;
    border-bottom: 3px solid #e8e8e8;
    text-transform: uppercase;
    height: 64px;
    padding: 10px 0 0 22px;
    margin-bottom: 30px;
}

.side .tit p {
    font-size: 24px;
    color: #272727;
    line-height: 36px;
}

.side .tit span {
    font-size: 14px;
    color: rgba(69, 209, 208, 0.7);
}

.side .side_c ul li {
    height: 32px;
    line-height: 32px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* padding-left: 18px; */
    margin: 5px 0;
}

.side .side_c ul li a {
    font-size: 14px;
    color: #353535;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side .side_c ul li .iconfont {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #353535;
    margin-right: 8px;
}

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

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

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

.side .side_p>p {
    font-size: 14px;
    color: #353535;
    line-height: 24px;
}

.side .side_p img {
    margin-bottom: 20px;
}


/*面包屑导航*/

.navigation {
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #602803;
}

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

.navigation span {
    font-size: 20px;
    color: #005098;
    font-weight: bold;
}

.navigation p {
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    float: right;
	margin: 0;
}

.navigation p a {
    font-size: 12px;
    color: #666666;
}

.product,
.page,
._news_list,
.detail {
    width: 745px;
    float: right;
}


/*产品列表*/

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

.product ul li {
    width: 230px;
    height: 220px;
    float: left;
    margin: 16px 13px;
}

.product ul li .photo {
    width: 100%;
    height: 175px;
    /* background: #bfbfbf; */
    display: block;
    line-height: 175px;
	text-align: center;
}

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

.product ul li .name {
    width: 100%;
    height: 30px;
    color: #262626;
    font-size: 14px;
    background: #ebebeb;
    display: block;
    text-align: center;
    line-height: 30px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

.product ul li .name:hover {
    background: #005098;
    color: #FFFFFF;
}


/*新闻列表*/

._news_list ul li {
    height: 160px;
    padding: 19px 0;
    border-bottom: 1px dashed #c3c3c3;
}

._news_list ul li .photo {
    width: 225px;
    height: 126px;
    float: left;
    overflow: hidden;
}

._news_list ul li .photo img {
    width: 100%;
    /* height: 100%; */
}

._news_list ul .txt {
    margin-left: 252px;
}

._news_list ul .txt .name {
    font-size: 16px;
    color: #484848;
    line-height: 46px;
}

._news_list ul .txt .name:hover {
    color: #005098;
}

._news_list ul .txt span {
    font-size: 14px;
    line-height: 46px;
    color: #666666;
    float: right;
}

._news_list ul .txt p {
    font-size: 14px;
    color: #828282;
    line-height: 28px;
    margin-bottom: 15px;
}

._news_list ul .txt .more {
    font-size: 12px;
    color: #484848;
}


/*翻页*/

.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;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

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

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

.page .cont {
    margin-top: 30px;
    line-height: 26px;
}
.page .cont img {
	max-width: 100%;
}

/*详情页*/

.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: #005098;
    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;
}

.form_ny {
    width: 830px;
    margin: 50px auto 0;
}

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

.form_ny table {
    width: 100%;
}

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

.form_ny 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;
}

.form_ny .new input {
    width: 674px;
}

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

.form_ny 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: #2A3E84;
    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;
	margin: 0;
}
.float ul li p a {
	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: 100px;
}
