@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; 
}

body {
  font-family: 'Microsoft Yahei',sans-serif,arial;
  font-size: 14px;
  line-height: 150%;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; 
}

ol, ul, menu {
  list-style: none; 
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0; 
}

address, caption, cite, code, dfn, em, i, th, var, optgroup {
  font-style: normal;
  font-weight: normal; 
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; 
  outline: none;
}

input[type=button], button {
  cursor: pointer; 
}

select, textarea {
  border: 1px solid #cad2e0;
  border-radius: 3px; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

a,img {
  border: none; 
}

a {
  /*color: #999;*/
  color: #575e65;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
}
a:hover {
  color: #04a7ec; 
  text-decoration: none; 
}
p{
  letter-spacing: 1px;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; 
}
ul{
  font-size: 0;
}
li{
  font-size: 14px;
  display: inline-block;
}

div ::-webkit-scrollbar {
  overflow: visible;
  width: 8px; 
}
div ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 8px;
  min-height: 15px; 
}
::input-placeholder{
  color: #b3b3b3 ;
} 
::-webkit-input-placeholder { /* WebKit browsers */ 
  color: #b3b3b3; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color: #b3b3b3; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color: #b3b3b3; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color: #b3b3b3; 
} 

body {
  min-width: 1190px; 
  background-color: #fff;
  overflow-x: hidden;
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.w50 {
  width: 50px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w230 {
  width: 230px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.tl{
  text-align: left;
}
.tr{
  text-align: right;
}
.red{
  color: #fb382e;
}
.blue{
  color: #04a7ec;
}
.globel-btn{
  display: inline-block;
  padding: 15px 50px;
  background: #04a7ec;
  color: #fff;
  border-radius: 5px;
}
.globel-btn:hover{
  color: #fff;
  background: #15b4f7;
}
.clearfix{
  *zoom:1;
}
.clearfix:after{
  display:block;
  visibility:hidden;
  clear:both;
  height:0;
  content:'';
  font-size:0;
}
.container{
  width: 1390px;
  margin: 0 auto;
}

/*------------------------------------表单验证-----------------------------------*/
.Validform_checktip{
  margin-left:8px;
  line-height:28px;
  height:28px;
  overflow:hidden;
  color:#d8534f;
  font-size:12px;
}
.Validform_right{
  color:#71b83d;
}
.Validform_wrong{
  color:red;
  white-space:nowrap;
}
.Validform_loading{
  padding-left:20px;
}
.myform .Validform_error{
  1background-color:#fae5e5;
  border-color: #d8534f;
  1color: #d8534f;
}
.myform .Validform_error:focus{
  border-color: #d8534f;
  box-shadow: none;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:9999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}

.has-error .iconfont{
  color:#d8534f;
}
/*-------------------------------------------------公用头部、底部-----------------------------------------------*/
.header{
  width: 100%;
  min-width: 1000px;
  height: 80px;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 23px 6px rgba(0,0,0,.1); 
  -moz-box-shadow: 1px 3px 23px 6px rgba(0,0,0,.1); 
  box-shadow: 1px 3px 23px 6px rgba(0,0,0,.1);
}
.header .container{
  width: auto;
  padding: 0 40px;
  position: relative;
}
.logo{
  margin-top: 12px;
}
.nav{
  margin-top: 10px;
  margin-left: 50px;
}
.nav li{
  display: inline-block;
  float: left;
  border-bottom: 3px solid #fff;
  margin:0 3px;
}
.nav li a{
  display: inline-block;
  font-size: 16px;
  height: 67px;
  line-height: 67px;
  padding: 0 18px;
  1color: #575e65;
}
.nav li:hover{
  border-bottom-color: #04a7ec;
}
.nav li:hover a{
  color: #04a7ec;
}
.nav .current{
  border-bottom-color: #04a7ec;
}
.nav .current a{
  color: #04a7ec;
}
.search{
  position: relative;
  margin-top: 22px;
  margin-right: 20px;
}
.inp{
  width: 170px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 10px;
  color: #555;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 1px;
}
.search .btn{
  position: absolute;
  top:1px;
  right: 0;
  width: 32px;
  height: 36px;
  color: #fff;
  border: none;
  background: none;
  cursor: pointer;
}
.search .btn:hover{
  background-color: #fff;
}
.search .icon-sousuo1{
  font-size: 18px;
  color: #b3b3b3;
}
.top-team{
  height: 80px;
  line-height: 80px;
}
.top-team li{
  height: 80px;
  float: left;
}
.top-team a{
  font-size: 12px;
} 
.top-cart{
  margin-right: 25px;
}
.top-cart a{
  color: #b3b3b3;
  margin: 0 8px;
}
.top-cart .iconfont{
  font-size: 28px;
}
.top-cart .icon-shouji1{
  font-size: 22px;
}
.top-login{
  height: 80px;
  line-height: 90px;
  margin-left: 20px;
}
.top-login a{
  color: #04a7ec;
  margin: 0 5px;
}
.has-login .icon-xiaoxi1{
  font-size: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
.top-cart .app{
  position: relative;
  padding-bottom: 20px;
}
.top-cart .app .appcode{
  position: absolute;
  width: 205px;
  padding: 0 5px;
  background: #fff;
  top:30px;
  right: -100px;
  display: none;
  border:1px solid #eee;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2); 
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
}
.appcode:before,
.appcode:after{
  position:absolute;
  content:'';
  width:10px;
  height:10px;
  top:-6px;
  left:50%;
  margin-left:-7px;
  overflow:hidden;
  pointer-events:none;  
  -webkit-transform:rotate(225deg);
  -moz-transform:rotate(225deg);
  transform:rotate(225deg);
}  
.appcode:before{  
  background:#eee;
  box-shadow:1px 1px 2px rgba(0,0,0,.2);
}  
.appcode:after{  
  top:-5px;
  background:#fff;
}  
.appcode ul{
  display: block;
}
.appcode ul li{
  display: inline-block;
  width: 100px;
  height: 120px;
  padding-top: 10px;
}
.appcode ul li:first-child{
  margin-right: 5px;
}
.appcode ul li img{
  display: block;
}
.appcode ul li span{
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #575e65;
  text-align: center;
}
.top-cart .app .appcode img{
  width: 100%;
}
.message{
  color: #b3b3b3;
}
.has-login{
  height: 80px;
  line-height: 90px;
}
.header .login-box{
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.header .login-box .login-photo{
  
}
.header .login-box .login-photo img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.menu-list{
  display: none;
  position: absolute;
  width: 120px;
  right: -5px;
  top:50px;
  background: #fff;
  border:1px solid #eaeaea;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.menu-list span{
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px; 
  border-width: 7px;
  border-color: transparent transparent #e1e1e1 transparent; 
  border-style: solid;
  top: -14px;
  left: 90px;
}
.menu-list span i{
  display: inline-block;
  position: absolute; 
  width: 0px; 
  height: 0px;
  border-width: 6px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  top: -5px; 
  left: -6px; 
}
.menu-list li{
  display: block;
  float: none;
  height: 30px;
  line-height: 30px;
  padding-left: 19px;
}
.menu-list li:first-child{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}
.menu-list li a{
  display: block;
  font-size: 14px;
}
.menu-list li .iconfont{
  font-size: 16px;
  margin-right: 5px;
}
.menu-list li img{ 
  width: 22px;
  margin-left: -4px; 
  margin-right: 5px; 
}
.menu-list .icon-dingdanliebiao{
  font-size: 18px;
}
.menu-list li:hover{
  background: #f8f8f7;
}
.menu-list li:first-child:hover{
  background: #fff;
}
.menu-list li.active a{
  color: #04a7ec;
}
.oldsite{
  position: absolute;
  left: 200px;
  top:28px;
  font-size: 12px;
  line-height: 16px;
}
/*底部*/
.footer{
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
.first-nav{
  padding: 0 170px;
  margin-right: -100px;
}
.first-nav>li{
  display: block;
  width: 130px;
  float: left;
  margin-right: 100px;
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  letter-spacing: 1px;
}
.second-nav{
  margin-top: 13px;
}
.second-nav>li{
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
}
.second-nav>li a{
  font-size: 12px;
}
.footer-link{
  background-color: #484848;
  margin-top: 22px;
  padding: 40px 0 30px;
}
.footer-link p{
  color: #fff;
  margin-bottom: 10px;
}
.footer-link p a{
  color: #fff;
}
.footer-link p a:hover{
  color: #04a7ec;
}
.link-about a{
  margin-right: 30px; 
}
.link-coo{
  max-width: 1130px;
}
.link-coo a{
  display: inline-block;
  margin-right: 12px;
  line-height: 26px;
}
.footer .copy{
  color: #b3b3b3;
}
.footer-login{
  height: 45px;
  margin-top: 27px;
}
.footer-login a{
  display: inline-block;
  margin-left: 30px;
}
.footer-login .iconfont{
  font-size: 45px; 
  line-height: 45px;
}
.footer-login .icon-qq1:hover{
    color: #0ca7f9;
}
.footer-login .icon-weibo1:hover{
    color: #da2008;
}
.footer-login .icon-weixin1:hover{
    color: #1ab722;
}
.footer-login .b-ecode{
  position: relative;
  padding-top: 15px;
}
.footer-login .ecode{
  position: absolute;
  bottom:60px;
  right: -30px;
  display: none;
  width: 120px;
  border:1px solid #eee;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2); 
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
}
.footer-login .ecode img{
  width: 100%;
}

/*公共模块*/
.tabs-info{padding: 35px 0 20px;margin-right: -18px;}
.tabs-info li{ width: 334px;background-color: #fff; margin-right: 18px;margin-bottom: 20px;float: left;position: relative;}
.tip-vip{display: inline-block;width: 20px;height: 20px;background: url('../images/vip.png') no-repeat center center;vertical-align: middle;}
.tip-open{display: inline-block;width: 20px;height: 20px;background: url('../images/open.png') no-repeat center center;vertical-align: middle;}
.tabs-info h3{height: 55px;line-height: 55px;font-size: 16px;padding: 0 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.tabs-info h3 a{color: #676767;}
.tabs-info .des{color: #999; margin-bottom: 25px;padding: 0 20px;}
.scan{color: #b3b3b3;}
.icon-chakan{margin-right: 3px;}
.tabs-info .des .person{width: 222px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.tabs-info .pic{display: block;width: 100%; height:205px;overflow: hidden;position: relative;}
.tabs-info li img{display: block;width: 100%; height: 100%;}
.tabs-info .later{position: absolute;left: 0;bottom:0;width: 100%; height: 30px;line-height: 30px;background-color: rgba(0,0,0,.3);filter: alpha(opacity=30);color: #fff;padding: 0 20px;font-size: 12px;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.tabs-info .living{font-size: 12px; float: right;color: #04a7ec;position: relative;}
.tabs-info .living:before{content: ""; display: inline-block;position: absolute; top: 7px; left: -18px; width: 13px; height: 13px;background: url('../images/live.gif') no-repeat 0 0;}
.tabs-info .mask{display: none;position: absolute;width: 100%;height: 100%;line-height: 205px;text-align: center;top:0;left:0;background-color: rgba(0,0,0,.4);filter: alpha(opacity=40);}
.tabs-info li .icon-bofang{font-size: 60px;color: #fff;}
.tabs-info li .join-course{position: absolute;left: 50%;top:50%;margin: -20px 0 0 -60px;display: block;width: 120px; height: 40px;line-height:40px;text-align: center;border-radius: 3px;font-size: 14px;color: #fff;background: #04a7ec;}
.tabs-info li:hover .later{display: none;}
.tabs-info li:hover .mask{display: block;}
.tabs-info .tag{position: absolute;top:10px;right: 0;width: 70px;text-align: center;padding-left: 10px; height: 23px;line-height: 23px;background: url('../images/tag.png') no-repeat 0 0;color: #fff; }
.tabs-info li:hover{ -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2); -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);}
.tabs-info li:hover h3 a{color: #04a7ec;}
.tabs-type{margin-right: -25px;}
.tabs-type li a{margin:0 25px;position: relative;display: inline-block;}
.tabs-type li span{display: none;position: absolute;width: 0;height: 0;border-width: 8px; border-style: solid; border-color: transparent transparent #eaeaea transparent;left: 50%;margin-left: -8px;bottom: 0;}
.tabs-type li span i{display: none;position: absolute;width: 0; height: 0;border-width: 7px; border-style: solid; border-color: transparent transparent  #f6f6f6 transparent;left: 50%;margin-left: -7px;bottom: -9px;}
.tabs-type .current span{ display: block; }
.tabs-type .current span i{ display: block; }
.tabs-type .current a{color: #04a7ec;}
/*分享*/
.share{position: relative;padding-bottom: 20px;}
.share-box{display: none;width:230px;height:50px;padding: 5px 15px 0;line-height: 50px;background: #fff;box-shadow: 0px 0px 6px 2px #e1e1e1;-moz-box-shadow:0px 0px 6px 2px #e1e1e1;-webkit-box-shadow:0px 0px 6px 2px #e1e1e1; position:absolute; top:40px;right: 0px;}
.share-box:after{position: absolute;display: inline-block;top:-6px; right: 30px;width: 0px;height: 0px; content: '';border-style: solid;border-width: 6px;border-color:#fff #fff transparent transparent;transform: rotate(-45deg); box-shadow: 2px -2px 6px #e1e1e1;-moz-box-shadow:2px -2px 6px #e1e1e1;-webkit-box-shadow:2px -2px 6px #e1e1e1; }
.share-box li{margin: 0 4px;}
.share-box li .iconfont{font-size: 40px;}
.share-box li .icon-weibo1{ color: #db2008; }
.share-box li .icon-qqkongjian{ color: #ffc548; }
.share-box li .icon-qq1{ color: #0ca7f9; }
.share-box li .icon-weixin1{ color: #1ab722; }
.share-box li .icon-pengyouquan{ color: #4acb62; }
.share-box li a:hover .icon-weibo1{ color: #f96754; }
.share-box li a:hover .icon-qqkongjian{ color: #f6cc73; }
.share-box li a:hover .icon-qq1{ color: #54c3fd; }
.share-box li a:hover .icon-weixin1{ color: #54cf5a; }
.share-box li a:hover .icon-pengyouquan{ color: #79ed8e; }

/*-------返回顶部-------*/
/*#scrollTop{
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 99;
  display: block;
  width: 48px;
  height: 48px;
}
.scrollTop .arrows{
  display: block;
  width: 48px;
  height: 48px;
  background: url('../images/top_up.png') no-repeat left top;
  background-size: 48px;
  transition: bottom 0.9s ease 0s;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/top_up.png', sizingMethod='scale');
}
.scrollTop .arrows:hover {
  background: url('../images/top_up.png') no-repeat 0 -50px; 
  background-size: 48px;
}*/
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url('../images/qq-icon-bg.png') no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:105px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url('../images/sqrcode.jpg') no-repeat center 2px;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url('../images/totop-icon.png') no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url('../images/close_im.png') no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url('../images/open_im.png') no-repeat left top;}
/*分页*/
.page-wrap{text-align: center;margin-top: 20px;}
.page{text-align: center;display: inline-block;}
.page a,.page span{ border:1px solid #eaeaea;width: 35px;height: 35px;line-height: 35px; color: #676767;float: left;margin-right: 5px;}
.page a,.page span{ float: left; }
.page a.disabled{border:1px solid #ddd;width: 70px;height: 35px;line-height: 35px; color: #ddd;margin-right: 5px;}
.page a.cur,.page a.current{ border:1px solid #04a7ec;width: 35px;height: 35px;line-height: 35px;margin-right: 5px; background-color: #04a7ec; color: #fff; }
.page a.next,.page .disabled{width: 70px;}
.page .disabled{ color: #ddd; }
.page .dot{width: 24px;height: 35px;line-height: 35px;text-align: center;}
.page a:hover{border:1px solid #04a7ec; color: #04a7ec;}
.page a:active{border:1px solid #04a7ec;background-color: #04a7ec; color: #fff;}
.page a.cur:hover{ color: #fff; }