body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

body {
  background: #ececec;
}

body::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26vw;
  background: url(../images/header_bg.jpg) no-repeat top center/cover;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26vw;
  background: url(../images/footer_bg.jpg) no-repeat bottom center/cover;
}

.mobile {
  display: none;
}

.container {
  max-width: 1430px;
}

.header {
  background: #ffffff;
  padding-top: 20px;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/topline.jpg) no-repeat top center;
}

.header .navs {
  width: 666px;
}

.header .navs>ul>li {
  width: 100%;
}

.header .navs>ul>li>a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

.header .navs>ul>li>a.cur,
.header .navs>ul>li:hover>a {
  color: #d5013b;
}

.header .navs>ul>li>a.cur:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background: #09549e;
}

.header .navs>ul>li>.dropdown_menu {
  position: absolute;
  z-index: 1;
  height: 70px;
  line-height: 70px;
  display: none;
}

.header .navs>ul>li:hover>.dropdown_menu {
  display: flex;
}

.header .navs>ul>li>.dropdown_menu>li>a {
  display: block;
  text-align: center;
  padding: 0 20px;
  color: #353535;
  font-size: 16px;
}

.header .navs>ul>li>.dropdown_menu>li>a:hover {
  color: #09549e;
}

.header .search {
  position: relative;
  width: 111px;
  height: 100px;
}

.header .search img {
  max-width: 20px;
  margin-right: 10px;
}

.header .search span {
  color: #6e6e6e;
  font-size: 16px;
}

.header .search .box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  display: none;
}

.header .search:hover .box {
  display: block;
}

.header .search .box .boxCss {
  border: solid 1px #ccc;
  font-size: 14px;
  padding: 5px;
}

.header .search .box .btnCss {
  background: #ccc;
  border: 0;
  font-size: 14px;
  padding: 5px;
}

.header .dropdown_menu_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 70px;
  border-top: solid 1px #bfbfbf;
  background: rgba(255, 255, 255, .8);
}

.index_title {
  text-align: center;
  color: #d5013b;
  font-size: 24px;
  font-weight: bold;
}

.index_title span {
  text-transform: uppercase;
  color: #424242;
}

.index_wrap {
  background: #ffffff;
  padding: 30px;
}

.index_main1 {
  margin-top: 22vw;
}

.index_main1 .index_wrap {
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}

.index_main1 .content {
  margin-top: 20px;
}

.index_main1 .title h3 {
  color: #d5013b;
  font-size: 22px;
  border-left: solid 5px #d5013b;
  padding-left: 15px;
}

.index_main1 .title a {
  color: #033a8c;
  font-size: 14px;
}

.index_main1 .con {
  margin-top: 35px;
}

.index_main1 .left {
  width: 32%;
}

.index_main1 .left .con ul li {
  border-bottom: dashed 1px #dcdcdc;
  padding: 9px 0 9px 15px;
}

.index_main1 .left .con ul li:first-child {
  padding-top: 0;
}

.index_main1 .left .con ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.index_main1 .left .con ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  border: solid 3.5px #d5013b;
  border-radius: 50%;
}

.index_main1 .left .con ul li h4 {
  width: 75%;
  color: #404040;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .left .con ul li:hover h4 {
  color: #d5013b;
}

.index_main1 .left .con ul li span {
  color: #808080;
  font-size: 14px;
  flex-shrink: 0;
}

.index_main1 .right {
  width: 66%;
}

