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
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  min-width: 1430px;
}

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;
}

.mobile {
  display: none;
}

.container {
  max-width: 1430px;
}

.header .top {
  padding: 22px 0;
}

.header .top .logo {
  max-width: 469px;
}

.header .top .logo img {
  width: 100%;
}

.header .top .right form {
  padding: 5px 5px 5px 15px;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  overflow: hidden;
}

.header .top .right form .boxCss {
  border: 0;
}

.header .top .right form .btnCss {
  width: 21px;
  height: 21px;
  border: 0;
  background: url(../images/icon_search.png) no-repeat;
}

.header .top .right a {
  color: #666666;
  font-size: 16px;
  border-right: solid 1px #c0c0c0;
  padding: 0 15px;
}

.header .top .right a:last-child {
  padding-right: 0;
  border-right: 0;
}

.header .navs {
  background: #0075d4;
  border-bottom: solid 1px #ffffff;
}

.header .navs ul li {
  width: 15%;
  text-align: center;
}

.header .navs ul li a {
  padding: 18px 0;
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.header .navs ul li a.cur,
.header .navs ul li a:hover {
  background: #0065c0;
}

.header .navs ul li a img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.bg_ffffff {
  background: #ffffff;
}

.bg_f6f6f6 {
  background: #f6f6f6;
}

.index_title {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 20px;
}

.index_title h3 {
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.index_title h3::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  background: #d80d10;
  width: 82px;
  height: 5px;
}

.index_title a {
  color: #333333;
  font-size: 16px;
}

.index_title a:hover {
  color: #d80d10;
}

.index_box {
  padding: 35px 40px;
  border-radius: 10px;
}

.index_main4 .container,
.index_main5 .container,
.index_main6 .container {
  padding: 0 55px;
}

.index_main1 {
  padding-top: 30px;
}

.index_main1 .content {
  margin-top: 25px;
}

.index_main1 .content ul li {
  position: relative;
  width: 23%;
  margin-right: 3%;
}

.index_main1 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.index_main1 .content ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  background: #e7e7e7;
  display: block;
  width: 1px;
  height: 100%;
}

.index_main1 .content ul li:last-child:after {
  display: none;
}

.index_main1 .content ul li .date {
  display: inline-block;
  color: #999999;
  font-size: 16px;
  border-bottom: solid 1px #0075d4;
  padding-bottom: 10px;
}

.index_main1 .content ul li h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333333;
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
}

.index_main1 .content ul li:hover h4,
.index_main1 .content ul li:hover .more {
  color: #d80d10;
}

.index_main1 .content ul li h4 img {
  max-width: 32px;
  vertical-align: top;
}

.index_main1 .content ul li .more {
  color: #999999;
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
}

.index_main2 {
  padding-top: 35px;
}

.index_main2 .content {
  margin-top: 40px;
  justify-content: space-between;
}

.index_main2 .content .left {
  position: relative;
  width: 49%;
}

.index_main2 .content .left .swiper-slide {
  overflow: hidden;
}

.index_main2 .content .left .swiper-slide .pic {
  overflow: hidden;
}

.index_main2 .content .left .swiper-slide img {
  width: 100%;
  height: 425px;
  transition: all .5s;
}

.index_main2 .content .left .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_main2 .content .left .tt {
  width: 100%;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.index_main2 .content .right {
  width: 49%;
}

.index_main2 .content .right .hd ul {
  justify-content: space-between;
}

.index_main2 .content .right .hd ul li {
  width: 24%;
  padding: 10px 0;
  text-align: center;
  background: #e0e0e0;
  border-radius: 5px;
  color: #343434;
  font-size: 18px;
}

.index_main2 .content .right .hd ul li.on {
  background: #d80d10;
  color: #fff;
}

.index_main2 .content .right .bd ul {
  display: flex;
  flex-direction: column;
}

.index_main2 .content .right .bd ul li {
  margin-top: 23px;
}

.index_main2 .content .right .bd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_main2 .content .right .bd ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f0ad00;
  border-radius: 50%;
}

.index_main2 .content .right .bd ul li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  padding-left: 15px;
  color: #333333;
  font-size: 16px;
}

