﻿/*weixin*/
.weixin{_display:none}
.weixin i.iconfont{ display:block; height:48px; width:48px; background-color:#030303;position:fixed; bottom:97px; left:50%;margin-left:552px;z-index:3100;filter:alpha(opacity=50);opacity:0.5; font-size:48px; line-height:48px; padding:0; cursor:pointer;
animation: myfirst 1s;
-moz-animation: myfirst 1s;	/* Firefox */
-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
-o-animation: myfirst 1s;}
.weixin i.iconfont span{transition: all 0.1s linear 0s;display:block; height:48px; width:48px;}
.weixin i.iconfont span:hover{transform: rotate(90deg);
-ms-transform: rotate(90deg);		/* IE 9 */
-webkit-transform: rotate(90deg);	/* Safari and Chrome */
-o-transform: rotate(90deg);		/* Opera */
-moz-transform: rotate(90deg);	}
.weixin_bg{ height:145px; width:100%;  position:fixed; bottom:0;background-color:#021023; z-index:3000;filter:alpha(opacity=70);opacity:0.7;
animation: myfirst 1s;
-moz-animation: myfirst 1s;	/* Firefox */
-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
-o-animation: myfirst 1s; }
.weixin_main{ width:950px;z-index:3100; margin:0 auto;position:fixed; bottom:12px; left:50%; color:#fff; margin-left:-400px;
animation: myfirst 2s;
-moz-animation: myfirst 2s;	/* Firefox */
-webkit-animation: myfirst 2s;	/* Safari 和 Chrome */
-o-animation: myfirst 2s;}
.weixin_main p{ font-size:36px;font-family:"微软雅黑"}.weixin_main p span{ color:#ffff33; font-size:48px; line-height:60px; }
.weixin_main p.yellow{ color:#ffff33;font-size:21px;}
.wx_l{float:left; width:650px;background:url(/img/ewm_wz1.png)  no-repeat; height:121px;}
.wx_m{float:left; width:150px}
.wx_r{float:left; width:150px}
.cxq{ height:199px; width:219px;background:url(/img/xq1.png)  no-repeat;position:fixed; bottom:0; left:50%;z-index:3100; margin-left:-600px;
animation: myfirst 1s;
-moz-animation: myfirst 1s;	/* Firefox */
-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
-o-animation: myfirst 1s;      }
.wx_m img{ margin:7px 0 0 18px; border:3px solid #fff}
a.wx_submit{display:block; height:32px; width:120px; background-color:#0a634d; color:#fff; font:12px/32px "微软雅黑"; text-align:center; margin-right:10px; border-radius:3px; margin-top:10px}
a.wx_submit:hover{background-color:#085; color:#fff; text-decoration:none}

.weixin_cls{display:none}