
/* line 2, ../../sass/style/module/common/_main.scss */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, pre, th, td, dl, dd, form, fieldset, legend {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 3, ../../sass/style/module/common/_main.scss */
body {
  min-width: 1000px;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, 宋体;
  line-height: 22px;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

/* line 4, ../../sass/style/module/common/_main.scss */
a {
  color: #37c;
  text-decoration: none;
  outline: none;
}

/* line 5, ../../sass/style/module/common/_main.scss */
a:hover {
  color: #f48000;
  cursor: pointer;
}

/* line 9, ../../sass/style/module/common/_main.scss */
i, em {
  font-style: normal;
}

/* line 10, ../../sass/style/module/common/_main.scss */
li {
  list-style: none;
}

/* line 11, ../../sass/style/module/common/_main.scss */
img {
  border: 0;
}

/* line 12, ../../sass/style/module/common/_main.scss */
input, textarea, select, button {
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, 宋体;
  margin: 0px;
}

/* line 13, ../../sass/style/module/common/_main.scss */
input::-moz-placeholder {
  color: #999;
}

/* line 14, ../../sass/style/module/common/_main.scss */
label {
  cursor: pointer;
}

/* line 15, ../../sass/style/module/common/_main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 16, ../../sass/style/module/common/_main.scss */
p {
  word-wrap: break-word;
}

/* line 17, ../../sass/style/module/common/_main.scss */
textarea::-moz-placeholder {
  color: #999;
}

/* line 18, ../../sass/style/module/common/_main.scss */
.fontSimsun {
  font-family: \5B8B\4F53;
}

/* line 19, ../../sass/style/module/common/_main.scss */
.fontYaHei {
  font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

/* line 21, ../../sass/style/module/common/_main.scss */
.cGray {
  color: #999;
}

/* line 22, ../../sass/style/module/common/_main.scss */
.cRed {
  color: #f15a24;
}

/* line 24, ../../sass/style/module/common/_main.scss */
.btn_a {
  width: 100px;
  height: 30px;
  background: #61c3f6;
  border-radius: 3px;
  border: 0 none;
  font-size: 14px;
  color: #fff;
}

/* line 25, ../../sass/style/module/common/_main.scss */
.btn_a:hover {
  opacity: 0.8;
}

/* line 26, ../../sass/style/module/common/_main.scss */
.btn_a:active {
  opacity: 0.7;
}

/* line 28, ../../sass/style/module/common/_main.scss */
.btn_b {
  height: 40px;
  background: #00a8e9;
  border-radius: 3px;
  border: 0 none;
  font-size: 20px;
  color: #fff;
}

/* line 29, ../../sass/style/module/common/_main.scss */
.btn_b:hover {
  opacity: 0.8;
}

/* line 31, ../../sass/style/module/common/_main.scss */
pre {
  font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1,\5b8b\4f53,tahoma,arial,'Hiragino Sans GB',sans-serif;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 39, ../../sass/style/module/common/_main.scss */
header, section, article, aside, footer {
  display: block;
}

/****** float Attribute [fl+ 方位名称] ******/
/* line 42, ../../sass/style/module/common/_main.scss */
.fl {
  float: left;
  display: inline;
}

/* line 43, ../../sass/style/module/common/_main.scss */
.fr {
  float: right;
  display: inline;
}

/****** text-align Attribute [txt+ 方位名称] ******/
/* line 46, ../../sass/style/module/common/_main.scss */
.txtLeft {
  text-align: left;
}

/* line 47, ../../sass/style/module/common/_main.scss */
.txtRight {
  text-align: right;
}

/* line 48, ../../sass/style/module/common/_main.scss */
.txtCenter {
  text-align: center;
}

/****** Other Attribute  ******/
/* line 51, ../../sass/style/module/common/_main.scss */
.clear {
  clear: both;
}

/* line 52, ../../sass/style/module/common/_main.scss */
.clearer {
  clear: both;
  font-size: 1px;
  width: 100%;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}

/* Clear Fix */
/* line 54, ../../sass/style/module/common/_main.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 55, ../../sass/style/module/common/_main.scss */
.clearfix {
  *zoom: 1;
}

/* Hide from IE Mac \*/
/* line 57, ../../sass/style/module/common/_main.scss */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
/* end of clearfix */
/* line 61, ../../sass/style/module/common/_main.scss */
.relative {
  position: relative;
}

/* line 62, ../../sass/style/module/common/_main.scss */
.layout {
  width: 1200px;
  margin: 0 auto;
}

/* line 63, ../../sass/style/module/common/_main.scss */
.show {
  display: block;
}

/* line 64, ../../sass/style/module/common/_main.scss */
.hide {
  display: none;
}

/* line 65, ../../sass/style/module/common/_main.scss */
.moreHide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 68, ../../sass/style/module/common/_main.scss */
.crumbs {
  width: 1200px;
  margin: 0 auto;
  color: #666;
  padding: 20px 0;
  text-indent: 1em;
}

/* line 69, ../../sass/style/module/common/_main.scss */
.crumbs a {
  color: #666;
}

/* line 72, ../../sass/style/module/common/_main.scss */
.input_m {
  padding: 10px 15px;
  border: solid 1px #ccc;
  height: 18px;
  line-height: 18px;
  width: 300px;
  font-size: 14px;
  outline: none;
}

/* line 73, ../../sass/style/module/common/_main.scss */
.input_m:hover {
  padding: 9px 14px;
  border: solid 2px #cceffc;
}

/* line 74, ../../sass/style/module/common/_main.scss */
.input_m:focus {
  padding: 9px 14px;
  border: solid 2px #61c3f6;
}

/* line 78, ../../sass/style/module/common/_main.scss */
.user_formBox .item {
  position: relative;
  height: 70px;
}

/* line 79, ../../sass/style/module/common/_main.scss */
.user_formBox .passwordShow {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 248px;
  top: 15px;
  z-index: 2;
  background-image: url(../image/show1.png);
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 80, ../../sass/style/module/common/_main.scss */
.user_formBox .bgItem {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  background-image: url(../image/loginInput_icon.png);
  background-repeat: no-repeat;
}

/* line 81, ../../sass/style/module/common/_main.scss */
.user_formBox .item .e_tip {
  position: absolute;
  top: 40px;
  right: 0;
  color: #f15a24;
}

/* line 82, ../../sass/style/module/common/_main.scss */
.user_formBox .box_bottom {
  height: 20px;
  line-height: 20px;
  position: relative;
  margin: 0 -30px;
  padding: 20px 30px 0 30px;
  color: #999;
  border-top: solid 1px #ccc;
}

/* line 83, ../../sass/style/module/common/_main.scss */
.user_formBox .box_bottom .fr a {
  color: #00a8e9;
}

/* line 84, ../../sass/style/module/common/_main.scss */
.user_formBox .box_bottom .fr a:hover {
  color: #f48000;
}

/* line 87, ../../sass/style/module/common/_main.scss */
.user_formBox .checkbox {
  width: 16px;
  height: 16px;
}

/* line 88, ../../sass/style/module/common/_main.scss */
.user_formBox .btn_b {
  width: 100%;
}

/* line 89, ../../sass/style/module/common/_main.scss */
#jsBtnReg1 {
  margin-top: 60px;
}

/* line 90, ../../sass/style/module/common/_main.scss */
.user_formBox .inp_icon {
  width: 216px;
  padding: 9px 15px 9px 45px;
  line-height: 20px;
  height: 20px;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 92, ../../sass/style/module/common/_main.scss */
.user_formBox .inp_account {
  background-position: 0 0;
}

/* line 93, ../../sass/style/module/common/_main.scss */
.user_formBox .inp_password {
  background-position: 0 -162px;
}

/* line 94, ../../sass/style/module/common/_main.scss */
.user_formBox .inp_code {
  background-position: 0 -482px;
}

/* line 95, ../../sass/style/module/common/_main.scss */
.user_formBox .inp_mobile {
  background-position: 0 -322px;
}

/* line 98, ../../sass/style/module/common/_main.scss */
.user_formBox .error .inp_icon {
  padding: 9px 15px 9px 45px;
  border: solid 1px #f2622f;
}

/* line 99, ../../sass/style/module/common/_main.scss */
.user_formBox .error .inp_account {
  background-position: 0 -120px;
}

/* line 100, ../../sass/style/module/common/_main.scss */
.user_formBox .error .inp_password {
  background-position: 0 -280px;
}

/* line 101, ../../sass/style/module/common/_main.scss */
.user_formBox .error .inp_code {
  background-position: 0 -600px;
}

/* line 102, ../../sass/style/module/common/_main.scss */
.user_formBox .error .inp_mobile {
  background-position: 0 -442px;
}

/* line 104, ../../sass/style/module/common/_main.scss */
.user_formBox .pass .inp_icon {
  border: solid 1px #ccc;
}

/* line 105, ../../sass/style/module/common/_main.scss */
.user_formBox .pass .inp_account {
  background-position: 0 -80px;
}

/* line 106, ../../sass/style/module/common/_main.scss */
.user_formBox .pass .inp_password {
  background-position: 0 -240px;
}

/* line 107, ../../sass/style/module/common/_main.scss */
.user_formBox .pass .inp_code {
  background-position: 0 -560px;
}

/* line 108, ../../sass/style/module/common/_main.scss */
.user_formBox .pass .inp_mobile {
  background-position: 0 -402px;
}

/* line 110, ../../sass/style/module/common/_main.scss */
.user_formBox .item .inp_icon:hover {
  padding: 8px 14px 8px 44px;
  border: solid 2px #cceffc;
}

/* line 120, ../../sass/style/module/common/_main.scss */
.block_style1 .layout {
  position: relative;
}

/* line 121, ../../sass/style/module/common/_main.scss */
.block_style1 .layout .aeraIndexstudy {
  width: 261px;
  height: 392px;
  border: 2px solid #e4e4e4;
  position: absolute;
  right: -50px;
  top: 10px;
  padding: 12px;
}

/* line 122, ../../sass/style/module/common/_main.scss */
.aeraIndexstudy .indexstudyTop h2 {
  height: 30px;
  font-size: 16px;
  color: #cccccc;
  padding-left: 62px;
  background: url("../image/area1.png") 0 0 no-repeat;
  line-height: 40px;
}

/* line 123, ../../sass/style/module/common/_main.scss */
.aeraIndexstudy .indexstudyTop p {
  text-indent: 2em;
  color: #666;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-top: 16px;
}

/* line 124, ../../sass/style/module/common/_main.scss */
.aeraIndexstudy .indexstudyMad {
  padding-top: 18px;
}

/* line 125, ../../sass/style/module/common/_main.scss */
.aeraIndexstudy .indexstudyMad h2 {
  height: 30px;
  font-size: 16px;
  color: #cccccc;
  padding-left: 62px;
  background: url("../image/area1.png") 0px -35px no-repeat;
  line-height: 40px;
  padding-bottom: 15px;
}

/* line 126, ../../sass/style/module/common/_main.scss */
.aeraIndexstudy .indexstudyMad p {
  line-height: 28px;
  color: #666;
}

/* line 128, ../../sass/style/module/common/_main.scss */
.collegeIndex {
  background: #f4f4f4;
}

/* line 129, ../../sass/style/module/common/_main.scss */
.collegeIndex .collegeWarp {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}

/* line 130, ../../sass/style/module/common/_main.scss */
.collegeWarp h2 {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
}

/* line 131, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList {
  padding-bottom: 30px;
  padding-top: 14px;
  margin-right: -20px;
}

/* line 132, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li {
  width: 263px;
  height: 186px;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 11px;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
}

/* line 133, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .img {
  display: block;
}

/* line 134, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li p {
  padding: 10px 0 6px;
  width: 263px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
}

/* line 135, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .min {
  padding-left: 22px;
  color: #eb5f2c;
  background: url(../image/icon_index1.png) 0px 3px no-repeat;
  position: relative;
}

/* line 136, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .min span {
  color: #999;
}

/* line 137, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .min .btnCollect {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../image/icon_index2.jpg) no-repeat center center;
}

/* line 138, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .min .btnCollect.on {
  background: url(../image/icon_xinxin2.png) no-repeat center center;
}

/* line 140, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .help {
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  background: #ffa43a;
  position: absolute;
  right: 10px;
  top: 11px;
  color: #fff;
}

/* line 141, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .marsk {
  width: 265px;
  height: 130px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 2;
}

/* line 142, ../../sass/style/module/common/_main.scss */
.collegeWarp .plcList li .iClick {
  width: 88px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #00a8e9;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 98px;
  top: 53px;
  z-index: 3;
  border-radius: 4px;
}

/* line 144, ../../sass/style/module/common/_main.scss */
.errorWarp {
  width: 1200px;
  margin: 0 auto;
  height: 304px;
  background: url(../image/four1.png) 0px 82px no-repeat;
  padding-top: 342px;
}

/* line 145, ../../sass/style/module/common/_main.scss */
.errorWarp a {
  display: block;
  color: #999;
  padding-left: 310px;
  line-height: 30px;
}

/* line 147, ../../sass/style/module/common/_main.scss */
.failWarp {
  width: 1200px;
  margin: 0 auto;
  height: 356px;
  background: url(../image/fail.jpg) 200px 82px no-repeat;
  padding-top: 290px;
}

/* line 148, ../../sass/style/module/common/_main.scss */
.failWarp a {
  display: block;
  color: #999;
  padding-left: 310px;
  line-height: 30px;
}

/* line 149, ../../sass/style/module/common/_main.scss */
.failWarp .fail {
  padding-left: 310px;
  color: #999;
  padding-bottom: 42px;
}

/* line 153, ../../sass/style/module/common/_main.scss */
html body .zxBtn .layui-layer-btn {
  padding: 10px 21px 35px 21px;
}

/* line 154, ../../sass/style/module/common/_main.scss */
#enterpriseSubject em {
  font-style: italic;
}

/* line 1, ../../sass/style/module/common/_header.scss */
.header {
  height: 110px;
}

/* line 2, ../../sass/style/module/common/_header.scss */
.header .logo {
  float: left;
  width: 240px;
  padding-top: 20px;
  margin-left: 20px;
  position: relative;
}

/* line 3, ../../sass/style/module/common/_header.scss */
.header .logo select {
  width: 82px;
  height: 26px;
  border: 1px solid #e4e4e4;
  position: absolute;
  left: 195px;
  top: 45px;
}

/* line 4, ../../sass/style/module/common/_header.scss */
.header .search_bar {
  float: left;
  width: 600px;
  padding-top: 30px;
  margin-left: 120px;
}

/* line 5, ../../sass/style/module/common/_header.scss */
.header .search_bar .bar {
  width: 450px;
  height: 36px;
  border: solid 2px #03a8ea;
}

/* line 6, ../../sass/style/module/common/_header.scss */
.header .search_bar .bar input {
  float: left;
  width: 398px;
  height: 34px;
  border: 0 none;
  padding-left: 10px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  line-height: 34px;
}

/* line 7, ../../sass/style/module/common/_header.scss */
.header .search_bar .bar button {
  float: right;
  background: #03a8ea;
  width: 40px;
  height: 36px;
  border: 0 none;
  padding: 7px;
  cursor: pointer;
}

/* line 10, ../../sass/style/module/common/_header.scss */
.header .search_bar .hot_keyword {
  line-height: 30px;
  font-size: 12px;
}

/* line 11, ../../sass/style/module/common/_header.scss */
.header .search_bar .hot_keyword a {
  margin: 0 5px;
  color: #666;
}

/* line 12, ../../sass/style/module/common/_header.scss */
.header .search_bar .hot_keyword a:hover {
  color: #ffa43a;
}

/* line 14, ../../sass/style/module/common/_header.scss */
.header .user {
  float: right;
  text-align: right;
  padding-top: 24px;
}

/* line 15, ../../sass/style/module/common/_header.scss */
.header .user a {
  color: #333;
  margin: 0 5px;
}

/* line 16, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter {
  text-align: left;
  width: 160px;
  padding-left: 35px;
  position: relative;
}

/* line 17, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .img {
  width: 36px;
  height: 36px;
}

/* line 18, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .img img {
  border-radius: 50%;
}

/* line 19, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList {
  position: absolute;
  top: 0px;
  left: 82px;
  background: #fff;
  width: 103px;
  z-index: 99;
  border: 1px solid #fff;
}

/* line 20, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList .mens {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  background: url(../image/man2.jpg) 81px -14px no-repeat;
  cursor: pointer;
}

/* line 22, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList .menList {
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
}

/* line 23, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList .menList:hover {
  background: #f0f0f0;
}

/* line 24, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList .menList a {
  height: 30px;
  display: inline-block;
  width: 90px;
}

/* line 25, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .manList .menList a:hover {
  color: #00a8e9;
}

/* line 26, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .on {
  border-color: #e4e4e4;
}

/* line 27, ../../sass/style/module/common/_header.scss */
.header .user .userLoginAfter .on .mens {
  background: url(../image/man2.jpg) 81px 15px no-repeat;
}

/* line 29, ../../sass/style/module/common/_header.scss */
.header .joinNum {
  padding-top: 20px;
}

/* line 30, ../../sass/style/module/common/_header.scss */
.header .joinNum .tit {
  margin-right: 4px;
}

/* line 32, ../../sass/style/module/common/_header.scss */
.header .joinNum .num i {
  color: #5dc1f2;
  padding: 2px 5px;
  margin: 0 2px;
  border: solid 1px #eee;
  border-radius: 2px;
}

/* line 34, ../../sass/style/module/common/_header.scss */
.navs {
  height: 50px;
  background: #00a8e9;
}

/* line 35, ../../sass/style/module/common/_header.scss */
.navs .layout {
  position: relative;
}

/* line 36, ../../sass/style/module/common/_header.scss */
.navs .tel {
  float: right;
  line-height: 50px;
  color: #fff;
  background: url(../image/iphone.png) 0px 15px no-repeat;
  padding-left: 28px;
  margin-right: 45px;
}

/* line 38, ../../sass/style/module/common/_header.scss */
.mainNav {
  float: left;
  margin-left: 254px;
  line-height: 50px;
}

/* line 39, ../../sass/style/module/common/_header.scss */
.mainNav li {
  float: left;
  display: inline;
  width: 104px;
}

/* line 40, ../../sass/style/module/common/_header.scss */
.mainNav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* line 41, ../../sass/style/module/common/_header.scss */
.mainNav li .selected {
  background: #007cc2;
}

/* line 42, ../../sass/style/module/common/_header.scss */
.mainNav li:hover {
  background: #61c3f6;
}

/* line 45, ../../sass/style/module/common/_header.scss */
.subjectNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 46, ../../sass/style/module/common/_header.scss */
.subjectNav .title {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

/* line 47, ../../sass/style/module/common/_header.scss */
.subjectNav .title .icon {
  float: left;
  width: 20px;
  margin-right: 10px;
  margin-top: 18px;
}

/* line 48, ../../sass/style/module/common/_header.scss */
.subjectNav .title .icon i {
  display: block;
  height: 3px;
  margin-bottom: 3px;
  background: #fff;
}

/* line 50, ../../sass/style/module/common/_header.scss */
.subjectNav > ul {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  width: 250px;
  /*height: 520px;*/
  height: 420px;/*2020-11-20*/
  border: solid #00aae6 2px;
  background: #fff;
  z-index: 2;
}

/* line 52, ../../sass/style/module/common/_header.scss */
.subjectNavList {
  height: auto;
}

/* line 53, ../../sass/style/module/common/_header.scss */
.subjectNav .allClass {
  background: url(../image/menu.png) 0px 17px no-repeat;
  padding-left: 32px;
}

/* line 55, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp {
  padding: 0 15px;
}

/* line 56, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 4px;
  padding-top: 4px;
  /*padding-bottom: 1px;
  padding-top: 1px;*/
  cursor: pointer;
}

/* line 57, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl dt {
  font-size: 16px;
  background: url(../image/icon_index3.jpg) right center no-repeat;
}

/* line 58, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl .navBg {
  background: none;
}

/* line 59, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl dt a {
  color: #00a8e9;
}

/* line 60, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp .last {
  border-bottom: none;
}

/* line 61, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl dd {
  float: left;
  padding-right: 12px;
  max-width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 62, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl dd a {
  color: #666;
}

/* line 63, ../../sass/style/module/common/_header.scss */
.subjectNavList .left_warp dl dd a:hover {
  color: #ffb261;
}

/* line 65, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp {
  padding: 0 15px;
}

/* line 66, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp dl {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 10px;
  padding-top: 12px;
  cursor: pointer;
  line-height: 24px;
}

/* line 67, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp .lastDl {
  border: none;
}

/* line 68, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp dl dt a {
  color: #00a8e9;
  font-size: 16px;
}

/* line 69, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp dl dd {
  float: left;
  padding-right: 12px;
  line-height: 24px;
}

/* line 70, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp dl dd a {
  color: #666;
  display: inline-block;
  max-width: 98px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 71, ../../sass/style/module/common/_header.scss */
.subjectNavListArea .left_warp dl dd a:hover {
  color: #ffb261;
}

/* line 72, ../../sass/style/module/common/_header.scss */
.subjectNav .subjectListRight {
  display: none;
  width: 511px;
  height: 520px;
  position: absolute;
  top: -2px;
  left: 250px;
  border: 2px solid #00a8e9;
  background: #fff;
  overflow: hidden;
}

/* line 75, ../../sass/style/module/common/_header.scss */
.subjectNav .on .subjectListRight {
  display: block;
  z-index: -1;
}

/* line 76, ../../sass/style/module/common/_header.scss */
.subjectNav .on .left_warp {
  position: relative;
  margin-right: -2px;
  border-right: solid 2px #fff;
}

/* line 78, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList {
  padding: 14px 25px 0 15px;
}

/* line 81, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList h3 {
  font-size: 14px;
  width: 85px;
  border-right: 2px solid #e4e4e4;
  float: left;
  line-height: 14px;
  margin-right: 15px;
  padding-top: 1px;
  padding-right: 4px;
}

/* line 82, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList h3 a {
  color: #666666;
  line-height: 22px;
}

/* line 83, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList h3 a:hover {
  color: #ffb261;
}

/* line 84, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList .warp {
  float: left;
  width: 365px;
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 5px;
  margin-top: -3px;
}

/* line 85, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList .warp a {
  color: #666;
  margin-right: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  display: inline-block;
}

/* line 86, ../../sass/style/module/common/_header.scss */
.subjectListRight .RightList .warp a:hover {
  color: #ffb261;
}

/* line 89, ../../sass/style/module/common/_header.scss */
#aeraNav {
  height: 408px;
}

/* line 90, ../../sass/style/module/common/_header.scss */
#aeraNav .subjectNavList {
  height: 120px;
}

/* line 1, ../../sass/style/module/common/_footer.scss */
.footer {
  background: #45474d;
  height: 170px;
}

/* line 2, ../../sass/style/module/common/_footer.scss */
.footer .footerList {
  padding-top: 27px;
}

/* line 3, ../../sass/style/module/common/_footer.scss */
.footer .nav {
  color: #c2c2c5;
}

/* line 4, ../../sass/style/module/common/_footer.scss */
.footer .nav a {
  color: #c2c2c5;
  padding-right: 12px;
  padding-left: 10px;
}

/* line 5, ../../sass/style/module/common/_footer.scss */
.footer .nav .nav_a1 {
  padding-left: 0;
}

/* line 6, ../../sass/style/module/common/_footer.scss */
.footer .copyright {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: tahoma,\5b8b\4f53,arial,'Hiragino Sans GB',sans-serif;
  color: #7b7e87;
  margin-top: 6px;
}

/* line 13, ../../sass/style/module/common/_footer.scss */
.footer .footer_logo {
  padding-top: 18px;
}

/* line 14, ../../sass/style/module/common/_footer.scss */
.footer .footer_logo a {
  padding-right: 12px;
}

/* line 15, ../../sass/style/module/common/_footer.scss */
.footer .wbWarp {
  /*width: 255px;*/
  height: 61px;
  /*padding-top: 60px;*/
  padding-top: 30px;
}

/* line 17, ../../sass/style/module/common/_footer.scss */
.footer .weibo .sina {
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(../image/foot5.png) 0px 0px no-repeat;
  margin-right: 38px;
}

/* line 18, ../../sass/style/module/common/_footer.scss */
.footer .weibo .sina:hover {
  background-position: 0px -76px;
}

/* line 19, ../../sass/style/module/common/_footer.scss */
.footer .weibo .qq {
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(../image/foot5.png) 0px -161px no-repeat;
}

/* line 20, ../../sass/style/module/common/_footer.scss */
.footer .weibo .qq:hover {
  background-position: 0px -243px;
}

/* line 21, ../../sass/style/module/common/_footer.scss */
.footer a {
  color: #808080;
}

/* line 22, ../../sass/style/module/common/_footer.scss */
.footer a:hover {
  color: #f48000;
}

/* line 23, ../../sass/style/module/common/_footer.scss */
html #BDBridgeWrap {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 25, ../../sass/style/module/common/_footer.scss */
html #qiao-wrap {
  position: absolute;
  opacity: 0;
  filter: Alpha(opacity=0);
  z-index: -1;
}

/**
 *分页
 */
/* line 4, ../../sass/style/module/common/_pagebar.scss */
.sPage .pgbtn {
  background: url(http://www.xue5156.com/Static/style/images/pages.png) no-repeat;
}

/* line 8, ../../sass/style/module/common/_pagebar.scss */
.sPage {
  float: right;
  display: inline;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  overflow: hidden;
}

/* line 9, ../../sass/style/module/common/_pagebar.scss */
.sPage .pg_info {
  float: left;
  display: inline;
}

/* line 10, ../../sass/style/module/common/_pagebar.scss */
.sPage .pgbtn {
  float: left;
  display: inline;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  border: solid 1px #c3c3c3;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 11, ../../sass/style/module/common/_pagebar.scss */
.sPage span.prev {
  background-position: -160px 2px;
  background-color: #efefef;
}

/* line 12, ../../sass/style/module/common/_pagebar.scss */
.sPage span.next {
  background-position: -200px 2px;
  background-color: #efefef;
}

/* line 13, ../../sass/style/module/common/_pagebar.scss */
.sPage a.prev {
  background-position: -180px 2px;
}

/* line 14, ../../sass/style/module/common/_pagebar.scss */
.sPage a.next {
  background-position: -220px 2px;
}

/* line 18, ../../sass/style/module/common/_pagebar.scss */
.pageBar {
  float: right;
  display: inline;
  height: 24px;
  line-height: 24px;
}

/* line 19, ../../sass/style/module/common/_pagebar.scss */
.pageBar .pg {
  float: left;
  display: inline;
  height: 22px;
  margin: 0 3px;
  line-height: 22px;
  padding: 0 10px;
  color: #333;
  border: solid 1px #ddd;
  background-color: #fff;
}

/* line 20, ../../sass/style/module/common/_pagebar.scss */
.pageBar .current {
  float: left;
  display: inline;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #37c;
  background-color: #37c;
}

/* line 21, ../../sass/style/module/common/_pagebar.scss */
.pageBar .pgbtn {
  float: left;
  margin: 0;
  border: 0 none;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 22, ../../sass/style/module/common/_pagebar.scss */
.pageBar .fl, .pageBar .current {
  float: left;
  display: inline;
  margin: 0 3px;
}

/* line 23, ../../sass/style/module/common/_pagebar.scss */
.pageBar input {
  width: 28px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}

/* line 24, ../../sass/style/module/common/_pagebar.scss */
.pageBar .ok {
  float: left;
  display: inline;
  width: 36px;
  height: 18px;
  line-height: 18px;
}

/* line 25, ../../sass/style/module/common/_pagebar.scss */
.pageBar span.first {
  background-position: 0 7px;
}

/* line 26, ../../sass/style/module/common/_pagebar.scss */
.pageBar span.prev {
  background-position: -20px 7px;
}

/* line 27, ../../sass/style/module/common/_pagebar.scss */
.pageBar span.next {
  background-position: -40px 7px;
}

/* line 28, ../../sass/style/module/common/_pagebar.scss */
.pageBar span.last {
  background-position: -60px 7px;
}

/* line 30, ../../sass/style/module/common/_pagebar.scss */
.pageBar a.first {
  background-position: -80px 7px;
}

/* line 31, ../../sass/style/module/common/_pagebar.scss */
.pageBar a.prev {
  background-position: -100px 7px;
}

/* line 32, ../../sass/style/module/common/_pagebar.scss */
.pageBar a.next {
  background-position: -120px 7px;
}

/* line 33, ../../sass/style/module/common/_pagebar.scss */
.pageBar a.last {
  background-position: -140px 7px;
}

/* line 1, ../../sass/style/module/page/_index.scss */
.index_slide {
  height: 360px;
  transition: 1.5s;
}
/* line 4, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp {
  width: 946px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  padding-left: 254px;
  overflow: hidden;
}
/* line 11, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList {
  width: 225px;
  height: 310px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9;
}
/* line 18, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyWarp {
  height: 171px;
  background: black transparent;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 4px;
}
/* line 23, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyWarp h2 {
  height: 27px;
  color: #fff;
  line-height: 27px;
  border-left: 4px solid #ffb258;
  padding-left: 15px;
  font-size: 14px;
}
/* line 31, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyWarp .plcShow {
  padding: 8px 15px 15px 15px;
  position: relative;
}
/* line 34, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyWarp .plcShow p {
  width: 190px;
  padding-left: 6px;
  position: absolute;
  bottom: 21px;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
}
/* line 43, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyWarp .plcShow p a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 24px;
  height: 24px;
  width: 190px;
  color: #fff;
}
/* line 56, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyShow {
  height: 135px;
  background: black transparent;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 9px;
}
/* line 61, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyShow p {
  font-size: 12px;
  padding-left: 21px;
  background: transparent url("../image/icon_index4.jpg") 7px 12px no-repeat;
}
/* line 65, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyShow p a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 204px;
  color: #fff;
}
/* line 74, ../../sass/style/module/page/_index.scss */
.index_slide .index_slide_warp .storyList .storyShow p a:hover {
  text-decoration: underline;
}
/* line 80, ../../sass/style/module/page/_index.scss */
.index_slide .swiper-pagination-switch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 6px;
}

/* line 90, ../../sass/style/module/page/_index.scss */
.swiper-container {
  width: 946px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
/* line 100, ../../sass/style/module/page/_index.scss */
.swiper-container .swiper-wrapper .swiper-slide {
  width: 946px;
  height: 360px;
  float: left;
  text-align: center;
}
/* line 107, ../../sass/style/module/page/_index.scss */
.swiper-container .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 415px;
}
/* line 112, ../../sass/style/module/page/_index.scss */
.swiper-container .swiper-pagination .swiper-active-switch {
  background: #ffa340;
}

/* line 117, ../../sass/style/module/page/_index.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 129, ../../sass/style/module/page/_index.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 162, ../../sass/style/module/page/_index.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 170, ../../sass/style/module/page/_index.scss */
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
/* line 178, ../../sass/style/module/page/_index.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 181, ../../sass/style/module/page/_index.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* line 184, ../../sass/style/module/page/_index.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 190, ../../sass/style/module/page/_index.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 197, ../../sass/style/module/page/_index.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 1, ../../sass/style/module/common/_online.scss */
.onlineService {
  width: 89px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 999;
}

/* line 2, ../../sass/style/module/common/_online.scss */
.onlineService ul {
  margin-top: -6px;
  margin-left: 9px;
  background: #fff;
  width: 70px;
}

/* line 3, ../../sass/style/module/common/_online.scss */
.onlineService ul > li {
  height: 68px;
  font-size: 16px;
  width: 68px;
  cursor: pointer;
  color: #fff;
}

/* line 4, ../../sass/style/module/common/_online.scss */
.onlineService ul > li p a {
  color: #fff;
}

/* line 5, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLia {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background: #3eaaf5;
  border-top: none;
  position: relative;
}

/* line 6, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLia:hover {
  background: #61c3f6;
}

/* line 7, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLia p {
  width: 66px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  padding-top: 34px;
  background: url("../image/kefu.png") center 8px no-repeat;
}

/* line 9, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLib {
  border: 1px solid #e4e4e4;
  position: relative;
}

/* line 10, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLib img {
  position: relative;
  left: 16px;
  top: 17px;
}

/* line 11, ../../sass/style/module/common/_online.scss */
.onlineService ul .active {
  border-color: #61c3f6;
}

/* line 12, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLib p, .onlineService ul .onlineLic p, .onlineService ul .onlineLid p, .onlineService ul .onlineLie p {
  display: inline-block;
  padding: 15px 18px 17px 20px;
  width: 32px;
  height: 38px;
  background: #61c3f6;
  display: none;
}

/* line 13, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLic, .onlineService ul .onlineLid {
  border: 1px solid #e4e4e4;
  border-top: none;
  position: relative;
}

/* line 14, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLic > img {
  position: relative;
  left: 16px;
  top: 19px;
}

/* line 15, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLid img {
  position: relative;
  left: 16px;
  top: 19px;
}

/* line 16, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLie {
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 17, ../../sass/style/module/common/_online.scss */
.onlineService ul .onlineLie img {
  position: relative;
  left: 16px;
  top: 19px;
}

/* line 18, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceList {
  width: 102px;
  background: #e8f7fc;
  padding: 7px 8px 0px 8px;
  position: absolute;
  left: -118px;
  top: 0;
}

/* line 19, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceList .list {
  width: 102px;
  height: 26px;
  line-height: 26px;
  background: #3eaaf5;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 7px;
}

/* line 20, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceList .list img {
  position: relative;
  top: 2px;
  left: 2px;
}

/* line 21, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceCall {
  width: 111px;
  height: 441px;
  border: 2px solid #61c3f6;
  position: absolute;
  left: -133px;
  top: -69px;
  background: #fff;
  padding: 0 9px;
  display: none;
}

/* line 22, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceCall .callList {
  color: #42b5ec;
  font-size: 12px;
  margin-top: 4px;
}

/* line 23, ../../sass/style/module/common/_online.scss */
.onlineService ul li .serviceCall .callList span {
  color: #333333;
}

/* line 24, ../../sass/style/module/common/_online.scss */
.onlineService ul li .attention {
  border: 2px solid #61c3f6;
  position: absolute;
  left: -142px;
  top: 0;
  height: 138px;
  display: none;
}