.index_main2 .content .right .bd ul li:hover h4 {
  color: #d80d10;
}

.index_main2 .content .right .bd ul li span {
  flex-shrink: 0;
  color: #666666;
  font-size: 16px;
}

.index_main3 {
  padding: 35px 0;
}

.index_main3 img {
  width: 100%;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
  padding: 35px 0 40px;
}

.index_main4 .content ul li {
  width: 23.5%;
  height: 164px;
  padding-top: 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  transition: all .5s;
  margin-right: 2%;
  margin-top: 40px;
}

.index_main4 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.index_main4 .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .5) 0 0 5px 5px;
}

.index_main4 .content ul li img {
  height: 49px;
}

.index_main4 .content ul li h4 {
  margin-top: 25px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.index_main4 .content ul li:hover h4 {
  color: #d80d10;
}

.index_main5 {
  background: url(../images/index_main5_bg.jpg) no-repeat center/cover;
  padding: 35px 0 50px;
}

.index_main5 .content ul li {
  width: 23.5%;
  margin-top: 40px;
  margin-right: 2%;
}

.index_main5 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.index_main5 .content ul li a {
  display: flex;
}

.index_main5 .content ul li .pic {
  width: 40%;
  overflow: hidden;
}

.index_main5 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main5 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main5 .content ul li .intro {
  width: 60%;
  padding: 10px 15px;
  background: #ffffff;
}

.index_main5 .content ul li .intro h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.index_main5 .content ul li:hover .intro h4 {
  color: #d80d10;
}

.index_main5 .content ul li .intro p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}

.index_main6 {
  background: url(../images/index_main6_bg.jpg) no-repeat center/cover;
  padding: 35px 0 65px;
}

.index_main6 .index_title {
  border-color: #ffffff;
}

.index_main6 .content {
  margin-top: 35px;
}

.index_main6 .content ul li {
  width: 25%;
}

.index_main6 .content ul li a {
  display: flex;
  flex-direction: column;
}

.index_main6 .content ul li:nth-child(even) a {
  flex-direction: column-reverse;
}

.index_main6 .content ul li .pic {
  overflow: hidden;
}

.index_main6 .content ul li .pic img {
  width: 100%;
  height: 212px;
  transition: all .5s;
}

.index_main6 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main6 .content ul li .intro {
  background: #ffffff;
  padding: 35px 25px;
}

.index_main6 .content ul li .intro h4 {
  height: 48px;
  overflow: hidden;
  color: #333333;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}

.index_main6 .content ul li:hover .intro h4,
.index_main6 .content ul li:hover .intro span {
  color: #d80d10;
}

.index_main6 .content ul li .intro p {
  height: 48px;
  overflow: hidden;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px;
}

.index_main6 .content ul li .intro span {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
}

.index_main7 {
  padding-top: 35px;
}

.index_main7 .content ul li {
  width: 23.5%;
  margin-top: 30px;
  margin-right: 2%;
}

.index_main7 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.index_main7 .content ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main7 .content ul li:hover a {
  color: #d80d10;
}

.index_main7 .content ul li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f0ad00;
  border-radius: 50%;
}

.index_main8 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.index_main8 .content {
  padding-top: 35px;
}

.index_main8 .content ul li {
  width: 31.33%;
  padding: 30px;
  background: #f6fbff;
  margin-right: 3%;
}

.index_main8 .content ul li:nth-child(3n) {
  margin-right: 0;
}

.index_main8 .content ul li:hover {
  background: #0058a8;
}

.index_main8 .content ul li h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.index_main8 .content ul li p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.index_main8 .content ul li:hover h4,
.index_main8 .content ul li:hover p {
  color: #ffffff;
}

.footer {
  background: #0058a8;
  padding: 35px 0;
}

.footer .links .title {
  flex-shrink: 0;
  color: #e5e5e5;
  font-size: 16px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #dbdbdb;
}

.footer .links .content {
  width: 100%;
}

.footer .links .content ul {
  justify-content: space-between;
}

.footer .links .content ul li {
  width: 23%;
  display: flex;
  align-items: center;
}

