* {
  margin: 0;
  padding: 0;
}
.root {
  width: 100%;
}
.root-heat {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 5px
}
.base {
  width: 1024px;
  margin: 0 auto;
}
header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 18px;
  color: #111;
  height: 30px !important;
  line-height: 30px;
  font-weight: bold;
  
}
.pos {
  font-size: 12px;
  padding-right: 20px;
}
.main-heat {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  margin-top: 0px;
  color: #fff;
}
.main-heat > div {
  display: inline-block;
  background-size: 100%;
  width: 49%;
  text-align: center;
  padding: 20px;
}
.main-heat p {
  font-size: 18px;
  letter-spacing: 1.5px;
}
.main-heat img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.main-pg {
  background: #f2f9ff;
  padding: 45px 35px;
  display: flex;
  justify-content: space-between;
}
.main-heat > div:nth-child(1) p,
.main-pg > ul {
  font-weight: 500;
}
.main-right {
  width: calc(100% - 166px);
  margin-left: 70px;
  margin-top:30px;
}
.main-pg > ul li {
  margin-bottom: 35px;
}
.main-pg > ul li a {
  color: #000;
}
.main-r-title {
  display: flex;
}
.main-r-title h2 {
  font-size: 14px;
  margin-left: 8px;


}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.page {
  margin: 0 auto;
  display: flex;
}
.page ul {
  display: flex;
}
.page > div {
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
}
.page ul li {
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
}
.page > div:nth-child(1) {
  color: #999999;
}
.page ul li:nth-child(1) {
  background-color: #3894cd;
  border: 1px solid #3894cd;
  color: #fff;
}
.page > div,
.page > ul li {
  cursor: pointer;
}
.main-r-m {
  margin-top: 40px;
  width: 100%;
}
.main-heat > div {
  position: relative;
  cursor: pointer;
}
/*.main-heat > div :last-child {
  width: 23px;
  height: 23px;
  background-color: #111;
  position: absolute;
  bottom: -33px;
  margin-left: 50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.main-heat > div:last-child :last-child {
  display: none;
}*/
.layui-tab-title li {
  margin-right: 6px;
}
.layui-tab-title {
  border-bottom-color: #c4dae7;
}

.layui-tab-title li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 41px;
  border-width: 1px;
  border-style: solid;
  color: #ced3d8;
  border-bottom-color: #c4dae7;
  box-sizing: border-box;
  pointer-events: none;
}
.layui-tab-title .layui-this {
  color: #388bbb;
}
.layui-tab-title li {
  font-weight: 500;
  font-size: 14px;
}
.layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 41px;
  border-width: 1px;
  border-style: solid;
  border-color: #c4dae7;
  border-bottom-color: #f2f9ff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.layui-tab-item {
  position: relative;
  letter-spacing: 1px;
}
.layui-tab-item div:nth-child(1) {
  display: block;
}
.layui-tab-item div {
  width: 100%;
}
.layui-tab-item div p {
  padding: 20px 20px;
}
.layui-tab-item div p:nth-child(2n - 1) {
  background-color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3588bb;
}
#page {
  width: 500px;
  margin: 0 auto;
}
.area-item {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-item > div {
  width: calc(100% / 2 - 8px);
}
.zhanwei {
  height: 160px;
  box-sizing: content-box;
}
.main-heat > div > div {
  display: none;
}
h1.logo {
  font-weight: 500;
}
.main-heat2 > div{

}
h2{
	font-weight: bold;
}
