html,
body {
  width: 100%;
  height: 1080px;
}

.contentwrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.contentwrap .logo {
  display: block;
  width: 1193px;
  height: 62px;
  margin: 149px auto 0;
}

.contentwrap .main {
  padding: 52px 32px 0px;
  width: 1160px;
  height: 299px;
  background: url("../images/mainbg.png") no-repeat;
  background-size: 100% 100%;
  margin: 125px auto 0;
}

.contentwrap .main .mian-hd {
  width: 90px;
  height: 120px;
  padding-top: 56px;
  line-height: 90px;
  font-size: 16px;
  letter-spacing: 8px;
  background: url("../images/mianhd.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;
}

.contentwrap .main .mian-hd.cur, .contentwrap .main .mian-hd:hover {
  background: url("../images/mianhdh.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.contentwrap .main .main-bd {
  margin-left: 90px;
}

.contentwrap .main .main-bd .main-list {
  width: 134px;
  height: 80px;
  background: url("../images/listitem.png");
  background-size: 100% 100%;
  margin: 0px 0px 16px 18px;
}

.contentwrap .main .main-bd .main-list a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding-left: 52px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contentwrap .main .main-bd .main-list a:hover {
  color: #fff;
}

.contentwrap .main .main-bd .main-list.cur a {
  color: #fff;
}

.contentwrap .main .main-bd .main-list.cur, .contentwrap .main .main-bd .main-list:hover {
  background: url("../images/listitemh.png");
  background-size: 100% 100%;
  box-shadow: 0px 0px 13px 0px rgba(9, 92, 185, 0.14);
}

.contentwrap .item {
  width: 1430px;
  margin: 35px auto 0;
}

.contentwrap .item .item-hd {
  width: 110px;
  height: 72px;
  padding-top: 104px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url("../images/itemhd.png");
  background-size: 100% 100%;
}

.contentwrap .item .item-bd {
  margin-left: 42px;
}

.contentwrap .item .item-bd .item-list {
  width: 192px;
  height: 170px;
  padding: 1px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(9, 92, 185, 0.14);
  border: solid 2px #c1d4e9;
  margin-left: 20px;
}

.contentwrap .item .item-bd .item-list:hover {
  border: solid 2px #2a6fa9;
}

.contentwrap .item .item-bd .item-list a {
  display: block;
  width: 192px;
  padding-top: 116px;
  height: 54px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  background-position: center center;
  color: #333;
}

.contentwrap .item .item-bd .item-list.list1 a {
  background-image: url("../images/itembg1.png");
}

.contentwrap .item .item-bd .item-list.list2 a {
  background-image: url("../images/itembg2.png");
  font-size: 17px;
  line-height: 18px;
}

.contentwrap .item .item-bd .item-list.list3 a {
  background-image: url("../images/itembg3.png");
}

.contentwrap .item .item-bd .item-list.list4 a {
  background-image: url("../images/itembg4.png");
}

.contentwrap .item .item-bd .item-list.list5 a {
  background-image: url("../images/itembg5.png");
}

.contentwrap .item .item-bd .item-list.list6 a {
  background-image: url("../images/itembg6.png");
  font-size: 17px;
  line-height: 18px;
}