.index_main1 .right ul li {
  width: 48%;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.index_main1 .right ul li:nth-child(3),
.index_main1 .right ul li:nth-child(4) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.index_main1 .right ul li h4 {
  color: #343434;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .right ul li:hover h4 {
  color: #d5013b;
}

.index_main1 .right ul li span {
  display: block;
  margin-top: 10px;
  color: #d5013b;
  font-size: 14px;
}

.index_main1 .right ul li p {
  color: #676767;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main2 {
  margin-top: 12px;
}

.index_main2 .content {
  margin-top: 30px;
}

.index_main2 .content ul li {
  width: calc(20% - 16px);
}

.index_main2 .content ul li .pic {
  position: relative;
  overflow: hidden;
}

.index_main2 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main2 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main2 .content ul li .tt {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.index_main2 .content ul li:hover .tt {
  color: #d5013b;
}

.index_main2 .content ul li .bor {
  border: solid 1px #bfbfbf;
  border-top: 0;
  padding: 20px;
}

.index_main2 .content ul li .intro {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main2 .content ul li .more {
  color: #d5013b;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.index_main3 {
  margin-top: 15px;
}

.index_main4 {
  margin-top: 15px;
}

.index_main4 .left {
  width: 66.3%;
}

.index_main4 .left .numCount {
  margin-top: 25px;
}

.index_main4 .left .intro {
  margin-top: 20px;
  color: #363636;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main4 .left .info p {
  width: 49%;
  margin-top: 20px;
  color: #404040;
  font-size: 16px;
}

.index_main4 .left .info p img {
  margin-right: 15px;
}

.index_main4 .right {
  width: 32.6%;
  margin-left: 16px;
}

.index_main4 .right .content {
  margin-top: 16px;
}

.index_main4 .right .content ul {
  margin-top: -8px;
}

.index_main4 .right .content ul li {
  margin-top: 8px;
}

.index_main4 .right .content ul li a {
  background: #eeeeee;
  display: flex;
  align-items: center;
  height: 53px;
  overflow: hidden;
  padding: 0 15px;
}

.index_main4 .right .content ul li img {
  margin-right: 10px;
}

.index_main4 .right .content ul li h4 {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main4 .right .content ul li h4:hover {
  color: #d5013b;
}

.index_main5 {
  margin-top: 15px;
}

.index_main5 .tips {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}

.index_main5 .list_img {
  margin-top: 20px;
}

.index_main5 .list_img ul li {
  width: calc(16.66% - 10px);
  border: solid 1px #bfbfbf;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 12px;
}

.index_main5 .list_img ul li:nth-child(6n) {
  margin-right: 0;
}

.index_main5 .list_img ul li img {
  width: 100%;
  transition: .5s all;
}

.index_main5 .list_img ul li:hover img {
  transform: scale(1.1);
}

/* .index_main5 .list {
  margin-top: 13px;
}

.index_main5 .list ul li {
  width: calc(16.66% - 10px);
  background: #f4f4f4;
  text-align: center;
}

.index_main5 .list ul li:hover {
  background: #09549e;
}

.index_main5 .list ul li a {
  display: block;
  color: #646464;
  font-size: 16px;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main5 .list ul li:hover a {
  color: #ffffff;
} */

.index_main5 .more {
  width: 117px;
  height: 36px;
  border: solid 1px #a1a1a1;
  margin: 25px auto 0;
  font-size: 14px;
  color: #a1a1a1;
}

.index_main5 .more:hover {
  color: #d5013b;
}

.index_main5 .more img {
  margin-right: 5px;
}

.footer {
  padding: 55px 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.footer a {
  color: inherit;
}

.footer .left .navs {
  margin-top: 25px;
}

.footer .left .navs ul span {
  display: block;
  width: 1px;
  height: 16px;
  background: #ffffff;
  margin: 0 10px;
}

.footer .left .info {
  margin-top: 20px;
  line-height: 30px;
}

.footer .right {
  margin-right: 13px;
}

.footer .right img {
  max-width: 107px;
}

.footer .right p {
  margin-top: 6px;
}

.nywrap {
  margin-top: 22vw;
  background: #ffffff;
  padding: 25px 25px 50px;
  background: url(../images/index_main1_bg.png) no-repeat center / cover;
}

.nytitle {
  text-align: center;
  color: #d5013b;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 25px;
}

.list_cspg .tabs {
  padding: 35px 15px 0;
}

.list_cspg .tabs .hd ul {
  margin-top: -20px;
}

.list_cspg .tabs .hd ul li {
  width: calc(20% - 16px);
  height: 219px;
  background: #f1fbff;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
}

.list_cspg .tabs .hd ul li:nth-child(5n) {
  margin-right: 0;
}

.list_cspg .tabs .hd ul li.on,
.list_cspg .tabs .hd ul li:hover {
  background: #d5013b;
  color: #ffffff;
}

.list_cspg .tabs .hd ul li .icon {
  background: url(../images/list_cspg_hd1.png) no-repeat center;
  width: 100%;
  height: 51px;
  margin-top: 50px;
}

.list_cspg .tabs .hd ul li:nth-child(2) .icon {
  background-image: url(../images/list_cspg_hd2.png);
}

.list_cspg .tabs .hd ul li:nth-child(3) .icon {
  background-image: url(../images/list_cspg_hd3.png);
}

.list_cspg .tabs .hd ul li:nth-child(4) .icon {
  background-image: url(../images/list_cspg_hd4.png);
}

.list_cspg .tabs .hd ul li:nth-child(5) .icon {
  background-image: url(../images/list_cspg_hd5.png);
}

.list_cspg .tabs .hd ul li:nth-child(6) .icon {
  background-image: url(../images/list_cspg_hd6.png);
}

.list_cspg .tabs .hd ul li:nth-child(7) .icon {
  background-image: url(../images/list_cspg_hd7.png);
}

.list_cspg .tabs .hd ul li:nth-child(8) .icon {
  background-image: url(../images/list_cspg_hd8.png);
}

.list_cspg .tabs .hd ul li:nth-child(9) .icon {
  background-image: url(../images/list_cspg_hd9.png);
}

.list_cspg .tabs .hd ul li:nth-child(10) .icon {
  background-image: url(../images/list_cspg_hd10.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(1) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(1) .icon {
  background-image: url(../images/list_cspg_hd1_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(2) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(2) .icon {
  background-image: url(../images/list_cspg_hd2_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(3) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(3) .icon {
  background-image: url(../images/list_cspg_hd3_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(4) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(4) .icon {
  background-image: url(../images/list_cspg_hd4_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(5) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(5) .icon {
  background-image: url(../images/list_cspg_hd5_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(6) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(6) .icon {
  background-image: url(../images/list_cspg_hd6_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(7) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(7) .icon {
  background-image: url(../images/list_cspg_hd7_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(8) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(8) .icon {
  background-image: url(../images/list_cspg_hd8_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(9) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(9) .icon {
  background-image: url(../images/list_cspg_hd9_h.png);
}

.list_cspg .tabs .hd ul li.on:nth-child(10) .icon,
.list_cspg .tabs .hd ul li:hover:nth-child(10) .icon {
  background-image: url(../images/list_cspg_hd10_h.png);
}

.list_cspg .tabs .hd ul li .tt {
  color: #343434;
  font-size: 18px;
  margin-top: 25px;
}

.list_cspg .tabs .hd ul li .number {
  font-family: arial;
  color: #09549e;
  font-size: 30px;
}

.list_cspg .tabs .hd ul li.on .tt,
.list_cspg .tabs .hd ul li.on .number,
.list_cspg .tabs .hd ul li:hover .tt,
.list_cspg .tabs .hd ul li:hover .number {
  color: inherit;
}

.list_cspg .bd {
  padding-top: 40px;
}

.list_cspg .bd .title {
  color: #09549e;
  font-size: 24px;
  text-align: center;
}

.list_cspg .bd .tt {
  width: 134px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 18px;
  background: #d5013b;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}

.list_cspg .bd .con .text {
  color: #343434;
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}

.list_cspg .bd .con2 ul li {
  position: relative;
  width: calc(50% - 10px);
  background: #f1fbff;
  padding: 25px;
  margin-top: 20px;
  margin-right: 20px;
}

.list_cspg .bd .con2 ul li:nth-child(2n) {
  margin-right: 0;
}

.list_cspg .bd .con2 ul li .icon {
  position: absolute;
  top: -10px;
  right: 30px;
}

.list_cspg .bd .con2 ul li h4 {
  display: flex;
  align-items: center;
  color: #09549e;
  font-size: 18px;
}

.list_cspg .bd .con2 ul li h4 span {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background: #09549e;
  border-radius: 50%;
  margin-right: 10px;
}

.list_cspg .bd .con2 ul li p {
  color: #343434;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

.page_about .nywrap {
  background: url(../images/page_about_bg.jpg) no-repeat bottom right;
}

.page_about .content {
  margin-top: 48px;
  padding: 0 30px;
}

.page_about .content .left {
  width: 60%;
}

.page_about .content .left .text {
  color: #343434;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

.page_about .content .left ul {
  margin-top: 40px;
}

.page_about .content .left ul li {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  padding: 12px 0 12px 15px;
  background: #ffffff;
  border-left: solid 4px #104e9c;
  color: #3e3e3e;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
}

.page_about .content .left ul li:nth-child(2n) {
  background: linear-gradient(to right, white, transparent);
  margin-right: 0;
}

.page_about .content .right {
  width: 35%;
}

.page_about .content .right .title img {
  max-width: 100%;
}

.page_about .content .right .numCount {
  color: #104e9c;
  margin-top: 45px;
}

.page_about .content .right .numCount p {
  color: inherit;
  font-size: 16px;
  text-align: right;
}

.page_about .content .right .numCount .item {
  width: 197px;
}

.mt45 {
  margin-top: 45px;
}

.page_about .content .right .numCount .item>p {
  position: relative;
  border-bottom: solid 1px #104e9c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page_about .content .right .numCount .item>p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: #104e9c;
}

.page_about .content .right .numCount .numCX {
  color: inherit;
  margin-left: auto;
}

.numCount .numCX {
  font-family: arial;
  color: #d5013b;
  font-size: 48px;
  line-height: 1;
  margin: 0 10px;
}

.numCount p {
  color: #404040;
  font-size: 16px;
  padding-bottom: 3px;
}

.list_zz .content {
  margin-top: 30px;
  padding: 0 15px;
}

.list_zz .content .intro {
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.list_zz .content ul {
  margin-top: 30px;
}

.list_zz .content ul li {
  width: calc(16% - 8px);
}

.list_zz .content ul li .pic {
  overflow: hidden;
}

.list_zz .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.list_zz .content ul li:hover .pic img {
  transform: scale(1.1);
}

.list_zz .content ul li .tt {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

.nypage .content {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.nypage .content img {
  max-width: 100%;
}

.category_anli .intro {
  color: #343434;
  font-size: 18px;
  margin-top: 40px;
}

.category_anli .content .item {
  width: calc(50% - 9px);
  margin-top: 35px;
}

.category_anli .content .item:first-child {
  width: 100%;
}

.category_anli .content .item .tt {
  width: 134px;
  height: 33px;
  line-height: 33px;
  background: #09549e;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.category_anli .content .item ul {
  margin-top: 10px;
  justify-content: space-between;
}

.category_anli .content .item ul li {
  width: calc(33.33% - 12px);
  border: solid 1px #bfbfbf;
  margin-top: 15px;
}

.category_anli .content .item:first-child ul li {
  width: calc(16.44% - 12px);
}

.category_anli .content .item ul li img {
  width: 100%;
}

.list_cisp .title {
  width: 690px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin: auto;
  background: linear-gradient(to right, white, #09549e, white);
}

.list_cisp .content {
  padding: 0 15px;
}

.list_cisp .main1 {
  margin-top: 50px;
}

.list_cisp .main1 .intro {
  color: #343434;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}

.list_cisp .main1 .pic {
  text-align: center;
  margin-top: 30px;
}

.list_cisp .main1 .pic img {
  max-width: 100%;
}

.list_cisp .main1 .pic h4 {
  color: #343434;
  font-size: 18px;
  margin-top: 15px;
}

.list_cisp .main2 {
  margin-top: 50px;
}

.list_cisp .main2 ul {
  margin-top: 30px;
}

.list_cisp .main2 ul li {
  display: flex;
  width: 42%;
  margin-top: 20px;
}

.list_cisp .main2 ul li .icon {
  width: 70px;
}

.list_cisp .main2 ul li .icon img {
  max-width: 100%;
}

.list_cisp .main2 ul li .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}

.list_cisp .main2 ul li .text h4 {
  color: #d70707;
  font-size: 18px;
  font-weight: bold;
}

.list_cisp .main2 ul li .text p {
  color: #343434;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.list_cisp .main3 {
  margin-top: 50px;
  text-align: center;
}

.list_cisp .main3 .pic {
  margin-top: 50px;
}

.list_cisp .main3 .pic img {
  max-width: 100%;
}

.list_cisp .main4 {
  margin: 50px auto 0;
  max-width: 995px;
}

.list_cisp .main4 ul {
  margin-top: 40px;
}

.list_cisp .main4 ul li {
  display: flex;
  align-items: center;
}

.list_cisp .main4 ul li .text {
  padding-left: 15px;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
}

.page_xxaq .title {
  width: 690px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin: auto;
  background: linear-gradient(to right, white, #09549e, white);
}

.page_xxaq .main1 .intro {
  color: #343434;
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.page_xxaq .main1 .title {
  margin-top: 40px;
}

.page_xxaq .main1 .pic {
  text-align: center;
  margin-top: 10px;
}

.page_xxaq .main1 .pic img {
  max-width: 100%;
}

.page_xxaq .main2 {
  margin-top: 100px;
}

.page_xxaq .main2 .pic {
  text-align: center;
  margin-top: 70px;
}

.page_xxaq .main2 .pic img {
  max-width: 100%;
}

.page_xxaq .main3 {
  margin-top: 75px;
}

.page_xxaq .main3 ul {
  margin-top: 70px;
}

.page_xxaq .main3 ul li {
  display: flex;
  width: calc(25% - 15px);
  margin-right: 20px;
}

.page_xxaq .main3 ul li:nth-child(4n) {
  margin-right: 0;
}

.page_xxaq .main3 ul li .number {
  position: relative;
  top: -15px;
  color: #c3dcff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}

.page_xxaq .main3 ul li .text {
  line-height: 30px;
  padding-left: 15px;
}

.page_xxaq .main3 ul li .text h4 {
  color: #09549e;
  font-weight: bold;
  font-size: 18px;
}

.page_xxaq .main3 ul li .text p {
  color: #343434;
  font-size: 16px;
  margin-top: 5px;
}

.nylist .content ul li a {
  display: flex;
  padding: 25px 0;
  border-bottom: dashed 1px #bfbfbf;
}

.nylist .content ul li .text {
  width: 100%;
}

.nylist .content ul li .text h4 {
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content ul li:hover .text h4 {
  color: #d5013b;
}

.nylist .content ul li .text p {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li .text span {
  display: block;
  color: #d5013b;
  font-size: 14px;
  margin-top: 20px;
}

.pages {
  margin-top: 45px;
}

.pages span {
  margin: 0 5px;
}

.pages .p_n1 {
  padding: 8px 15px;
  background: #0a549f;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.pages .p_n2 a {
  border: solid 1px #dedede;
  border-radius: 5px;
  display: block;
  padding: 7px 15px;
  color: #333333;
  font-size: 16px;
}

.pages .p_n2 a:hover {
  background: #0a549f;
  border: solid 1px #0a549f;
  color: #ffffff;
}

.nyshow .infos {
  text-align: center;
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}

.nyshow .content {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: 30px;
}

.nyshow .content img {
  max-width: 100%;
}

.list_gxx .intro {
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.list_gxx .content {
  margin-top: 40px;
}

.list_gxx .content .swiper-slide .pic img {
  width: 100%;
}

.list_gxx .content .swiper-slide .tt {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.category_ry .content {
  padding: 0 15px;
  margin-top: 60px;
}

.category_ry .content .line {
  position: relative;
  z-index: 2;
}

.category_ry .content .line span {
  width: calc(100% - 76px);
  height: 1px;
  background: #09549e;
}

.category_ry .content .line .button-prev::before,
.category_ry .content .line .button-next::before {
  content: ">";
  display: block;
  border: solid 1px #09549e;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-family: "宋体";
  font-size: 24px;
  color: #09549e;
}

.category_ry .content .line .button-prev:hover::before,
.category_ry .content .line .button-next:hover::before {
  background: #09549e;
  color: #ffffff;
}

.category_ry .content .line .button-prev::before {
  content: "<";
}

.category_ry .content .top {
  max-width: 1200px;
  margin: auto;
}

.category_ry .content .top .swiper-container {
  bottom: -22px;
}

.category_ry .content .bottom .swiper-container {
  top: -22px;
}

.category_ry .content .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  padding-bottom: 23px;
}

.category_ry .content .bottom .swiper-container .swiper-slide {
  padding-top: 23px;
}

.category_ry .content .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #09549e;
}

.category_ry .content .bottom .swiper-container .swiper-slide::before {
  top: 0;
  bottom: auto;
}

.category_ry .content .swiper-container .swiper-slide .pic {
  overflow: hidden;
}

.category_ry .content .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 167px;
  transition: all .5s;
}

.category_ry .content .swiper-container .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.category_ry .content .swiper-container .swiper-slide .tt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  overflow: hidden;
  color: #262626;
  font-size: 16px;
  line-height: 24px;
}

.category_ry .content .top .swiper-container .swiper-slide .tt {
  margin-top: 15px;
}

.category_ry .content .bottom .swiper-container .swiper-slide .pic {
  margin-top: 15px;
}

.category_ry .content .bottom {
  max-width: 900px;
  margin: auto;
}

@media (max-width: 1330px) {
  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
  }

  .m_header .index_logo img {
    max-width: 80%;
  }

  .m_header .icon ul li {
    margin-right: .5rem;
  }

  .m_header .menu {
    width: auto;
    background: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .m_header .menu .bi-list {
    color: #000;
    font-size: 1rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #d5013b;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 30px;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 18px;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #ffffff;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  body::before {
    top: 3rem;
    height: 10rem;
  }

  .nywrap {
    margin-top: 5rem;
    background: #ffffff;
    padding: .5rem .5rem 1rem;
  }

  .nytitle {
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .list_cspg .tabs {
    padding: 1rem 0 0;
  }

  .list_cspg .tabs .hd ul li {
    width: calc(50% - .25rem);
    height: auto;
    border-radius: .5rem;
    padding: .5rem 1rem;
    margin-right: .5rem;
  }

  .list_cspg .tabs .hd ul li:nth-child(5n) {
    margin-right: .5rem;
  }

  .list_cspg .tabs .hd ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_cspg .tabs .hd ul li .icon {
    height: 2rem;
    margin-top: 0;
  }

  .list_cspg .tabs .hd ul li .tt {
    font-size: .58rem;
    margin-top: .5rem;
  }

  .list_cspg .tabs .hd ul li .number {
    font-size: .65rem;
  }

  .list_cspg .bd {
    padding-top: 1rem;
  }

  .list_cspg .bd .title {
    font-size: .75rem;
  }

  .list_cspg .bd .tt {
    width: 5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .65rem;
    border-radius: .5rem;
    margin-top: .5rem;
  }

  .list_cspg .bd .con .text {
    font-size: .58rem;
    margin-top: .25rem;
  }

  .list_cspg .bd .con img {
    max-width: 100%;
  }

  .list_cspg .bd .con2 img {
    max-width: 100%;
  }

  .list_cspg .bd .con2 ul {
    margin-top: .5rem;
  }

  .list_cspg .bd .con2 ul li {
    width: calc(50% - .25rem);
    padding: .5rem;
    margin-top: .5rem;
    margin-right: .5rem;
  }

  .list_cspg .bd .con2 ul li p {
    font-size: .58rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .footer {
    padding: 1.5rem 0;
    font-size: .58rem;
  }

  .footer>.container {
    flex-wrap: wrap;
  }

  .footer .left .navs {
    margin-top: .5rem;
  }

  .footer .left .navs ul span {
    height: .4rem;
    margin: 0 .25rem;
  }

  .footer .left .info {
    margin-top: .5rem;
    line-height: 1.5;
  }

  .footer .right {
    width: 100%;
    text-align: center;
    margin-top: .5rem;
    margin-right: 0;
  }

  .list_gxx .intro {
    margin-top: 1rem;
    font-size: .58rem;
  }

  .list_gxx .content {
    margin-top: 1rem;
  }

  .category_ry .content {
    padding: 0 .5rem;
    margin-top: 1rem;
  }

  .category_ry .content .line {
    margin: .5rem 0;
  }

  .category_ry .content .line .button-prev::before,
  .category_ry .content .line .button-next::before {
    width: .95rem;
    height: .95rem;
    line-height: .9rem;
    font-size: .65rem;
  }

  .category_ry .content .top .swiper-container {
    bottom: 0;
  }

  .category_ry .content .bottom .swiper-container {
    top: 0;
  }

  .category_ry .content .swiper-container .swiper-slide {
    padding-bottom: 0;
  }

  .category_ry .content .bottom .swiper-container .swiper-slide {
    padding-top: 0;
  }

  .category_ry .content .swiper-container .swiper-slide::before {
    display: none;
  }

  .category_ry .content .swiper-container .swiper-slide .pic img {
    height: auto;
  }

  .category_ry .content .swiper-container .swiper-slide .tt {
    align-items: start;
    height: 2.4rem;
    font-size: .58rem;
    line-height: .8rem;
  }

  .category_anli .intro {
    font-size: .58rem;
    margin-top: 1rem;
  }

  .category_anli .content .item {
    width: 100%;
    margin-top: 1rem;
  }

  .category_anli .content .item .tt {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .5rem;
    font-size: .58rem;
  }

  .category_anli .content .item ul {
    margin-top: .5rem;
  }

  .category_anli .content .item ul li {
    width: calc(33% - 2%);
    margin-top: .25rem;
  }

  .category_anli .content .item:first-child ul li {
    width: calc(33% - 2%);
  }

  .nylist .content ul li a {
    padding: .5rem 0;
  }

  .nylist .content ul li .text h4 {
    font-size: .65rem;
  }

  .nylist .content ul li .text p {
    font-size: .58rem;
    margin-top: .5rem;
  }

  .nylist .content ul li .text span {
    font-size: .58rem;
    margin-top: .5rem;
  }

  .pages {
    margin-top: 1rem;
  }

  .pages span {
    margin: 0 .25rem;
  }

  .pages .p_n1 {
    padding: .2rem .375rem;
    font-size: .58rem;
    border-radius: .125rem;
  }

  .pages .p_n2 a {
    border-radius: .125rem;
    padding: .175rem .375rem;
    font-size: .58rem;
  }

  .nyshow .content {
    font-size: .58rem;
    margin-top: .5rem;
  }

  .page_about .nywrap {
    background: #ffffff;
  }

  .page_about .content {
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 0 .5rem;
  }

  .page_about .content .left {
    width: 100%;
  }

  .page_about .content .left .text {
    font-size: .58rem;
  }

  .page_about .content .left ul {
    margin-top: 1rem;
  }

  .page_about .content .left ul li {
    width: 100%;
    padding: .25rem 0 .25rem .25rem;
    font-size: .58rem;
    line-height: .75rem;
    margin-top: .5rem;
    margin-right: 0;
  }

  .page_about .content .right {
    width: 100%;
    margin-top: 1rem;
  }

  .page_about .content .right .numCount {
    margin-top: 1rem;
  }

  .page_about .content .right .numCount .item {
    width: 45%;
  }

  .page_about .content .right .numCount p {
    font-size: .58rem;
  }

  .page_about .content .right .numCount .item>p {
    padding-bottom: .25rem;
    margin-bottom: .25rem;
  }

  .numCount .numCX {
    font-size: 1rem;
    margin: 0 .25rem;
  }

  .mt45 {
    margin-top: .5rem;
  }

  .index_wrap {
    padding: .5rem;
  }

  .index_main1 {
    margin-top: 5rem;
  }

  .index_main1 .content {
    flex-wrap: wrap;
  }

  .index_main1 .title h3 {
    font-size: .75rem;
    padding-left: .25rem;
  }

  .index_main1 .title a {
    font-size: .58rem;
  }

  .index_main1 .con {
    margin-top: .5rem;
  }

  .index_main1 .left .con ul li {
    padding: .25rem 0 .25rem .5rem;
  }

  .index_main1 .left .con ul li h4 {
    font-size: .65rem;
  }

  .index_main1 .left .con ul li span {
    font-size: .58rem;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .index_main1 .right ul li {
    padding-bottom: .5rem;
  }

  .index_main1 .right ul li h4 {
    font-size: .65rem;
  }

  .index_main1 .right ul li span {
    margin-top: .25rem;
    font-size: .58rem;
  }

  .index_main1 .right ul li p {
    font-size: .58rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_title {
    font-size: .75rem;
  }

  .index_main2 .content {
    margin-top: .5rem;
  }

  .index_main2 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .index_main2 .content ul li {
    width: calc(50% - 2%);
    margin-top: .5rem;
  }

  .index_main2 .content ul li .tt {
    bottom: .375rem;
    font-size: .65rem;
  }

  .index_main2 .content ul li .bor {
    padding: .5rem;
  }

  .index_main2 .content ul li .intro {
    font-size: .58rem;
    line-height: 1.5;
  }

  .index_main2 .content ul li .more {
    font-size: .58rem;
    margin-top: .25rem;
  }

  .index_main3 {
    margin-top: .5rem;
  }

  .index_main4 {
    margin-top: .5rem;
  }

  .index_main4 .container {
    flex-wrap: wrap;
  }

  .index_main4 .left {
    width: 100%;
  }

  .index_main4 .left .numCount {
    flex-wrap: wrap;
    margin-top: .5rem;
  }

  .numCount p {
    font-size: .58rem;
    padding-bottom: .075rem;
  }

  .index_main4 .left .intro {
    margin-top: .5rem;
    font-size: .58rem;
  }

  .index_main4 .left .info {
    margin-top: .5rem;
  }

  .index_main4 .left .info p {
    width: 100%;
    font-size: .58rem;
    margin-top: .5rem;
  }

  .index_main4 .left .info p img {
    margin-right: .25rem;
  }

  .index_main4 .right {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .index_main4 .right .content {
    margin-top: .5rem;
  }

  .index_main4 .right .content ul li a {
    height: 2rem;
    padding: 0 .25rem;
  }

  .index_main4 .right .content ul li img {
    margin-right: .25rem;
  }

  .index_main4 .right .content ul li h4 {
    font-size: .58rem;
    line-height: 1.5;
  }

  .index_main5 {
    margin-top: .5rem;
  }

  .index_main5 .tips {
    font-size: .45rem;
    margin-top: .25rem;
  }

  .index_main5 .list_img {
    margin-top: .5rem;
  }

  .index_main5 .list_img ul li {
    width: calc(32.8% - 1%);
    margin-right: 2.3%;
  }

  .index_main5 .list_img ul li:nth-child(3n) {
    margin-right: 0;
  }

  .index_main5 .more {
    width: 3.5rem;
    height: 1.25rem;
    margin: .5rem auto 0;
    font-size: .58rem;
  }

  .index_main5 .more img {
    margin-right: .125rem;
  }

  .page_xxaq .title {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .75rem;
  }

  .page_xxaq .main1 .title {
    margin-top: 1rem;
  }

  .page_xxaq .main1 .intro {
    font-size: .58rem;
    margin-top: 1rem;
  }

  .page_xxaq .main1 .pic {
    margin-top: .5rem;
  }

  .page_xxaq .main2 {
    margin-top: 1rem;
  }

  .page_xxaq .main2 .pic {
    margin-top: .5rem;
  }

  .page_xxaq .main3 {
    margin-top: 1rem;
  }

  .page_xxaq .main3 ul {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .page_xxaq .main3 ul li {
    display: flex;
    width: 100%;
    margin-top: .5rem;
    margin-right: 0;
  }

  .page_xxaq .main3 ul li:first-child {
    margin-top: 0;
  }

  .page_xxaq .main3 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .page_xxaq .main3 ul li .number {
    top: 0;
    font-size: .75rem;
  }

  .page_xxaq .main3 ul li .text {
    line-height: 1.5;
    padding-left: .5rem;
  }

  .page_xxaq .main3 ul li .text h4 {
    font-size: .65rem;
  }

  .page_xxaq .main3 ul li .text p {
    font-size: .58rem;
    margin-top: .25rem;
  }

  .list_cisp .title {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .75rem;
  }

  .list_cisp .main1 .intro {
    font-size: .58rem;
    margin-top: .5rem;
  }

  .list_cisp .main1 .pic {
    margin-top: .5rem;
  }

  .list_cisp .main1 .pic h4 {
    font-size: .58rem;
    margin-top: .25rem;
  }

  .list_cisp .content {
    padding: 0 .25rem;
  }

  .list_cisp .main1 {
    margin-top: 1rem;
  }

  .list_cisp .main4 ul {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  body::after {
    height: 18rem;
  }

  .list_cisp .main2 {
    margin-top: 1rem;
  }

  .list_cisp .main2 ul {
    margin-top: .5rem;
    gap: .5rem 0;
  }

  .list_cisp .main2 ul li {
    width: 100%;
    margin-top: 0;
  }

  .list_cisp .main2 ul li .icon {
    width: 1.75rem;
  }

  .list_cisp .main2 ul li .text {
    width: calc(100% - 1.75rem);
    padding-left: .5rem;
  }

  .list_cisp .main2 ul li .text h4 {
    font-size: .65rem;
  }

  .list_cisp .main2 ul li .text p {
    font-size: .58rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .list_cisp .main3 {
    margin-top: 1rem;
  }

  .list_cisp .main3 .pic {
    margin-top: .5rem;
  }

  .list_cisp .main4 {
    margin: 1rem auto 0;
    max-width: 100%;
  }

  .list_cisp .main4 ul {
    gap: .5rem 0;
  }

  .list_cisp .main4 ul li {
    width: 100%;
  }

  .list_cisp .main4 ul li .text {
    padding-left: .5rem;
    font-size: .58rem;
    line-height: 1.5;
  }
}