body {
  font-size: 16px;
  color: #333;
  font-family: "microsoft yahei", '微软雅黑';
  /* background-color: #f0f4f7; */
  background: #F8F8F8;
}
.transAll {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* 头部 header */

.header {
  width: 100%;
  background: url(kjt_top_bgimg.png) #10568a center bottom no-repeat;
  color: #fff;
  height: 237px;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}
.header .top-links {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  overflow: hidden;
}
.header .top-links .gh {
  margin-top: 7px;
}

.header .search {
  width: 600px;
  height: 40px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 5px;
}



.header .search .sr {
  display: inline-block;
  float: left;
  width: 510px;
  height: 22px;
  margin-top: 8px;
  margin-left: 20px;
  color: #333;
  background: #fff;
  border: 0;
}
.header .search input::-webkit-input-placeholder {
  color: #66A5C7;
  font-size: 14px;
}
.header .search input:-moz-placeholder {
  color: #66A5C7;
  font-size: 14px;
}
.header .search input::-moz-placeholder {
  color: #66A5C7;
  font-size: 14px;
}
.header .search input:-ms-input-placeholder {
  color: #66A5C7;
  font-size: 14px;
}
.header .search input::-ms-input-placeholder {
  color: #66A5C7;
  font-size: 14px;
}
.header .search input::placeholder {
  color: #66A5C7;
  font-size: 14px;
}

.header .search .btn {
  display: inline-block;
  float: right;
  width: 50px;
  height: 40px;
  /* margin-top: 10px;
  margin-right: 20px; */
  border: none;
  /* background: url(kjt_search_btn.png) no-repeat center center; */
  background: url(kjt_search_btn2.png) rgba(0, 110, 171, 0.6) no-repeat center center;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header .search_hot {
  width: auto;
  text-align: left;
  margin-left: 350px;
  margin-top: 11px;
  font-size: 15px;
}
.header .search_hot a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  /* color: #619FC2;
  margin-right: 12px; */
  color: #fff;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  border-radius: 4px;
}

/* å¯¼èˆª */

.menu {
  width: 100%;
  height: 60px;
  background: #187bb2;
  clear: both;
}
.menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.menu .menu-list a {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 0 28px;
  letter-spacing: 1px;
}

/* 主内容一 */

.box1 {
  height: 350px;
  margin-top: 25px;
}

.box1 .box1_l {
  width: 1040px;
  background-color: #fff;
}
/* 通知公告 */
.box1 .notice {
  width: 550px;
  height: 100%;
  padding-right: 25px;
}
.box1 .notice_tab {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #D1D1D1;
}
.box1 .notice_tab a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  padding: 0px 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.box1 .notice_tab a.cur {
  color: #177BB2;
}
.box1 .notice_tab a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  opacity: 0;
  height: 4px;
  background-color: #177BB2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.box1 .notice_tab a.cur::after {
  opacity: 1;
}
.notice_tab .more {
  float: right;
}
.notice_tab .more a {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: #666666;
}


.box1 .notice_list {
  width: 100%;
  height: 280px;
  padding-top: 10px;
}

.box1 .notice_list ul li,
.track2 ul li,
.track3 ul li, 
.track4 ul li, 
.track5 ul li, 
.track6 ul li {
  width: 100%;
  height: 55px;
  line-height: 55px;
  position: relative;
  border-bottom: 1px dashed #D5D5D5;
}
.box1 .notice_list ul li .spot,
.track2 ul li .spot,
.track3 ul li .spot,
.track4 ul li .spot,
.track5 ul li .spot,
.track6 ul li .spot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  background: #D8D8D8;
  vertical-align: 2px;
}
.box1 .notice_list ul li a,
.track2 ul li a,
.track3 ul li a,
.track4 ul li a,
.track5 ul li a,
.track6 ul li a {
  /* font-family: SourceHanSansCN, SourceHanSansCN; */
  font-weight: 500;
  font-size: 17px;
  color: #363636;
}
.box1 .notice_list ul li a:hover,
.track2 ul li a:hover,
.track3 ul li a:hover,
.track4 ul li a:hover,
.track5 ul li a:hover,
.track6 ul li a:hover {
  color: #177BB2;
}

