* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

html, body {
  font-family: 'Microsoft YaHei';
  background: #fff;
  min-width: 1200px;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}
.clear:after{
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.clear{
  zoom:1;
}
.clear {
  clear: both;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}

.page-container {
  width: 100%;
  background: #f5f5f5;
  padding: 45px 0;
}

.bold {
  font-weight: 600;
}

.main-color {
  color: #2854ad;
}

.main-color-light {
  color: #4e7dab;
}

.download-btn {
  color: #2854ad;
  display: inline-block;
  background: #efefef;
  border: 1px solid #dbdbdb;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 3px;
}

.download-btn:hover {
  background: #e0e0e0;
}

img {
  outline: none;
  border: none;
}

/****** site-header start ******/
.site-header {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}

.site-header .logo {
  float: left;
  width: 575px;
  height: 79px;
  float: left;
  margin-top: 20px;
  display: block;
}

.header-right {
  float: right;
}

.search-wrap {
  width: 450px;
  height: 45px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  position: relative;
  margin-top: 37px;
  float: right;
}

.search-wrap .search-input {
  border: none;
  outline: none;
  font-size: 18px;
  color: #333;
  height: 45px;
  line-height: 45px;
  width: 345px;
  margin-left: 15px;
}

.search-wrap .search-btn {
  width: 80px;
  height: 47px;
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  background: #2854ad url("../img/icon-search.jpg") no-repeat center center;
}

.advance-search {
  font-size: 18px;
  font-weight: 600;
  color: #2451a6;
  text-decoration: underline;
  height: 120px;
  line-height: 120px;
  display: block;
  float: right;
  margin-left: 28px;
}

.panel {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

/****** site-header end ******/

/****** site-nav start ******/
.site-nav {
  width: 100%;
  height: 48px;
  background: #2653ad;
  overflow: hidden;
}

.site-nav a {
  font-size: 18px;
  color: #fff;
}

.site-nav .navs {
  float: left;
}

.site-nav .nav {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: left;
}

.site-nav .nav:hover {
  background: #426ec7;
}

.site-nav .login-btn {
  display: block;
  float: right;
  width: 220px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-left: 1px solid #426ec7;
}

.site-nav .login-btn:hover {
  background: #426ec7;
}

.site-nav .login-btn img {
  position: relative;
  top: 3px;
}

/****** site-nav end ******/

/****** site-footer start ******/
.site-footer {
  width: 100%;
  height: 240px;
  background: #313131;
}

.site-footer .contacts {
  font-size: 16px;
  color: #adadad;
  padding: 35px 0 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #525252;
}

.site-footer .contact {
  display: block;
  float: left;
  padding: 0 90px 0 50px;
  height: 39px;
  line-height: 39px;
  background: url("../img/icon-address.png") no-repeat left center;
}

.site-footer .contact a {
  color: #adadad;
}

.site-footer .contact-address {
  background-image: url("../img/icon-address.png");
}

.site-footer .contact-post-code {
  background-image: url("../img/icon-post-codel.png");
}

.site-footer .contact-tel {
  background-image: url("../img/icon-tel.png");
}

.site-footer .contact-email {
  background-image: url("../img/icon-email.png");
}

.site-footer .site-info {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
}

.site-footer .site-info p {
  margin-bottom: 20px;
}

/****** site-footer end ******/

/****** platform start ******/
.platform {
  padding-bottom: 70px;
}

.platform .hd {
  height: 85px;
  padding-top: 60px;
  text-align: center;
}

.platform .bd {
  text-align: center;
}

.platform .platform-link {
  display: inline-block;
  font-size: 18px;
  color: #2451a6;
  width: 274px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  margin: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.platform .platform-link:hover {
  border: 1px solid #80c0f0;
}

/****** platform end ******/

/****** page-banner start ******/
.page-banner {
  width: 100%;
  height: 255px;
  background: url("../img/talent-banner.jpg") no-repeat center center;
}

.page-banner .inner {
  height: 255px;
  position: relative;
}

.page-banner .breadcrumb {
  height: 42px;
  line-height: 42px;
  max-width: 380px;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  background: url("../img/icon-focus.png") no-repeat left center;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-banner .breadcrumb a {
  font-size: 14px;
  color: #333;
}

.page-banner .breadcrumb a:hover {
  text-decoration: underline;
}

/****** page-banner-kp start ******/

.page-banner-kp {
  width: 100%;
  height: 255px;
  background: url("../img/talent-banner-kp.jpg") no-repeat center center;
}

.page-banner-kp .inner {
  height: 255px;
  position: relative;
}

.page-banner-kp .breadcrumb {
  height: 42px;
  line-height: 42px;
  max-width: 380px;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  background: url("../img/icon-focus.png") no-repeat left center;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-banner-kp .breadcrumb a {
  font-size: 14px;
  color: #333;
}

.page-banner-kp .breadcrumb a:hover {
  text-decoration: underline;
}

/****** page-banner-kp end ******/

/****** page-sidebar start ******/
.page-sidebar {
  width: 275px;
  margin-right: 15px;
  float: left;
}

.page-sidebar .sidebar-panel {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 24px 18px 50px;
  margin-bottom: 18px;
}
.page-sidebar .sidebar-panel .hd {

  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.page-sidebar .resource-theme-category .bd,
.page-sidebar .resource-theme-category .bd * {
  position: relative;
  z-index: 2;
}

.page-sidebar .resource-theme-category .bd:after,
.page-sidebar .resource-theme-category .bd .category:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 10px;
  bottom: 10px;
  left: 17px;
  border-left: 1px dashed #c1c1c1;
  z-index: 1;
}

.page-sidebar .resource-theme-category .bd .category:after {
  left: 45px;
  top: 22px;
  bottom: 18px;
}

.page-sidebar .resource-theme-category .bd .category h5:after,
.page-sidebar .resource-theme-category .bd .sub-category:after {
  content: '';
  display: block;
  position: absolute;
  left: 46px;
  top: 50%;
  width: 16px;
  height: 0;
  border-bottom: 1px dashed #c1c1c1;
}

.page-sidebar .resource-theme-category .bd .category h5:after {
  left: 25px;
  width: 13px;
}

.page-sidebar .resource-theme-category .bd .category:last-child .sub-category-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 17px;
  top: -9px;
  bottom: 0;
  background: #fff;
}

.page-sidebar .resource-theme-category .curr-category {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  background: url("../img/icon-folder.jpg") no-repeat 5px center;
  padding-left: 40px;
  margin-bottom: 8px;
}

.page-sidebar .resource-theme-category .category {
  margin-bottom: 8px;
}

.page-sidebar .resource-theme-category .category h5 {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  background: url("../img/icon-right.jpg") no-repeat 40px center;
  padding-left: 60px;
  position: relative;
  height: 30px;
  line-height: 30px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-sidebar .resource-theme-category .category .switch {
  position: absolute;
  left: 12px;
  top: 9px;
  width: 12px;
  height: 12px;
  background: url("../img/icon-plus.jpg") no-repeat left top;
}

.page-sidebar .resource-theme-category .category.on .switch {
  background-image: url("../img/icon-minus.jpg");
}

.page-sidebar .resource-theme-category .category .sub-category-list {
  display: none;
}

.page-sidebar .resource-theme-category .category.on .sub-category-list {
  display: block;
}

.page-sidebar .resource-theme-category .category.on h5 {
  background-image: url("../img/icon-down.jpg");
}

.page-sidebar .resource-theme-category .sub-category {
  color: #666;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 100px;
  background: url("../img/icon-folder-sub.jpg") no-repeat 65px center;
}

.page-sidebar .resource-type .type {
  height: 42px;
  line-height: 42px;
  background: url("../img/icon-document.jpg") no-repeat 3px center;
  padding-left: 36px;
  font-size: 18px;
  color: #000;
  display: block;
}

.page-sidebar .resource-type .type.type-document {
  background-image: url("../img/icon-document.jpg");
}

.page-sidebar .resource-type .type.type-pic {
  background-image: url("../img/icon-pic.jpg");
}

.page-sidebar .resource-type .type.type-video {
  background-image: url("../img/icon-video.jpg");
}

.page-sidebar .resource-type .type.type-other {
  background-image: url("../img/icon-other.jpg");
}

.page-sidebar .resource-type .type .num {
  font-size: 18px;
  color: #2c57af;
  font-weight: 600;
}

.page-sidebar .videos {
  padding-bottom: 20px;
}

.page-sidebar .videos .video-wrap {
  display: block;
  overflow: hidden;
  width: 230px;
  margin: 0 auto 20px;
}

.page-sidebar .videos .video-pic {
  width: 230px;
  height: 145px;
  position: relative;
}

.page-sidebar .videos .video-pic img {
  max-width: 230px;
  max-height: 145px;
}

.page-sidebar .videos .video-pic .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

.page-sidebar .videos .video-pic .video-btn img {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 43px;
  height: 33px;
}

.page-sidebar .videos .video-name {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.page-sidebar .documents {
  padding-bottom: 30px;
}

.page-sidebar .documents .hd {
  margin-bottom: 10px;
}

.page-sidebar .documents .document {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 10px 10px 10px 20px;
  display: block;
  background: url("../img/icon-list-style.png") no-repeat left 20px;
  border-bottom: 1px dashed #ebebeb;
}

.page-sidebar .documents .document:hover {
  background-color: #f8f8f8;
}

.page-sidebar .keywords .bd {
  width: 100%;
  height: 170px;
  font-size: 6px !important;
}

/****** page-sidebar end ******/

/****** page-main start ******/
.page-main {
  width: 910px;
  float: right;
}

.page-main .page-main-hd {
  height: 60px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  border-bottom: 2px solid #2854ad;
  margin-bottom: 15px;
}

.page-main .page-main-hd h4 {
  padding-left: 52px;
  background: url("../img/icon-cube.jpg") no-repeat 26px center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #2854ad;
}

/****** page-main end ******/

/****** cover-container end ******/
.cover-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/cover-bg.jpg") no-repeat center center;
}

.cover-container .cover-logo {
  padding: 190px 0 60px;
  height: 88px;
  display: block;
}

.cover-container .cover-logo img {
  height: 88px;
}

.cover-container .modules {
  position: relative;
  width: 1200px;
  height: 478px;
}

.cover-container .module {
  position: absolute;
}

.cover-container .module-resource {
  left: 0;
  right: 0;
}

.cover-container .module-kepu {
  left: 0;
  top: 285px;
}

.cover-container .module-survey {
  left: 202px;
  top: 0;
}

.cover-container .module-meet {
  left: 203px;
  top: 202px;
}

.cover-container .module-zhiku {
  left: 606px;
  top: 0;
}

.cover-container .module-volunteer {
  left: 404px;
  top: 203px;
}

.cover-container .module-society {
  left: 809px;
  top: 0;
}

.cover-container .module-project {
  left: 809px;
  top: 296px;
}

/****** cover-container end ******/

/****** pager start ******/
.pager {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 50px 0;
}

.pager .page-item {
  display: inline-block;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 8px 10px;
  line-height: 1;
  margin: 0 3px;
}

.pager .page-item:hover {
  background-color: #f8f8f8;
}

.pager .page-prev {
  padding-left: 20px;
  background: #fff url("../img/page-arrow-left.jpg") no-repeat 6px center;
}

.pager .page-next {
  padding-right: 20px;
  background: #fff url("../img/page-arrow-right.jpg") no-repeat 59px center;
}

.pager .page-last {
}

.pager .page-num {
}

.pager .page-num.on {
  color: #2854ad;
  border-color: #2854ad;
}

.pager .dot {
}

/****** pager end ******/

/* 高级搜索 */
.fl_box{
  width: 100%;
  height: 150px;
  background-color: #EFEFEF;
  display: none;
}
.fl_box .fl{
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}
.fl_box .fl .l_hz{
    float: left;
    width: 766px;
    height: 150px;
    margin-left: 65px;
}
.fl_box .fl .l_hz ul{
    height: 50px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    padding-top: 25px;
}
.fl_box .fl .l_hz ul:last-child{
    border-bottom: none;
    padding-top: 0;
}
.fl_box .fl .l_hz ul li{
    float: left;
    margin-right: 50px;
}
.fl_box .fl .l_hz ul li:first-child{
    font-weight: 700;
}
.fl_box .fl .l_hz ul li a:hover{
    text-decoration: underline;
    color: blue;
}
.fl_box .fl .l_hz ul li a {
    font-size: 15px;
}
.fl_box .fl .qr{
  border: none;
  width: 127px;
  height: 43px;
  background-color: #2854AD;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  margin-top: 56px;
  margin-left: 82px;
  outline:medium;
}
.fl_box .fl .r_hz{
  float: right;
  width: 36px;
  height: 36px;
  margin-top: 60px;
}
/* 搜索结果 */

.page-main_ss {
  width: 1200px;
  float: right;
}

.page-main_ss .page-main-hd {
  height: 60px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  border-bottom: 2px solid #2854ad;
  margin-bottom: 15px;
}

.page-main_ss .page-main-hd h4 {
  padding-left: 52px;
  background: url("../img/icon-cube.jpg") no-repeat 26px center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #2854ad;
}

.qb_box{
  width: 1200px;
  height: 40px;
}
.qb_box ul li{
  width:120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  font-size: 18px;
}
.qb_box ul li a span{
    color: #2854AD;
    font-weight: 700;
    font-size: 14px;
}
.qb_box ul li:hover{
  width: 120px;
  height: 40px;
  background-color: #2854AD;
}
.qb_box ul .on{
  width: 120px;
  height: 40px;
  background-color: #2854AD;
}
.qb_box ul .on a{
  color: #fff;
  font-weight: 700;
}
.qb_box ul .on a span{
  color: #fff;
}
.qb_box ul li:hover a{
  color: #fff;
  font-weight: 700;
}
.qb_box ul li:hover a span{
  color: #fff;
}
.tj_box{
  width: 1200px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 26px;
}
.tj_box .sp1{
    font-size: 18px;
    color: #2854AD;
    font-weight: 700;
    padding-left: 22px;
    padding-right: 40px;
}
.lb_tw{
  width: 1200px;
  height: 210px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
}
.lb_tw h3{
  color: #2854AD;
  font-size: 20px;
  margin-top: 30px;
  margin-left: 30px;
}
.lb_tw .p1{
    margin-top: 25px;
    margin-left: 30px;
    text-indent: 2em;
    line-height: 30px;
    padding-right: 30px;
}
.lb_tw .p2{
    margin-left: 30px;
    margin-top: 20px;
    color: #BFBFBF;
    background: url(../img/icon-time.png) no-repeat left;
    padding-left: 28px;
}
.lb_tw .tp{
    width: 128px;
    height: 128px;
    float: left;
    background: url(../img/lb_tp.png) no-repeat;
    margin-left: 30px;
    margin-top: 30px;
}
.lb_tw  .wz{
   margin-left: 135px;
}

/* 登录 */
.dl_box{
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
}
.dl_content{
    width: 1200px;
    height: 592px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 54px;
}
.dl_content .l_left{
    width: 568px;
    height: 544px;
    margin-left: 70px;
    border-right: 1px dashed #ccc;
    float: left;
}
.dl_content .l_left h3{
    color: #2854AD;
    padding-top: 27px;
}
.dl_content .l_left .yhm{
  width: 467px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ccc;
  margin-top: 37px;
}
.dl_content .l_left .yhm input{
  border: none;
  width: 340px;
  height: 45px;
  outline:medium;
}
.dl_content .l_left .yhm span{
    display: inline-block;
    width: 123px;
    height: 52px;
    line-height: 52px;
    background-color: #F8F8F8;
    text-align: center;
    border-right: 1px solid #ccc;
}
.dl_content .l_left .ewm{
  width: 467px;
  margin-top: 37px;
}
.dl_content .l_left .ewm .yzm{
  width: 304px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ccc;
  float: left;
}
.dl_content .l_left .ewm .yzm input{
    border: none;
    width: 180px;
    height: 45px;
    outline: medium;
}
.dl_content .l_left .ewm .yzm span{
    display: inline-block;
    width: 123px;
    height: 52px;
    line-height: 52px;
    background-color: #F8F8F8;
    text-align: center;
    border-right: 1px solid #ccc;
}
.dl_content .l_left .ewm .img{
  float: right;
}
.dl_content .l_left .dxk{
  width: 100px;
  height: 52px;
  margin-top: 37px;
}
.dl_content .l_left .dl_btn{
  width: 467px;
  height: 52px;
}
.dl_content .l_left .dl_btn input{
  border: none;
  width: 467px;
  height: 52px;
  line-height: 52px;
  background-color: #2854AD;
  color: #fff;
  font-size: 20px;
  outline: medium;
}
.dl_content .r_right{
  width: 530px;
  height: 544px;
  float: right;
}
.dl_content .r_right .top_hz{
  width: 530px;
  height: 152px;
}
.dl_content .r_right .top_hz .p1{
    font-size: 18px;
    margin-top: 30px;
    color: #000;
    margin-left: 30px;
}
.dl_content .r_right .top_hz .zczh{
    width: 230px;
    height: 48px;
    border: none;
    background-color: #2854AD;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 30px;
}
.dl_content .r_right .top_hz .p2{
  margin-top: 30px;
  margin-left: 30px;
}
.dl_content .r_right .top_hz .p2 a{
     color: #2854AD;
}
.dl_content .r_right .bottom_hz{
    width: 512px;
    height: 478px;
    margin-top: -10px;
}

/* 个人信息 */
.dqwz_box{
  width: 1200px;
  height: 22px;
  line-height: 60px;
  margin: 0 auto;
}
.dqwz_box .dqwz{
    width: 225px;
    height: 50px;
    float: right;
}
.dqwz_box .dqwz span{
    display: inline-block;
    background: url(../img/icon-focus.png) no-repeat left;
    padding-left: 27px;
}
.dqwz_box .dqwz a{
      margin-right: 5px;
}
.dqwz_box .dqwz a:hover{
  color: red;
}
.grxx_box{
  width: 100%;
  height: 830px;
  background-color: #F5F5F5;
}
.grxx_content{
  width: 1200px;
  height: 720px;
  margin: 0px auto;
}
.grxx_content .l_grzx{
  float: left;
  width: 277px;
  height: 718px;
}
.grxx_content .l_grzx .top{
    width: 275px;
    height: 278px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
  margin-top: 27px;

}
.grxx_content .l_grzx .top h3{
  width: 219px;
  height: 33px;
  line-height: 25px;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #2854AD;
  background: url(../img/grzx01.jpg) no-repeat left;
  padding-left: 38px;
  margin-left: 20px;
}
.grxx_content .l_grzx .top ul{
  width: 277px;
  height: 220px;
}
.grxx_content .l_grzx .top ul .line1{
    background: url(../img/grzx02_xg.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
    background-position-y:10px;
}
.grxx_content .l_grzx .top ul .line2{
    background: url(../img/grzx03.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.grxx_content .l_grzx .top ul .line3{
    background: url(../img/grzx04.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.grxx_content .l_grzx .top ul .line4{
    background: url(../img/grzx05.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.grxx_content .l_grzx .top ul li:hover{
  background-color: #2854AD;
}
.grxx_content .l_grzx .top ul .on{
    background-color: #2854AD;
}
.grxx_content .l_grzx .top ul .on a{
  color: #fff;
}
.grxx_content .l_grzx .top ul li{
    width: 275px;
    height: 52px;
    line-height: 52px;
}
.grxx_content .l_grzx .top ul .line1:hover,
.grxx_content .l_grzx .top ul .line1.on{
    background: url(../img/grzx02.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 65px;
    background-position-y:10px;
}
.grxx_content .l_grzx .top ul .line2:hover,
.grxx_content .l_grzx .top ul .line2.on{
    background: url(../img/grzx03_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.grxx_content .l_grzx .top ul .line3:hover,
.grxx_content .l_grzx .top ul .line3.on{
    background: url(../img/grzx04_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.grxx_content .l_grzx .top ul .line4:hover,
.grxx_content .l_grzx .top ul .line4.on{
    background: url(../img/grzx05_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.grxx_content .l_grzx .top ul li:hover a{
    color: #fff;
    
}
.grxx_content .l_grzx .top ul li a{
    color: #2854AD;
    font-size: 20px;
    display: inline-block;
}
.grxx_content .r_grxx{
  float: right;
  width: 910px;
  height: 718px;
}
.r_grxx .title{
  width: 910px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #dcdcdc;
  border-bottom: 2px solid #2854ad;
  border-radius: 5px;
  background-color: #fff;
}
.r_grxx .title h3{
  color: #2854AD;
  background: url(../img/icon-cube.jpg) no-repeat 26px center;
  padding-left: 56px;
  font-size: 18px;
  font-weight: bold;
}
.r_grxx .xm_box{
    width: 910px;
    height: 645px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-top: 15px;
}
.r_grxx .xm_box .xm_content{
    width: 610px;
    height: 581px;
    margin-top: 64px;
    margin-left: 90px;
}
.r_grxx .xm_box .xm_content span{
    display: inline-block;
    width: 95px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 19px;
    color: #000;

}
.r_grxx .xm_box .xm_content .ipt1{
    border: none;
    width: 306px;
    height: 47px;
    border: 1px solid #dcdcdc;
    background-color: #FBFBFB;
    font-size: 19px;
    color: #666;
    padding-left: 20px;
      outline: medium;

}
.r_grxx .xm_box .xm_content .ipt2{
  border: none;
  color: #666;
  font-size: 19px;
    outline: medium;

}
.r_grxx .xm_box .xm_content .ipt3{
    border: none;
    width: 387px;
    height: 47px;
    border: 1px solid #dcdcdc;
    background-color: #FBFBFB;
    font-size: 19px;
    color: #666;
    padding-left: 20px;
      outline: medium;

}
.r_grxx .xm_box .xm_content .ipt4{
    border: none;
    width: 287px;
    height: 47px;
    border: 1px solid #dcdcdc;
    background-color: #FBFBFB;
    font-size: 19px;
    color: #666;
    padding-left: 20px;
      outline: medium;

}
.r_grxx .xm_box .xm_content .ipt5{
    border: none;
    width: 491px;
    height: 47px;
    border: 1px solid #dcdcdc;
    background-color: #FBFBFB;
    font-size: 19px;
    color: #666;
    padding-left: 20px;
      outline: medium;

}
.r_grxx .xm_box .xm_content .gd{
  height: 50px;
  margin-bottom: 20px;
}
.r_grxx .xm_box .xm_content .anniu{
    margin-left: 95px;
    margin-top: 75px;
}
.r_grxx .xm_box .xm_content .anniu input{
   border: none;
   width: 194px;
   height: 48px;
   line-height: 48px;
   margin-right: 37px;
   font-size: 19px;
     outline: medium;

}
.r_grxx .xm_box .xm_content .anniu .iptq{
  background-color: #2854AD;
  color: #fff;
}
.r_grxx .xm_box .xm_content .anniu .iptw{
  background-color: #B9B9B9;
  color: #fff;
}
.l_grzx .sidebar-panel {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 24px 18px 50px;
  margin-bottom: 18px;
  margin-top: 15px;
}

.l_grzx .sidebar-panel .hd {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.l_grzx .resource-theme-category .bd,
.l_grzx .resource-theme-category .bd * {
  position: relative;
  z-index: 2;
}

.l_grzx .resource-theme-category .bd:after,
.l_grzx .resource-theme-category .bd .category:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 10px;
  bottom: 10px;
  left: 17px;
  border-left: 1px dashed #c1c1c1;
  z-index: 1;
}

.l_grzx .resource-theme-category .bd .category:after {
  left: 45px;
  top: 22px;
  bottom: 18px;
}

.l_grzx .resource-theme-category .bd .category h5:after,
.l_grzx .resource-theme-category .bd .sub-category:after {
  content: '';
  display: block;
  position: absolute;
  left: 46px;
  top: 50%;
  width: 16px;
  height: 0;
  border-bottom: 1px dashed #c1c1c1;
}

.l_grzx .resource-theme-category .bd .category h5:after {
  left: 25px;
  width: 13px;
}

.l_grzx .resource-theme-category .bd .category:last-child .sub-category-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 17px;
  top: -9px;
  bottom: 0;
  background: #fff;
}

.l_grzx .resource-theme-category .curr-category {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  background: url("../img/icon-folder.jpg") no-repeat 5px center;
  padding-left: 40px;
  margin-bottom: 8px;
}

.l_grzx .resource-theme-category .category {
  margin-bottom: 8px;
}

.l_grzx .resource-theme-category .category h5 {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  background: url("../img/icon-right.jpg") no-repeat 40px center;
  padding-left: 60px;
  position: relative;
  height: 30px;
  line-height: 30px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l_grzx .resource-theme-category .category .switch {
  position: absolute;
  left: 12px;
  top: 9px;
  width: 12px;
  height: 12px;
  background: url("../img/icon-plus.jpg") no-repeat left top;
}

.l_grzx .resource-theme-category .category.on .switch {
  background-image: url("../img/icon-minus.jpg");
}

.l_grzx .resource-theme-category .category .sub-category-list {
  display: none;
}

.l_grzx .resource-theme-category .category.on .sub-category-list {
  display: block;
}

.l_grzx .resource-theme-category .category.on h5 {
  background-image: url("../img/icon-down.jpg");
}

.l_grzx .resource-theme-category .sub-category {
  color: #666;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 100px;
  background: url("../img/icon-folder-sub.jpg") no-repeat 65px center;
}

.l_grzx .resource-type .type {
  height: 42px;
  line-height: 42px;
  background: url("../img/icon-document.jpg") no-repeat 3px center;
  padding-left: 36px;
  font-size: 18px;
  color: #000;
  display: block;
}

.l_grzx .resource-type .type.type-document {
  background-image: url("../img/icon-document.jpg");
}

.l_grzx .resource-type .type.type-pic {
  background-image: url("../img/icon-pic.jpg");
}

.l_grzx .resource-type .type.type-video {
  background-image: url("../img/icon-video.jpg");
}

.l_grzx .resource-type .type.type-other {
  background-image: url("../img/icon-other.jpg");
}

.l_grzx .resource-type .type .num {
  font-size: 18px;
  color: #2c57af;
  font-weight: 600;
}

.l_grzx .videos {
  padding-bottom: 20px;
}

.l_grzx .videos .video-wrap {
  display: block;
  overflow: hidden;
  width: 230px;
  margin: 0 auto 20px;
}

.l_grzx .videos .video-pic {
  width: 230px;
  height: 145px;
  position: relative;
}

.l_grzx .videos .video-pic img {
  max-width: 230px;
  max-height: 145px;
}

.l_grzx .videos .video-pic .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

.l_grzx .videos .video-pic .video-btn img {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 43px;
  height: 33px;
}

.l_grzx .videos .video-name {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.l_grzx .documents {
  padding-bottom: 30px;
}

.l_grzx .documents .hd {
  margin-bottom: 10px;
}

.l_grzx .documents .document {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 10px 10px 10px 20px;
  display: block;
  background: url("../img/icon-list-style.png") no-repeat left 20px;
  border-bottom: 1px dashed #ebebeb;
}

.l_grzx .documents .document:hover {
  background-color: #f8f8f8;
}

.l_grzx .keywords .bd {
  width: 100%;
  height: 170px;
  font-size: 6px !important;
}

/* 注册 */
.jdt{
    width: 338px;
    height: 22px;
    margin-top: 30px;
    margin-left: 77px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.jdt .sp1{
    width: 106px;
    height: 11px;
    background-color: #DCDCDC;
    float: left;
    display: inline-block;
    text-align: center;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.jdt span{
    margin-top: 3px;
    margin-left: 5px;
}
.jdt span a{
    margin-top: 20px;
    display: block;
}
.jdt .sp2{
  width: 106px;
  height: 10px;
  background-color: #CACACA;
  float: left;
  display: inline-block;
  text-align: center;
}
.jdt .sp3{
  width: 106px;
  height: 10px;
  background-color: #A1A1A1;
  float: left;
  display: inline-block;
  text-align: center;
  border-bottom-right-radius:5px;
  border-top-right-radius:5px;
}
.dl_box .gd_zj{
   height: 690px !important;
}
/* 修改密码 */
.xgmm_content{
  margin-left: 208px;
}
.xgmm_content .yhm{
  width: 467px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ccc;
  margin-top: 37px;
}
.xgmm_content .yhm input{
  border: none;
  width: 340px;
  height: 45px;
  outline:medium;
}
.xgmm_content .yhm span{
    display: inline-block;
    width: 123px;
    height: 52px;
    line-height: 52px;
    background-color: #F8F8F8;
    text-align: center;
    border-right: 1px solid #ccc;
}
.xgmm_content  .jdt .sp1{
    width: 106px;
    height: 11px;
    background-color: #DCDCDC;
    float: left;
    display: inline-block;
    text-align: center;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.xgmm_content .jdt span{
    margin-top: 3px;
    margin-left: 5px;
}
.xgmm_content .jdt span a{
    margin-top: 20px;
    display: block;
}
.xgmm_content .jdt .sp2{
  width: 106px;
  height: 10px;
  background-color: #CACACA;
  float: left;
  display: inline-block;
  text-align: center;
}
.xgmm_content .jdt .sp3{
  width: 106px;
  height: 10px;
  background-color: #A1A1A1;
  float: left;
  display: inline-block;
  text-align: center;
  border-bottom-right-radius:5px;
  border-top-right-radius:5px;
}
.xgmm_content  .anniu{
    margin-top: 75px;
}
.xgmm_content  .anniu input{
   border: none;
   width: 194px;
   height: 48px;
   line-height: 48px;
   margin-right: 83px;
   font-size: 19px;
     outline: medium;

}
.xgmm_content  .anniu .iptq{
  background-color: #2854AD;
  color: #fff;
}
.xgmm_content  .anniu .iptw{
  background-color: #B9B9B9;
  color: #fff;
}
/* 我的收藏 */
.wdsc_box{
  width: 100%;
  height: 1850px;
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wdsc_box .wdsc_content{
  width: 1200px;
  height: 1850px;
  margin:0 auto;
}
.wdsc_box .wdsc_content .l_grzx{
  width: 276px;
  float: left;
  margin-top: 25px;
}
.wdsc_box .wdsc_content .r_you{
  float: right;
  width: 912px;
}
.wdsc_box .wdsc_content .l_grzx .top{
    width: 275px;
    height: 278px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.wdsc_box .wdsc_content .l_grzx .top h3{
    width: 217px;
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    color: #2854AD;
    background: url(../img/grzx01.jpg) no-repeat left;
    padding-left: 38px;
    margin-left: 20px;
}
.wdsc_box .wdsc_content .l_grzx .top ul{
  width: 277px;
  height: 220px;
}

.wdsc_box .wdsc_content .l_grzx .top ul .line1{
    background: url(../img/grzx02_xg.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
    background-position-y: 10px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line2{
    background: url(../img/grzx03.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line3{
    background: url(../img/grzx04.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line4{
    background: url(../img/grzx05.png) no-repeat left;
    text-align: center;
    background-position-x: 65px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .on{
    background-color: #2854AD;
}
.wdsc_box .wdsc_content .l_grzx .top ul .on a{
  color: #fff;
}
.wdsc_box .wdsc_content .l_grzx .top ul li{
    width: 275px;
    height: 52px;
    line-height: 52px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line1:hover,
.wdsc_box .wdsc_content .l_grzx .top ul .line1.on{
    background: url(../img/grzx02.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 65px;
    background-position-y:10px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line2:hover,
.wdsc_box .wdsc_content .l_grzx .top ul .line2.on{
    background: url(../img/grzx03_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line3:hover,
.wdsc_box .wdsc_content .l_grzx .top ul .line3.on{
    background: url(../img/grzx04_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.wdsc_box .wdsc_content .l_grzx .top ul .line4:hover,
.wdsc_box .wdsc_content .l_grzx .top ul .line4.on{
    background: url(../img/grzx05_xg.png) no-repeat left;
    background-color: #2854AD;
    background-position-x: 60px;
    background-position-y:7px;
}
.wdsc_box .wdsc_content .l_grzx .top ul li:hover a{
    color: #fff;
    
}
.wdsc_box .wdsc_content .l_grzx .top ul li a{
    color: #2854AD;
    font-size: 20px;
    display: inline-block;
}
.wdsc_box .wdsc_content .l_grzx .bottom{
  width: 275px;
  margin-right: 15px;
  float: left;
  margin-top: 15px;
}
.wdsc_box .wdsc_content .l_grzx .sidebar-panel {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 24px 18px 50px;
  margin-bottom: 18px;
}

.wdsc_box .wdsc_content .l_grzx .sidebar-panel .hd {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd,
.wdsc_box .wdsc_content .l_grzx.resource-theme-category .bd * {
  position: relative;
  z-index: 2;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd:after,
.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .category:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 10px;
  bottom: 10px;
  left: 17px;
  border-left: 1px dashed #c1c1c1;
  z-index: 1;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .category:after {
  left: 45px;
  top: 22px;
  bottom: 18px;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .category h5:after,
.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .sub-category:after {
  content: '';
  display: block;
  position: absolute;
  left: 46px;
  top: 50%;
  width: 16px;
  height: 0;
  border-bottom: 1px dashed #c1c1c1;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .category h5:after {
  left: 25px;
  width: 13px;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .bd .category:last-child .sub-category-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 17px;
  top: -9px;
  bottom: 0;
  background: #fff;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .curr-category {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  background: url("../img/icon-folder.jpg") no-repeat 5px center;
  padding-left: 40px;
  margin-bottom: 8px;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category {
  margin-bottom: 8px;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category h5 {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  background: url("../img/icon-right.jpg") no-repeat 40px center;
  padding-left: 60px;
  position: relative;
  height: 30px;
  line-height: 30px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category .switch {
  position: absolute;
  left: 12px;
  top: 9px;
  width: 12px;
  height: 12px;
  background: url("../img/icon-plus.jpg") no-repeat left top;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category.on .switch {
  background-image: url("../img/icon-minus.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category .sub-category-list {
  display: none;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category.on .sub-category-list {
  display: block;
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .category.on h5 {
  background-image: url("../img/icon-down.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-theme-category .sub-category {
  color: #666;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 100px;
  background: url("../img/icon-folder-sub.jpg") no-repeat 65px center;
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type {
  height: 42px;
  line-height: 42px;
  background: url("../img/icon-document.jpg") no-repeat 3px center;
  padding-left: 36px;
  font-size: 18px;
  color: #000;
  display: block;
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type.type-document {
  background-image: url("../img/icon-document.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type.type-pic {
  background-image: url("../img/icon-pic.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type.type-video {
  background-image: url("../img/icon-video.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type.type-other {
  background-image: url("../img/icon-other.jpg");
}

.wdsc_box .wdsc_content .l_grzx .resource-type .type .num {
  font-size: 18px;
  color: #2c57af;
  font-weight: 600;
}

.wdsc_box .wdsc_content .l_grzx .videos {
  padding-bottom: 20px;
}

.wdsc_box .wdsc_content .l_grzx .videos .video-wrap {
  display: block;
  overflow: hidden;
  width: 230px;
  margin: 0 auto 20px;
}

.wdsc_box .wdsc_content .l_grzx .videos .video-pic {
  width: 230px;
  height: 145px;
  position: relative;
}

.wdsc_box .wdsc_content .l_grzx .videos .video-pic img {
  max-width: 230px;
  max-height: 145px;
}

.wdsc_box .wdsc_content .l_grzx .videos .video-pic .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

.wdsc_box .wdsc_content .l_grzx .videos .video-pic .video-btn img {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 43px;
  height: 33px;
}

.wdsc_box .wdsc_content .l_grzx .videos .video-name {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.wdsc_box .wdsc_content .l_grzx .documents {
  padding-bottom: 30px;
}

.wdsc_box .wdsc_content .l_grzx .documents .hd {
  margin-bottom: 10px;
}

.wdsc_box .wdsc_content .l_grzx .documents .document {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 10px 10px 10px 20px;
  display: block;
  background: url("../img/icon-list-style.png") no-repeat left 20px;
  border-bottom: 1px dashed #ebebeb;
}

.wdsc_box .wdsc_content .l_grzx .documents .document:hover {
  background-color: #f8f8f8;
}

.wdsc_box .wdsc_content .l_grzx .keywords .bd {
  width: 100%;
  height: 170px;
  font-size: 6px !important;
}

.wdsc_box .wdsc_content .r_you .title{
  width: 912px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #dcdcdc;
  border-bottom:2px solid #2854AD;
  border-radius: 5px;
  background-color: #fff;
  padding-right: 28px;
  box-sizing: border-box;
}
.wdsc_box .wdsc_content .r_you .title h3{
    float: left;
    background: url(../img/icon-cube.jpg) no-repeat 26px center;
    padding-left: 55px;
    color: #2854AD;
    border-radius: 5px;
}
.wdsc_box .wdsc_content .r_you .title em{
  float: right;
  font-size: 18px;
  color: #2854ad;
  padding-left: 23px;
  font-style: normal;
  cursor: pointer;
  background: url("../img/zz_beijing2.png") left center no-repeat;
}
.wdsc_box .wdsc_content .r_you .title em:hover{
  color: #ff0000;
  background: url("../img/zz_beijing2_2.png") left center no-repeat;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav{
    width: 912px;
    height: auto;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav ul{
  overflow: hidden;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav ul .on a{
  background: url("../img/zz_beijing3.png")  no-repeat center / 100% 100%;
  color: #fff;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav ul .on a span{
  color: #fff;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li{
  float: left;
  text-align: center;
  padding-right: 70px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li:hover a{
  color: #fff;
  background: url("../img/zz_beijing3.png")  no-repeat center / 100% 100%;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li:hover a span{
  color: #fff;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li a{
  display: block;
  font-size: 16px;
  padding:0 20px;
  border: 1px solid #e0e0e0;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li a span{
  font-size: 17px;
  color: #2854AD;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li .zz_li_one{
  position: absolute;
  right:0;
  top:-3px;
  display: none;
  background: none;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li:hover .zz_li_one{
  display: block;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav li:hover .zz_li_one{
  background: none;
}
.zz_li_one em{
    float: left;
    width:32px;
    height:32px;
    font-style: normal;
    margin-top: 10px;
    cursor: pointer;
}
.zz_li_one i{
    float: left;
    width:32px;
    height:32px;
    font-style: normal;
    cursor: pointer;
    margin-top: 10px;
}
.wdsc_box .wdsc_content .r_you .wdsc_nav .zz_li_one:hover{
    background-color: inherit;
    border: none;
}
.zz_inp{
    position: absolute;
    left: 211px;
    bottom: -44px;
    z-index: 99;
    display: none;
}
.zz_inp .zz_inp_div{
    float: left;
    width:204px;
    height:34px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
    padding: 0 9px;
    background: #fff;
    box-sizing: border-box;
}
.zz_inp .zz_inp_div input{
    display: block;
    width:100%;
    height:32px;
    line-height: 32px;
    background: none;
    outline:none;
    border: none;
    font-size: 16px;
    color: #333333;
}
.zz_inp>a{
    float: left;
    width:56px;
    height:34px;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    background: #2855b0;
    text-align: center;
}
.zz_inp>a:hover{
    background: #ff0000;
}

/*遮罩开始*/
.zz_zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    background-color: #000000;
    opacity: 0.4;
    display: none;
    overflow-x: hidden;
}
/*遮罩结束*/