/* 清除默认边距 */
* {
  margin: 0;
  padding: 0;
}
/* 设置列表样式 */
li {
  list-style: none;
}
/* 设置链接样式 */
a {
  text-decoration: none;
}

/*  */
/* 设置body背景色 */
/* body {
  background-color: #f5c5c5;
} */

/*  */
/* 头部 设置样式 */

.header {
  width: 100%;
  height: 80px;
  background-color: #dae6f1;
  position: fixed;
  top: 0px;
  z-index: 3;
}
.header > ul {
  margin: 0px auto;
  position: relative;
}

/* 头部-logo 设置样式 */
.logo {
  width: 225rem;
  height: 100%;
  margin-left: 25rem;
  float: left;
}
#logo1 {
  margin-top: 5px;
}
#logo2 {
  margin-left: 15rem;
  margin-top: 15px;
}

/* 头部-导航 设置样式 */
.nav {
  /* background-color: aqua; */
  width: 600rem;
  height: 80px;
  margin-left: 260rem;
  position: relative;
}
.nav > ul > li {
  float: left;
  width: 100rem;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
}
.nav > ul > li > a {
  color: black;
  font-size: 18px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  font-weight: 500;
}
#page_Now {
  background-color: rgb(175, 245, 245);
  border-bottom: 3px solid rgb(25, 29, 230);
}
/* 头部-导航 hover 效果 */
.nav > ul > li:hover {
  background-color: rgb(175, 245, 245);
  border-bottom: 3px solid rgb(25, 29, 230);
}
.nav > ul > li:hover a {
  font-size: 22px;
  font-weight: 900;
  color: rgb(16, 96, 245);
}
.nav > ul > li:hover .menu2 > li > a {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

/* 头部-导航-二级菜单 设置样式 */
.menu2 {
  background-color: #bbcbdb;
  position: absolute;
  top: 80px;
}
.menu2 > li {
  width: 100rem;
  height: 50px;
  line-height: 50px;
}

/* 头部-导航-二级菜单 hover 效果 */
.menu2 > li:hover {
  background-color: rgb(201, 243, 243);
}
.menu2 > li:hover span {
  font-size: 18px;
  font-weight: 900;
  color: rgb(16, 96, 245);
}

/*  */
/* 轮播图设置样式 */

.banner {
  width: 983rem;
  height: 150rem;
  margin: 80px auto;
  margin-bottom: 0px;
  /* background-color: #c8f309; */
  background: url("../images/news/news_bg.jpg");
  background-size: cover;
}

/* 新闻 样式设置 */
.news_content {
  width: 983rem;
  /* height: 650px; */
  background-color: #f2f8faee;
  /* background-color: #ee0d0d; */
  margin: 0px auto;
  margin-bottom: 0px;
}

/* 新闻 导航栏 设置样式 */
.news_nav {
  width: 100%;
  /* height: 50px; */
  background-color: #f0eaead3;
  margin: 0px auto;
  margin-bottom: 0px;
}
.news_nav > h2 {
  margin-left: 20rem;
  font-size: 30px;
  /* font-family: "Courier New", Courier, monospace; */
  color: black;
}
.news_nav > span {
  margin-left: 20rem;
  font-size: 30px;
  color: #f0eaead3;
  /* color: rgb(165, 159, 159); */
}
.news_nav > ul {
  float: right;
  margin-top: 10px;
}
.news_nav > ul > li {
  float: left;
  /* padding: 5rem 10rem; */
  width: 94rem;
  height: 45px;
  line-height: 45px;
  margin-right: 10rem;
  text-align: center;
  cursor: pointer;
}
#nav_left {
  background-color: #e97d7d;
}
#nav_right {
  margin-right: 67rem;
}
.news_nav > ul > li > a {
  font-size: 20px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: black;
}
#news_hr {
  height: 2px;
  background-color: rgb(148, 146, 146);
  margin-top: 15px;
}
.news_nav > ul > li:hover {
  background-color: #e97d7d;
}
.news_nav > ul > li:hover a {
  font-size: 24px;
  color: white;
}

