.w {
  width: 1440px;
  margin: 0 auto;
  display: table;
  padding-bottom: 70px;
}

/* 自动计算宽高 */
* {
  box-sizing: border-box;
}

/* 把所有标签的内外边距清零 */
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;
}

/* em 和 i 斜体的文字不倾斜 */
em,
i {
  font-style: normal;
}

/* 去掉li 的小圆点 */
li {
  list-style: none;
}

img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: 0;
  /* 取消图片底侧有空白缝隙的问题 */
  vertical-align: middle;
}

button {
  /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
  cursor: pointer;
}

/* 去除a标签中字体默认颜色和下划线*/
a {
  color: #666;
  text-decoration: none;
}

/* 统一设置按钮和输入框的字体 */
button,
input {
  /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

body {
  /* CSS3 抗锯齿形 让文字显示的更加清晰 */
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: "微软雅黑";
}

/* 隐藏所有包含类名 hide、none 的盒子 */
.hide,
.none {
  display: none;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hea_top {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #223BA0;
}

.hea_top_fl a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
  padding: 0 10px;
}

.hea_top_fl a:hover {
  color: #e5b5b4;
}

.hea_top_fl span {
  color: #fff;
}

.hea_top_fr {
}

.hea_top_fr a {
  display: inline-block;
  height: 36px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
  margin-right: 20px;
  z-index: 9999;
  position: relative;
}

.hea_top_fr a:last-of-type {
  margin-right: -230px;
}

.hea_top_fr a:hover {
  color: #e5b5b4;
}

.hea_top_fr a img {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}

/* 搜索 */
.logo3 a .ssk {
  width: 100%;
  height: 40px;
  position: relative;
  left: -248px;
  top: 10px;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.logo3 a:hover .ssk {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.logo3 {
  float: left;
}

.search-form {
  width: 290px;
  height: 40px;
}

.fr {
  float: right;
}

.search_text {
  width: 250px;
  height: 40px;
  line-height: 40px;
  float: left;
  background: #fff;
  transition: ease 0.5s;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #333;
  text-indent: 5px;
}

.search_text:focus {
  outline: #dadada;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search_sub {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  background: #223BA0;
  border: none;
}

/* 搜索 */

.bannerbox {
  position: relative;
}

.bannerbox .slideBox {
  width: 100%;
  height: 756px;
  overflow: hidden;
  position: relative;
}

.bannerbox .slideBox .hd {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.bannerbox .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  margin: 0 auto;
}

.bannerbox .slideBox .hd ul li {
  float: left;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.bannerbox .slideBox .hd ul li.on {
  background: #223BA0;
  width: 40px;
  border-radius: 15px;
}

.xxhdjt {
  position: absolute;
  bottom: 60px;
  left: 48%;
  z-index: 10;
}

.bannerbox .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.bannerbox .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.bannerbox .slideBox .bd img {
  width: 100%;
  height: 756px;
  display: block;
}

.hea_logo_nav {
  position: absolute;
  top: 0;
  left: 233px;
  background: linear-gradient(to bottom, rgb(0 0 0 / 6%), rgba(0, 0, 0, 0));
}

.logo_nav {
  height: 120px;
  line-height: 120px;
}

.navbar {
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
}

.navbar .nav {
  position: relative;
  z-index: 1;
}

.navbar .nav .nLi a {
  color: #58595b;
}

.navbar .nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.navbar .nav .nLi h3 {
  float: left;
}

.navbar .nav .nLi h3 a {
  display: block;
  padding: 0 15px;
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #ffffff;
  font-weight: bold;
}

.navbar .nav .sub {
  display: none;
  width: 180px;
  left: -30px;
  top: 50px;
  position: absolute;
  background: #fff;
  line-height: 30px;
  padding: 15px 10px 0;
  text-align: center;
}

.navbar .nav .nLi:nth-child(8) .sub{
width: 220px;
}


.navbar .nav .sub::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  margin-left: -7px;
  border-width: 7px;
  border-color: transparent transparent #fff;
}

.navbar .nav .sub li {
  zoom: 1;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.navbar .nav .sub li:last-of-type {
  border-bottom: 0px solid #efefef;
}

.navbar .nav .sub li a {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .nav .sub li a:last-of-type {
  /* padding: 0 0; */
}

.navbar .nav .sub a:hover {
  color: #223BA0;
}

.navbar .nav .sub li a:hover::before {
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.navbar .nav .sub li a::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -10px;
  width: 4px;
  background: #223BA0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.162, 0.85, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.162, 0.85, 0.45, 1);
}

.navbar .nav .on h3 a {
  color: #223BA0;
}

footer {
  width: 100%;
  height: 224px;
  background: url(/statics/srzy/2024gb/images/footer_bg.png) no-repeat;
  background-size: 100% 100%;
}

.link {
  width: 1440px;
  margin: 0 auto;
  display: table;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.link h1 {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
.link_list {
  width: 1370px;
  height: 70px;
  overflow: hidden;
}
.link_list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 10px;
  float: left;
  position: relative;
}
.link_list li:after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgb(255 255 255 / 20%);
}
.link_list li:last-of-type:after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 0;
  height: 20px;
  width: 0px;
  background-color: rgb(255 255 255 / 20%);
}
.link_list li a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.link_list li:hover a {
  color: #9fddb5;
}
.container {
  margin: 0 auto;
  width: 1440px;
  height: 100px;
}

.container {
  margin: 0 auto;
  width: 1440px;
  height: 100px;
}
.container .fz {
  float: left;
  width: 900px;
  height: 100px;
}
.container .fz ul {
  width: 100%;
  /*height: 60px;*/
  padding-top: 20px;
}
.container .fz ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
}
.container .fz ul li span {
  margin-right: 15px;
}
.container .fz ul li span a{
    font-size: 15px;
    color: #fff;
}
.container .fr {
    float: right;
    width: 300px;
    height: 80px;
    margin-top: 20px;
}
.container .fr ul {
  width: 100%;
  margin-top: 15px;
}
.container .fr ul li {
  float: left;
  width: 30%;

  position: relative;
}

.container .fr ul li img {
  margin: 0 auto;
  display: block;
  width: 45px;
  height: auto;
}
.container .fr ul li span {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.container .fr ul li .code {
  width: 100px;
  height: auto;
  position: absolute;
  top: -110px;
  left: 45px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}
.container .fr ul li .code img {
  width: 100px;
  height: auto;
}
footer .container .fr ul li:hover .code {
  visibility: visible;
  opacity: 1;
}