.box1 .notice_list ul li .time,
.track2 ul li .time,
.track3 ul li .time,
.track4 ul li .time,
.track5 ul li .time,
.track6 ul li .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: rgba(153,153,153,0.68);
}
.box1 .notice_list ul li:last-child,
.track2 ul li:last-child,
.track3 ul li:last-child,
.track4 ul li:last-child,
.track5 ul li:last-child,
.track6 ul li:last-child {
  border-bottom: 0px;
}

.box1 .box1_r {
  width: 240px;
  height: 100%;
  background-color: #fff;
  padding: 30px 22px;
  height: 350px;
}
.box1 .box1_r #notLoggedIn, .box1 .box1_r #userLogin {
  width: 100%;
  text-align: center;
}
.box1 .box1_r #notLoggedIn .p1 {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  margin-bottom: 20px;
}
.box1 .box1_r #notLoggedIn .login_btn,
.box1 .box1_r #userLogin .login_btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  /* background: #E1F0F7; */
  /*background: #9cd0e8;*/
  background: #187bb2;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* .box1 .box1_r #userLogin .login_btn4 {
  background: #177BB2;
  color: #fff;
} */
.box1 .box1_r #notLoggedIn .login_btn:hover,
.box1 .box1_r #userLogin .login_btn:hover {
  background: #177BB2;
  color: #fff;
}
.box1 .box1_r #notLoggedIn .p2 {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}
.box1 .box1_r #notLoggedIn .p2 a {
  font-size: 14px;
  color: #177BB2;
}

.box1 .box1_r #userLogin .username {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  margin: 15px 0px;
}
.box1 .box1_r #userLogin .unit {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
.box1 .box1_r #userLogin .unitname {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  width: 172px;
  margin: 0 auto;
  margin-bottom: 18px;
}

/* å¿«é€Ÿé€šé“ */
.box2 {
  height: 500px;
  margin-top: 25px;
}

.box2 .box2_l {
  width: 188px;
  position: relative;
}
.box2 .box2_l .kstdIcon {
  position: absolute;
  left: 53px;
  top: 178px;
}
.box2 .box2_l span {
  position: absolute;
  display: inline-block;
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  left: 0;
  bottom: 200px;
  text-align: center;
}

.box2 .box2_r {
  width: 1112px;
  height: 500px;
  background: #FFFFFF;
  padding-left: 16px;
  padding-right: 25px;
}
.box2 .box2_r .fastTrackTab {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #D1D1D1;
}
.box2 .box2_r .fastTrackTab > a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  padding: 0px 10px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.box2 .box2_r .fastTrackTab > a.cur {
  color: #177BB2;
}

.box2 .box2_r .fastTrackTab > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  opacity: 0;
  height: 4px;
  background-color: #177BB2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.box2 .box2_r .fastTrackTab > a.cur::after {
  opacity: 1;
}
.box2 .box2_r .fastTrackTab .more a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}