/* 新闻 内容标题 设置样式 */
.news_text {
  width: 850rem;
  /* height: 600px; */
  margin: 0 auto;
  /* background-color: aquamarine; */
  overflow: hidden;
}
.news_item {
  width: 100%;
  height: 210px;
  margin-top: 15px;
  background-color: #e9e5e5;
  overflow: hidden;
  cursor: pointer;
}
.pic1 {
  float: left;
  width: 300px;
  height: 200px;
  margin-top: 5px;
  margin-left: 30rem;
  background: url(../images/news/Cnews/CNews.jpg);
  background-size: cover;
}
.pic2 {
  float: left;
  width: 300px;
  height: 200px;
  margin-top: 5px;
  margin-left: 30rem;
  background: url(../images/news/Cnews/CNews_250120_1.jpg);
  background-size: cover;
}
.news_item_text {
  float: left;
  margin-left: 30rem;
  font-size: 18px;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: rgb(88, 84, 84);
}
.time {
  margin-top: 30px;
}
.title {
  font-size: 28px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
}
.btn {
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
  border: #9e9e9e solid 1px;
}
.btn:hover {
  background-color: #b9b7b7;
}
/*  */

/*  */

/* 底部 设置样式 */

.footer {
  width: 100%;
  height: 415px;
  background-color: #001d3f;
  /* background-color: #454644; */
  margin-top: 20px;
  overflow: hidden;
}

/* 底部-菜单 设置样式 */

.footer_menu {
  width: 44%;
  height: 330px;
  margin-top: 35px;
  margin-left: 50rem;
  float: left;
  /* background-color: #e02626; */
}
.footer_menu > div {
  width: 25%;
  height: 100%;
  float: left;
  /* background-color: #454644; */
  overflow: hidden;
}
.footer_menu ul > li {
  padding: 8px 5px;
  text-align: center;
}
.footer_menu ul > li > a {
  font-size: 18px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #919ab1;
}
#footer_menu_title {
  padding: 10px 5px 20px 5px;
  border-bottom: 2px solid #aeb5c7;
}
#footer_menu_title1 {
  margin-top: 25px;
}
#footer_menu_title > a {
  font-size: 22px;
  color: rgb(204, 197, 197);
  /* font-weight: 900; */
}
/* 底部-菜单 hover 效果 */
#footer_menu_title:hover {
  border-bottom: 2px solid white;
}
#footer_menu_title:hover a {
  color: white;
}
.footer_menu li:hover a {
  color: white;
  font-weight: 700;
}

/* 底部-contact 设置样式 */

.contact {
  width: 44%;
  height: 330px;
  margin-top: 35px;
  margin-left: 15px;
  float: left;
  /* background-color: #d3f70c; */
  overflow: hidden;
}
.contact1 {
  width: 200px;
  margin-top: 80px;
  margin-left: 64%;
  background-color: #001d3f;
}
.contact_item {
  font-size: 18px;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #919ab1;
  text-align: center;
  margin-top: 17px;
}

/* 底部-版权 设置样式 */

.copy {
  /* background-color: #aeeb08; */
  width: 100%;
  height: 35px;
  float: left;
  margin-top: 5px;
  border-top: 2px solid #aeb5c7;
}
.copy_text {
  height: 100%;
  margin-left: 50rem;
  float: left;
  font-size: 16px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
}
.copy_text > ul {
  height: 100%;
  /* background-color: red; */
}
.copy_text > ul > li {
  height: 16px;
  line-height: 16px;
  float: left;
  margin-top: 9px;
  padding: 0px 20px;
  border-right: 2px solid white;
  color: white;
}
/* .copy_text > ul > li:hover {
  background-color: red;
} */
