@charset "gb2312";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td{
  padding:0;
  margin:0;
}
body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #404040;
  background-color: #fff;
  padding-top: 134px;
}
ol,ul{ list-style:none}
a,button,input,textarea { outline: none;}
input,textarea { box-shadow: none;}
a { 
	text-decoration: none; 
	color: #404040;
}
button,
button:active {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
img { border: none;}

/*flex*/
.flex { 
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  height: 100%;
}
.flex_wrap { flex-wrap: wrap;}
.between_center {
  justify-content: space-between;
  align-items: center;
}
.center_v { align-items: center;}
.center_h { justify-content: center;}

/*float & clearfix*/
.float_l { float: left;}
.float_r { float: right;}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after { clear: both;}

/*通用*/
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.xnkl
{
  
 background: url(../images/containerbj.png) no-repeat 100px center;
  z-index: 100000;
}
.ad>img {
  width: 100%;
  height: 100%;
}
.middle { 
  display: inline-block;
  vertical-align: middle; 
}
.hover_red {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hover_red:hover { color: #00bbbe;}
.hover_orange:hover { color: #f48e56;}
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #fff;
  background-color: #f48e56;
  vertical-align: middle;
}
.label_border {
  display: inline-block;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #00bbbe;
}

.orange { color: #f48e56;}
.green { 
  font-size: 14px;
  color: #00b0b1;
}
.gray {
  font-size: 14px;
  color: #888;
}

/*返回顶部*/
#goTop {
  position: fixed;
  left: 50%;
  margin-left: 300px;
  bottom: 40px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity .5s ease;
     -moz-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
#goTop .icon {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background: url(../images/top-arrow.png) no-repeat center;
  background-color: #4c4c4c;
  cursor: pointer;
  margin-bottom: 5px;
}
#goTop:hover .icon { background-color: #00afb0;}
#goTop p {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #b8b8b8;
}
#goTop.show {
  visibility: visible;
  opacity: 1;
}
#goTop.affix_bottom {
  position: absolute;
  bottom: 40px;
}


