BODY {
  scrollbar-face-color: #dbdbdb;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #000000;
  margin: 0;
  padding: 0;
  font: normal 9pt 微软雅黑, verdana, 宋体;
  background: #ffffff url(../images/bj.jpg);
  color: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.input1 {
  width: 100%;
}

input {
  background-color: transparent;
  border: none;
  outline: none;
}
img {
  border: 0;
}
.yw {
  font-family: "Century Gothic", "Microsoft Sans Serif", "verdana", "Arial";
}
.shubiao {
  cursor: pointer;
}
.cboth {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
  font-weight: 500;
}

/* 下拉固定顶部 */
thead {
  position: sticky;
  top: 0px;
  z-index: 100;
}
/* LOGIN */
.sy_kk {
  width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sy_kk_login {
  width: 100%;
}

#login_kk {
  width: 100%;
  color: #a00808;
}
#login_kk h1 {
  font-weight: 500;
  font-size: 40px;
  text-shadow: 1px 1px 1px #f7f5f5;
}

#login_kk p {
  margin-top: 15px;
  font-size: 14px;
}
#login_kk .input1 {
  border: none;
  background: rgb(237, 240, 243);
  padding: 10px 15px;
  outline: none;
  opacity: 0.9;
  border-radius: 5px;
  color: rgb(94, 3, 3);
  font-size: 12pt;
}

.logindl {
  cursor: pointer;
  background: rgb(113, 25, 6);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 15px;
  width: 80px;
  height: 80px;
  box-shadow: 1px 1px 5px #a00808;
  border: none;
}
.logindl:hover {
  background: #950f0f;
}
.dns0511 {
  text-shadow: #fbf9f9 1px 1px 1px;
  padding-left: 5px;
}
.sys_company {
  position: fixed;
  bottom: 30px;
  color: #100101;
  opacity: 0.7;
  left: 50%;
  transform: translateX(-50%);
}
/* 左侧菜单 */
.sys_name {
  font-size: 20px;
  font-weight: 550;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 15%;
}

