@charset "UTF-8";
/* 辅助色 */
/* 成功色 */
/* 信息色 */
/* 提醒色 */
/* 警告色 */
/* 强调色（文字滑过效果，可与主色一致）*/
/* 融合色 */
/* 黑色 */
/* 背景色(可与主色一致) */
.header {
  *position: relative;
  *z-index: 2; }

.header .lm_info {
  background: #eeeeee;
  display: block;
  border-bottom: #be0c0a solid 3px; }

.top_tool {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  background: #fff;
  border-bottom: #edeef0 1px solid; }

.top_tool .tool_l {
  float: left;
  width: 30%; }

.top_tool .tool_r {
  float: right;
  width: 70%; }

.top_tool .others_info {
  float: left;
  padding: 0 13px 0 0;
  height: 45px;
  _height: 20px;
  _padding: 14px 10px 11px 0;
  _line-height: 20px; }

.top_tool .tool_line {
  border-left: 1px solid #dadada;
  margin: 13px 0 0 0px;
  padding: 0 10px 0 0;
  height: 20px; }

.top_tool i {
  background: url(../images/tool_icon.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  *vertical-align: 2px;
  margin: 6px 5px 0 0;
  *margin: 2px 5px 0 0;
  overflow: hidden; }

.top_tool .i1 {
  background-position: 0 0; }

.top_tool .i2 {
  background-position: 0 -30px; }

.top_tool .i3 {
  background-position: 0 -60px; }

.top_tool .i4 {
  background-position: 0 -90px; }

.top_tool .i5 {
  background-position: 0 -120px; }

.top_tool .i6 {
  background-position: 0 -150px; }

.top_tool .i7 {
  background-position: 0 -180px; }

.top_tool a:hover .i1 {
  background-position: -60px 0; }

.top_tool a:hover .i2 {
  background-position: -60px -30px; }

.top_tool a:hover .i3 {
  background-position: -60px -60px; }

.top_tool a:hover .i4 {
  background-position: -60px -90px; }

.top_tool a:hover .i5 {
  background-position: -60px -120px; }

.top_tool a:hover .i6 {
  background-position: -60px -150px; }

.top_tool a:hover .i7 {
  background-position: -60px -180px; }

/*下拉菜单*/
.drop {
  position: relative;
  white-space: nowrap;
  z-index: 999; }

.drop .drop_nav {
  overflow: hidden; }

.drop .drop_nav a {
  display: block; }

.drop .drop_con {
  width: 90px;
  position: absolute;
  top: 45px;
  left: 0;
  height: auto;
  float: left;
  display: none;
  z-index: 9;
  border: solid #dddddd 1px;
  background: #fff;
  font-size: 12px;
  line-height: 30px; }

.drop .drop_arrow {
  background: url(../images/arrows_down.png) no-repeat center 2px;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: 0px;
  *vertical-align: 5px;
  margin: 0px 0 0 3px;
  *margin: 0px 0 0 3px;
  overflow: hidden; }

.drop .arrow_up .drop_arrow {
  transition-duration: .5s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background: url(../images/arrows_down_red.png) no-repeat center 2px;
  background-image: url(../images/arrows_down_red_up.png) \9; }

.drop .arrow_down .drop_arrow {
  transition-duration: .5s;
  transform: rotate(0deg);
  background: url(../images/arrows_down.png) no-repeat center 2px;
  -webkit-transform: rotate(0deg); }

/*快捷入口*/
.drop .express_enter_con {
  width: 312px;
  background: #fff;
  left: 50%;
  margin-left: -156px;
  padding-bottom: 20px; }

.express_enter_con .arrow_top {
  left: 48%;
  margin-left: -2.5px; }

.express_enter_con ul {
  padding: 0 15px; }

.express_enter_con li {
  width: 33.33%;
  margin: 20px 0 0;
  float: left;
  text-align: center; }

.express_enter_con li i {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  background: url(../images/exp-icon.png) no-repeat; }

.express_enter_con li i.i1 {
  background-position: 0 0; }

.express_enter_con li i.i2 {
  background-position: -94px 0; }

.express_enter_con li i.i3 {
  background-position: -188px 0; }

.express_enter_con li i.i4 {
  background-position: 0px -138px; }

.express_enter_con li i.i5 {
  background-position: -94px -138px; }

.express_enter_con li i.i6 {
  background-position: -188px -138px; }

.express_enter_con li a:hover i.i1 {
  background-position: 0 -64px; }

.express_enter_con li a:hover .i2 {
  background-position: -94px -64px; }

.express_enter_con li a:hover .i3 {
  background-position: -188px -64px; }

.express_enter_con li a:hover .i4 {
  background-position: 0px -202px; }

.express_enter_con li a:hover .i5 {
  background-position: -94px -202px; }

.express_enter_con li a:hover .i6 {
  background-position: -188px -202px; }

.express_enter_con li span {
  line-height: 26px;
  display: block;
  font-weight: 100;
  font-family: "宋体", "微软雅黑", "Arial Unicode MS", "Times New Roman", serif; }

.top_tool .drop_hover, .top_tool .drop_hover a {
  color: #be0c08;
  text-decoration: none; }

.top_tool .drop_hover .i6 {
  background-position: -60px -150px; }

.top_tool .login_info {
  float: right;
  margin-right: 5px; }

.top_tool .login-btn {
  float: left;
  position: relative;
  height: 46px;
  width: 54px; }

.top_tool .no_login .registered-btn {
  float: left;
  padding: 0 10px 0 0;
  height: 45px;
  _height: 20px;
  _padding: 14px 10px 11px 0;
  _line-height: 20px; }

.top_tool .no_login .registered-btn a {
  color: #be0c08;
  display: inline-block; }

.top_tool .login_bt {
  float: left;
  position: relative;
  height: 46px;
  margin-right: 10px;
  width: 64px; }

.top_tool .no_login a.loign_on {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  float: left;
  color: #be0c08;
  padding: 0 15px;
  white-space: nowrap;
  display: block; }

.top_tool .no_login a.loign_on:hover {
  text-decoration: none; }

.tool_others_info {
  float: right;
  padding: 0 0 0 10px; }

.top_login {
  float: left;
  text-align: right;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  font-size: 12px;
  padding: 0 10px 0 0; }

.user_info {
  position: relative;
  float: left;
  padding: 0 10px 0 0; }

.user_info .user_name {
  white-space: nowrap;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 10px 0;
  _padding: 13px 0 10px 0; }

.user_info .user_info_list {
  position: absolute;
  top: 45px;
  *top: 45px;
  left: 45%;
  width: 70px;
  margin: 0 0 0 -41px;
  height: auto;
  float: left;
  display: none;
  z-index: 999; }

.user_info .arrow_top, .express_enter_con .arrow_top {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-top: 5px dashed transparent;
  border-bottom: 5px solid #e0e0e0;
  overflow: hidden;
  top: -10px;
  z-index: 20; }

.user_info em {
  left: 30px; }

.user_info .triangle_up {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(255, 255, 255, 0.8);
  *background: white; }

.user_info .user_info_list li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 100;
  color: #333;
  font-family: "宋体", "微软雅黑", "Arial Unicode MS", "Times New Roman", serif;
  text-align: left; }

.user_info .user_info_list li a {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #333; }

.user_info .user_info_list li a:hover {
  background: #be0c08;
  color: #fff; }

.top_info {
  padding: 50px 0 45px; }

.top_info .logo {
  width: 539px;
  height: 90px;
  float: left;
  margin-right: 15px;
  background: url(../images/logo.png) no-repeat; }

.top_info .logo h1 {
  display: none; }

.search {
  max-width: 300px;
  float: right;
  padding: 25px 0 0 0;
  _width: 300px; }

.search_inp_bg {
  position: relative; }

.search .inp {
  width: 248px;
  border-right: 0; }

.search .bt {
  height: 40px;
  border: 0;
  width: 50px;
  float: left;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat center center #be0c08; }

.posrel {
  position: relative; }

.rowbg {
  background: #fff; }

/*导航*/
.nav {
  height: 50px;
  background: #be0c08;
  color: #fff;
  line-height: 50px; }

.nav li a, .nav li a:hover {
  color: #fff; }

.nav li {
  width: 14.28%;
  *width: 14.24%;
  float: left;
  text-align: center;
  font-size: 18px; }

.nav li a {
  display: block; }

.nav li a:hover,
.nav li a.on {
  color: #fff;
  background: url(../images/nav-hover.png) repeat-x;
  text-decoration: none; }

/*公共mod模块*/
.modhead {
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #ccc; }

.modhead .modtitle {
  float: left; }

.modhead .modtitle h2 {
  margin: 0;
  font-size: 18px; }

.modhead .modmore {
  float: right; }

.line-mod-box .modhead {
  position: relative; }

.line-mod-box .modhead .modtitle {
  float: left;
  border-bottom: 2px solid #be0c09;
  padding: 0 8px;
  _position: absolute;
  _left: 0;
  _bottom: -1px; }

.noline-mod-box .modhead .modtitle {
  float: left;
  padding: 0 8px; }

.tab {
  height: 31px;
  line-height: 31px;
  padding-top: 7px; }

.tab .tabmore {
  float: right; }

.tab ul {
  float: left; }

.tab ul li {
  font-size: 14px;
  float: left; }

.info .dec {
  color: #999;
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
  text-indent: 2em; }

.info .dec a {
  color: #be0c09; }

.info .dec a:hover {
  text-decoration: underline; }

/*单行新闻列表*/
.newslist {
  overflow: hidden;
  padding: 10px 0 0; }

.newslist li span {
  float: right;
  color: #999;
  margin-left: 5px; }

.newslist li span a {
  display: inline;
  color: #be0c09;
  _width: auto; }

.newslist li .refer-txt {
  float: left;
  color: #be0c09;
  margin-left: 0;
  margin-right: 2px; }

.newslist li span a:hover {
  text-decoration: underline; }

.newslist li {
  line-height: 34px;
  background: url(../images/dot_arrows.png) no-repeat left center;
  padding-left: 14px;
  font-size: 15px; }

.newslist li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *display: inline-block;
  _width: 80%; }

.newslist.dotNewslist li {
  background-image: url(../images/dot_cir.png);
  padding-left: 15px; }

.newslist.newslist_label li {
  font-size: 14px;
  background: none;
  padding-left: 0; }

.newslist.newslist_label li em {
  float: left;
  height: 20px;
  width: 55px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-family: "宋体";
  background-color: #eee;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.newslist.newslist_label li em.starting {
  background-color: #ff7e00; }

.newslist.newslist_label li em.nostart {
  background-color: #ed1c24; }

.newslist.newslist_label li em.end {
  color: #333; }

.newslist.newslist_txt_lt li a {
  _width: 75%; }

.gg-mod-box .modhead .modtitle {
  background: url(../images/gg-title.png) no-repeat left center;
  padding-left: 35px; }

.sx-mod-box .modhead .modtitle {
  background: url(../images/sx-title.jpg) no-repeat left center;
  padding-left: 15px; }

.index-e-study {
  width: 48%;
  _display: inline;
  *zoom: 1;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  _width: 350px; }

.index-e-study .info {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 10px 18px; }

.index-hot-study {
  width: 48%;
  _display: inline;
  *zoom: 1;
  margin-top: 20px;
  float: right;
  overflow: hidden;
  _width: 345px; }

.index-e-study .e-stu-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  width: 100%; }

.index-e-study .e-stu-box .label {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1; }

.index-e-study .e-stu-box img {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.index-e-study .e-stu-box .des-bottom {
  display: block;
  position: absolute;
  bottom: 0px;
  height: 30px;
  line-height: 30px;
  background: rgba(57, 48, 48, 0.5);
  width: 100%;
  *background: url(../images/fancybox_overlay.png);
  color: white;
  left: 0px;
  font-size: 12px; }

.index-e-study .e-stu-box em.video-icon {
  display: block;
  width: 66px;
  height: 66px;
  background: url(../images/study_icon.png) no-repeat 0 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px; }

.index-e-study .e-stu-box:hover em.video-icon {
  background-position-x: -100px; }

.index-e-study .title-e-stu {
  float: left;
  padding-left: 10px;
  display: inline-block;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px; }

.index-e-study .title-e-count {
  float: right;
  padding-right: 10px;
  background: url(../images/icon.png) no-repeat 3px 9px;
  padding-left: 25px; }

.index-e-study .e-stu-detail p {
  text-indent: 2em;
  font-size: 12px;
  color: #999;
  line-height: 24px; }

.index-hot-study .e-stu-box2 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 125px;
  width: 46.8%;
  float: left;
  margin-bottom: 30px;
  _width: 165px;
  _height: 125px; }

.index-hot-study .e-stu-box2 label {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.index-hot-study .e-stu-box2 img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/default_min_bg.gif) no-repeat center center #e9f4fb; }

.index-hot-study .e-stu-box2 .title-e-stu {
  float: left;
  padding-left: 10px;
  display: inline-block;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px; }

.index-hot-study .e-stu-box2 .title-e-count {
  position: absolute;
  padding-right: 0px;
  background: url(../images/icon.png) no-repeat 2px -17px;
  padding-left: 25px;
  bottom: 0;
  color: #999;
  line-height: 25px;
  right: 0; }

.index-hot-study .e-stu-box2 .des-bottom {
  display: block;
  position: absolute;
  height: 25px;
  line-height: 25px;
  background: rgba(57, 48, 48, 0.5);
  width: 100%;
  *
    background: url(../images/fancybox_overlay.png);
  color: white;
  font-size: 12px;
  bottom: 28px;
  left: 0; }

.index-hot-study .e-stu-box2 .pic {
  height: 93px;
  overflow: hidden;
  margin-bottom: 6px; }

.index-hot-study .e-stu-box2 .video-icon {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/study_icon.png) no-repeat 0px -100px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -37px; }

.index-hot-study .e-stu-box2:hover .video-icon {
  background: url(../images/study_icon.png) no-repeat -100px -100px; }

/*排行*/
.Rank li {
  position: relative;
  padding-left: 27px;
  font-size: 12px;
  width: auto;
  margin-bottom: 10px;
  line-height: 20px;
  display: block; }

.Rank .top-num {
  position: absolute;
  left: 0;
  display: inline-block;
  background: #eee;
  color: #646464;
  margin: 0 7px 0 0;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center; }

.Rank .count {
  float: right;
  display: inline-block;
  color: #999; }

.Rank .top_01 {
  background: #e32f2e;
  color: #fff; }

.Rank .top_02 {
  background: #ff7e00;
  color: #fff; }

.Rank .top_03 {
  background: #fcc708;
  color: #fff; }

.Rank li .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  *display: inline-block;
  _width: 75%; }

.Rank .Rank-hidden {
  display: none;
  margin-top: 7px; }

.Rank .Rank-hidden .pic {
  width: 96px;
  height: 54px;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px; }

.Rank .current {
  display: block !important; }

.Rank .Rank-hidden .pic img {
  width: 100%;
  height: 54px;
  margin-bottom: 4px;
  background: url(../images/default_min_bg.gif) no-repeat center center #e9f4fb; }

.Rank .Rank-hidden .title-e-count {
  background: url(../images/icon.png) no-repeat 2px -18px;
  display: inline-block;
  float: none;
  margin-top: 8px;
  color: #999;
  width: 80px;
  overflow: hidden;
  height: 20px;
  padding-left: 23px;
  line-height: 20px; }

/*e起行动*/
.e_contact_con {
  margin-top: 20px; }

.e_contact_top {
  position: relative;
  z-index: 1; }

.e_contact_con .icon-baoming {
  width: 64px;
  height: 64px;
  background-image: url(../images/icon_bm.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -3px;
  z-index: 3; }

.swiper-slide.swiper-slide-active .e_contact_con .icon-baoming {
  left: -3px; }

.e_contact_con .icon-baoming.nostart {
  background-image: url(../images/icon_bm.png); }

.e_contact_con .icon-baoming.starting {
  background-image: url(../images/icon_bm_starting.png); }

.e_contact_con .icon-baoming.ending {
  background-image: url(../images/icon_bm_endming.png); }

.e_contact_con .pic-l {
  width: 49%;
  height: 197px;
  float: left;
  position: relative;
  z-index: 2;
  _width: 350px; }

.e_contact_con .pic-l .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.e_contact_con .pic-l img {
  width: 100%;
  height: 100%; }

.e_contact_con .infoCon {
  border: 1px solid #eaeaea;
  border-left: 0;
  height: 195px;
  background-color: #fafafa; }

.e_contact_con .info-pad {
  padding: 16px 20px;
  overflow: hidden; }

.e_contact_con .info-pad .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal; }

.e_contact_con .info-pad .info {
  color: #999;
  margin-top: 25px; }

.e_contact_con .info-pad .info .item {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px; }

.e_contact_con .info-pad .info .item i {
  vertical-align: middle;
  margin-right: 4px; }

.e_contact_newslist {
  overflow: hidden;
  clear: both; }

.e_contact_newslist li {
  width: 49.5%;
  float: left;
  overflow: hidden; }

.e_contact_newslist li a {
  margin-right: 20px;
  _width: 75%; }

/*侧边返回顶部*/
.gotop-menu {
  position: fixed;
  left: 50%;
  margin-left: 530px;
  bottom: 60px;
  padding-bottom: 73px;
  z-index: 999;
  _position: absolute;
  _padding-botttom: 0; }

.gotop-menu .menu-box {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  display: block;
  background-color: #e9e9e9;
  background-position: center 8px;
  background-repeat: no-repeat;
  background-image: url(../images/menu-box.png); }

.gotop-menu .menu-box .txt {
  color: #999;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  font-size: 14px; }

.gotop-menu .top-moveout {
  background-color: #be0c09;
  position: absolute;
  width: 160px;
  left: -170px;
  bottom: 0px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  line-height: 30px;
  display: none; }

.gotop-menu .menu-people {
  background-position: -44px 8px; }

.gotop-menu .menu-qq {
  background-position: -43px -53px; }

.gotop-menu .menu-wx {
  background-position: -40px -114px; }

.gotop-menu .menu-wx-kf {
  background-position: -60px -293px; }

.gotop-menu .menu-top {
  background-position: -44px -166px;
  display: none;
  _background-color: #e9e9e9; }

.gotop-menu .menu-dang {
  background-position: -44px -234px; }

.gotop-menu .menu-people:hover,
.gotop-menu .menu-people.on {
  background-position: 16px 8px; }

.gotop-menu .menu-qq:hover,
.gotop-menu .menu-qq.on {
  background-position: 16px -53px; }

.gotop-menu .menu-wx:hover,
.gotop-menu .menu-wx.on {
  background-position: 20px -114px; }

.gotop-menu .menu-top:hover,
.gotop-menu .menu-top.on {
  background-position: 16px -166px; }

.gotop-menu .menu-dang:hover,
.gotop-menu .menu-dang.on {
  background-position: 16px -234px; }

.gotop-menu .menu-wx-kf:hover,
.gotop-menu .menu-wx-kf.on {
  background-position: 0 -293px; }

.gotop-menu .menu-pic .pic {
  position: absolute;
  left: -115px;
  bottom: 0px;
  display: none;
  width: 95px;
  height: 103px;
  background: #be0c08;
  padding: 10px 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  zoom: 1; }

.gotop-menu .top-moveout .arrow,
.gotop-menu .menu-pic .pic .arrow {
  width: 12px;
  height: 12px;
  background: url(../images/arrow_r.png) no-repeat left center;
  position: absolute;
  top: 24px;
  right: -12px; }

.gotop-menu .menu-pic .pic .arrow {
  top: auto;
  bottom: 24px; }

.gotop-menu .menu-pic .pic a {
  color: #fff; }

.gotop-menu .menu-pic .pic .code-app {
  width: 85px;
  float: left;
  padding: 0 5px;
  font-size: 14px; }

.gotop-menu .menu-pic .pic img {
  width: 85px;
  height: 85px; }

.gotop-menu .menu-pic .pic .code-weixin {
  width: 85px;
  float: right;
  margin-left: 10px; }

.gotop-menu .menu-box:hover,
.gotop-menu .menu-box.on {
  background-color: #be0c09; }

.gotop-menu .menu-box:hover .txt,
.gotop-menu .menu-box.on .txt {
  color: #fff; }

/*****************footer*********************/
.footer {
  text-align: center;
  margin-top: 30px;
  color: #666; }

.footer .subnav,
.copyright {
  font-family: "宋体"; }

.footer .subnav {
  height: 40px;
  text-align: center;
  background-color: #be0c09; }

.footer .subnav .subnavbox {
  text-align: center;
  position: relative; }

.footer .subnav ul {
  display: inline-block;
  *width: 650px;
  margin: 0 auto; }

.footer .subnav li {
  float: left; }

.footer .subnav li a {
  color: #fff;
  display: block;
  padding: 0 30px;
  line-height: 16px;
  margin: 12px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-right: 1px solid #fff; }

.footer .subnav li.no a {
  border-right: 0; }

.footer .subnav li a:hover {
  text-decoration: underline; }

.copyright {
  line-height: 26px;
  color: #999;
  padding: 20px 0; }

.txt-tip {
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding-left: 10px;
  *height: 20px;
  line-height: 24px\9;
  font-family: "微软雅黑", "黑体";
  color: #999; }

.icon_20 {
  width: 20px;
  height: 20px;
  background: url(../images/icon.png) no-repeat;
  display: inline-block; }

.icon_20.part {
  background-position: 0 -140px; }

.icon_20.time {
  background-position: 0 -164px; }

.icon_20.w_per {
  background-position: 0 0; }

.icon_20.b_per {
  background-position: 0 -20px; }

.icon_20.wen {
  background-position: 0 -47px; }

.icon_20.qt {
  background-position: 0 -74px; }

.icon_20.at {
  background-position: 0 -109px; }

.arrow_btn {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/scroll_icon.png) no-repeat;
  margin-top: 11px;
  cursor: pointer; }

.arrow_btn.prev {
  background-position: 0 0; }

.arrow_btn.next {
  background-position: -20px 0; }

.slide-btn {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 20px;
  height: 48px;
  background: url(../images/slide-btn.png) no-repeat;
  cursor: pointer;
  z-index: 10; }

.slide-btn.prev {
  left: 0;
  background-position: 0 0; }

.slide-btn.prev:hover {
  background-position: -20px 0; }

.slide-btn.next {
  right: 0;
  background-position: -60px 0; }

.slide-btn.next:hover {
  background-position: -40px 0; }

/* 手机版头部 */
.top_tool_wrap {
  padding: 5px 10px;
  line-height: 30px; }
  .top_tool_wrap .top_icon_box {
    height: 40px;
    float: left;
    color: #999;
    box-sizing: border-box;
    text-align: center;
    width: 40px; }
  .top_tool_wrap .logo-wrap {
    float: left;
    padding-left: 0;
    padding-top: 5px;
    width: auto; }
    .top_tool_wrap .logo-wrap img {
      height: 30px; }
  .top_tool_wrap .login {
    background: url(../images/login-icon.png) no-repeat center center;
    background-size: auto 32px; }
  .top_tool_wrap .search_icon_wrap {
    background: url(../images/tool_icon_search.png) no-repeat center center;
    background-size: auto 32px; }
  .top_tool_wrap .menu-button .bar:nth-of-type(1) {
    margin-top: 10px; }
  .top_tool_wrap .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px; }
  .top_tool_wrap .menu-button .bar {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    margin: 7px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s; }

.goBack, .close_search {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/goback.png) no-repeat left center;
  background-size: auto 25px; }

.headCenter {
  height: 40px;
  background: #be0c08;
  position: relative;
  line-height: 40px;
  color: #fff; }
  .headCenter .title {
    text-align: center;
    font-size: 16px; }

.nav_plat_con, .fix_con {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
  z-index: 100;
  display: none; }
  .nav_plat_con .nav-close, .fix_con .nav-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 34px;
    z-index: 50;
    color: #fff;
    line-height: 40px; }

.nav_plat_con .nav_hd {
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  margin: 10px; }
  .nav_plat_con .nav_hd h2 {
    font-size: 16px;
    position: relative; }
    .nav_plat_con .nav_hd h2:after {
      position: absolute;
      width: 4px;
      height: 18px;
      left: -10px;
      top: 6px;
      content: "";
      background: #be0c08; }

.labelKey {
  font-size: 13px;
  margin: 0 10px; }
  .labelKey a {
    padding: 0 13px;
    float: left;
    margin-right: 10px;
    background: #f3f3f3;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .labelKey a:hover {
      background-color: #be0c08;
      color: #fff; }

.search_top_wrap .search_inp_bg {
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px; }
.search_top_wrap .inp {
  width: 90%;
  margin-left: 35px;
  box-sizing: border-box;
  height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  background: #fff url(../images/icon_search_black.png) no-repeat 10px center;
  background-size: auto 17px;
  text-indent: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
.search_top_wrap .close_search {
  height: 50px;
  background-image: url(../images/goback_black.png);
  color: #be0c08;
  font-size: 14px; }

.search-key-con {
  padding: 10px; }
  .search-key-con .search-hd {
    font-size: 14px; }
  .search-key-con .search-bd {
    margin-top: 10px; }

.row_mp {
  margin-top: 10px; }

.row_mp_big {
  margin-top: 30px; }

.row_mp_l {
  margin-top: 20px; }

.btn-more-mobile {
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  margin-top: 10px;
  display: none;
  background: #f3f3f3; }
  .btn-more-mobile:hover {
    background: #be0c08;
    color: #fff; }

.scroll_pos_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

@media only screen and (max-width: 1000px) {
  .header .lm_info {
    display: none; }

  .drop .express_enter_con {
    left: 40%; } }
@media only screen and (max-width: 768px) {
  .top_tool {
    height: 50px;
    background-color: #be0c08; }

  .top_row {
    display: none; }

  .footer .subnav li a {
    padding: 0 10px;
    border-right: 0; }

  .nav {
    height: auto;
    line-height: 40px;
    background-color: #fff; }
    .nav ul {
      position: relative;
      height: 40px;
      overflow: hidden; }
    .nav li {
      width: auto;
      font-size: 16px;
      padding: 0 15px; }
      .nav li a {
        color: #333; }
        .nav li a:hover, .nav li a.on {
          color: #be0c08;
          background: transparent; }

  .nav-expand-btn {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    display: none;
    height: 40px; }
    .nav-expand-btn:after {
      position: absolute;
      top: 5px;
      left: 45%;
      content: "";
      width: 20px;
      height: 30px;
      background: url(../images/arrow_down.png) no-repeat center center;
      background-size: auto 18px;
      transition-duration: .5s;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }

  .nav ul.open .nav-expand-btn:after {
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  .column_l, .column_r, .column_l_l, .column_l_r {
    float: none;
    width: 100%; }

  .column_r, .column_l_r {
    margin-top: 20px; }

  .modcon, .newslistTop {
    margin: 0 10px; }

  .modhead, .tab {
    padding: 0 10px; } }
@media only screen and (max-width: 640px) {
  .row_mp_big {
    margin-top: 20px; }

  .btn-more-mobile {
    display: block; }

  .modmore, .tabmore {
    display: none; }

  .index-hot-study {
    width: 100%; }

  .index-hot-study .e-stu-box2 {
    height: 190px;
    margin-bottom: 20px; }

  .index-hot-study .e-stu-box2 .pic {
    height: 158px; }

  .index-e-study {
    width: 100%;
    margin-right: 0; }

  .index-e-study .e-stu-box {
    height: 330px; }

  .e_contact_newslist li {
    width: 100%;
    float: none; }

  .e_contact_newslist li a {
    margin-right: 0; } }
@media only screen and (max-width: 540px) {
  .index-e-study .e-stu-box {
    height: 308px; }

  .index-hot-study .e-stu-box2 {
    height: 162px; }

  .index-hot-study .e-stu-box2 .pic {
    height: 130px; }

  .e_contact_con .pic-l {
    width: 100%;
    float: none;
    height: auto;
    display: block; }

  .e_contact_con .pic-l .pic {
    height: auto;
    max-height: 304px; }

  .e_contact_con .infoCon {
    height: auto; } }
@media only screen and (max-width: 480px) {
  .footer .subnav li a {
    padding: 0 5px;
    font-size: 10px; }

  .index-e-study .e-stu-box {
    height: 274px; }

  .index-hot-study .e-stu-box2 {
    height: 148px; }

  .index-hot-study .e-stu-box2 .pic {
    height: 116px; } }
@media only screen and (max-width: 415px) {
  .index-e-study .e-stu-box {
    height: 237px; }

  .index-hot-study .e-stu-box2 {
    height: 132px; }

  .index-hot-study .e-stu-box2 .pic {
    height: 100px; } }
@media only screen and (max-width: 376px) {
  .index-e-study .e-stu-box {
    height: 200px; }

  .index-hot-study .e-stu-box2 {
    height: 120px; }

  .index-hot-study .e-stu-box2 .pic {
    height: 88px; } }
@media only screen and (max-width: 330px) {
  .footer .subnav li a {
    padding: 0 2px; } }

/*# sourceMappingURL=master.css.map */
