@charset "UTF-8";
.by {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.scale-img:hover img, .hotbox:hover img, .mempicbox:hover img, .serverbox:hover img, .add-tsLi1:hover .add-tsLi1pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.scale-img {
  overflow: hidden;
}

.headerbox {
  height: 116px;
  background: url(../images/logo-blue.gif) top center no-repeat;
}
.logo {
  width: 318px;
  height: 116px;
  margin-top: 0;
}

.searchbox {
  width: 360px;
  margin-right: 8px;
  background: #fff;
  margin-top: 39px;
}
.search {
  height: 36px;
  border: 1px solid #3366cc;
  position: relative;
  padding-right: 54px;
  padding-left: 80px;
}
.search .search-input, .search .search-btn {
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}
.search .search-input {
  width: 100%;
  text-indent: 8px;
  background: transparent;
  color: #757575;
}
.search .search-btn {
  width: 52px;
  border-left: 1px solid #3366cc;
  background: #3366cc;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.wechat {
  width: 40px;
  height: 40px;
  background: #009900;
  margin-top: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}
.wechat i {
  font-size: 30px;
}
.wechat .wechat-ewm {
  width: 124px;
  height: 124px;
  background: url(../images/chatbg.png) top center no-repeat;
  position: absolute;
  left: -72px;
  z-index: 9999;
  padding: 35px 30px 30px 30px;
  top: 40px;
  display: none;
}
.wechat .wechat-ewm img {
  width: 124px;
  height: 124px;
}
.wechat:hover .wechat-ewm {
  display: block;
}

.head-member {
  font-size: 16px;
  line-height: 40px;
  margin-top: 38px;
  margin-left: 45px;
}
.head-member a {
  margin-left: 20px;
}

.header-logined {
  margin-left: 20px;
  margin-top: 32px;
  position: relative;
}
.header-logined i {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: -3px;
  font-size: 18px;
  line-height: 24px;
}
.header-logined i.my-vip0 {
  color: #c3c3c3;
}
.header-logined i.my-vip1 {
  color: #ee9c0d;
}
.header-logined mark {
  position: absolute;
  font-size: 10px;
  line-height: 16px;
  padding: 0 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #ff0000;
  left: 36px;
  top: 0;
  color: #fff;
}
.header-logined a img {
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
}
.header-logined .header-loginded-menu {
  display: none;
}
.header-logined:hover .header-loginded-menu {
  display: block;
}

.header-loginded-menu {
  width: 120px;
  background: #606060;
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin-left: -60px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  top: 64px;
}
.header-loginded-menu:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 10px solid #606060;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -10px;
}
.header-loginded-menu ul li {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.header-loginded-menu ul li a {
  display: block;
  color: #fff;
}
.header-loginded-menu ul li a:hover {
  color: #faf108;
}

.navbox {
  width: 100%;
  height: 48px;
  background: #3366cc;
}
.nav > ul > li {
  width: 169px;
  float: left;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  margin-left: 2px;
  position: relative;
}
.nav > ul > li:first-child {
  width: 169px;
  margin-left: 0;
}
.nav > ul > li a {
  display: block;
  color: #fff;
}
.nav > ul > li a:hover, .nav > ul > li a.cur-nav, .nav > ul > li a.active {
  background: #144698;
  color: #fff;
}

.sub-menu {
  position: absolute;
  clear: both;
  width: 167px;
  height: auto;
  display: none;
  background: #fff;
  z-index: 9;
  left: 0;
  border-top: 0 solid #7B7B7B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
}
.sub-menu ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.sub-menu ul li {
  width: 100%;
  height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.sub-menu ul li a {
  position: absolute;
  width: 100%;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #777;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.sub-menu ul li a:hover {
  background: #F0F0F0;
  color: #3366cc;
}

.flexslider {
  width: 100%;
  height: 360px;
  zoom: 1;
  position: relative;
}
.flexslider .slides li {
  width: 100%;
  height: 100%;
  position: relative;
}
.flexslider .slides li img {
  width: 100%;
  height: 360px;
  display: block;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
  opacity: 0.3;
  filter: alpha(opacity=60);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -35px 0 0;
  background: url(../images/banner/slide.png) no-repeat;
  border-radius: 25px;
  line-height: 99em;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a.flex-next {
  background-position: -50px 0;
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav a.flex-prev {
  left: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/banner/dot.png) no-repeat 0 -16px;
  text-indent: -99em;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.flex-control-paging li.active a {
  background-position: 0 0;
}

.newbox {
  width: 1200px;
  position: relative;
  margin: 0px auto;
  height: 1px;
}
.new {
  width: 308px;
  height: 340px;
  position: absolute;
  top: 10px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.new ul {
  padding-top: 6px;
}
.new ul li {
  margin: 0 15px;
  border-bottom: 1px dotted #c6c8ca;
  height: 40px;
  line-height: 20px;
  padding: 9px 0 9px 15px;
  position: relative;
}
.new ul li i {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #3399ff;
}
.new h4 {
  padding-right: 15px;
  line-height: 36px;
}

.quick {
  height: 96px;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding-left: 127px;
  margin: 30px 15px;
}
.quick ul {
  padding-top: 15px;
}
.quick ul li {
  font-size: 14px;
  line-height: 22px;
}
.quickico {
  width: 103px;
  height: 68px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -34px;
}
.quickico img {
  width: 46px;
  height: 46px;
}
.quickico h2 {
  font-size: 16px;
  line-height: 1;
  color: #3366cc;
  margin-top: 6px;
  font-weight: 600;
}
.quickico span {
  width: 1px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  background: #dedede;
  right: 0;
}

.menu {
  text-align: center;
}
.menu h3 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.menu h3 span {
  width: 490px;
  height: 30px;
  background: url(../images/menubg1.png) center repeat-x;
  position: absolute;
}
.menu h3 span.menu-span1 {
  left: 0;
}
.menu h3 span.menu-span2 {
  right: 0;
}
.menu h4 {
  font-size: 30px;
  color: #fff;
  position: relative;
}
.menu h4 span {
  width: 490px;
  height: 30px;
  background: url(../images/menubg2.png) center repeat-x;
  position: absolute;
}
.menu h4 span.menu-span1 {
  left: 0;
}
.menu h4 span.menu-span2 {
  right: 0;
}
.menu p {
  font-size: 14px;
  margin-top: 15px;
  color: #fcff00;
}

.hot ul {
  padding-top: 24px;
}
.hotbox {
  width: 380px;
  height: 205px;
  overflow: hidden;
  margin: 0 15px 30px;
  position: relative;
  cursor: pointer;
}
.hotbox img {
  width: 380px;
  height: 205px;
}
.hotbox h2 {
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 48px;
  padding: 0 12px;
  z-index: 1;
}
.hotbox h2 a {
  color: #fff;
}
.hotbox h2 a span {
  font-size: 14px;
  color: #989898;
}

.memberbox {
  height: 671px;
  background: url(../images/membg.jpg) center no-repeat;
  padding-top: 35px;
}
.memberbox .member {
  margin-top: 25px;
}
.member-picbox {
  height: 552px;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}
.member-picbox .bd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 -15px -30px;
}
.member-picbox .hd {
  overflow: hidden;
  height: 30px;
  text-align: center;
  margin-top: 18px;
}
.member-picbox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.member-picbox .hd ul li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.member-picbox .hd ul li.on {
  background: #033282;
}

.mempicbox {
  margin: 0 15px 30px;
  overflow: hidden;
  position: relative;
}
.mempicbox .memmask {
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.mempicbox .memmask a span, .mempicbox .memmask a p {
  display: none;
}
.mempicbox:hover .memmask {
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.mempicbox:hover .memmask a span, .mempicbox:hover .memmask a p {
  display: block;
}
.mempicbox:hover .memmask a h2 {
  padding-top: 50px;
}
.mempicbox:hover .memmask a span {
  top: 105px;
}

.memmask {
  position: absolute;
  z-index: 2;
  background: rgba(29, 29, 29, 0.8);
  left: 0;
  right: 0;
  text-align: center;
}
.memmask a h2 {
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}
.memmask a span {
  width: 68px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  background: #fff;
}
.memmask a p {
  font-size: 14px;
  line-height: 22px;
  color: #eaeaea;
  margin-top: 20px;
}

.member-logobox {
  height: 522px;
  background: #fff;
  margin: 0 15px 30px;
}
.member-lm {
  height: 54px;
  border-bottom: 1px solid #edebeb;
  padding: 0 20px;
  font-size: 18px;
  line-height: 54px;
  color: #3366cc;
  font-weight: 600;
}
.member-lm a {
  font-weight: normal;
  font-size: 14px;
  color: #838383;
}

.member-lc {
  height: 402px;
  overflow: hidden;
}
.member-lc > ul > li {
  height: 66px;
  border-bottom: 1px solid #edebeb;
}
.member-lcbox {
  height: 50px;
  border-left: 1px solid #edebeb;
  position: relative;
  padding: 8px 8px 8px 66px;
}
.member-lcbox img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.member-lcbox h2 {
  font-size: 14px;
  line-height: 20px;
}
.member-lcbox h2.h2-one {
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
}
.member-lcbox h2.h2-two {
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.member-la {
  height: 55px;
  text-align: center;
}
.member-la a {
  width: 224px;
  height: 36px;
  font-size: 18px;
  background: #ee5604;
  color: #fff;
  margin: 15px auto 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 36px;
}
.member-la a:hover {
  background: #3366cc;
  color: #fff;
}

.mbg {
  min-height: 925px;
  background: url(../images/mbg.jpg) bottom center no-repeat;
}

.serverbg {
  margin-top: 45px;
}
.server ul {
  margin-top: 30px;
}

.serverbox {
  height: 134px;
  overflow: hidden;
  margin: 0 15px 30px;
  cursor: pointer;
  position: relative;
}
.serverbox img {
  width: 100%;
  height: 134px;
}

.server-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-left: 20px;
}
.server-txt a {
  color: #fff;
}
.server-txt a h2 {
  font-size: 30px;
  line-height: 2;
  padding-top: 10px;
}
.server-txt a p {
  font-size: 18px;
  line-height: 1;
}
.server-txt a span {
  width: 40px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 24px;
  background: #fff;
}
.server-txt a i {
  width: 40px;
  height: 40px;
  background: url(../images/server-enter.png) no-repeat;
  position: absolute;
  right: 18px;
  bottom: 20px;
}

.resource-menu {
  height: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px;
}
.resource-menu > a {
  line-height: 50px;
  color: #838383;
}
.resource-menu > a:hover {
  color: #3366cc;
}
.resource-menu ul li {
  float: left;
  margin-right: 25px;
  font-size: 18px;
}
.resource-menu ul li a {
  display: block;
  line-height: 48px;
  border-bottom: 2px transparent solid;
  padding: 0 5px;
}
.resource-menu ul li a:hover, .resource-menu ul li a.newTab-cur {
  border-bottom: 2px solid #3366cc;
  color: #3366cc;
  font-weight: bold;
}

.resource {
  height: 150px;
  padding: 15px 0 10px;
}
.resource ul li {
  font-size: 14px;
  line-height: 30px;
  position: relative;
  margin: 0 20px;
  padding-left: 20px;
}
.resource ul li a i {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  background: #acabab;
}
.resource ul li a:hover i {
  background: #3366cc;
}

.linkbg {
  margin-top: 38px;
  padding-bottom: 32px;
}
.linkbg .link {
  width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 28px;
}
.link-prev, .link-next {
  width: 18px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  position: absolute;
}

.link-prev {
  background: url(../images/links/link-prev.png) no-repeat;
  left: -40px;
}

.link-next {
  background: url(../images/links/link-next.png) no-repeat;
  right: -40px;
}

.link-img {
  width: 1200px;
  overflow: hidden;
}
.link-img ul {
  width: 9999px;
}
.link-img ul li {
  width: 276px;
  height: 76px;
  float: left;
  margin-right: 30px;
  border: 1px solid #e8e8e8;
}
.link-img ul li img {
  width: 276px;
  height: 76px;
}

.footerbg {
  background: #666;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footerbg span {
  margin-left: 20px;
}

.return-top {
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
  background-color: #c7c7c7;
  width: 60px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.return-top ul li {
  width: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}
.return-top ul li:last-child {
  border-bottom: none;
}
.return-top ul li i {
  font-size: 32px;
  color: #3366cc;
}
.return-top ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.return-top #top {
  display: none;
  line-height: 60px;
}

.return-top-qq {
  padding-top: 15px;
  padding-bottom: 5px;
}
.return-top-qq i {
  width: 36px;
  height: 36px;
  background: url(../images/qq.png) no-repeat;
  display: inline-block;
  line-height: 36px;
}
.return-top-qq h5 {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  color: #3366cc;
  font-weight: bold;
}
.return-top-qq .return-top-qc {
  display: none;
}
.return-top-qq:hover .return-top-qc {
  display: block;
}

.return-top-qc {
  position: absolute;
  width: 120px;
  top: 0;
  right: 60px;
  border: 1px solid #4b4b4b;
  background: #fff;
  color: #666;
  padding: 10px 0;
  text-align: center;
}
.return-top-qc h2 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bolder;
}
.return-top-qc h2 span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #999;
}
.return-top-qc h3, .return-top-qc p {
  font-size: 13px;
  line-height: 18px;
}
.return-top-qc h3 {
  margin-top: 6px;
}
.return-top-qc a {
  display: inline-block;
  margin-top: 3px;
  line-height: 24px;
}

.fixedmeau {
  width: 130px;
  position: fixed;
  top: 200px;
  left: 20px;
  display: none;
  background: url(../images/fiexbg.png) 5px 10px no-repeat;
}
.fixedmeau li {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.fixedmeau li i {
  width: 8px;
  height: 8px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border: 2px solid #073074;
}
.fixedmeau li.active {
  color: #073074;
}
.fixedmeau li.active i {
  background: #073074;
}
.fixedmeau li:hover {
  color: #b69308;
}
.fixedmeau li:hover i {
  background: #b69308;
  border: 2px solid #b69308;
}

.sub-main {
  margin: 30px auto 50px;
}

.sub-min {
  min-height: 680px;
}

.sub-left1 {
  width: 200px;
  background: url(../images/sub-leftbg.jpg) bottom center no-repeat #fff;
  padding-bottom: 125px;
}
.sub-left1 h3 {
  height: 50px;
  font-size: 14px;
  background: #157ed9;
  color: #fff;
  line-height: 50px;
  padding-left: 16px;
  font-weight: bold;
}
.sub-left1 h4 {
  border-top: 1px solid #eee;
  line-height: 50px;
}
.sub-left1 h4 span {
  margin-right: 20px;
}
.sub-left1 h4 a {
  display: block;
  padding-left: 16px;
}
.sub-left1 h4 a:hover {
  background: #f3f3f3;
  color: #3366cc;
  font-weight: bold;
}
.sub-left1 h4 a.sub-left-cur {
  color: #3366cc;
  font-weight: bold;
}
.sub-left1 h5 {
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 0 12px 0 15px;
  position: relative;
  color: #555;
  font-weight: bold;
}
.sub-left1 h5:last-child {
  border-bottom: none;
}
.sub-left1 h5 i {
  position: absolute;
}
.sub-left1 h5 i.List-ico {
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/off.png) no-repeat;
}
.sub-left1 .selected h5 .List-ico {
  right: 8px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/on.png) no-repeat;
}
.list-item {
  line-height: 24px;
  padding: 9px 5px 9px 18px;
  border-bottom: 1px solid #eee;
}
.list-item ul li {
  margin-right: 30px;
  line-height: 32px;
}
.list-item ul li a {
  display: block;
  color: #777;
  position: relative;
  padding-left: 18px;
}
.list-item ul li a i {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #777;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.list-item ul li a:hover, .list-item ul li a.add-cur {
  color: #157ed9;
}
.list-item ul li a:hover i, .list-item ul li a.add-cur i {
  background: #157ed9;
}

.sub-rigt1 {
  width: 976px;
}
.sub-rm {
  height: 52px;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  line-height: 52px;
  position: relative;
}
.sub-rm h3 {
  font-size: 16px;
  border-bottom: 1px solid #3366cc;
  padding: 0 6px;
  color: #3366cc;
  font-weight: bold;
}
.sub-rm > ul > li {
  float: left;
  cursor: pointer;
  padding: 0 10px;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}
.sub-rm > ul > li.filterTab-cur {
  border-bottom: 1px solid #3366cc;
  color: #3366cc;
  font-weight: bold;
}
.sub-rm > ul > li span {
  position: absolute;
  background: #ff0000;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 0 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  top: 10px;
  left: 50px;
}

.sub-rma {
  color: #c1c1c1;
}
.sub-rma a {
  color: #c1c1c1;
}
.sub-rma a:hover {
  color: #3366cc;
}

.sub-quesbox {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.sub-quesbox .sub-mask {
  background: #060606;
  background: rgba(6, 6, 6, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.sub-quesbox .sub-mask span {
  position: absolute;
  width: 58px;
  height: 1px;
  left: 50%;
  margin-left: -29px;
  background: #cbcbcb;
}
.sub-quesbox .sub-mask p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.sub-quesbox a {
  color: #d2d2d2;
}
.sub-quesbox a .sub-mask {
  overflow: hidden;
  top: 100%;
  margin-top: -30px;
  cursor: pointer;
}
.sub-quesbox a .sub-mask h2 {
  font-size: 14px;
  line-height: 30px;
}
.sub-quesbox a .sub-mask span, .sub-quesbox a .sub-mask p {
  display: none;
}
.sub-quesbox a:hover .sub-mask {
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.sub-quesbox a:hover .sub-mask span, .sub-quesbox a:hover .sub-mask p {
  display: block;
}
.sub-quesbox a:hover .sub-mask h2 {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
.sub-quesbox a:hover .sub-mask span {
  top: 68px;
}

.sub-featbox, .my-featbox {
  margin: 0 10px;
  position: relative;
}
.sub-featbox h2, .my-featbox h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  z-index: 2;
  text-align: center;
  padding: 0 6px;
}
.sub-featbox a h2, .my-featbox a h2 {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
}
.sub-featbox a:hover h2, .my-featbox a:hover h2 {
  background: #3366cc;
  color: #fff;
}

.feats1 {
  min-height: 212px;
  position: relative;
  margin: 25px 30px;
  padding-left: 330px;
}
.feats1 .scale-img {
  width: 306px;
  height: 212px;
  position: absolute;
  cursor: pointer;
  left: 0;
}
.feats1 h1 {
  font-size: 22px;
  line-height: 32px;
}
.feats1 p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-box-orient: vertical;
}
.feats1 h4 {
  font-size: 14px;
  line-height: 30px;
  color: #ff0000;
  position: absolute;
  bottom: 5px;
}
.feats1 .feats1-btn {
  width: 128px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ee5603;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.feats1 .feats1-btn:hover {
  background: #3366cc;
  color: #fff;
}
.feats1 .price {
  top: 0px;
  right: 0;
}

.featsTabMenu {
  height: 42px;
  background: #f5f5f5;
  margin: 0 30px;
}
.featsTabMenu ul li {
  font-size: 16px;
  line-height: 42px;
  padding: 0 35px;
  position: relative;
  float: left;
  cursor: pointer;
  margin-right: 2px;
}
.featsTabMenu ul li:hover, .featsTabMenu ul li.filterTab-cur {
  background: #3366cc;
  color: #fff;
}
.featsTabMenu ul li:hover:after, .featsTabMenu ul li.filterTab-cur:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 10px solid #3366cc;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.featsTabCon {
  margin-top: 10px;
}

.feats2box, .currentbox {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #e9e9e9;
  height: 180px;
  padding-left: 115px;
}
.feats2box h2, .currentbox h2 {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding-top: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.feats2box h4, .currentbox h4 {
  height: 36px;
  background: #fafafa;
  border-top: 1px solid #e9e9e9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  line-height: 36px;
}
.feats2box h4 a, .currentbox h4 a {
  font-size: 16px;
  color: #bfbfbf;
  display: inline-block;
  font-weight: bold;
}
.feats2box h4 a:hover, .currentbox h4 a:hover {
  color: #3366cc;
}
.feats2box h4 span, .currentbox h4 span {
  font-size: 16px;
  color: #ee5603;
}
.feats2box p, .currentbox p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
  color: #888;
}

.featspic {
  width: 84px;
  height: 112px;
  background: url(../images/featsbg.png) no-repeat;
  position: absolute;
  padding: 1px 6px 6px 1px;
  left: 15px;
  top: 15px;
}

.featspic1 {
  width: 200px;
  position: absolute;
  left: 50%;
  right: 0;
  height: 139px;
  text-align: center;
  top: 2px;
  margin-left: -100px;
}
.featspic1 img {
  width: 200px;
  height: 139px;
}
.featspic1 h3 a {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  color: #e9e9e9;
}
.featspic1 .featsplay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 32px;
  position: absolute;
  z-index: 2;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.featspic1 .featsplay i {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -20px;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.newList {
  margin: 0 30px;
  padding-top: 10px;
}
.newList ul li {
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 5px 0 20px;
  position: relative;
}
.newList ul li span {
  color: #ababab;
}
.newList ul li i {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 3px;
}
.newList ul li a {
  display: block;
}
.newList ul li a i {
  background: #c3c3c3;
}
.newList ul li a:hover i {
  background: #3366cc;
}

.news-title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

.news-article {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 25px;
}

.sub-member1 {
  width: 914px;
  margin: 0 auto;
  min-height: 650px;
  background: url(../images/sub-membg.jpg) bottom center no-repeat;
  padding: 98px 143px 0;
}
.sub-member1 > ul > li {
  float: left;
  position: relative;
}
.sub-member1-1 {
  width: 140px;
}
.sub-member1-1 span {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
}
.sub-member1-1 span i {
  font-size: 60px;
  line-height: 132px;
}
.sub-member1-1 h2 {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}
.sub-member1-1 ul {
  margin-right: -50px;
  margin-left: 10px;
}
.sub-member1-1 ul li {
  position: relative;
  line-height: 26px;
  color: #888;
  padding-left: 20px;
}
.sub-member1-1 ul li i.sub-membico1 {
  width: 6px;
  height: 6px;
  background: #bdbdbd;
  top: 10px;
  position: absolute;
  left: 5px;
}
.sub-member1-1 ul li i.icon-wancheng {
  margin-left: -20px;
  margin-right: 8px;
  color: #ee5604;
}

.sub-member1-2 {
  width: 118px;
  height: 132px;
}
.sub-member1-2 span {
  height: 3px;
  display: block;
  background: #e0e0e0;
  margin-top: 66px;
}

.sub-memlogo {
  margin: 0 32px;
  display: block;
  border: 1px solid #ecefe8;
}

.sub-membox {
  height: 50px;
  border: 1px solid #edebeb;
  position: relative;
  display: block;
  padding: 8px 10px 10px 68px;
  margin: 0 32px;
}
.sub-membox img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.sub-membox h2 {
  font-size: 14px;
  line-height: 20px;
}
.sub-membox h2.h2-one {
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
}
.sub-membox h2.h2-two {
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.topSearch_catalog {
  position: absolute;
  width: 224px;
  left: 328px;
  z-index: 3;
  top: 10px;
}
.topSearch_catalog > a {
  position: relative;
  display: block;
  padding: 0 10px 0 15px;
  *height: 32px;
  line-height: 32px;
  background: #188eee;
  font-size: 14px;
  color: #fff;
}
.topSearch_catalog > a > i {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  opacity: .5;
  filter: alpha(opacity=50);
}
.topSearch_catalog > a:hover {
  background: #077cdc;
  color: #fff;
}
.topSearch_catalog > a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topSearch_catalog:hover .topSearch_menu {
  display: block;
}
.topSearch_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 32px;
}

.topSearch_box {
  width: 320px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 562px;
  z-index: 3;
}
.topSearch_box form {
  position: relative;
  height: 30px;
  display: block;
  border: 1px #188eee solid;
  background: #fff;
  padding-left: 10px;
  line-height: 30px;
}
.topSearch_input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px\9;
  *line-height: 30px;
  color: #888;
}

.topSearch_btn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 80px;
  background: #188eee;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.topSearch_btn:hover {
  background: #077cdc;
}

.currentTabM {
  position: absolute;
  height: 52px;
  line-height: 52px;
  right: 10px;
}
.currentTabM ul li {
  width: 32px;
  float: left;
  cursor: pointer;
  color: #999;
}
.currentTabM ul li i {
  font-size: 20px;
}
.currentTabM ul li.filterTab-cur {
  color: #3366cc;
}

.sub-current {
  margin: 0 30px;
}
.sub-current ul li {
  position: relative;
  padding-left: 234px;
  height: 148px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.sub-current ul li h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 10px;
}
.sub-current ul li p {
  font-size: 14px;
  line-height: 28px;
  color: #afafaf;
  margin-top: 5px;
}
.sub-current ul li .price, .sub-current ul li .add, .sub-current ul li .sub-mem {
  position: absolute;
  line-height: 32px;
  top: 50%;
  margin-top: -15px;
}
.sub-current ul li .price {
  right: 88px;
}
.sub-current ul li .add {
  right: 25px;
}
.sub-current ul li .add a i {
  font-size: 22px;
}
.sub-current ul li .sub-mem {
  right: 88px;
  color: #ee9c0d;
  font-weight: bold;
}
.sub-current ul li .sub-mem i {
  margin-right: 5px;
}
.sub-currentp {
  width: 214px;
  height: 148px;
  position: absolute;
  left: 0;
}

.sub-currentt {
  width: 107px;
  height: 141px;
  position: absolute;
  left: 50px;
  padding: 1px 6px 6px 1px;
  background: url(../images/featsbgbig.png) no-repeat;
}

.sub-cur-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sub-cur-mask i {
  position: absolute;
}
.sub-cur-mask .icon-play {
  width: 64px;
  height: 64px;
  font-size: 54px;
  line-height: 60px;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  color: #e5e5e5;
}
.sub-cur-mask .icon-like, .sub-cur-mask .icon-like_fill {
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.sub-cur-mask .icon-like {
  color: #fff;
}
.sub-cur-mask .icon-like_fill {
  color: #fbe20d;
}

.currentbox h4 span.cur-price {
  color: #fe0000;
  font-weight: bold;
}
.currentbox h4 span.cur-member {
  font-size: 12px;
  font-weight: bold;
  color: #ed9c0c;
  font-weight: bold;
}
.currentbox h4 span.cur-member i {
  font-weight: normal;
  margin-right: 4px;
  vertical-align: -2px;
}

.sub-local {
  line-height: 52px;
}

.sub-main1 {
  margin-bottom: 50px;
}

.sub-left2 {
  width: 896px;
}

.sub-rigt2 {
  width: 240px;
  padding: 15px 20px;
}
.sub-rigt2 h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #444;
}
.sub-rigt2 p {
  color: #888;
  margin-top: 8px;
  line-height: 24px;
}
.sub-rigt2 h4 {
  color: #2695e1;
  margin-top: 10px;
  font-weight: bold;
  line-height: 28px;
}
.sub-rigt2 h4 i {
  margin-right: 4px;
  font-weight: normal;
}
.sub-rigt2 h4 a {
  display: inline-block;
  background: #f26f09;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  padding: 0 12px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sub-rigt2 h4 a:hover {
  background: #3366cc;
  color: #fff;
}

.w-classbox {
  margin: 0 10px;
  position: relative;
}
.w-classbox .scale-img {
  position: relative;
}
.w-classbox h2 {
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 3px;
}
.w-classbox h2 a {
  color: #444;
}
.w-classbox h2 a:hover {
  color: #3366cc;
}
.w-classbox p {
  font-size: 12px;
  color: #157ed9;
  font-weight: bold;
  margin-top: 2px;
  line-height: 22px;
}
.w-classbox p i {
  margin-right: 4px;
  vertical-align: -1px;
  font-weight: normal;
}
.w-classbox p a {
  display: inline-block;
  background: #ee5604;
  color: #fff;
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.w-classbox mark {
  width: 40px;
  height: 22px;
  position: absolute;
  background: #ff8c02;
  z-index: 3;
  right: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.w-classes1 {
  height: 148px;
  position: relative;
  margin-top: 25px;
  padding-left: 239px;
  padding-bottom: 25px;
}
.w-classes1 .scale-img {
  width: 214px;
  height: 148px;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.w-classes1 h1 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  padding-top: 15px;
}
.w-classes1 p {
  font-size: 14px;
  line-height: 22px;
  color: #a09f9f;
  margin-top: 10px;
}
.w-split {
  margin: 0 20px;
}

.w-num {
  color: #fe0000;
  font-weight: bold;
  margin: 0 2px;
}
.w-classes1 a {
  position: absolute;
  width: 112px;
  height: 32px;
  right: 5px;
  top: 50%;
  margin-top: -34px;
  background: #ee5604;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.w-classes1 a:hover {
  background: #3366cc;
  color: #fff;
}

.w-classes2 {
  margin: 20px auto 50px;
}
.sub-classLeft {
  width: 856px;
  padding: 0 20px 10px;
}

.w-classes2m {
  height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  color: #157ed9;
}

.w-article {
  font-size: 14px;
  line-height: 2;
  padding: 10px 0;
}

.w-list {
  font-size: 14px;
  line-height: 36px;
  padding: 15px 0 15px;
}
.w-list ul li .w-listico {
  width: 8px;
  height: 8px;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}
.w-list ul li .icon-play {
  position: absolute;
  height: 36px;
  font-size: 18px;
  right: 20px;
  top: 0;
}
.w-list ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.w-list ul li a .w-listico {
  background: #ccc9c9;
}
.w-list ul li a .icon-play {
  display: none;
}
.w-list ul li a:hover {
  background: #f6f6f6;
  color: #157ed9;
}
.w-list ul li a:hover .w-listico {
  background: #157ed9;
}
.w-list ul li a:hover .icon-play {
  display: block;
}

.sub-classRigt {
  width: 280px;
  padding-bottom: 20px;
}

.w-classRm {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}

.w-classRp1 {
  height: 72px;
  margin: 20px;
  position: relative;
  padding-left: 92px;
}
.w-classRp1 img {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.w-classRp1 h2 {
  font-size: 18px;
  line-height: 24px;
  color: #444;
  padding-top: 10px;
}
.w-classRp1 p {
  font-size: 13px;
  line-height: 20px;
  color: #9d9d9d;
}

.w-classRp2 {
  font-size: 12px;
  line-height: 24px;
  color: #767676;
  padding: 10px 15px;
  background: #f6f6f6;
  margin: 0 20px;
  position: relative;
}
.w-classRp2:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 10px solid #f6f6f6;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  position: absolute;
  top: -10px;
}

.sub-myLeft {
  width: 200px;
}
.sub-myLpoople {
  background: url(../images/sub-peoplebg.jpg) bottom center no-repeat;
  text-align: center;
}
.sub-myLpoople img {
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
.sub-myLpoople h2 {
  font-size: 18px;
  color: #444;
  margin-top: 12px;
  font-weight: 600;
}
.sub-myLpoople p {
  font-size: 14px;
  line-height: 28px;
  padding: 3px 0 5px;
  color: #888;
}

.sub-myLlist ul li {
  border-top: 1px solid #eee;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}
.sub-myLlist ul li a {
  display: block;
  padding-left: 20px;
}
.sub-myLlist ul li a i {
  margin-right: 10px;
}
.sub-myLlist ul li a:hover, .sub-myLlist ul li a.cur-list {
  background: #157ed9;
  color: #fff;
}

.sub-myRigt {
  width: 976px;
  min-height: 800px;
}

.sub-featbox, .my-featbox {
  margin: 0 10px;
  position: relative;
}
.sub-featbox h2, .my-featbox h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  z-index: 2;
  text-align: center;
  padding: 0 6px;
}
.sub-featbox a h2, .my-featbox a h2 {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
}
.sub-featbox a:hover h2, .my-featbox a:hover h2 {
  background: #3366cc;
  color: #fff;
}

.my-featbox h2 {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.my-option {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
}
.my-option a {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 3px;
  display: inline-block;
  color: #fff;
}
.my-option a i {
  font-size: 12px;
}
.my-option a:hover i {
  color: #f9e20a;
}

.my-addClass {
  width: 110px;
  height: 28px;
  display: inline-block;
  border: 1px solid #8fafe2;
  color: #157ed9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 36px auto;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.my-addClass:hover {
  border: 1px solid #157ed9;
  background: #157ed9;
  color: #fff;
}

.rm-option {
  position: absolute;
  right: 30px;
}
.rm-option a {
  width: 84px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 15px;
}
.rm-option a:hover {
  color: #fff;
}
.rm-option a.rm-option1 {
  background: #3caaf1;
}
.rm-option a.rm-option1:hover {
  background: #1d8ad1;
}
.rm-option a.rm-option2 {
  background: #2fb266;
}
.rm-option a.rm-option2:hover {
  background: #179c4f;
}

.my-testbox {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.my-testbox .my-testMask {
  height: 30px;
  bottom: 0;
}
.my-testbox .my-testMask h2 {
  font-size: 14px;
  line-height: 30px;
  color: #d2d2d2;
}
.my-testbox .my-testMask p, .my-testbox .my-testMask a {
  display: none;
}
.my-testbox:hover .my-testMask {
  height: 100%;
}
.my-testbox:hover .my-testMask h2 {
  font-size: 18px;
  line-height: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.my-testbox:hover .my-testMask p, .my-testbox:hover .my-testMask a {
  display: block;
}
.my-testMask {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  color: #d2d2d2;
}
.my-testMask p {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
}
.my-testMask a {
  display: block;
  width: 60px;
  height: 22px;
  margin: 10px auto 0;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #d2d2d2;
}
.my-testMask a:hover {
  background: #d2d2d2;
  color: #444;
}

.my-wclass {
  margin: 0 30px;
}
.my-wclass ul li {
  position: relative;
  padding-left: 234px;
  height: 148px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.my-wclass ul li h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 10px;
}
.my-wclass ul li h4 {
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
}
.my-wclass ul li h4 i {
  margin-right: 4px;
  vertical-align: -1px;
}
.my-wclass ul li h4 a {
  color: #157ed9;
}
.my-wclass ul li h4 a:hover {
  color: #3366cc;
}
.my-wclass ul li .my-wclass-btn {
  width: 96px;
  height: 28px;
  border: 1px solid #8abeec;
  color: #157ed9;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.my-wclass ul li .my-wclass-btn:hover {
  border: 1px solid #157ed9;
  background: #157ed9;
  color: #fff;
}

.my-zw {
  text-align: center;
  margin-top: 120px;
}
.my-zw i {
  font-size: 120px;
  color: #cdcdcd;
}
.my-zw h2 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
.my-zw a {
  color: #157ed9;
  margin-top: 5px;
  font-weight: bold;
}
.my-zw a:hover {
  color: #3366cc;
}

.resources-stat {
  position: relative;
  padding: 20px 0 20px 132px;
  margin-bottom: 5px;
}
.resources-stat h3 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 132px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #999;
}

.resources-statbox {
  position: relative;
  padding: 0 30px 0 100px;
  border-left: 1px #eee solid;
}
.resources-statbox h2 {
  font-size: 14px;
  color: #999;
  padding-top: 2px;
}
.resources-statbox p {
  font-size: 22px;
  color: #222;
  margin-top: 8px;
}
.resources-statbox span {
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.resources-statbox span i {
  color: #fff;
  font-size: 24px;
}

.resources-statbg1 {
  background: #5ba4e4;
}

.resources-statbg2 {
  background: #6dc994;
}

.resources-statbg3 {
  background: #78b8ef;
}

.resources-statbg4 {
  background: #f1ae5d;
}

/**
 * Resources list
 * 资源列表
 */
.resources-head {
  border-bottom: 1px #eee solid;
  border-top: 1px #eee solid;
}
.resources-head ul li {
  padding: 14px 0;
  height: 16px;
  line-height: 16px;
  background: #f6f6f6;
  float: left;
}
.resources-head ul li p {
  border-left: 1px #eee solid;
  font-size: 14px;
  color: #444;
  padding-left: 15px;
}
.resources-head ul li:first-child p {
  border-left: none;
}
.resources-head ul li:last-child p {
  padding: 0;
}
.resources-head ul li.resources-w5 p {
  text-align: center;
  padding: 0;
}

.resources-list {
  margin-top: 2px;
}
.resources-list ul li {
  height: 44px;
  border-bottom: 1px #eee solid;
  line-height: 44px;
  cursor: pointer;
  position: relative;
}
.resources-list ul li p {
  font-size: 14px;
  color: #444;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
}
.resources-list ul li .resources-w4c {
  visibility: hidden;
}
.resources-list ul li:hover {
  background: #f9f9f9;
}
.resources-list ul li:hover .resources-w4c {
  visibility: visible;
}
.resources-list ul li.resources-w1 p {
  padding-left: 35px;
}
.resources-list ul li.resources-w1 p i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 6px;
}
.resources-list ul li.resources-w5 p {
  text-align: center;
  padding: 0;
  color: #999;
}

.resources-w1 {
  width: 30%;
}

.resources-w2, .resources-w3 {
  width: 23%;
}

.resources-w4, .resources-w5 {
  width: 12%;
}

.resources-w1, .resources-w2, .resources-w3, .resources-w4, .resources-w5 {
  float: left;
}

.resources-w4c {
  text-align: center;
}
.resources-w4c a {
  color: #2285db;
  margin: 0 5px;
}

.stu-search {
  position: relative;
  padding-right: 90px;
}
.stu-search ul {
  margin: 0 -10px;
}
.stu-searchBox {
  position: relative;
  padding-left: 75px;
  margin: 0 10px;
  min-height: 28px;
}
.stu-searchBox p {
  width: 75px;
  font-size: 12px;
  color: #666;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  text-align: right;
}
.stu-searchBox p span {
  color: red;
  margin-right: 5px;
}
.stu-search a {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  z-index: 1;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #157ed9;
  text-align: center;
  color: #fff;
}
.stu-search a:hover {
  background: #1e90f2;
  color: #fff;
}

.stu-tabHead {
  padding: 10px 25px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  background: #f9f9f9;
  position: relative;
}
.stu-tabHead a {
  display: inline-block;
  height: 28px;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 3px;
  border: 1px #ddd solid;
  background: #fff;
  line-height: 28px;
  font-size: 12px;
  color: #666;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
}
.stu-tabHead a i {
  margin-right: 5px;
  font-size: 16px;
  color: #afafaf;
  vertical-align: -1px;
}
.stu-tabHead a:hover {
  border-color: #8abeec;
  color: #157ed9;
}
.stu-tabHead a:hover i {
  color: #157ed9;
}

.class-creatC1 {
  margin: 5px 20px 0;
}
.class-creatC1 label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-bottom: 15px;
  width: 214px;
  float: left;
  margin: 20px 10px 0;
}
.class-creatC1 label.r_on .btn_radio, .class-creatC1 label.r_on:hover .btn_radio {
  background-position: -40px -40px;
}
.class-creatC1 .btn_radio {
  position: absolute;
  bottom: 12px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/form.png) no-repeat;
  background-position: -40px 0;
}
.class-creatC1 .label_radio:hover .btn_radio {
  background-position: -40px -20px;
}
.class-creatC1 h2, .class-creatC1 p {
  margin: 0 10px;
}
.class-creatC1 h2 {
  font-size: 14px;
  line-height: 28px;
  margin-top: 3px;
}
.class-creatC1 p {
  font-size: 13px;
  color: #888;
}

.class-creatC2, .my-set1 {
  width: 50%;
  padding-top: 80px;
  margin: 0 auto;
}
.class-creatC2 ul li, .my-set1 ul li {
  margin-bottom: 20px;
}
.class-creatC2 a, .my-set1 a {
  width: 110px;
  height: 30px;
  margin-left: 85px;
  font-size: 14px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #157ed9;
  text-align: center;
  color: #fff;
}
.class-creatC2 a:hover, .my-set1 a:hover {
  background: #1e90f2;
  color: #fff;
}

.manage-stud {
  position: relative;
  min-height: 160px;
  padding: 30px 30px 30px 244px;
  border-bottom: 1px #eee solid;
}
.manage-stud img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.manage-share h4 {
  line-height: 50px;
  font-size: 14px;
  color: #157ed9;
}
.manage-share .manage-sinp {
  float: left;
  width: 398px;
  height: 38px;
  border-radius: 3px;
  border: 1px #ddd solid;
  line-height: 38px\9;
  *line-height: 38px;
  font-size: 12px;
  color: #666;
  text-indent: 10px;
}
.manage-share .manage-sbtm {
  float: left;
  height: 40px;
  padding: 0 20px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #157ed9;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.manage-share .manage-sbtm:hover {
  background: #1e90f2;
  color: #fff;
}
.manage-share .manage-btn {
  margin-top: 20px;
}
.manage-share .manage-btn a {
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ddd solid;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}
.manage-share .manage-btn a i {
  margin-right: 5px;
  font-size: 16px;
  color: #afafaf;
}
.manage-share .manage-btn a.manage-btn1:hover {
  border-color: #2fb266;
  background: #2fb266;
}
.manage-share .manage-btn a.manage-btn2:hover {
  border-color: #ffb932;
  background: #ffb932;
}
.manage-share .manage-btn a:hover {
  color: #fff;
}
.manage-share .manage-btn a:hover i {
  color: #fff;
}

.manage-search {
  position: absolute;
  left: 25px;
}
.manage-search .manage-searchinp, .manage-search .manage-searchbtn {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
}
.manage-search .manage-searchinp {
  width: 248px;
  height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ddd solid;
  font-size: 12px;
  line-height: 28px;
  text-indent: 6px;
}
.manage-search .manage-searchbtn {
  height: 30px;
  padding: 0 10px;
  margin-left: 5px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #157ed9;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.manage-search .manage-searchbtn:hover {
  background: #1e90f2;
  color: #fff;
}
.manage-search span {
  margin-left: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}

.tabl2-end {
  position: relative;
}
.tabl2-end table {
  top: 30px;
}

.my-set2 {
  width: 50%;
  padding-top: 50px;
  margin: 0 auto;
}
.my-set2 .my-set2a1 {
  display: inline-block;
  padding: 0 25px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #157ed9;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.my-set2 .my-set2a1:hover {
  background: #1e90f2;
  color: #fff;
}

.my-set2p {
  height: 320px;
  position: relative;
  padding-left: 352px;
  margin-top: 20px;
}

.my-set2p1 {
  width: 320px;
  height: 320px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  position: absolute;
  left: 0;
}

.my-set2p2 {
  width: 100px;
  height: 100px;
}
.my-set2p2 img {
  width: 100px;
  height: 100px;
}

.class-sure {
  text-align: center;
  margin-top: 20px;
}
.class-sure a {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #8abeec;
  display: inline-block;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/*增加院校导航 081227*/
.schools1 {
  font-size: 14px;
  line-height: 28px;
  padding: 40px 80px 20px;
}

.map {
  position: relative;
  width: 856px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.citybg {
  position: absolute;
  display: none;
  z-index: 3;
}

.city a.active .citybg {
  display: block;
  z-index: 3;
}

.sub-mem-menu {
  font-size: 16px;
  font-weight: bold;
  margin: 0 30px;
  background: #f5f5f5;
  line-height: 36px;
  padding-left: 15px;
  color: #3366cc;
}

.map-more {
  color: #5b5a5a;
  position: absolute;
  right: -45px;
  top: 0;
  font-weight: bold;
}
.map-more:hover {
  color: #3366cc;
}

.city1 {
  position: absolute;
}

.add-city {
  width: 77px;
  height: 20px;
  background: url(../images/map/mapadd.png) no-repeat;
  position: absolute;
  right: 52px;
  bottom: 40px;
  padding-top: 88px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 4px;
}
.add-city:hover {
  background: url(../images/map/mapaddh.png) no-repeat;
}

.per-form-sex {
  padding-top: 7px;
}
.per-form-sex label {
  display: inline-block;
  cursor: pointer;
  padding-left: 22px;
  color: #333;
  margin-right: 20px;
}
.per-form-sex label.r_on, .per-form-sex label.r_on:hover {
  background: url(../images/radio-selected.png) left center no-repeat;
  color: #0084ff;
}
.per-form-sex .label_radio {
  background: url(../images/radio-default.png) left center no-repeat;
  font-size: 16px;
}
.per-form-sex .label_radio:hover {
  background: url(../images/radio-hover.png) left center no-repeat;
  color: #0084ff;
}
.per-form-sex .label_radio input {
  position: absolute;
  left: -99999px;
}

.add-set .myselect {
  width: 119px;
  float: left;
}

/*190304*/
.add-zy {
  margin: 0 15px;
}

.add-box1 {
  height: 200px;
  position: relative;
  padding: 15px 15px 15px 195px;
  border: 1px solid #eee;
  margin-left: 15px;
  margin-right: 15px;
}
.add-box1 img {
  width: 156px;
  height: 200px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.add-box1 h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.add-box1 .price {
  position: absolute;
  bottom: 20px;
}
.add-box1 .add {
  position: absolute;
  bottom: 18px;
  right: 15px;
}
.add-box1 .add i {
  font-size: 18px;
}

.add-newTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  background: #eee;
}

.add-w1, .add-w2, .add-w3 {
  float: left;
}

.add-w1 {
  width: 60%;
}
.add-w1 p, .add-w1 h2 {
  padding-left: 18px;
}

.add-w2 {
  width: 22%;
  text-align: center;
}

.add-w3 {
  width: 18%;
  text-align: center;
}

.add-newLi {
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px dotted #cecece;
  color: #888;
}
.add-newLi h2 {
  font-size: 14px;
  color: #666;
  position: relative;
  color: #666;
}
.add-newLi h2 i {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 3px;
}
.add-newLi h2 a i {
  background: #c3c3c3;
}
.add-newLi h2 a:hover i {
  background: #3366cc;
}

.btn-btn1 {
  background: #3caaf1;
}
.btn-btn1:hover {
  background: #1d8ad1;
}

.sub-zc {
  width: 88px;
  height: 32px;
  text-align: center;
  margin-top: 10px;
  line-height: 32px;
  color: #fff;
}
.sub-zc:hover {
  color: #fff;
}

.add-menu {
  text-align: center;
  position: relative;
}
.add-menu h4 {
  font-size: 24px;
  line-height: 30px;
}
.add-menu span {
  width: 490px;
  height: 30px;
  background: url(../images/menubg1.png) center repeat-x;
  position: absolute;
  top: 0;
}
.add-menu span.menu-span1 {
  left: 0;
}
.add-menu span.menu-span2 {
  right: 0;
}

.add-new-ind1 ul li {
  font-size: 14px;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}
.add-new-ind1 ul li a i {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 3px;
  background: #acabab;
}
.add-new-ind1 ul li a:hover i {
  background: #3366cc;
}
.add-new-ind1 ul li span {
  color: #999;
}
.add-new-ind1 h4 {
  text-align: right;
  margin-top: 12px;
}
.add-new-ind1 h4 a {
  color: #999;
}
.add-new-ind1 h4 a:hover {
  color: #3366cc;
}

.add-newLi1 {
  width: 330px;
  margin: 18px 15px 10px;
  padding: 15px 15px 20px;
  background: #f5f5f5;
  float: left;
  cursor: pointer;
}
.add-newLi1 h2 {
  font-size: 16px;
  line-height: 24px;
  height: 66px;
}
.add-newLi1 p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  color: #888;
  height: 120px;
}
.add-newLi1 h4 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
  color: #999;
}
.add-newLi1:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
}

.add-new-ind2, .add-scroll {
  padding: 0 15px;
}
.add-new-ind2 .bd ul, .add-scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.add-new-ind2 .hd, .add-scroll .hd {
  overflow: hidden;
  height: 30px;
  text-align: center;
  margin-top: 12px;
}
.add-new-ind2 .hd ul, .add-scroll .hd ul {
  overflow: hidden;
  zoom: 1;
}
.add-new-ind2 .hd ul li, .add-scroll .hd ul li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.add-new-ind2 .hd ul li.on, .add-scroll .hd ul li.on {
  background: #033282;
}

.add-newLi2 {
  margin: 25px 15px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0 30px;
}
.add-newLi2.add-bg1 {
  background: #6792fd;
}
.add-newLi2.add-bg2 {
  background: #ef4f3f;
}
.add-newLi2.add-bg3 {
  background: #58ddfe;
}
.add-newLi2.add-bg4 {
  background: #9194ff;
}
.add-newLi2 img {
  width: 90px;
  height: 82px;
}
.add-newLi2 a h2 {
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
}
.add-newLi2:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.add-news-article {
  font-size: 14px;
  line-height: 28px;
}

.add-ts1 ul li {
  text-align: center;
  padding-bottom: 30px;
}
.add-ts1 ul li img {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
  margin-top: 35px;
}
.add-ts1 ul li h2 {
  font-size: 18px;
}

.add-tsLi1 {
  width: 318px;
  margin: 18px 15px 10px;
  padding: 20px 21px 20px;
  background: #f5f5f5;
  float: left;
  cursor: pointer;
}
.add-tsLi1 .add-tsLi1pic {
  width: 318px;
  height: 214px;
  overflow: hidden;
}
.add-tsLi1 .add-tsLi1pic img {
  width: 318px;
  height: 214px;
}
.add-tsLi1 h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}
.add-tsLi1 p {
  font-size: 14px;
  min-height: 48px;
  line-height: 24px;
  color: #888;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.add-tsLi1 h4 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
  color: #999;
}
.add-tsLi1:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
}

.add-dk1 {
  height: 236px;
  position: relative;
  padding-left: 262px;
}
.add-dk1m {
  width: 262px;
  height: 236px;
  background: url(../images/add-dk-menu.jpg) no-repeat;
  position: absolute;
  left: 0;
}
.add-dk1m a {
  width: 130px;
  height: 38px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: 35px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.add-dk1m a:hover {
  background: #fff;
  color: #3366cc;
}
.add-dk1 ul {
  margin-left: 2px;
}
.add-dk1 ul li {
  width: 194px;
  height: 211px;
  background: #f5f5f5;
  float: left;
  text-align: center;
  margin-left: 25px;
  padding-top: 25px;
  cursor: pointer;
}
.add-dk1 ul li img {
  width: 124px;
  height: 124px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
}
.add-dk1 ul li h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 15px 6px;
}
.add-dk1 ul li p {
  font-size: 14px;
  margin-top: 6px;
  color: #888;
  margin: 0 15px;
}
.add-dk1 ul li:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.add-dkLi {
  width: 210px;
  margin: 18px 12px 10px;
  float: left;
  cursor: pointer;
}
.add-dkLipic {
  width: 175px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.add-dkLipic img {
  width: 175px;
  height: 210px;
}
.add-dkLipic .add-mask {
  top: 174px;
  bottom: 0;
}
.add-dkLipic .add-mask .add-dkLibtn {
  bottom: -60px;
}
.add-dkLipic:hover .add-mask {
  height: 210px;
  top: 0;
  bottom: 0;
}
.add-dkLipic:hover .add-mask h2 {
  padding: 10px 0;
}
.add-dkLipic:hover .add-mask .add-dkLibtn {
  bottom: 15px;
}

.add-mask {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 12px;
}
.add-mask h2 {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}
.add-mask h2 a {
  color: #fff;
  position: relative;
}
.add-mask p {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  color: #bcbcbc;
}

.add-dkLibtn {
  width: 102px;
  height: 30px;
  position: absolute;
  border: 1px solid #c0c0c0;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #c0c0c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.add-dkLibtn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.add-dk2 {
  background: #f9f9f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
}
.add-dk2 ul li {
  line-height: 36px;
  position: relative;
  padding-left: 20px;
  padding-right: 440px;
}
.add-dk2 ul li span, .add-dk2 ul li .add-dk2-ly {
  color: #888;
  position: absolute;
  top: 0;
  line-height: 36px;
}
.add-dk2 ul li span {
  right: 0;
}
.add-dk2 ul li .add-dk2-ly {
  left: 780px;
}
.add-dk2 ul li a i {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #acabab;
}
.add-dk2 ul li a:hover i {
  background: #3366cc;
}

.add-form1 {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
}

.add-form2 {
  height: 38px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #f9f9f9;
  line-height: 38px;
  padding-left: 10px;
}
.add-form2 a {
  margin-right: 15px;
  color: #777;
}
.add-form2 a i {
  margin-right: 3px;
  vertical-align: -1px;
}
.add-form2 a:hover {
  color: #3366cc;
}
.add-form2 a.add-form2-btn {
  background: #1092ec;
  display: inline-block;
  width: 68px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  color: #fff;
}
.add-form2 a.add-form2-btn:hover {
  background: #3366cc;
  color: #fff;
}

.add-text {
  width: 100%;
  font-size: 13px;
  line-height: 26px;
  color: #999;
}
.add-text.add-text-h1 {
  height: 96px;
}
.add-text.add-text-h2 {
  height: 260px;
}

.add-wdLi {
  position: relative;
  min-height: 72px;
  padding-left: 96px;
  border-bottom: 1px dotted #e6e6e6;
  padding-bottom: 18px;
  margin-top: 20px;
}
.add-wdLi img {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
.add-wdLi h2 {
  font-size: 18px;
  line-height: 36px;
}
.add-wdLi h2 span {
  font-size: 16px;
  color: #999;
  margin-left: 5px;
}
.add-wdLi h2 a {
  color: #333;
  font-weight: bold;
}
.add-wdLi h2 a:hover {
  color: #3366cc;
}
.add-wdLi .add-wdLip1 {
  font-size: 14px;
  line-height: 22px;
}
.add-wdLi .add-wdLip2 {
  font-size: 14px;
  line-height: 22px;
  color: #888;
  margin-top: 3px;
}
.add-wdLi .add-wdLip2 span {
  color: #1092ec;
  font-weight: bold;
}

.add-wdoption {
  color: #c1c1c1;
  margin-top: 10px;
}
.add-wdoption ul {
  width: 160px;
}
.add-wdoption ul li {
  float: left;
  text-align: right;
}
.add-wdoption ul li a {
  color: #c1c1c1;
}
.add-wdoption ul li a i {
  margin-right: 3px;
  vertical-align: -1px;
}

.add-left2, .add-rigt2 {
  min-height: 680px;
}

.add-left2 {
  width: 896px;
}

.add-rigt2 {
  width: 284px;
}
.add-rigt2 h3 {
  font-size: 16px;
  line-height: 52px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  color: #3366cc;
  font-weight: bold;
}
.add-rigt2 h3 i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -1px;
}

.sub-dakas1 {
  position: relative;
  padding-top: 25px;
  padding-left: 243px;
}
.sub-dakas1 img {
  width: 218px;
  height: 218px;
  position: absolute;
  left: 0;
}
.sub-dakas1 h2 {
  height: 30px;
  font-size: 24px;
  padding: 20px 0;
  line-height: 30px;
  color: #3366cc;
  font-weight: bold;
}
.sub-dakas1 h2 span {
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #3366cc;
  margin-left: 20px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 3px;
  color: #3366cc;
  font-weight: normal;
}
.sub-dakas1 .sub-dakas1-article {
  font-size: 14px;
  line-height: 24px;
}

.teachLi {
  position: relative;
  min-height: 70px;
  margin: 20px 15px 0;
  padding-left: 90px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.teachLi img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
}
.teachLi h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.teachLi p {
  font-size: 12px;
  line-height: 18px;
  color: #888;
}

/*# sourceMappingURL=style.css.map */