.gl_menu_p {
  float: left;
  width: 100%;
  padding: 6px 0px;
  padding-left: 15%;
  font-size: 12pt;
  text-shadow: 1px 3px 6px #000;
}
.gl_menu_p img {
  height: 20px;
}
.gl_menu {
  float: left;
  width: 100%;
  font-size: 10pt;
  padding-left: 30%;
}
.gl_menu li {
  float: left;
  width: 100%;
  line-height: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.gl_menu li a {
  color: #fff;
  opacity: 0.7;
}
.gl_menu li a:hover {
  opacity: 1;
  /* color:#FF9900; */
}

/* 展示内容 */
.admin_kk {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.admin_title {
  float: left;
  width: 100%;
  font-size: 16pt;
  font-weight: 550;
  margin-bottom: 10px;
}
.tr_bj {
  background: #eff1f3;
}

.td_bj {
  background: #f3f7fa;
}

.ppic {
  font-size: 11px;
}

.ppic img {
  margin: 2px 3px;
  height: 20px;
}

.ppic span {
  padding: 2px 5px;
}

.noshow {
  display: none;
}

.print {
  text-align: center;
  margin: 20px 0;
}

.print button {
  border: none;
  outline: none;
  background: #a8a2a2;
  border-radius: 15px;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
}

@media print {
  .no-print {
    display: none;
  }
}

/* web */
.kk {
  width: 1250px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
}

.top_kk {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top_left {
  width: 70%;
  display: flex;
  justify-content: start;
}

.top_right {
  width: 30%;
}

.logo_img {
  padding-left: 15px;
}
.logo_img img {
  height: 80px;
  border: 3px solid #ea2b00;
}

.logo_wz {
  margin-left: 20px;
}

.logo_wz h1 {
  font-size: 24pt;
}
.logo_wz p {
  font-size: 12pt;
  color: #363232;
  margin-top: 5px;
}

.top_right_wz {
  font-size: 12pt;
  padding-top: 5px;
  color: #950f0f;
}

.menu_kk {
  width: 100%;
  height: 60px;
  /* 背景色渐变 */
  background: linear-gradient(to bottom, #d5090a, #810303);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.menu_kk li {
  color: #fff;
  font-size: 14pt;
  transition: all 0.5s;
}
.menu_kk li:hover {
  height: 60px;
  line-height: 60px;
  background: rgb(117, 7, 7);
  padding: 0 15px;
}

.banner,
.banner img {
  width: 100%;
}
.content_kk {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content_left {
  width: 75%;
  padding-top: 20px;
}

.content_left h2 {
  font-weight: 500;
  color: #810303;
  margin-bottom: 10px;
  font-size: 18pt;
}

.content_right {
  width: 25%;
  background: #f2f2f2;
  padding: 20px;
}

.content_right h2 {
  font-weight: 500;
  color: #810303;
}

.fw_fl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.fw_fl li {
  width: 45%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13pt;
  background: linear-gradient(to bottom, #d5090a, #810303);
  color: #fff;
  padding: 8px 0;
}
.fw_fl li:hover {
  background: linear-gradient(to bottom, #810303, #d5090a);
}

.fw_fl li img {
  width: 100%;
  border: 1px solid #6c1010;
  padding: 2px;
  background: #fff;
}

.ny_fw_fl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ny_fw_fl li {
  width: 90%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13pt;
  background: linear-gradient(to bottom, #d5090a, #810303);
  color: #fff;
  padding: 8px 0;
}

.ny_fw_fl li:hover {
  background: linear-gradient(to bottom, #810303, #d5090a);
}

.sy_gsnews {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sy_news_picnews {
  flex: 3;
}
.sy_news_picnews img {
  width: 360px;
  height: 250px;
}
.hiSlider {
  overflow: hidden;
  width: 360px;
  height: 250px;
}
.hiSlider li img {
  display: block;
}
.hiSlider-item {
  float: left;
}

.sy_news_list {
  flex: 6;
  margin: 0 20px;
  font-size: 14pt;
}

.sy_news_list li {
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  /* 文字一行显示，如果超过一行则... */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sy_news_kk {
  width: 95%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.sy_news_list2 {
  width: 48%;
  font-size: 14pt;
}

.sy_news_list2 h2 {
  font-size: 18pt;
}

.sy_news_list2 li {
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
  /* 文字一行显示，如果超过一行则... */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sy_lx {
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12pt;
}

.sy_lx p {
  margin: 5px 0;
}

.sy_picnews {
  width: 100%;
  margin-top: 20px;
}

.sy_picnews h2 {
  background: #810303;
  color: #fff;
  padding: 10px;
  font-weight: 500;
}
/*----scroll------*/
#demo {
  position: relative;
  overflow: hidden;
  width: 100%;
  left: 0px;
  top: 0px;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo1 a {
  margin: 0;
  padding: 0;
}
#demo1 img {
  margin: 15px 8px;
  height: 180px;
}
#demo2 {
  float: left;
}
#demo2 a {
  margin: 0;
  padding: 0;
}
#demo2 img {
  margin: 15px 8px;
  height: 180px;
}
/*-----------end */

.foot {
  width: 100%;
  text-align: center;
  font-size: 12pt;
  height: 70px;
  line-height: 70px;
  /* 背景色渐变 */
  background: linear-gradient(to bottom, #fffefe, #c8bdbd);
  margin-top: 20px;
}

.ny_content_kk {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ny_content_kk h2 {
  font-weight: 500;
  color: #810303;
  margin-bottom: 10px;
  font-size: 14pt;
}
.ny_left {
  flex: 2;
  background: #f2f2f2;
  padding: 20px 10px;
}

.ny_right {
  flex: 8;
}

.ny_dh {
  width: 90%;
  margin: 0 auto;
  font-size: 12pt;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.ny_zw {
  width: 90%;
  margin: 0 auto;
  font-size: 14pt;
  margin-top: 20px;
  line-height: 30px;
}

.ny_zw img {
  max-width: 95%;
  margin: 10px;
}

.ny_zw p {
  margin: 5px 0;
}

.ny_news {
  width: 90%;
  margin: 0 auto;
  font-size: 14pt;
  margin-top: 10px;
}
.ny_news li {
  float: left;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
}

.ny_server {
  width: 100%;
  margin-top: 20px;
}

.ny_server h2 {
  font-weight: 500;
  color: #810303;
  margin-bottom: 10px;
  font-size: 20pt;
  text-align: center;
}

.ny_server_fl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ny_server_fl li {
  width: 28%;
  text-align: center;
  font-size: 14pt;
  margin-top: 20px;
}

.ny_server_fl li img {
  width: 100%;
  border: 1px solid #6c1010;
  padding: 3px;
  background: #fff;
}

#fy {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ny_server {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ny_server li {
  width: 35%;
  text-align: center;
  border: 1px solid #ac9d9d;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 10px 0;
  /* 背景色渐变 */
  background: linear-gradient(to bottom, #e0caca, #ac9d9d);
}
.ny_server li h1 {
  font-weight: 500;
}

.ny_server li p {
  font-size: 12pt;
  margin-top:10px;
}
