@charset "UTF-8";
/*初始化*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
html {
  height: 100%;
}
body.signin {
  height: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/dt.png);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: list-item;
}
body {
  font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53,
    sans-serif, "微软雅黑", "黑体", "宋体", "Meiryo UI", "Microsoft Himalaya",
    Arial;
  font-size: 14px;
}

ul,
ol,
dl,
li {
  list-style: none;
}

.container {
  max-width: 1134px;
  margin: 0 auto;
  margin-top: 100px;
}
/* dd img {
  width: 1064px;
  height: 126px;
}*/
.lur {
  position: relative;
  /* width: 1134px;*/
  height: 510px;
  margin-top: 26px;
  padding-top: 20px;
  /* background-repeat: no-repeat; */
}
.lur::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/lvr.png) 0 0 no-repeat;
  /* transform: rotate(270deg); */
}

.lur ul {
  display: inline-table;
  float: right;
  padding-left: 40px;
  padding-right: 40px;
}
.tzgg {
  line-height: 48px;
  width: 480px;
}
.tzgg span {
  display: inline-block;
  float: right;
}
.tzgg h2 img {
  float: left;
  margin-top: 41px;
  margin-bottom: 10px;
}
.tzgg li {
  text-align: left;
  clear: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 35em;
}

/*标签*/
.demo {
  margin-left: 25px;
}
/* 清除li样式 */
.demo ul,
li {
  list-style: none;
  padding: 0;
}
div {
  text-align: center;
}
/* ul弹性盒，让li横着排*/
.demo .demo_ul {
  position: relative;
  display: flex;
  width: 466px;
}
/* 三个li平分宽度*/
.demo .demo_li {
  flex: 1;
  height: 60px !important;
}
/* 隐藏input */
.demo .active {
  display: none;
}
.demo input + label {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #acddfc;
  border-bottom-color: #6ba6cb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 24px;
}
.demo input + label + div {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
}
.demo input:checked + label {
  border-bottom: none;
  color: #fff;
  text-align: center;
  border-bottom-color: #00ccff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.demo input:checked + label + div {
  display: block;
}

.baizi {
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
@media screen and (max-width: 1150px) {
    .lur ul {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
      }
    .demo {
      width: 100%;
      margin-left: 0;
    }
    .demo .demo_ul {
      position: relative;
      display: flex;
      width: 100%;
    }
    .tzgg {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }
    .tzgg li {
      width: 100%;
    }

	#logo_img {
		width: 1064px;
		height: 126px;
	}
  }
@media screen and (max-width: 600px) {
  /* .container {
    margin-top: 0;
  } */
  .container_2 {
    width: 100%;
    box-sizing: border-box;
  }
  .lur {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .lur::before {
    width: 1100px;
    /*height: 100%;*/
    height: 1060px;
    top: 25px;
    left: 0;
    z-index: -1;
    background: url(../img/lvr.png) 0 0 no-repeat;
    background-size: 100% 38%;
    transform: rotate(270deg);
  }

  .lur ul {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .demo {
    width: 100%;
    margin-left: 0;
  }
  .demo .demo_ul {
    position: relative;
    display: flex;
    width: 100%;
  }
  .tzgg {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tzgg li {
    width: 100%;
  }

  .demo input + label {
	  display: block;
	  height: 60px;
	  text-align: center;
	  line-height: 60px;
	  color: #acddfc;
	  border-bottom-color: #6ba6cb;
	  border-bottom-style: solid;
	  border-bottom-width: 1px;
	  font-size: 16px;
	}

	#logo_img {
		width: 90%;
		height: 60px;
	}
}
@media screen and (max-width: 400px) {
  .lur::before {
    background-size: 100% 34%;
  }
}
.notice_float {
  z-index: 1000;
  background: url('../img/float-background.png');
  position: absolute;
  width: 260px;
  height: 150px;
  font-size: 25px;
  color: white;
  background-size: cover;
  cursor: pointer;
}
.notice_close {
  height: 30px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px
}
.notice_content {
  float: right;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 30px;
}