.track1 .track1Tab, .track2 .track2Tab, .track3 .track3Tab {
  width: 100%;
  height: 128px;
  padding: 16px 0px;
}
.track1 .track1Tab span, .track2 .track2Tab span, .track3 .track3Tab span {
  display: inline-block;
  width: 193px;
  height: 42px;
  line-height: 42px;
  background-color: #E1EFF6;
  border-radius: 6px;
  text-align: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.track1 .track1Tab .type1, .track2 .track2Tab .type1, .track3 .track3Tab .type1 {
  width: 76px;
  height: 94px;
  line-height: 94px;
}
.track1 .track1Tab .type7, .track1 .track1Tab .type8, .track2 .track2Tab .type8, .track3 .track3Tab .type8 {
  width: 392px;
}

.track1 .track1Tab span.cur, .track2 .track2Tab span.cur, .track3 .track3Tab span.cur {
  background: #0079B5;
  color: #fff;
}

.track1List table {
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  table-layout: fixed;
  word-wrap: break-word;
}

.track1List table .column {
  /* font-family: SourceHanSansCN, SourceHanSansCN; */
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  text-align: left;
  padding-left: 12px;
  background-color: #F8F8F8;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}

.track1List table .operateCol {
  text-align: center;
  padding-left: 0px;
}

.track1List table td {
  /* font-family: SourceHanSansCN, SourceHanSansCN; */
  font-weight: 500;
  font-size: 17px;
  color: #666;
  padding-left: 12px;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.track1List table .operate a {
  color: #2A9BE0;
}
.track1List table .operate a {
  margin-left: 10px;
  float: left;
}

.track1List table .operate {
  padding-left: 0px;
  
}

#kjjl, #qypy, #kjfw, #kjrc, #kjpt, #kycx {
  height: 415px;
  position: relative;
}
#kjjl .pagination, #qypy .pagination, #kjfw .pagination,
#kjrc .pagination,
#kjpt .pagination,
#kycx .pagination
 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.track1 .track1List, .track2 .track1List, .track3 .track1List {
  height: 304px;
  position: relative;
}

#kjxm .pagination,
#kjpt00 .pagination, 
#kjpt01 .pagination, 
#kjpt02 .pagination,
#kjpt03 .pagination,
#kjpt04 .pagination,
#kjpt05 .pagination,
#kjpt06 .pagination,
#kjpt07 .pagination,
#kjrc00 .pagination, 
#kjrc01 .pagination, 
#kjrc02 .pagination,
#kjrc03 .pagination,
#kjrc04 .pagination,
#kjrc05 .pagination,
#kjrc06 .pagination,
#kjrc07 .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


/* 分页 */
.pagination {
  text-align: center;
  font-size: 14px;
  color: #747474;
  margin-top: 18px;
}
.pagination a,
.pagination span,
.pagination input {
  font-size: 14px;
  color: #747474;
}
.pagination input {
  width: 48px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.pagination a {
  margin: 0px 15px;
}
.pagination input:focus {
  outline: none;
  border-color: #2A9BE0;
}

.pagination .disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}


/* 科技管理 */

.box3 {
  margin-top: 20px;
}
.box3_title {
  width: 100%;
  height: 61px;
  line-height: 60px;
  background: url(icon6.png) center top no-repeat;
  border-radius: 6px 6px 0px 0px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.box3_title img {
  margin-right: 18px;
  margin-left: 26px;
  vertical-align: -4px;
}
.box3_list {
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 0px 25px;
  overflow: hidden;
}
.box3_list ul {
  width: 1300px;
  height: 235px;
}
.box3_list ul li {
  width: 290px;
  height: 55px;
  float: left;
  margin-right: 30px;
  margin-top: 22px;
}
.box3_list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.box3_list ul li img {
  float: left;
}
.box3_list ul li p {
  width: 200px;
  float: left;
  height: 55px;
  /* margin-top: 4px; */
  padding: 0px 10px;
  /* font-family: SourceHanSansCN, SourceHanSansCN; */
  font-weight: 500;
  font-size: 17px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box3_list ul li .enter {
  margin-top: 11px;
}

/* 飘窗 */
.right_window {
  position: fixed;
  top: 300px;
  right: 10px;
  width: 81px;
  height: auto;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
}
.right_window a {
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 25px 0px;
  position: relative;
}
.right_window a p {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.right_window a .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  width: 65px;
  height: 1px;
  background-color: #E6E6E6;
}
.right_window a img {
  position: absolute;
  left: 50%;
  margin-left: -13px;
}
.right_window a .deactive {
  opacity: 1;
  z-index: 1;
}
.right_window a .active {
  opacity: 0;
  z-index: 0;
}
.right_window a:hover p {
  color: #10568A;
}
.right_window a:hover .deactive {
  opacity: 0;
  z-index: 0;
}
.right_window a:hover .active {
  opacity: 1;
  z-index: 1;
}

/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  /* bottom: 0; */
  left: 0;
  /* right: 0; */
  margin: auto;
  background-color: rgba(0, 0, 0, 0.38);
}
.supportBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* overflow: auto; */
  margin: auto;
  z-index: 2005;
  width: 400px;
  height: 200px;
  display: none;
}
.supportBoxs {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
          box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.supportBoxs .wbTop {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.supportBoxs .wbTop .wbtitle {
  font-size: 18px;
  color: #303133;
  padding: 0px 20px;
}
.supportBoxs .wbTop .wbClose {
  float: right;
  cursor: pointer;
}
.supportBoxs .wbMain {
  padding: 20px;
  
  min-height: 80px;
}
.supportBoxs .wbMain .wbMainContent, .supportBoxs .wbMain .wbMainContent p {
  color: #666;
  font-size: 16px;
}
.supportBoxs .support_foot {
  padding-top: 15px;
  padding-bottom: 30px;
}
.supportBoxs .support_foot div {
  float: right;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}