/*顶部广告*/
figure.ad { 
  font-size: 0;
  position: relative;
}
figure.ad.on:before {
  content: '';
  display: block;
  width: 29px;
  height: 19px;
  background: url(../images/gg.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}


/*顶部黑色栏*/

.topbar {
 
 width: 100%;
  
height: 50px;
 
 background-color: #373d41;
/*background-color: #cc230c;*/

  color: #efefef;
 
 position: fixed;
 
 z-index: 120;
 
 top: 0;

  left: 0;
}


/*.xcklbg
{
 background:url(../images/xcklbg2021.jpg) no-repeat 92px center;
}*/
/*.topbar {
  width: 100%;
  height: 50px;
  color: #efefef;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
background-color: #DC3930;
  

}*/




  .topbar a { 
    line-height: 50px;
    color: #efefef;
  }
  .topbar .social_nav {
    font-size: 0;
    height: 50px;
    border-right: 1px solid #4d4d4d;
    /*border-right: 1px solid #cc230c;*/
  }
 
 .topbar .social_nav>li {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
   border-left: 1px solid #4d4d4d;
     /*border-left: 1px solid #cc230c;*/
    color: #efefef;
    position: relative;
  }
  
/*.topbar .social_nav {
    font-size: 0;
    height: 50px;
    border-right: 1px solid #DC3930;
  }
 .topbar .social_nav>li {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    border-left: 1px solid #DC3930;
    color: #efefef;
    position: relative;
  }*/

  .topbar .social_nav>li>a,
  .topbar .social_nav>li>.lg {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    vertical-align: middle;
  }
  .topbar .social_nav>li>.lg { margin: 0 7px;}
  /*.topbar .social_nav>li>a:hover { color: #009597;}
  .topbar .social_nav>li.wx_hover:hover>a { color: #009597;}*/
  .topbar .social_nav>li>a:hover { color: #ff7b7b;}
  .topbar .social_nav>li.wx_hover:hover>a { color: #ff7b7b;}

/*新春版*/
.topbar.newyear {
  background: url(../images/navbg-newyear.jpg) no-repeat center;
  background-size: auto 100%;
  background-color: #f7303c;
}
.topbar.newyear .social_nav,
.topbar.newyear .social_nav>li {
  border-color: white;
}
.topbar.newyear .social_nav>li>a:hover,
.topbar.newyear .social_nav>li.wx_hover:hover>a { 
  color: #fed677;
}
@media screen and (max-width: 1199px) {
  .topbar.newyear {
    background-position: -270px;
  }
}

/*微信二维码*/
.topbar .social_nav .mask {
  visibility: hidden;
  height: 230px;
  margin: 0 -30px;
  border: 1px solid #eee;
  padding: 26px;
  position: absolute;
  bottom: -230px;
  background-color: #fff;
  z-index: 120;
}
.topbar .social_nav .wx_hover:hover .mask { visibility: visible;}
.topbar .social_nav .mask>img {
  display: block;
  width: 126px;
  height: 126px;
  margin-bottom: 12px;
}
.topbar .social_nav .mask>p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #404040;
}

/*登陆框*/
.login_mask {
  width: 100%;
  height: 100%;
  background-color: rgb(33,33,33);
  filter: alpha(opacity=64);
  background-color: rgba(33,33,33,.64);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  visibility: hidden;
}
.login_box {
  width: 550px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(0,0,0,.37);
  position: fixed;
  top: 190px;
  left: 50%;
  margin-left: -275px;
  z-index: 20000;
  visibility: hidden;
}
.login_mask.show, .login_box.show { visibility: visible;}
.login_box .login_header {
  height: 82px;
  padding: 30px 45px 25px;
  border-bottom: 1px solid #eee;
}
.login_box .login_header h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
}
.login_box .login_body {
  padding: 35px 90px 60px;
}
.login_box .login_body .form_group { margin-bottom: 15px;}
.login_box .login_body .form_control {
  width: 370px;
  height: 54px;
  line-height: 34px;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 16px;
}
  /*placeholder颜色*/
  .login_box .login_body .form_control::-moz-placeholder { color: #bbb;}
  .login_box .login_body .form_control::-webkit-input-placeholder { color:#bbb;}
  .login_box .login_body .form_control:-ms-input-placeholder { color:#bbb;}

/*验证码*/
.login_box .login_body .bordered {
  display: block;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.login_box .login_body p.alert {
  font-size: 12px;
  color: #e76365;
}
.login_box .login_body .form_control.yzm {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  height: 34px;
  line-height: 34px;
  border: none;
  padding: 0 15px 0 5px;
  border-right: 1px solid #eee;
}
.login_box .login_body .yzm_btn {
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  height: 34px;
  padding: 0;
  margin-right: -10px;
  font-size: 14px;
  color: #679dd3;
  background-color: #fff;
}
.login_box .login_body .yzm_btn[disabled],
.login_box .login_body .yzm_btn.disabled {
  opacity: .6;
  font-size: 12px;
}

.login_box .login_body .form_group.fgot {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: right;
}
.login_box .login_body .form_group.fgot>a {
  display: inline-block;
  height: 16px;
  color: #bbb;
  line-height: 16px;
}
.login_box .login_body .login_btn {
  width: 370px;
  height: 48px;
  margin-top: -5px;
  border-radius: 4px;
  background-color: #00bbbe;
  font-size: 18px;
  color: #fff;
}
.login_box .login_body .btm { color: #bbb;}
.login_box .login_body .btm a { color: #00bbbe;}
.login_box .login_body .btm label { cursor: pointer;}
.login_box .login_body .btm input[type='checkbox'] { 
  margin-right: 5px;
  vertical-align: middle;
}
.login_box .login_form { margin-bottom: 24px;}
.login_box .other_login {
  height: 62px;
  line-height: 62px;
  font-size: 0;
}
.login_box .other_login span.middle { 
  font-size: 14px;
  color: #bbb;
  margin-right: 35px;
}
.login_box .other_login .wblogin,
.login_box .other_login .qqlogin {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 62px;
  border: 1px solid #eee;
  margin-right: 24px;
}
.login_box .other_login .wblogin { background: url(../images/login.png) no-repeat -2px -2px;}
.login_box .other_login .qqlogin { background: url(../images/login.png) no-repeat -66px -2px;}

/*导航栏*/
.navbar {
  width: 100%;
  height: 84px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 50px;
  left: 0;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
  /*logo*/
  .navbar .logo {
    display: block;
    width: 134px;
    height: 83px;
    /*background: url(../images/logo.png?3) no-repeat 0 center;*/
  }
  .nav_list { 
    font-size: 0;
    padding: 10px 0 10px 53px;
  }
  .nav_list>li { 
  	display: inline-block;
  	position: relative;
    padding: 10px;
  }
  .nav_list>li+li { margin-left: 15px;}
  .nav_list>li>a {
    font-size: 18px;
    line-height: 43px;
  }
  .nav_list>li:hover>a {
  	font-weight: bold;
  	color: #02b2b4;
  }
  /*子菜单*/
  .submenu {
    width: 198px;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 0;
    position: absolute;
    top: 45px;
    left: -30px;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .2s linear, top .2s linear;
       -moz-transition: opacity .2s linear, top .2s linear;
            transition: opacity .2s linear, top .2s linear;
  }
  .nav_list>li:hover .submenu { 
    visibility: visible;
    opacity: 1;
    top: 55px;
  }
  .submenu:before {
    content: '';
    display: block;
    width: 12px;
    height: 9px;
    background: url(../images/icons-sprite.png) no-repeat -35px -50px;
    position: absolute;
    left: 50px;
    top: -9px;
  }
  .submenu.member:before { left: 69px; }
  /*边框22px, 子项目：16px*字的个数+24px*/
    /*2+2*/
  .submenu.datas,
  .submenu.manpower,
  .submenu.service { width: 134px;}
    /*2+3*/
  .submenu.column,
  .submenu.member { width: 150px;}
    /*2+4*/
  .submenu.interview { width: 166px;}
    /*3+4*/
  .submenu.news { width: 182px;}
    /*4+4*/
  .submenu.forum { width: 198px;}

  .submenu .colm {
    display: block;
    float: left;
  }
  .submenu a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    padding: 0 12px;
  }
  .submenu a:hover { color: #02b2b4;}
  /*搜索框*/
  .search_box {
    width: 288px;
    padding: 22px 0;
  }
  .search_box .outer {
    display: block;
    width: 288px;
    height: 38px;
    font-size: 0;
    border: 1px solid #02b2b4;
    border-radius: 18px;
    padding: 7px 18px;
  }
  .search_box .search_input {
    display: inline-block;
    width: 222px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    color: #404040;
    vertical-align: middle;
  }
    /*placeholder颜色*/
    .search_box .search_input::-moz-placeholder { color: #c4c4c4;}
    .search_box .search_input::-webkit-input-placeholder { color:#c4c4c4;}
    .search_box .search_input:-ms-input-placeholder { color:#c4c4c4;}
  .search_box .search_btn {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background: url(../images/icons-sprite.png) no-repeat 0 0;
    vertical-align: middle;
  }

/*content*/
.content_left {
  width: 780px;
  margin-right: 50px;
}
.content_right { width: 370px;}

/*模块*/
.module>header {
  height: 45px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 23px;
}
.module>header>h1 {
  font-size: 0;
  vertical-align: middle;
  line-height: 44px;
  padding-right: 20px;
  border-top: 2px solid #00bbbe;
  position: relative;
  top: -1px;
}
.module>header>h1.no_padding { padding-right: 0;}
.module>header>h1 .hover_red { display: inline-block;}
.module>header>h1>a, .module>header>h1>span { font-size: 22px;}
.module.red>header>h1 { border-color: #f48e56;}
.module>header>a.more {
  display: block;
  line-height: 44px;
}
.module>header>nav>ul { 
  font-size: 0;
  height: 44px;
}
.module>header>nav>ul>li { display: inline-block;}
.module>header>nav>ul>li+li:before {
  content: '|';
  display: inline-block;
  font-size: 14px;
  color: #dfdfdf;
}
.module>header>nav>ul>li>a {
  display: inline-block;
  padding: 14px;
  font-size: 16px;
  line-height: 16px;
}
.module>header>nav>ul>li>a:hover { color: #00bbbe;}
.module>header>nav>ul>li:last-child>a { padding-right: 0;}
.module>section h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

/*二级页面右边模块*/
.border_module { border: 1px solid #eee;}
.border_module>header {
  height: 55px;
  border-bottom: 1px solid #eee;
}
.border_module>header>h1 {
  font-size: 0;
  padding-top: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
}
/*
.border_module>header>h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 23px;
  background: url(../images/icons-sprite.png) no-repeat 0 -36px;
  margin-right: 15px;
}*/
.border_module>header>h1:after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background-color: #f48e56;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -45px;
}
.border_module>header.no_line { 
  padding: 0 12px;
  border-color: transparent;
}
.border_module>header.no_line>h1:after { background-color: transparent;}
.border_module>header.no_line .read_num {
  display: block;
  width: 75px;
  line-height: 54px;
}
.border_module>.module_body { padding: 17px;}
.border_module>.module_body figure {
  width: 324px;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  font-size: 0;
  overflow: hidden;
}
.border_module>.module_body figure img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  transform: scale(1);
  -webkit-transition: transform 1s ease;
     -moz-transition: transform 1s ease;
          transition: transform 1s ease;
}
.border_module>.module_body figure:hover img { transform: scale(1.1);}
.border_module>.module_body figcaption {
  display: table;
  width: 100%;
  height: 50px;
  padding: 10px 16px 0;
  line-height: 40px;
  background: url(../images/bg-b2w.png) repeat-x;
  background: -webkit-gradient(linear, 0 bottom, 0 top, from(rgba(0,0,0,.9)), to(rgba(0,0,0,0)));
  position: absolute;
  left: 0;
  bottom: 0;
}
.border_module>.module_body figcaption p {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  max-height: 36px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  overflow: hidden;
}


/*新闻列表*/
.news_list { 
  padding-left: 8px;
  margin-bottom: 20px;
  font-size: 0;
}
.news_list>li {
  font-size: 16px;
  line-height: 36px;
  position: relative;
}
.news_list>li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #b9b9b9;
  position: absolute;
  top: 18px;
  left: -9.5px;
}
.news_list>li.bold { font-weight: bold;}

/*方块、宋体*/
.news_list.square { margin-bottom: 0;}
.news_list.square>li:before {
  width: 4px;
  height: 4px;
  border-radius: 0;
  left: -10px;
}
.news_list.square>li.bold { 
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
.news_list.square>li {
  font-family: 'simsun';
  font-size: 14px;
  line-height: 38px;
}
/*新闻前面有序号*/
.news_list.number { 
  padding-left: 26px;
  margin-bottom: 0;
  width: 100%;
}
.news_list.number>li {
  font-family: 'simsun';
  font-size: 14px;
  line-height: 38px;
}
.news_list.number>li:nth-child(1),
.news_list.number>li:nth-child(2),
.news_list.number>li:nth-child(3) { 
  font-weight: bold;
}
.news_list.number>li:before {
  width: 20px;
  height: 18px;
  border-radius: 0;
  left: -26px;
  top: 10px;
  background-color: transparent;
}
/*1-10数字编号*/
.news_list.number>li:nth-child(1):before { background: url(../images/num-sprite.png) no-repeat 0 0;}
.news_list.number>li:nth-child(2):before { background: url(../images/num-sprite.png) no-repeat -20px 0;}
.news_list.number>li:nth-child(3):before { background: url(../images/num-sprite.png) no-repeat -40px 0;}
.news_list.number>li:nth-child(4):before { background: url(../images/num-sprite.png) no-repeat -60px 0;}
.news_list.number>li:nth-child(5):before { background: url(../images/num-sprite.png) no-repeat -80px 0;}
.news_list.number>li:nth-child(6):before { background: url(../images/num-sprite.png) no-repeat 0 -20px;}
.news_list.number>li:nth-child(7):before { background: url(../images/num-sprite.png) no-repeat -20px -20px;}
.news_list.number>li:nth-child(8):before { background: url(../images/num-sprite.png) no-repeat -40px -20px;}
.news_list.number>li:nth-child(9):before { background: url(../images/num-sprite.png) no-repeat -60px -20px;}
.news_list.number>li:nth-child(10):before { background: url(../images/num-sprite.png) no-repeat -80px -20px;}

/*新闻前面圆形标签序号*/
.news_list.circle { 
  width: 100%;
  margin-top: -17px;
  margin-bottom: 0;
  padding: 0 8px;
}
.news_list.circle>li {
  font-size: 14px;
  line-height: 38px;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 37px;
}
.news_list.circle>li:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #aaa;
  left: 0;
  top: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.news_list.circle>li:nth-child(1):before { content: '1';}
.news_list.circle>li:nth-child(2):before { content: '2';}
.news_list.circle>li:nth-child(3):before { content: '3';}
.news_list.circle>li:nth-child(4):before { content: '4';}
.news_list.circle>li:nth-child(5):before { content: '5';}
.news_list.circle>li:nth-child(6):before { content: '6';}
.news_list.circle>li:nth-child(7):before { content: '7';}
.news_list.circle>li:nth-child(8):before { content: '8';}
.news_list.circle>li:nth-child(9):before { content: '9';}
.news_list.circle>li:nth-child(10):before { content: '10';}

.news_list.circle>li:nth-child(1):before,
.news_list.circle>li:nth-child(2):before,
.news_list.circle>li:nth-child(3):before { 
  background-color: #f48e56;
}
.news_list.circle>li:nth-child(1)>.read_num,
.news_list.circle>li:nth-child(2)>.read_num,
.news_list.circle>li:nth-child(3)>.read_num {
  color: #f48e56;
}

.news_list.circle>li>.img_link, 
.news_list.circle>li>.img_link>img {
  display: block;
  width: 77px;
  height: 77px;
}
.news_list.circle>li>.img_link {
  float: left;
  margin-right: 20px;
}
.news_list.circle>li>.name_link {
  display: block;
  float: left;
  max-width: 100px;
  margin: 18px 0;
  font-size: 16px;
  line-height: 41px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list.circle>li>.name_link:hover { color: #00bbbe;}
.news_list.circle>li>.read_num {
  display: block;
  width: 62px;
  float: right;
  margin: 18px 0;
  font-size: 14px;
  line-height: 41px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*footer*/
footer {
  padding: 0 0 60px;
  background-color: #373d41;
}
footer nav {
  border-bottom: 1px solid #43484c;
  margin-bottom: 30px;
}
footer .website_route { height: 60px;}
footer .website_route>li { 
  float: left;
  width: 200px;
}
footer .website_route>li>a {
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
footer .website_route>li>a:hover {
  background-color: #16898c;
  border-color: #16898c;
}
footer .website_route>li:first-child>a { border-left: 1px solid #43484c;}
footer .website_route>li:last-child>a { border-right: 1px solid #43484c;}
footer .website_route>li+li>a { border-left: 1px solid #43484c;}

footer .logo_list { margin-bottom: 15px;}
footer .logo_list>li, 
footer .logo_list>li img {
  width: 115px;
  height: 48px;
}
footer .logo_list>li { 
  float: left;
  margin: 0 2px 5px 3px;
}

footer .links_list {
  padding-left: 70px;
  margin-bottom: 40px;
  position: relative;
  font-size: 0;
}
footer .links_list:before {
  content: '友情链接：';
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #717580;
  position: absolute;
  left: 0;
  top: 0;
}
footer .links_list a {
  font-size: 14px;
  color: #717580;
  line-height: 30px;
  margin-right: 15px;
}
footer .links_list a:hover { color: #fff;}
footer p {
  font-size: 12px;
  color: #717580;
  text-align: center;
  line-height: 24px;
}

/*icons*/
.icon {
  display: inline-block;
  vertical-align: middle;
}
  /*联商app、微信、微博*/
  .icon.social {
    width: 50px;
    height: 49px;
  }
   .icon.social.app { background: url(../images/social-sprite.png) no-repeat 0 0;}
  .social_nav>li>a:hover .icon.social.app { background: url(../images/social-sprite.png) no-repeat 0 -49px;}
  .icon.social.wx { background: url(../images/social-sprite.png) no-repeat -50px 0;}
  .social_nav>li>a:hover .icon.social.wx { background: url(../images/social-sprite.png) no-repeat -50px -49px;}
  .social_nav>li.wx_hover:hover>a .icon.social.wx { background: url(../images/social-sprite.png) no-repeat -50px -49px;}
  .icon.social.wb { background: url(../images/social-sprite.png) no-repeat -100px 0;}
  .social_nav>li>a:hover .icon.social.wb { background: url(../images/social-sprite.png) no-repeat -100px -49px;}
  /*.icon.social.app { background: url(../images/social-spritex.png) no-repeat 0 0;}
  .social_nav>li>a:hover .icon.social.app { background: url(../images/social-spritex.png) no-repeat 0 -49px;}
  .icon.social.wx { background: url(../images/social-spritex.png) no-repeat -50px 0;}
  .social_nav>li>a:hover .icon.social.wx { background: url(../images/social-spritex.png) no-repeat -50px -49px;}
  .social_nav>li.wx_hover:hover>a .icon.social.wx { background: url(../images/social-spritex.png) no-repeat -50px -49px;}
  .icon.social.wb { background: url(../images/social-spritex.png) no-repeat -100px 0;}
  .social_nav>li>a:hover .icon.social.wb { background: url(../images/social-spritex.png) no-repeat -100px -49px;}*/
  /*新春版*/
  .newyear .icon.social.app { background: url(../images/socialnew-sprite.png) no-repeat 0 0;}
  .newyear .social_nav>li>a:hover .icon.social.app { background: url(../images/socialnew-sprite.png) no-repeat 0 -49px;}
  .newyear .icon.social.wx { background: url(../images/socialnew-sprite.png) no-repeat -50px 0;}
  .newyear .social_nav>li>a:hover .icon.social.wx { background: url(../images/socialnew-sprite.png) no-repeat -50px -49px;}
  .newyear .social_nav>li.wx_hover:hover>a .icon.social.wx { background: url(../images/socialnew-sprite.png) no-repeat -50px -49px;}
  .newyear .icon.social.wb { background: url(../images/socialnew-sprite.png) no-repeat -100px 0;}
  .newyear .social_nav>li>a:hover .icon.social.wb { background: url(../images/socialnew-sprite.png) no-repeat -100px -49px;}
  /*各模块标题小图标*/
  .icon.title {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
      /*首页*/
  .icon.title.zixun { background: url(../images/ticons-sprite.png) no-repeat 0 0;}
  .icon.title.shju { background: url(../images/ticons-sprite.png) no-repeat -24px 0;}
  .icon.title.fuwu { background: url(../images/ticons-sprite.png) no-repeat -48px 0;}
  .icon.title.luta { background: url(../images/ticons-sprite.png) no-repeat -72px 0;}
  .icon.title.reli, .icon.title.peixun { background: url(../images/ticons-sprite.png) no-repeat -96px 0;}
  .icon.title.zhfa { background: url(../images/ticons-sprite.png) no-repeat 0 -24px;}
  .icon.title.zhlan { background: url(../images/ticons-sprite.png) no-repeat -24px -24px;}
      /*数据*/
  .icon.title.caibao { background: url(../images/ticons-sprite.png) no-repeat -48px -24px;}
  .icon.title.shelin { background: url(../images/ticons-sprite.png) no-repeat -72px -24px;}
  .icon.title.hangye { background: url(../images/ticons-sprite.png) no-repeat -96px -24px;}
      /*专栏*/
  .icon.title.zhuanjia { background: url(../images/ticons-sprite.png) no-repeat 0 -48px;}
  .icon.title.xinrui { background: url(../images/ticons-sprite.png) no-repeat -24px -48px;}
  .icon.title.brhui { background: url(../images/ticons-sprite.png) no-repeat -48px -48px;}
      /*专访*/
  .icon.title.renwu { background: url(../images/ticons-sprite.png) no-repeat -72px -48px;}
  .icon.title.xundian { background: url(../images/ticons-sprite.png) no-repeat -96px -48px;}
  .icon.title.mingqi { background: url(../images/ticons-sprite.png) no-repeat 0 -72px;}
      /*人力*/
  .icon.title.zhaop { background: url(../images/ticons-sprite.png) no-repeat -24px -72px;}
      /*会员专享*/
  .icon.title.dmhaibao { background: url(../images/ticons-sprite.png) no-repeat -48px -72px;}
  .icon.title.yinxiao { background: url(../images/ticons-sprite.png) no-repeat -72px -72px;}
  .icon.title.libao { background: url(../images/ticons-sprite.png) no-repeat -96px -72px;}
  .icon.title.qiyedt { background: url(../images/ticons-sprite.png) no-repeat 0 -96px;}
  .icon.title.qiyehd { background: url(../images/ticons-sprite.png) no-repeat -24px -96px;}
  .icon.title.qiyezp { background: url(../images/ticons-sprite.png) no-repeat -48px -96px;}

  /*二级页面logo旁文字*/
  .icon.title_big {
    width: 70px;
    height: 36px;
    margin-left: 22px;
    margin-top: 23px;
  }
  .icon.title_big.zx { background: url(../images/title-sprite.png) no-repeat 0 0;}
  .icon.title_big.zf { background: url(../images/title-sprite.png) no-repeat -75px 0;}
  .icon.title_big.rl { background: url(../images/title-sprite.png) no-repeat -149px 0;}
  .icon.title_big.sj { background: url(../images/title-sprite.png) no-repeat -225px 0;}
  .icon.title_big.zl { background: url(../images/title-sprite.png) no-repeat 0 -45px;}
  .icon.title_big.fw { background: url(../images/title-sprite.png) no-repeat -79px -45px;}
  .icon.title_big.zk { background: url(../images/title-sprite-zk.png)}
  .icon.title_big.hyzx { 
    width: 122px;
    background: url(../images/title-sprite.png) no-repeat -156px -45px;
  }
  /*二级页面模块标题*/
  .icon.sub_title.sj {  /*数据*/
    width: 47px;
    height: 23px;
    background: url(../images/title-sprite.png) no-repeat 0 -140px;
  }
  .icon.sub_title.zl {  /*专栏*/
    width: 47px;
    height: 23px;
    background: url(../images/title-sprite.png) no-repeat -51px -140px;
  }
  .icon.sub_title.zf {  /*专访*/
    width: 47px;
    height: 23px;
    background: url(../images/title-sprite.png) no-repeat -101px -140px;
  }
  .icon.sub_title.zt {  /*专题*/
    width: 47px;
    height: 23px;
    background: url(../images/title-sprite.png) no-repeat -151px -140px;
  }
  .icon.sub_title.ggdt {  /*高管动态*/
    width: 96px;
    height: 23px;
    background: url(../images/title-sprite.png) no-repeat -204px -140px;
  }
  .icon.sub_title.rmsj {  /*热门数据*/
    width: 86px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat 0 -90px;
  }
  .icon.sub_title.rqb {  /*人气榜*/
    width: 60px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat -91px -90px;
  }
  .icon.sub_title.fyb {  /*零售人物风云榜*/
    width: 139px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat -156px -90px;
  }
  .icon.sub_title.fyb {  /*零售人物风云榜*/
    width: 139px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat -156px -90px;
  }
  .icon.sub_title.rmwz {  /*热门文章*/
    width: 80px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat 0 -115px;
  }
  .icon.sub_title.gzb {  /*新闻24小时关注榜*/
    width: 168px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat -91px -115px;
  }
  .icon.sub_title.zuori {  /*昨日热点*/
    width: 78px;
    height: 20px;
    background: url(../images/title-sprite.png) no-repeat -108px -170px;
  }

  /*联商独家*/
  .icon.dujia {
    width: 100px;
    height: 26px;
    background: url(../images/title-sprite.png) no-repeat 0 -170px;
  }
  /*更多按钮*/
  .icon.more {
    width: 13px;
    height: 13px;
    margin-right: 6px;
    background: url(../images/icons-sprite.png) no-repeat -35px -36px;
  }

  .icon_search {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background: url(../images/icons-sprite.png) no-repeat -96px -36px;
  }

/*服务*/
.icon.service.huangguan {
  width: 17px;
  height: 17px;
  background: url(../images/service-sprite.png) no-repeat -77px 0;
}
.icon.service.xinyong {
  width: 38px;
  height: 17px;
  background: url(../images/service-sprite.png) no-repeat -37px 0;
}
.icon.xingtan {
  width: 35px;
  height: 35px;
  background: url(../images/service-sprite.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.icon.diamond {
  width: 15px;
  height: 16px;
  background: url(../images/service-sprite.png) no-repeat -37px -19px;
  margin-left: 3px;
}

.icon_close {
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}

/*公安*/
.icon.gongan {
  width: 20px;
  height: 20px;
  background: url(../images/icon_gongan.png) no-repeat;
  margin-right: 5px;
}


/*占位符*/
.em02 {
  display: inline-block;
  width: 2em;
}
.em01 {
  display: inline-block;
  width: 1em;
}