.footer .links .content ul li h4 {
  flex-shrink: 0;
  color: #e5e5e5;
  font-size: 14px;
}

.footer .links .content ul li select {
  width: 100%;
  background: #014c90;
  padding: 10px 15px;
  color: #e5e5e5;
  font-size: 14px;
  border: 0;
}

.footer .links .content ul li select option {
  color: #bebebe;
  font-size: 14px;
}

.footer .intro {
  border-top: solid 1px #80acd4;
  margin-top: 25px;
  padding-top: 25px;
}

.footer .intro .left {
  width: 555px;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 2;
}

.footer .intro .left a {
  color: #e5e5e5;
  font-size: 14px;
}

.footer .intro .right {
  margin-left: 140px;
}

.footer .intro .right h4 {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 2;
  text-align: right;
}

.footer .intro .right img {
  max-width: 113px;
  margin-left: 10px;
}

.nybanner img {
  display: block;
  width: 100%;
}

.crumb_subnav {
  border-bottom: solid 1px #d8d8d8;
}

.crumb_subnav .left {
  height: 68px;
}

.crumb_subnav .left img {
  max-width: 100%;
  margin-right: 12px;
}

.crumb_subnav .left a,
.crumb_subnav .left span {
  color: #999999;
  font-size: 18px;
}

.crumb_subnav .left span {
  margin: 0 8px;
}

.crumb_subnav .right ul li {
  margin: 0 20px;
}

.crumb_subnav .right ul li a {
  display: block;
  height: 68px;
  line-height: 68px;
  color: #333333;
  font-size: 18px;
}

.crumb_subnav .right ul li a.cur,
.crumb_subnav .right ul li a:hover {
  border-bottom: solid 3px #d80d10;
  color: #0075d4;
}

.ny {
  background: #f6f6f6;
  padding: 5px 0;
}

.ny>.container {
  background: #ffffff;
  padding: 25px 50px;
}

.nytitle {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #333333;
  padding-bottom: 15px;
}

.nytitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 58px;
  height: 6px;
  background: #d80d10;
}

.nypage .content {
  margin-top: 50px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
}

.nypage .content img {
  max-width: 100%;
}

.nylist .content ul li {
  border-bottom: solid 1px #dcdcdc;
  padding: 35px 0;
}

.nylist .content ul li a {
  display: flex;
  align-items: center;
}

.nylist .content ul li .date {
  flex-shrink: 0;
  font-family: arial;
  text-align: center;
  border-right: solid 1px #dcdcdc;
  padding-right: 30px;
}

.nylist .content ul li .date .d {
  color: #747474;
  font-size: 30px;
  line-height: 1;
}

.nylist .content ul li .date .y-m {
  color: #747474;
  font-size: 18px;
}

.nylist .content ul li h4 {
  width: 100%;
  padding: 0 30px;
  color: #343434;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content ul li:hover h4,
.nylist .content ul li:hover span {
  color: #d80d10;
}

.nylist .content ul li span {
  flex-shrink: 0;
  color: #434343;
  font-size: 16px;
}

.pages {
  margin-top: 40px;
}

.pages span {
  height: 33px;
  line-height: 31px;
  margin: 0 5px;
  font-size: 14px;
}

.pages span a {
  display: block;
  padding: 0 10px;
  color: #2c4b9d;
  font-size: 14px;
  border: solid 1px #d8d8d8;
}

.pages .p_n1,
.pages span a:hover {
  background: #2c4b9d;
  color: #ffffff;
  padding: 0 10px;
  border-color: #2c4b9d;
}

.nyshow .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.nyshow .date {
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}

.nyshow .content {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}

.nyshow .content img {
  max-width: 100%;
}

.list_hyjy .content ul li .intro {
  background: #f6f6f6;
}

.list_hyml .content {
  margin-top: 20px;
}

.list_hyml .content ul li {
  position: relative;
  width: 32.66%;
  font-size: 16px;
  color: #353535;
  line-height: 1.5;
  padding-left: 15px;
  margin-right: 1%;
  margin-top: 20px;
}

.list_hyml .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_hyml .content ul li:hover {
  color: #0E70B9;
}

.list_hyml .content ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border: solid 3px #0e70b9;
  border-radius: 50%;
}

.list_cgzs .content {
  margin-top: 20px;
}

.list_cgzs .content ul li {
  margin-top: 20px;
}

.list_cgzs .content ul li .pic {
  width: 15%;
}

.list_cgzs .content ul li .pic img {
  width: 100%;
}

.list_cgzs .content ul li .text {
  width: 85%;
  padding-left: 2.5%;
}

.list_cgzs .content ul li .text h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.list_cgzs .content ul li .text p {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

.index_main2 .content .right .bd ul .more {
  text-align: right;
  margin-top: 23px;
}

.index_main2 .content .right .bd ul .more a {
  color: #333333;
  font-size: 16px;
}

.index_main2 .content .right .bd ul .more a:hover{
  color: #d80d10;
}

@media (max-width: 1330px) {
  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }

  .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: #0071e3;
    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;
  }

  .index_box {
    padding: .875rem 1rem;
    border-radius: .25rem;
  }

  .index_title {
    padding-bottom: .5rem;
  }

  .index_title h3 {
    font-size: .75rem;
  }

  .index_title h3::after {
    bottom: -0.525rem;
    width: 2.05rem;
    height: .125rem;
  }

  .index_title a {
    font-size: .55rem;
  }

  .index_main1 {
    padding-top: 1rem;
  }

  .index_main1 .content {
    margin-top: .5rem;
  }

  .index_main1 .content ul {
    flex-wrap: wrap;
  }

  .index_main1 .content ul li {
    position: relative;
    width: 46%;
    margin-right: 8%;
  }

  .index_main1 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main1 .content ul li::after {
    right: -.5rem;
  }

  .index_main1 .content ul li:nth-child(2):after {
    display: none;
  }

  .index_main1 .content ul li .date {
    font-size: .45rem;
    padding-bottom: .25rem;
  }

  .index_main1 .content ul li h4 {
    font-size: .65rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main1 .content ul li h4 img {
    max-width: 1rem;
  }

  .index_main1 .content ul li .more {
    font-size: .45rem;
    margin-top: .5rem;
  }

  .index_main2 {
    padding-top: 1rem;
  }

  .index_main2 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main2 .content .left {
    width: 100%;
  }

  .index_main2 .content .left h4 {
    padding: 0 .5rem;
    bottom: .5rem;
    font-size: .65rem;
  }

  .index_main2 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main2 .content .right .hd ul li {
    width: 23.5%;
    padding: .25rem 0;
    font-size: .65rem;
  }

  .index_main2 .content .right .bd ul {
    margin-top: .575rem;
  }

  .index_main2 .content .right .bd ul li a::before {
    width: .2rem;
    height: .2rem;
  }

  .index_main2 .content .right .bd ul li h4 {
    padding-left: .375rem;
    font-size: .55rem;
  }

  .index_main2 .content .right .bd ul li span {
    font-size: .45rem;
  }

  .index_main3 {
    padding: 1rem 0;
  }

  .index_main4 {
    padding: 1rem 0 2rem;
  }

  .index_main4 .container,
  .index_main5 .container,
  .index_main6 .container {
    padding: 0 15px;
  }

  .index_main4 .content {
    margin-top: 1rem;
  }

  .index_main4 .content ul li {
    width: 32%;
    height: 5rem;
    padding-top: .5rem;
    border-radius: .25rem;
    margin-top: 1rem;
  }

  .index_main4 .content ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .index_main4 .content ul li:nth-child(3n) {
    margin-right: 0;
  }

  .index_main4 .content ul li img {
    height: 1.225rem;
  }

  .index_main4 .content ul li h4 {
    margin-top: .5rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .index_main5 {
    padding: 1rem 0 2rem;
  }

  .index_main5 .content {
    margin-top: 1rem;
  }

  .index_main5 .content ul {
    margin-top: -.5rem;
  }

  .index_main5 .content ul li {
    width: 49%;
    margin-top: .5rem;
  }

  .index_main5 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main5 .content ul li .intro {
    padding: .25rem .25rem;
  }

  .index_main5 .content ul li .intro h4 {
    font-size: .55rem;
  }

  .index_main5 .content ul li .intro p {
    font-size: .45rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main6 {
    padding: 1rem 0 2rem;
  }

  .index_main6 .content {
    margin-top: 1rem;
  }

  .index_main6 .content ul li {
    width: 50%;
  }

  .index_main6 .content ul li .intro {
    padding: 1rem .5rem;
  }

  .index_main6 .content ul li .intro h4 {
    font-size: .65rem;
  }

  .index_main6 .content ul li .intro p {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main6 .content ul li .intro span {
    font-size: .45rem;
    margin-top: .25rem;
  }

  .index_main6 .content ul li .pic img {
    height: 6.4rem;
  }

  .index_main7 {
    padding-top: 1rem;
  }

  .index_main7 .content ul {
    margin-top: .5rem;
  }

  .index_main7 .content ul li {
    width: 100%;
  }

  .index_main7 .content ul li a::before {
    top: .25rem;
    width: .25rem;
    height: .25rem;
  }

  .index_main7 .content ul li a {
    padding-left: .5rem;
    font-size: .65rem;
  }

  .index_main8 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .index_main8 .content {
    padding-top: 1rem;
  }

  .index_main8 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .index_main8 .content ul li {
    width: 100%;
    margin-top: .5rem;
    padding: .5rem;
  }

  .index_main8 .content ul li h4 {
    font-size: .65rem;
    margin-bottom: .25rem;
  }

  .index_main8 .content ul li p {
    font-size: .55rem;
  }

  .footer {
    padding: 1rem 0;
  }

  .footer .links .title {
    font-size: .65rem;
    padding-right: .5rem;
    margin-right: .5rem;
  }

  .footer .links .content ul {
    flex-wrap: wrap;
  }

  .footer .links .content ul li {
    width: 100%;
  }

  .footer .links .content ul li h4 {
    width: 50%;
    font-size: .65rem;
  }

  .footer .links .content ul li select {
    width: 50%;
    padding: .25rem .25rem;
    font-size: .55rem;
  }

  .footer .intro {
    flex-wrap: wrap;
    margin-top: .5rem;
    padding-top: .5rem;
  }

  .footer .intro .left {
    width: 100%;
    font-size: .55rem;
  }

  .footer .intro .right {
    margin-left: 0;
  }

  .footer .intro .right h4 {
    font-size: .55rem;
  }

  .footer .intro .right img {
    max-width: 5rem;
  }

  .crumb_subnav .left {
    display: none !important;
  }

  .crumb_subnav .right ul {
    overflow-y: scroll;
  }

  .crumb_subnav .right ul li {
    flex-shrink: 0;
    margin: 0 .5rem;
  }

  .crumb_subnav .right ul li a {
    height: 2rem;
    line-height: 2rem;
    font-size: .65rem;
  }

  .ny {
    padding: 1.5rem .5rem;
  }

  .ny>.container {
    padding: 1rem .5rem;
  }

  .nytitle {
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .nytitle::after {
    width: 1.45rem;
    height: .15rem;
  }

  .nypage .content {
    margin-top: 1rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .nylist .content ul li {
    padding: .5rem 0;
  }

  .nylist .content ul li .date {
    padding-right: .75rem;
  }

  .nylist .content ul li .date .d {
    font-size: 1.2rem;
  }

  .nylist .content ul li .date .y-m {
    font-size: .45rem;
  }

  .nylist .content ul li h4 {
    padding: 0 .75rem;
    font-size: .65rem;
  }

  .nylist .content ul li span {
    display: none;
  }

  .pages {
    margin-top: 1rem;
  }

  .pages span {
    height: 1rem;
    line-height: 1rem;
    font-size: .45rem;
    margin: 0 .25rem;
  }

  .pages span a {
    padding: 0 .25rem;
    font-size: .45rem;
  }

  .pages .p_n1,
  .pages span a:hover {
    padding: 0 .25rem;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .date {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: 1rem;
  }
}