@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

A {
  color: #333333;
  outline: none;
  text-decoration: none;
}

A:visited, A:active {
  color: #333333;
}

A:hover {
  color: #ae0000;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
  color: #333333;
}

@media only screen and (max-width: 1200px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a,
li,
i,
span {
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 16px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}

.img_content img {
  width: 100%;
  min-height: 100%;
}

.text_content {
  width: 100%;
}

.ny_main {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .ny_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .mob {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}

.p60 {
  padding: 50px 40px 40px 40px;
}

@media only screen and (max-width: 1200px) {
  .p60 {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .mob {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}

.m-b-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.mh {
  width: 100%;
  float: left;
}

.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.img_scale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.ab_nr {
  line-height: 1.8;
}

.ab_nr a {
  color: #ae0000;
  text-decoration: underline;
}

.ab_nr .ab_nr a:hover {
  text-decoration: none;
}

.ab_nr td {
  padding: 10px;
  border: solid 1px #dddddd;
}

.ab_nr li {
  position: relative;
  padding-left: 18px;
}

.ab_nr li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}

.ab_nr p {
  margin-bottom: 25px;
}

.ab_nr p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .ab_nr {
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  .ab_nr img {
    height: auto !important;
  }
  .ab_nr li:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .ab_nr p {
    margin-bottom: 15px;
  }
}

.dt img,
.dt label {
  max-width: inherit;
}

.ta_k {
  overflow-x: auto;
}

.ta1 {
  width: 100%;
  min-width: 1100px;
}

.ta1 td {
  padding: 15px 10px;
  text-align: center;
}

.ta1 tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.ta1 thead td {
  background-color: #2c65bb;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .ta1 td {
    padding: 12px 8px;
  }
  .ta1 thead td {
    font-size: 14px;
  }
}

.pageStyle {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.pageStyle a {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0px 4px;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  background-color: #fff;
}

.pageStyle a:hover, .pageStyle a.active {
  border-color: #ae0000;
  background-color: #ae0000;
  color: #ffffff;
}

.pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
  font-size: 20px;
}

.pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .pageStyle a {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 0 2px;
    padding: 0 6px;
  }
  .pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
    font-size: 16px;
  }
  .pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
    font-size: 16px;
  }
}

.em1 {
  padding: 0 1em;
}

div::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

div ::-webkit-scrollbar {
  width: 5px;
  background-color: #e6e6e6;
}

div ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ae0001;
  -webkit-border-radius: 5px;
}

div::-webkit-scrollbar-thumb:hover {
  height: 50px;
  -webkit-border-radius: 5px;
}

.sy_top_bg {
  width: 100%;
  border-top: solid 10px #ae0000;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .sy_top_bg {
    border-top: 0;
  }
}

.top {
  width: 100%;
  height: 180px;
  background-image: url(../images/index/topbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.top .ny_main {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  z-index: 30;
  padding: 0 40px;
}

.top .logo {
  position: absolute;
  height: 69px;
  left: 50px;
  top: 20px;
}

.top .logo img {
  max-height: 100%;
}

.top .menuMob {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 10px;
  top: 54px;
}

.top .menuMob a {
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top .menuMob a.on {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
}

@media only screen and (max-width: 1200px) {
  .top {
    height: 55px;
    top: 0px;
    left: 0;
    padding: 0;
    position: fixed;
    z-index: 30;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #ae0000;
    background-image: initial;
  }
  .top .ny_main {
    height: 55px;
  }
  .top .logo {
    height: 35px;
    left: 15px;
    top: 10px;
  }
  .top .menuMob {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 15px;
  }
}

.top_jg {
  height: 55px;
}

#navk {
  float: right;
}

#navk .top_nav {
  position: absolute;
  line-height: 40px;
  right: 28px;
  top: 10px;
  font-size: 14px;
  color: #fff;
}

#navk .top_nav a {
  color: #fff;
  margin: 0 12px;
}

#navk .ss {
  position: absolute;
  right: 190px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/index/t_ss.png") center center no-repeat;
  z-index: 33;
}

#navk .ss .txtk {
  position: absolute;
  overflow: hidden;
  height: 100%;
  right: 0px;
  top: 0px;
  width: 0%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: solid 1px rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 1200px) {
  #navk .ss:hover .txtk {
    width: 260px;
    border-radius: 40px;
    background-color: rgba(174, 0, 0, 0.9);
    -webkit-box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.2);
            box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.2);
  }
}

#navk .ss .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 0 0 20px;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
}

#navk .ss .form-control::-webkit-input-placeholder {
  color: #fff;
}

#navk .ss .form-control:-ms-input-placeholder {
  color: #fff;
}

#navk .ss .form-control::-ms-input-placeholder {
  color: #fff;
}

#navk .ss .form-control::placeholder {
  color: #fff;
}

#navk .ss .an_ss {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0;
  right: 0px;
  top: 0px;
  background: url("../images/index/t_ss.png") center center no-repeat;
}

#navk .menu {
  float: right;
  margin-top: 50px;
}

#navk .menu li {
  height: 40px;
  float: left;
  position: relative;
}

#navk .menu li + li {
  margin-left: 40px;
}

#navk .menu li a.dbt {
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #fff;
  position: relative;
}

#navk .menu li:hover a.dbt::before,
#navk .menu li.on a.dbt::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ae0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 1200px) {
  #navk .menu li:last-child dl {
    left: auto;
    right: 0;
  }
}

#navk .menu li dl {
  width: 200px;
  display: none;
  background-color: #ae0000;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

#navk .menu li dl a {
  display: block;
  padding: 10px 15px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

#navk .menu li dl a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#navk .menu li:hover dl {
  display: block;
}

@media only screen and (min-width: 1600px) {
  #navk .menu li + li {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  #navk {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
    background-color: #ae0000;
  }
  #navk .ss {
    height: 35px;
    width: 100%;
    display: block;
    position: relative;
    border-left: 0;
    right: 0;
    top: auto;
    background: none;
    float: left;
  }
  #navk .ss .txtk {
    position: absolute;
    overflow: hidden;
    height: 35px;
    right: 0px;
    top: 0px;
    width: 100%;
  }
  #navk .ss .form-control {
    width: 100%;
    height: 35px;
    border: 0;
    padding: 0 0 0 12px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    font-size: 13px;
  }
  #navk .ss .an_ss {
    position: absolute;
    width: 40px;
    height: 35px;
    border: 0;
    right: 0px;
    top: 0px;
    background-size: auto 45%;
  }
  #navk .top_nav {
    position: initial;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #navk .menu {
    height: auto;
    border: 0;
    float: left;
    margin-top: 0;
  }
  #navk .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    height: auto;
  }
  #navk .menu li + li {
    margin-left: 0;
  }
  #navk .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  #navk .menu li a.dbt {
    font-size: 14px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
  }
  #navk .menu li dl {
    width: 100%;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
  }
  #navk .menu li dl dd {
    width: 50%;
    float: left;
  }
  #navk .menu li dl a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 13px;
    text-align: left;
  }
}

.sy_ban {
  width: 100%;
  position: relative;
}

.sy_ban .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sy_ban .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sy_ban .swiper-container .swiper-slide::after {
  content: "";
  background-image: url(../images/index/banbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 210px;
}

.sy_ban .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
          transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0s ease 1s;
  transition: opacity 0.3s ease, -webkit-transform 0s ease 1s;
  transition: opacity 0.3s ease, transform 0s ease 1s;
  transition: opacity 0.3s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
}

.sy_ban .swiper-container .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}

.sy_ban .swiper-container .swiper-slide .txtk {
  width: 52%;
  color: #fff;
  position: absolute;
  left: 0%;
  bottom: 40px;
  z-index: 15;
  padding-left: 40px;
  max-width: 960px;
}

@media only screen and (min-width: 1900px) {
  .sy_ban .swiper-container .swiper-slide .txtk {
    left: 50%;
    margin-left: -940px;
  }
}

.sy_ban .swiper-container .swiper-slide .bt {
  font-size: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 35px;
  white-space: inherit;
  text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.7);
}

.sy_ban .swiper-container .swiper-slide .bt a {
  color: #fff;
}

.sy_ban .pa_ban {
  bottom: 60px !important;
  height: auto;
  font-size: 0;
  width: auto !important;
  position: absolute;
  left: auto !important;
  right: 40px !important;
}

@media only screen and (min-width: 1900px) {
  .sy_ban .pa_ban {
    right: 50% !important;
    margin-right: -910px;
  }
}

.sy_ban .pa_ban::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-left: 5px;
}

.sy_ban .pa_ban .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  height: 22px;
  line-height: 22px;
  opacity: 1;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
  font-family: Arial;
  margin: 0 8px !important;
}

.sy_ban .pa_ban .swiper-pagination-bullet-active {
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  .sy_ban {
    padding-left: 0px;
  }
  .sy_ban .swiper-container .swiper-slide::after {
    height: 150px;
  }
  .sy_ban .swiper-container .swiper-slide .txtk {
    width: 60%;
    bottom: 20px;
    padding: 0 15px;
  }
  .sy_ban .swiper-container .swiper-slide .bt {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    line-height: 30px;
    white-space: inherit;
  }
  .sy_ban .pa_ban {
    bottom: 20px !important;
    right: 15px !important;
  }
  .sy_ban .pa_ban::after {
    display: none;
  }
  .sy_ban .pa_ban .swiper-pagination-bullet {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin: 0 5px !important;
  }
  .sy_ban .pa_ban .swiper-pagination-bullet-active {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .sy_ban .swiper-container .swiper-slide::after {
    height: 100px;
  }
  .sy_ban .swiper-container .swiper-slide .txtk {
    width: 100%;
    bottom: 15px;
    padding: 0 120px 0 15px;
  }
  .sy_ban .swiper-container .swiper-slide .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    white-space: inherit;
  }
  .sy_ban .pa_ban {
    bottom: 15px !important;
  }
}

.foot {
  width: 100%;
  background-image: url(../images/index/footbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 30px;
}

.foot a {
  color: #fff;
}

.foot a:hover {
  text-decoration: underline;
}

.foot .foot1 .ny_main {
  padding-right: 210px;
  position: relative;
}

.foot .foot1 .ny_main .d1 {
  width: 100%;
  background-image: url(../images/index/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 69px;
  min-height: 190px;
  padding: 70px 0 50px 460px;
}

.foot .foot1 .ny_main .d2 {
  position: absolute;
  right: 0;
  top: 50px;
  width: 95px;
  text-align: center;
  font-size: 14px;
}

.foot .foot1 .ny_main .d2 img {
  margin-bottom: 5px;
}

.foot .foot2 {
  text-align: center;
  padding: 10px 0;
  background-color: #323232;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .foot {
    font-size: 13px;
    line-height: 24px;
  }
  .foot .foot1 .ny_main {
    padding-right: 0px;
    padding: 15px;
    text-align: center;
  }
  .foot .foot1 .ny_main .d1 {
    background-image: initial;
    min-height: initial;
    padding: 0;
    margin-bottom: 15px;
  }
  .foot .foot1 .ny_main .d2 {
    position: initial;
    right: auto;
    top: 50px;
    width: 100%;
    font-size: 13px;
  }
  .foot .foot1 .ny_main .d2 img {
    height: 90px;
  }
  .foot .foot2 {
    text-align: center;
    padding: 10px 0;
    background-color: #323232;
    font-size: 14px;
  }
}

.sy1 {
  width: 100%;
}

.sy1 .ny_main {
  position: relative;
  padding: 60px 0 90px 0;
  min-height: 480px;
}

.sy1 .ny_main::before {
  content: '';
  background-image: url(../images/index/nbg.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 124px;
  height: 460px;
  position: absolute;
  right: -80px;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .sy1 .ny_main {
    padding: 15px;
    min-height: auto;
  }
  .sy1 .ny_main::before {
    display: none;
  }
}

.sy_news_box {
  position: relative;
}

.sy_news_box a.more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ae0000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 60px;
  cursor: pointer;
  z-index: 1;
}

.sy_news_box a.more::before {
  content: "";
  left: -5px;
  bottom: -5px;
  top: 5px;
  right: 5px;
  background-color: rgba(174, 0, 0, 0.3);
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box a.more {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 80px;
    bottom: auto;
    top: 0px;
  }
  .sy_news_box a.more::before {
    display: none;
  }
}

.sy_news_box a.more:hover::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sy_news_box::before {
  width: calc(100% - 160px);
  position: absolute;
  content: "";
  background-color: #f5dede;
  height: 1px;
  right: 0;
  top: 25px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box::before {
    top: 15px;
    width: calc(100% - 80px);
  }
}

.sy_news_box::after {
  width: 1px;
  position: absolute;
  content: "";
  background-color: #f5dede;
  height: 60%;
  right: 0;
  top: 25px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box::after {
    display: none;
  }
}

.sy_news_box .sy_bt1 {
  line-height: 50px;
  font-size: 40px;
  color: #ae0000;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box .sy_bt1 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.sy_news_box .sy_news_n {
  min-height: 515px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box .sy_news_n {
    min-height: auto;
  }
}

.sy_news_box .sy_news_n .sy_news1 {
  width: 384px;
  position: absolute;
  left: 0;
}

.sy_news_box .sy_news_n .sy_news1 .img_content {
  height: 438px;
}

.sy_news_box .sy_news_n .sy_news1 .text_content {
  width: 416px;
  height: 177px;
  position: absolute;
  background-image: url(../images/index/a1bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -70px;
  left: 30px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sy_news_box .sy_news_n .sy_news1 .text_content:hover {
  left: 25px;
  bottom: -65px;
}

.sy_news_box .sy_news_n .sy_news1 .text_content a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  color: #fff;
  font-size: 14px;
}

.sy_news_box .sy_news_n .sy_news1 .text_content a .bt {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  white-space: inherit;
  margin-bottom: 10px;
}

.sy_news_box .sy_news_n .sy_news1 .text_content a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  white-space: inherit;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box .sy_news_n .sy_news1 {
    width: 100%;
    position: relative;
    left: AUTO;
    float: left;
    margin-bottom: 15px;
  }
  .sy_news_box .sy_news_n .sy_news1 .img_content {
    width: 50%;
    float: left;
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content {
    float: right;
    width: 50%;
    height: auto;
    position: initial;
    left: auto;
    bottom: auto;
    background-image: none;
    color: #333;
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content a {
    padding: 20px 0 0 20px;
    color: #666;
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content a .bt {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    white-space: inherit;
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content a .bt:hover {
    color: #ae0000;
  }
}

@media only screen and (max-width: 600px) {
  .sy_news_box .sy_news_n .sy_news1 .img_content {
    width: 100%;
    float: left;
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content {
    width: 100%;
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content a {
    padding: 15px 0 0 0px;
  }
  .sy_news_box .sy_news_n .sy_news1 .text_content a .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy_news_box .sy_news_n .sy_news2 {
  width: 790px;
  position: absolute;
  right: 10px;
  top: 0px;
}

.sy_news_box .sy_news_n .sy_news2 .img_content {
  width: 437px;
  float: left;
  height: 290px;
}

.sy_news_box .sy_news_n .sy_news2 .text_content {
  width: 332px;
  float: right;
  font-size: 14px;
  padding-top: 45px;
}

.sy_news_box .sy_news_n .sy_news2 .text_content .bt {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  white-space: inherit;
  margin-bottom: 15px;
}

.sy_news_box .sy_news_n .sy_news2 .text_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  line-height: 22px;
  white-space: inherit;
  color: #666;
}

.sy_news_box .sy_news_n .sy_news2 .text_content .sTime {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box .sy_news_n .sy_news2 {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    float: left;
    margin-bottom: 15px;
  }
  .sy_news_box .sy_news_n .sy_news2 .img_content {
    width: 50%;
    float: left;
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content {
    width: 50%;
    height: auto;
    padding: 20px 0 0 20px;
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content .bt {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    white-space: inherit;
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content .bt:hover {
    color: #ae0000;
  }
}

@media only screen and (max-width: 600px) {
  .sy_news_box .sy_news_n .sy_news2 .img_content {
    width: 100%;
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content {
    width: 100%;
    padding: 15px 0 0 0px;
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
  .sy_news_box .sy_news_n .sy_news2 .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy_news_box .sy_news_n .sy_news3 {
  width: 610px;
  position: absolute;
  right: 140px;
  top: 330px;
}

.sy_news_box .sy_news_n .sy_news3 li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 0 20px;
}

.sy_news_box .sy_news_n .sy_news3 li + li {
  border-left: solid 1px #e5e5e5;
}

.sy_news_box .sy_news_n .sy_news3 li .bt {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  white-space: inherit;
  margin-bottom: 15px;
}

.sy_news_box .sy_news_n .sy_news3 li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  line-height: 22px;
  white-space: inherit;
  color: #666;
}

.sy_news_box .sy_news_n .sy_news3 li .sTime {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .sy_news_box .sy_news_n .sy_news3 {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    float: left;
  }
  .sy_news_box .sy_news_n .sy_news3 li {
    font-size: 13px;
    padding: 0 15px;
  }
  .sy_news_box .sy_news_n .sy_news3 li .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .sy_news_box .sy_news_n .sy_news3 li {
    padding: 15px 0px;
    width: 100%;
    border-top: solid 1px #e5e5e5;
  }
  .sy_news_box .sy_news_n .sy_news3 li + li {
    border-left: 0;
  }
  .sy_news_box .sy_news_n .sy_news3 li .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
  .sy_news_box .sy_news_n .sy_news3 li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy2 {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/index/sybg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.sy2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  top: 394px;
}

@media only screen and (max-width: 1200px) {
  .sy2 {
    padding: 20px 15px;
  }
}

.sy2 .sy_bt1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .sy2 .sy_bt1 {
    font-size: 18px;
  }
}

.sy_events {
  position: relative;
  z-index: 1;
}

.sy_events .swiper-container {
  overflow: hidden;
  height: 250px;
}

.sy_events .swiper-container .swiper-slide a {
  display: block;
  width: 394px;
  margin: 0 auto;
  height: 216px;
  background-image: url(../images/index/kk.png);
  background-position: bottom bottom;
  background-size: auto 100%;
  color: #fff;
  padding: 35px 25px;
  position: relative;
}

.sy_events .swiper-container .swiper-slide a i {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #fff;
  bottom: -22px;
  right: 90px;
}

.sy_events .swiper-container .swiper-slide a i::before {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
}

.sy_events .swiper-container .swiper-slide a:hover {
  background-image: url(../images/index/kkon.png);
}

.sy_events .swiper-container .swiper-slide a:hover i::before {
  background-color: #ff9a17;
}

.sy_events .swiper-container .swiper-slide a .sTime {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  line-height: 18px;
  padding-left: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sy_events .swiper-container .swiper-slide a .sTime b {
  font-size: 36px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.sy_events .swiper-container .swiper-slide a .bt {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 58px;
  line-height: 29px;
  white-space: inherit;
}

@media only screen and (max-width: 1200px) {
  .sy_events .swiper-container {
    height: auto;
  }
  .sy_events .swiper-container .swiper-slide a {
    width: 100%;
    margin: 0 auto;
    background-image: none;
    padding: 15px;
    border: solid 1px #fff;
    height: 130px;
  }
  .sy_events .swiper-container .swiper-slide a i {
    display: none;
  }
  .sy_events .swiper-container .swiper-slide a:hover {
    background-image: none;
  }
  .sy_events .swiper-container .swiper-slide a .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    white-space: inherit;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .sy_events .swiper-container .swiper-slide a .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy_more1,
a.sy_more1 {
  width: 150px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: solid 1px #fff;
}

.sy_more1:hover,
a.sy_more1:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sy3 {
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 1200px) {
  .sy3 {
    padding: 15px;
  }
}

a.cd_red {
  color: #ae0000;
}

a.cd_red:hover {
  text-decoration: underline;
}

.sy_bt2 {
  line-height: 50px;
}

.sy_bt2 .bt {
  font-size: 40px;
  font-weight: bold;
  color: #ae0000;
}

.sy_bt2 .cd_red {
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  .sy_bt2 {
    line-height: 30px;
  }
  .sy_bt2 .bt {
    font-size: 18px;
  }
  .sy_bt2 .cd_red {
    font-size: 14px;
  }
}

.sy_n1 {
  width: 103%;
  float: left;
  margin-left: -1.5%;
  margin-bottom: 20px;
}

.sy_n1 li {
  width: 30.3333%;
  float: left;
  margin: 0 1.5% 30px 1.5%;
}

.sy_n1 li a {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
}

.sy_n1 li a::before {
  content: "";
  background-color: #ae0000;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sy_n1 li a:hover::before {
  bottom: -20px;
  right: -20px;
}

.sy_n1 li a .img_content {
  height: 217px;
}

.sy_n1 li a .text_content {
  padding: 20px;
}

.sy_n1 li a .text_content .bt {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  white-space: inherit;
  margin-bottom: 15px;
}

.sy_n1 li a .text_content p {
  margin-bottom: 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  white-space: inherit;
  color: #666;
}

.sy_n1 li a .text_content .sTime {
  color: #ae0000;
}

@media only screen and (max-width: 1200px) {
  .sy_n1 {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 10px;
  }
  .sy_n1 li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .sy_n1 li a::before {
    display: none;
  }
  .sy_n1 li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .sy_n1 li a .text_content {
    padding: 15px;
  }
  .sy_n1 li a .text_content .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    white-space: inherit;
    margin-bottom: 10px;
  }
  .sy_n1 li a .text_content p {
    margin-bottom: 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
    line-height: 22px;
    white-space: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .sy_n1 {
    margin-bottom: 0px;
  }
  .sy_n1 li {
    width: 98%;
    margin: 0 1% 15px 1%;
  }
  .sy_n1 li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .sy_n1 li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    white-space: inherit;
  }
  .sy_n1 li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy_n2 {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.sy_n2 li {
  float: left;
  width: 31.3333%;
  margin: 1%;
}

.sy_n2 li a {
  width: 100%;
  height: 168px;
  position: relative;
  background-image: url(../images/index/c1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.sy_n2 li a.a2 {
  background-image: url(../images/index/c2.jpg);
}

.sy_n2 li a.a3 {
  background-image: url(../images/index/c3.jpg);
}

.sy_n2 li a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 32px;
}

.sy_n2 li a::after {
  content: "";
  background-image: url(../images/index/jt.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 19px;
  height: 7px;
  position: absolute;
  left: 15px;
  bottom: 13px;
  -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media only screen and (min-width: 1200px) {
  .sy_n2 li a:hover {
    background-size: 108% 108%;
  }
  .sy_n2 li a:hover::after {
    left: calc(100% - 35px);
  }
}

@media only screen and (max-width: 1200px) {
  .sy_n2 li a {
    background-size: cover;
    height: 150px;
  }
  .sy_n2 li a .bt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .sy_n2 li a {
    height: 150px;
    padding: 15px 15px 30px 15px;
  }
  .sy_n2 li a .bt {
    font-size: 16px;
  }
}

.ny_banner {
  width: 100%;
  position: relative;
}

.ny_banner img {
  width: 100%;
}

.ny_banner::after {
  content: "";
  background-image: url(../images/index/banbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
}

@media only screen and (max-width: 1200px) {
  .ny_banner::after {
    bottom: -1px;
  }
}

.ny_banner_wz {
  position: absolute;
  width: 1200px;
  top: 120px;
  bottom: 20px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  color: #fff;
}

.ny_banner_wz::before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.ny_banner_wz::after {
  content: "";
  width: 90px;
  display: block;
  height: 15px;
  border-top: solid 2px white;
  border-bottom: solid 2px rgba(255, 255, 255, 0.3);
}

.ny_banner_wz .bt {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  .ny_banner_wz .bt {
    font-size: 60px;
  }
}

.ny_banner_wz .dqwz {
  font-size: 18px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ny_banner_wz .dqwz a {
  color: #fff;
}

.ny_banner_wz .dqwz a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .ny_banner_wz {
    top: 55px;
    width: auto;
    left: 15px;
    right: 15px;
    margin-left: 0;
    bottom: 0px;
  }
  .ny_banner_wz::before {
    width: 60px;
  }
  .ny_banner_wz::after {
    width: 60px;
    height: 10px;
  }
  .ny_banner_wz .bt {
    font-size: 50px;
    line-height: 1.5;
  }
  .ny_banner_wz .dqwz {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .ny_banner_wz::before {
    display: none;
  }
  .ny_banner_wz::after {
    display: none;
  }
  .ny_banner_wz .bt {
    font-size: 24px;
  }
  .ny_banner_wz .dqwz {
    margin-bottom: 0px;
  }
}

.bodybg {
  background-color: #f4f4f4;
}

.ny {
  width: 100%;
}

.ny > .ny_main {
  position: relative;
  padding: 60px 0;
  min-height: 500px;
}

@media only screen and (max-width: 1200px) {
  .ny > .ny_main {
    padding: 15px;
    min-height: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .lm1k {
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
  .lm1k .lm1 {
    width: 100%;
    float: left;
    display: none;
    background: #fff;
  }
  .lm1k .lm1 li {
    float: left;
    width: 100%;
    border-top: solid 1px #dddddd;
  }
  .lm1k .lm1 li > a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    float: left;
  }
  .lm1k .lm1 li > a:hover {
    background: #ae0000;
    color: #ffffff;
  }
  .lm1k .lm1 dl {
    float: left;
    width: 100%;
  }
  .lm1k .lm1 dl dd {
    width: 100%;
    padding: 5px 15px 5px 20px;
    float: left;
    font-size: 13px;
  }
  .lm1k .lm1 dl dd a:before {
    content: "-";
    margin-right: 5px;
  }
  .lm1k .lm1 dl dd:nth-child(2n + 1) {
    clear: both;
  }
  .lm1_bt {
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/lmbg.jpg);
    font-size: 16px;
  }
  .lm1_bt a {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 35px;
  }
  .lm1_bt a:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 0px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 22px;
  }
  .lm1_bt a.on:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 1200px) {
  .lm1_bt {
    display: none;
  }
  .lm1k {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    background-image: url(../images/lmbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    padding: 26px 0 0 40px;
    margin-bottom: 60px;
    float: left;
  }
  .lm1k .lm1 {
    width: 100%;
    position: relative;
  }
  .lm1k .lm1 dl {
    display: none;
  }
  .lm1k .lm1 li {
    float: left;
    margin-right: 40px;
  }
  .lm1k .lm1 li:last-child {
    margin-right: 0;
  }
  .lm1k .lm1 li a {
    display: block;
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: 32px;
  }
  .lm1k .lm1 li a.on, .lm1k .lm1 li a:hover {
    border-bottom: solid 1.5px #fff;
  }
}

.ny_bt {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: solid 1px #eddbdb;
}

@media only screen and (max-width: 1200px) {
  .ny_bt {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.evlist li {
  border-bottom: solid 1px #e5e5e5;
}

.evlist li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 130px 0 20px;
  line-height: 60px;
}

.evlist li a .bt {
  display: block;
  line-height: 60px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url("../images/tb1.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.evlist li a .sj {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #666666;
  font-size: 14px;
}

.evlist li a:hover {
  background-color: #ae0000;
  color: #ffffff;
}

.evlist li a:hover .bt {
  background-image: url("../images/tb1on.png");
}

.evlist li a:hover .sj {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .evlist li a {
    padding: 0 90px 0 5px;
    line-height: 40px;
  }
  .evlist li a .bt {
    line-height: 40px;
    padding-left: 18px;
    background-size: auto 10px;
  }
  .evlist li a .sj {
    right: 10px;
    font-size: 13px;
  }
}

.newsde .sbt {
  width: 100%;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #e5e5e5;
  float: left;
  margin-bottom: 20px;
  padding: 0 5% 20px 5%;
}

@media only screen and (min-width: 1200px) {
  .newsde .sbt.sbt_rc {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.newsde .sbt p {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .newsde .sbt {
    font-size: 17px;
    padding: 0 0% 15px 0%;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .newsde .sbt p {
    font-size: 15px;
  }
}

.newsde .ssj {
  width: 100%;
  float: left;
  text-align: center;
  color: #999999;
}

.newsde .sgd {
  width: 100%;
  float: left;
  border-top: solid 1px #e5e5e5;
  padding-top: 25px;
  line-height: 30px;
  color: #666;
}

.newsde .sgd p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .newsde .sgd {
    padding-top: 15px;
    font-size: 13px;
    line-height: 22px;
  }
}

.newslist {
  width: 103%;
  float: left;
  margin-left: -1.5%;
  margin-bottom: 20px;
}

.newslist li {
  width: 22%;
  float: left;
  margin: 0 1% 30px 1%;
}

.newslist li a {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.newslist li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.newslist li a .img_content {
  height: 210px;
}

.newslist li a .text_content {
  padding: 20px;
}

.newslist li a .text_content .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
  line-height: 28px;
  white-space: inherit;
  margin-bottom: 20px;
}

.newslist li a .text_content .sTime {
  color: #ae0000;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .newslist {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 10px;
  }
  .newslist li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .newslist li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .newslist li a .text_content {
    padding: 15px;
  }
  .newslist li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 24px;
    white-space: inherit;
    margin-bottom: 10px;
  }
  .newslist li a .text_content .sTime {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .newslist {
    margin-bottom: 0px;
  }
  .newslist li {
    width: 98%;
    margin: 0 1% 15px 1%;
  }
  .newslist li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .newslist li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    white-space: inherit;
  }
  .newslist li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.ny_nav2 {
  font-size: 0;
}

.ny_nav2 a {
  display: inline-block;
  line-height: 58px;
  height: 60px;
  padding: 0 40px;
  border: solid 1px #ae0000;
  font-size: 18px;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .ny_nav2 a {
    line-height: 38px;
    height: 40px;
    padding: 0 14px;
    font-size: 15px;
  }
}

.ny_nav2 a:hover, .ny_nav2 a.active {
  background-color: #ae0000;
  color: #fff;
}

.ny_nav2 a + a {
  margin-left: 30px;
}

.ny_nav_flex {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.ny_nav_flex a {
  display: inline-block;
  width: 100%;
  line-height: 58px;
  height: 60px;
  padding: 0 0px;
  border: solid 1px #ae0000;
  font-size: 18px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .ny_nav_flex a {
    line-height: 38px;
    height: 40px;
    padding: 0 14px;
    font-size: 15px;
  }
}

.ny_nav_flex a:hover, .ny_nav_flex a.active {
  background-color: #ae0000;
  color: #fff;
}

.ny_nav_flex a + a {
  margin-left: 15px;
}

.iclist li + li {
  margin-top: 30px;
}

.iclist li a {
  display: block;
  width: 100%;
  height: 90px;
  background-color: #fff;
  padding: 0 70px 0 100px;
  position: relative;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.iclist li a:hover {
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

.iclist li a .bt {
  line-height: 90px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.iclist li a .sTime {
  position: absolute;
  width: 75px;
  height: 100%;
  background-color: #ae0000;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 15px;
}

.iclist li a .sTime b {
  display: block;
  border-top: solid 1px #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  .iclist li + li {
    margin-top: 15px;
  }
  .iclist li a {
    height: 60px;
    padding: 0 15px 0 70px;
  }
  .iclist li a .bt {
    font-size: 14px;
    line-height: 60px;
  }
  .iclist li a .sTime {
    position: absolute;
    width: 55px;
    height: 100%;
    background-color: #ae0000;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 8px;
  }
  .iclist li a .sTime b {
    font-size: 14px;
  }
}

.lelist {
  width: 103%;
  float: left;
  margin-left: -1.5%;
}

.lelist li {
  width: 47%;
  float: left;
  margin: 0 1.5% 30px 1.5%;
}

.lelist li a {
  width: 100%;
  display: block;
  padding: 40px 20px 25px 220px;
  height: 290px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/labg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  border: solid 1px #ddd;
}

.lelist li a .img_content {
  width: 177px;
  height: 236px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.lelist li a .text_content .bt {
  line-height: 30px;
  font-size: 26px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  color: #ae0000;
}

.lelist li a .text_content .xbt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: solid 1px #ae0000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ae0000;
}

.lelist li a .text_content .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
  height: auto !important;
  line-height: 25px;
  white-space: inherit;
  margin-bottom: 15px;
}

.lelist li a .text_content .dmail {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lelist li a .text_content .dmail .bi {
  color: #ae0000;
  margin-right: 10px;
}

.lelist li a:hover {
  background-color: #ae0000;
  color: #fff;
  border-color: #ae0000;
  background-image: url(../images/labgon.png);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.lelist li a:hover .text_content .bt,
.lelist li a:hover .text_content .xbt,
.lelist li a:hover .text_content .dmail .bi {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .lelist {
    width: 102%;
    margin-left: -1%;
  }
  .lelist li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .lelist li a {
    padding: 30px 15px 15px 160px;
    height: 215px;
  }
  .lelist li a .img_content {
    width: 130px;
    height: 182px;
    left: 15px;
    top: 15px;
  }
  .lelist li a .text_content .bt {
    line-height: 28px;
    font-size: 18px;
  }
  .lelist li a .text_content .xbt {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .lelist li a .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
    margin-bottom: 15px;
  }
  .lelist li a .text_content .dmail .bi {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .lelist li {
    width: 98%;
    margin-bottom: 15px;
  }
  .lelist li a {
    padding: 15px;
    height: auto;
  }
  .lelist li a .img_content {
    width: 130px;
    height: 182px;
    left: auto;
    top: auto;
    margin: 0 auto 15px auto;
    position: initial;
  }
  .lelist li a .text_content .bt {
    line-height: 25px;
    font-size: 16px;
  }
  .lelist li a .text_content .xbt {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .lelist li a .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
    margin-bottom: 15px;
  }
  .lelist li a .text_content .dmail .bi {
    margin-right: 6px;
  }
}

.oa_box {
  background-image: url(../images/oabg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}

.oa_box.lx_box {
  background-image: url(../images/lxbg.jpg);
  background-position: center bottom;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .oa_box {
    margin-bottom: 60px;
  }
}

.oa_box .oa_box_mh {
  width: 860px;
  height: 600px;
  float: left;
  margin-left: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  padding: 40px 80px 40px 35px;
  position: relative;
}

.oa_box .oa_box_mh::after {
  content: "";
  background-image: url(../images/oapic.png);
  width: 333px;
  height: 252px;
  position: absolute;
  bottom: -25px;
  right: -265px;
}

.oa_box .oa_box_mh .oa_box_nr {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .oa_box .oa_box_mh {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
  }
  .oa_box .oa_box_mh::after {
    display: none;
  }
  .oa_box .oa_box_mh .oa_box_nr {
    padding-right: 0px;
  }
}

.aclist {
  width: 103%;
  float: left;
  margin-left: -1.5%;
}

.aclist li {
  width: 47%;
  float: left;
  margin: 0 1.5% 30px 1.5%;
}

.aclist li a {
  width: 100%;
  display: block;
  padding: 45px 20px 25px 220px;
  height: 290px;
  position: relative;
  background-color: #fff;
  border: solid 1px #ddd;
  border-bottom: solid 8px #ae0000;
}

.aclist li a .img_content {
  width: 177px;
  height: 236px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.aclist li a .text_content .bt {
  line-height: 30px;
  font-size: 26px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 15px;
}

.aclist li a .text_content .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  height: auto !important;
  line-height: 30px;
  white-space: inherit;
  margin-bottom: 30px;
  color: #454545;
}

.aclist li a .text_content .more {
  color: #ae0000;
}

.aclist li a .text_content .more .bi {
  margin-left: 2px;
  font-size: 12px;
}

.aclist li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1200px) {
  .aclist {
    width: 102%;
    margin-left: -1%;
  }
  .aclist li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .aclist li a {
    padding: 30px 15px 15px 160px;
    height: 215px;
    border-bottom: solid 5px #ae0000;
  }
  .aclist li a .img_content {
    width: 130px;
    height: 182px;
    left: 15px;
    top: 15px;
  }
  .aclist li a .text_content .bt {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .aclist li a .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
    line-height: 22px;
    white-space: inherit;
    margin-bottom: 15px;
  }
  .aclist li a .text_content .dmail .bi {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .aclist li {
    width: 98%;
    margin-bottom: 15px;
  }
  .aclist li a {
    padding: 15px;
    height: auto;
  }
  .aclist li a .img_content {
    width: 130px;
    height: 182px;
    left: auto;
    top: auto;
    margin: 0 auto 15px auto;
    position: initial;
  }
  .aclist li a .text_content .bt {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .aclist li a .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
    margin-bottom: 15px;
  }
}

.ac_info_pic {
  min-height: 240px;
  border: solid 1px #ddd;
  padding: 40px 20px 25px 195px;
  position: relative;
}

.ac_info_pic .img_content {
  width: 140px;
  height: 186px;
  position: absolute;
  left: 25px;
  top: 25px;
}

.ac_info_pic .text_content .bt {
  font-weight: bold;
  color: #ae0000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
  max-width: 400px;
  line-height: 1.5;
  display: block;
}

.ac_info_pic .text_content .bt b {
  font-size: 16px;
  font-weight: normal;
  margin-left: 3em;
}

.ac_info_pic .text_content .nr {
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .ac_info_pic {
    min-height: 220px;
    padding: 30px 15px 15px 175px;
  }
  .ac_info_pic .img_content {
    left: 15px;
    top: 15px;
  }
  .ac_info_pic .text_content .bt b {
    font-size: 14px;
    margin-left: 2em;
  }
  .ac_info_pic .text_content .nr {
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .ac_info_pic {
    padding: 15px;
  }
  .ac_info_pic .img_content {
    left: auto;
    top: auto;
    position: initial;
    margin: 0 auto 20px auto;
  }
  .ac_info_pic .text_content .bt {
    text-align: center;
  }
  .ac_info_pic .text_content .bt b {
    font-size: 14px;
    margin-left: 2em;
  }
  .ac_info_pic .text_content .nr {
    line-height: 24px;
  }
}

.ac_info_nr .item {
  border: solid 1px #e5e5e5;
}

.ac_info_nr .item + .item {
  margin-top: 25px;
}

.ac_info_nr .item .bt {
  padding: 10px 25px;
  background-color: #ae0000;
  font-size: 20px;
  color: #fff;
}

.ac_info_nr .item .ab_nr {
  padding: 25px;
}

@media only screen and (max-width: 1200px) {
  .ac_info_nr .item + .item {
    margin-top: 15px;
  }
  .ac_info_nr .item .bt {
    padding: 8px 15px;
    font-size: 16px;
  }
  .ac_info_nr .item .ab_nr {
    padding: 15px;
  }
}

.pgolist li + li {
  margin-top: 30px;
}

.pgolist li a {
  display: block;
  width: 100%;
  position: relative;
  min-height: 310px;
  padding: 55px 30px 30px 255px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
}

.pgolist li a:hover {
  border-color: #ae0000;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.pgolist li a .img_content {
  width: 188px;
  height: 250px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.pgolist li a .text_content .bt {
  font-weight: bold;
  color: #ae0000;
  margin-bottom: 15px;
  line-height: 1.5;
  display: block;
}

.pgolist li a .text_content .bt b {
  font-size: 16px;
  font-weight: normal;
  margin-left: 2em;
}

.pgolist li a .text_content .nr {
  line-height: 35px;
  color: #333;
}

@media only screen and (max-width: 1200px) {
  .pgolist li + li {
    margin-top: 20px;
  }
  .pgolist li a {
    min-height: 225px;
    padding: 25px 15px 15px 180px;
  }
  .pgolist li a .img_content {
    width: 145px;
    height: 192px;
    left: 15px;
    top: 15px;
  }
  .pgolist li a .text_content .bt {
    margin-bottom: 10px;
  }
  .pgolist li a .text_content .bt b {
    font-size: 14px;
  }
  .pgolist li a .text_content .nr {
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .pgolist li + li {
    margin-top: 15px;
  }
  .pgolist li a {
    min-height: 225px;
    padding: 15px;
  }
  .pgolist li a .img_content {
    width: 145px;
    height: 192px;
    left: auto;
    top: auto;
    position: inherit;
    margin: 0 auto 15px auto;
  }
  .pgolist li a .text_content .bt {
    margin-bottom: 10px;
    text-align: center;
  }
  .pgolist li a .text_content .bt b {
    font-size: 14px;
    display: block;
    margin-left: 0;
  }
  .pgolist li a .text_content .nr {
    line-height: 24px;
  }
}

.fd_nav {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.fd_nav li {
  float: left;
  text-align: center;
  width: 40px;
  margin: 0 5px 5px 0;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  background: #ffffff;
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  cursor: pointer;
  color: #666;
}

.fd_nav li:hover, .fd_nav li.on {
  color: #fff;
  background-color: #ae0000;
  border-color: #ae0000;
}

@media only screen and (max-width: 1200px) {
  .fd_nav {
    margin-bottom: 15px;
  }
  .fd_nav li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.fdlist {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.fdlist li {
  width: 18%;
  float: left;
  margin: 1%;
}

.fdlist li a {
  display: block;
  width: 100%;
  background-color: #fff;
}

.fdlist li a:hover {
  background-color: #ae0000;
  color: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

.fdlist li a .img_content {
  height: 294px;
}

.fdlist li a .text_content {
  padding: 20px 10px;
  text-align: center;
}

.fdlist li a .text_content .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 19px;
}

.fdlist li a .text_content p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .fdlist li {
    width: 23%;
  }
  .fdlist li a .img_content {
    height: calc((100vw / 4 - 30px) / 110 * 147);
    height: -webkit-calc((100vw / 4 - 30px) / 110 * 147);
  }
  .fdlist li a .text_content {
    padding: 15px 10px;
  }
  .fdlist li a .text_content .bt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 770px) {
  .fdlist li {
    width: 31.3333%;
  }
  .fdlist li a .img_content {
    height: calc((100vw / 3 - 30px) / 110 * 147);
    height: -webkit-calc((100vw / 3 - 30px) / 110 * 147);
  }
}

@media only screen and (max-width: 600px) {
  .fdlist li {
    width: 98%;
  }
  .fdlist li a .img_content {
    height: calc((100vw / 1 - 30px) / 110 * 147);
    height: -webkit-calc((100vw / 1 - 30px) / 110 * 147);
  }
  .fdlist li a .text_content {
    padding: 15px 5px;
  }
  .fdlist li a .text_content .bt {
    font-size: 14px;
  }
}

.ss_bt {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .ss_bt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .ss_bt {
    font-size: 16px;
  }
}

.fobg {
  background-image: url(../images/fobg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.fo_pic {
  height: 450px;
  position: relative;
}

.fo_pic::after {
  content: "";
  background-color: #ae0000;
  position: absolute;
  top: 80px;
  right: 0px;
  left: 520px;
  bottom: 0px;
  max-width: none;
}

.fo_pic .img_content {
  width: 600px;
  height: 399px;
  position: absolute;
  z-index: 2;
}

.fo_pic .text_content {
  width: 620px;
  height: 375px;
  position: absolute;
  z-index: 1;
  left: 550px;
  top: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 30px 80px;
}

.fo_pic .text_content .ab_nr {
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 1200px) {
  .fo_pic {
    height: auto;
  }
  .fo_pic::after {
    display: none;
  }
  .fo_pic .img_content {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .fo_pic .text_content {
    width: 100%;
    height: auto;
    position: inherit;
    left: auto;
    top: auto;
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 0px rgba(0, 0, 0, 0);
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
}

.stlist {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.stlist li {
  width: 48%;
  float: left;
  margin: 1%;
}

.stlist li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  position: relative;
  height: 180px;
  padding: 25px 30px;
}

.stlist li a::before {
  content: "";
  background-image: url(../images/uptb.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.stlist li a::after {
  content: "";
  background-image: url(../images/bjt.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 22px;
  height: 9px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.stlist li a .sTime {
  color: #666;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}

.stlist li a .sTime::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ae0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.stlist li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  white-space: inherit;
}

.stlist li a:hover {
  background-image: url(../images/bbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.stlist li a:hover .sTime {
  color: #fff;
}

.stlist li a:hover .sTime::after {
  background-color: #fff;
}

.stlist li a:hover::after {
  background-image: url(../images/bjton.png);
}

.stlist li a:hover::before {
  background-image: url(../images/uptbon.png);
}

@media only screen and (max-width: 1200px) {
  .stlist li a {
    height: 130px;
    padding: 20px;
  }
  .stlist li a::after {
    right: 20px;
    bottom: 20px;
  }
  .stlist li a::before {
    width: 24px;
    height: 24px;
    right: -2px;
    top: -2px;
  }
  .stlist li a .sTime {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .stlist li a .sTime::after {
    width: 30px;
  }
  .stlist li a .bt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    white-space: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .stlist li {
    width: 98%;
  }
  .stlist li a {
    height: 130px;
    padding: 15px;
  }
  .stlist li a::after {
    right: 15px;
    bottom: 15px;
  }
}

.rclist {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.rclist li {
  width: 31.3333%;
  float: left;
  margin: 1%;
}

.rclist li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  position: relative;
  height: 140px;
  padding: 25px 20px;
  border-left: solid 4px #ae0000;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.rclist li a::after {
  content: "";
  background-image: url(../images/bjtr.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 22px;
  height: 9px;
  position: absolute;
  right: 20px;
  bottom: 14px;
}

.rclist li a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 32px;
}

.rclist li a .sTime {
  color: #666;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}

.rclist li a .sTime::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ae0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.rclist li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  white-space: inherit;
}

.rclist li a:hover {
  background-image: url(../images/rcbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.rclist li a:hover .sTime {
  color: #fff;
}

.rclist li a:hover .sTime::after {
  background-color: #fff;
}

.rclist li a:hover::after {
  background-image: url(../images/bjton.png);
}

.rclist li a:hover::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1200px) {
  .rclist li {
    width: 48%;
  }
  .rclist li a {
    height: 120px;
    padding: 20px;
  }
  .rclist li a .bt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    white-space: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .rclist li {
    width: 98%;
  }
  .rclist li a {
    height: 110px;
    padding: 15px;
  }
}

.achlist li + li {
  margin-top: 25px;
}

.achlist li a {
  width: 100%;
  padding: 35px 35px 35px 350px;
  min-height: 270px;
  border-bottom: solid 4px #ae0000;
  background-color: #fff;
  display: block;
  position: relative;
}

.achlist li a::after {
  content: "";
  background-image: url(../images/bitd.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 11px;
  position: absolute;
  right: 35px;
  bottom: 35px;
}

.achlist li a .img_content {
  width: 290px;
  height: 218px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.achlist li a .text_content .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 108px;
  height: auto !important;
  line-height: 36px;
  white-space: inherit;
  margin-bottom: 20px;
  font-size: 20px;
}

.achlist li a .text_content .fbt {
  display: block;
  font-size: 18px;
  color: #ae0000;
}

.achlist li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.achlist li a:hover::after {
  background-image: url(../images/bitdon.png);
}

@media only screen and (max-width: 1200px) {
  .achlist li + li {
    margin-top: 20px;
  }
  .achlist li a {
    padding: 30px 20px 20px 240px;
    min-height: 190px;
    border-bottom: solid 3px #ae0000;
  }
  .achlist li a::after {
    width: 25px;
    height: 8px;
    right: 20px;
    bottom: 20px;
  }
  .achlist li a .img_content {
    width: 200px;
    height: 150px;
    top: 20px;
    left: 20px;
  }
  .achlist li a .text_content .bt {
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 84px;
    height: auto !important;
    line-height: 28px;
    white-space: inherit;
  }
  .achlist li a .text_content .fbt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .achlist li + li {
    margin-top: 15px;
  }
  .achlist li a {
    padding: 15px;
  }
  .achlist li a::after {
    width: 25px;
    height: 8px;
    right: 15px;
    bottom: 15px;
  }
  .achlist li a .img_content {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    margin: 0 auto 15px auto;
  }
  .achlist li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: auto !important;
    line-height: 24px;
    white-space: inherit;
  }
  .achlist li a .text_content .fbt {
    font-size: 13px;
  }
}

.al_box {
  margin-top: 40px;
  padding: 40px 30px;
  background-color: #fcf7f7;
}

.al_box .al_bt1 {
  font-size: 22px;
  color: #ae0000;
  position: relative;
  font-weight: bold;
}

.al_box .al_bt1::before {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #ae0000;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
}

.al_box .item {
  padding: 20px 0;
}

.al_box .item + .item {
  border-top: solid 1px #f1d4d4;
}

.al_box .item .al_bt2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.al_box .item .al_list {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}

.al_box .item .al_list li {
  display: inline-block;
  width: 10.5%;
  margin: 10px 1%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.al_box .item .al_list li a {
  font-size: 16px;
  color: #666;
}

.al_box .item .al_list li a:hover {
  color: #ae0000;
}

@media only screen and (max-width: 1200px) {
  .al_box {
    margin-top: 15px;
    padding: 15px;
  }
  .al_box .al_bt1 {
    font-size: 18px;
  }
  .al_box .al_bt1::before {
    width: 4px;
    left: -15px;
  }
  .al_box .item {
    padding: 15px 0;
  }
  .al_box .item .al_bt2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .al_box .item .al_list li {
    width: 18%;
    margin: 5px 1%;
  }
  .al_box .item .al_list li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .al_box .al_bt1 {
    font-size: 16px;
  }
  .al_box .item .al_bt2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .al_box .item .al_list li {
    width: 31.3333%;
  }
}

@media only screen and (max-width: 600px) and (max-width: 400px) {
  .al_box .item .al_list li {
    width: 48%;
  }
}

.al_selbox .item {
  float: left;
  width: 260px;
  height: 50px;
  background-color: #fff;
  position: relative;
}

.al_selbox .item + .item {
  margin-left: 30px;
}

.al_selbox .item::after {
  content: "";
  position: absolute;
  background-image: url(../images/selbg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 52px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}

.al_selbox .item.sel2 {
  width: 360px;
}

.al_selbox .item:hover .form-control {
  border-color: #ae0000;
}

.al_selbox .item:hover::after {
  background-image: url(../images/selbgon.jpg);
}

.al_selbox .form-control {
  height: 50px;
  border: solid 1px #ddd;
  background-color: #fff;
  position: relative;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .al_selbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .al_selbox .item {
    width: 100%;
    height: 40px;
  }
  .al_selbox .item + .item {
    margin-left: 10px;
  }
  .al_selbox .item::after {
    width: 40px;
  }
  .al_selbox .item.sel2 {
    width: 100%;
  }
  .al_selbox .item:hover .form-control {
    border-color: #ae0000;
  }
  .al_selbox .item:hover::after {
    background-image: url(../images/selbgon.jpg);
  }
  .al_selbox .form-control {
    height: 40px;
    font-size: 13px;
  }
}

.reclist {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.reclist li {
  width: 48%;
  float: left;
  margin: 1%;
}

.reclist li a {
  display: block;
  width: 100%;
  height: 275px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  position: relative;
  border: solid 1px #fff;
}

.reclist li a:hover {
  border: solid 1px #ae0000;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.reclist li a .bt {
  display: block;
  max-width: 290px;
  font-weight: bold;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: solid 1px #ae0000;
  text-transform: uppercase;
  color: #ae0000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.reclist li a p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  height: auto !important;
  line-height: 30px;
  white-space: inherit;
}

.reclist li a .more {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #ae0000;
  background-image: url(../images/morebg.png);
  background-repeat: no-repeat;
  line-height: 26px;
  padding-left: 70px;
  font-size: 14px;
}

.reclist li a .sTime {
  position: absolute;
  line-height: 26px;
  color: #ae0000;
  font-size: 14px;
  right: 30px;
  bottom: 30px;
}

.reclist li a .sTime b {
  font-size: 30px;
}

@media only screen and (max-width: 1200px) {
  .reclist li a {
    height: 210px;
    padding: 20px;
  }
  .reclist li a .bt {
    max-width: 240px;
    margin-bottom: 10px;
  }
  .reclist li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 78px;
    height: auto !important;
    line-height: 26px;
    white-space: inherit;
  }
  .reclist li a .more {
    left: 20px;
    bottom: 20px;
    background-size: auto 100%;
    line-height: 20px;
    padding-left: 50px;
    font-size: 13px;
  }
  .reclist li a .sTime {
    line-height: 20px;
    font-size: 13px;
    right: 20px;
    bottom: 20px;
  }
  .reclist li a .sTime b {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .reclist li {
    width: 98%;
  }
}

.lx_box_box {
  background-color: #fff;
}

.lx_box_box .lx_bt {
  padding: 20px 40px 15px 40px;
  border-bottom: solid 1px #e5e5e5;
}

.lx_box_box .lx_bt .bt {
  float: left;
  line-height: 30px;
  height: 30px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #ae0000;
}

.lx_box_box .lx_bt .bt::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #ae0000;
  position: absolute;
  left: 0px;
  bottom: -15px;
}

.lx_box_box .lx_nr {
  padding: 40px;
}

.lx_box_box .lx_nr .lx_nr1 .img_content {
  width: 500px;
  float: right;
}

.lx_box_box .lx_nr .lx_nr1 .text_content {
  line-height: 40px;
  width: 560px;
  float: left;
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .lx_box_box .lx_bt {
    padding: 15px 15px 10px 15px;
  }
  .lx_box_box .lx_bt .bt {
    line-height: 24px;
    height: 24px;
    font-size: 16px;
  }
  .lx_box_box .lx_bt .bt::after {
    height: 3px;
    bottom: -10px;
  }
  .lx_box_box .lx_nr {
    padding: 15px;
  }
  .lx_box_box .lx_nr .lx_nr1 .img_content {
    display: none;
  }
  .lx_box_box .lx_nr .lx_nr1 .text_content {
    line-height: 24px;
    width: 100%;
    margin-top: 0px;
  }
}

.dt {
  height: 450px;
}

@media only screen and (max-width: 1200px) {
  .dt {
    height: 250px;
  }
}

.dt img,
.dt label {
  max-width: inherit;
}

.his_list {
  width: 100%;
  float: left;
}

.his_list ul {
  width: 50%;
  float: right;
  border-left: dashed 1px #ddd;
}

.his_list ul li {
  padding-left: 50px;
  margin-bottom: 50px;
  position: relative;
}

.his_list ul li i {
  background-image: url(../images/hi_y.png);
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -8px;
  top: 35px;
}

.his_list ul li .bt {
  background-image: url(../images/hi_n.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 113px;
  height: 71px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  left: -160px;
  top: 15px;
}

.his_list ul li .text_content {
  width: 450px;
  border: solid 1px #ae0000;
  padding: 10px;
  position: relative;
}

.his_list ul li .text_content::before {
  content: "";
  background-image: url(../images/hi_jt.jpg);
  position: absolute;
  width: 11px;
  height: 12px;
  left: -11px;
  top: 30px;
}

.his_list ul li .text_content .nr {
  background-color: #f0f0f0;
  line-height: 30px;
  padding: 20px 15px;
  width: 510px;
}

.his_list ul li:nth-child(even) {
  margin-left: -100%;
}

.his_list ul li:nth-child(even) .text_content {
  margin-left: 55px;
}

.his_list ul li:nth-child(even) .text_content::before {
  left: auto;
  right: -11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.his_list ul li:nth-child(even) .text_content .nr {
  position: relative;
  left: -82px;
}

.his_list ul li:nth-child(even) i {
  left: 591px;
}

.his_list ul li:nth-child(even) .bt {
  left: 650px;
}

@media only screen and (max-width: 1200px) {
  .his_list ul {
    width: 100%;
  }
  .his_list ul li {
    margin-left: 0 !important;
    padding-top: 90px;
    padding-left: 20px;
    margin-bottom: 0px !important;
  }
  .his_list ul li i {
    left: -8px !important;
    top: 35px !important;
  }
  .his_list ul li .bt {
    width: 83px;
    height: 51px;
    line-height: 40px;
    font-size: 18px;
    left: 20px !important;
    top: 22px !important;
  }
  .his_list ul li .text_content {
    width: 100%;
    margin-left: 0 !important;
  }
  .his_list ul li .text_content::before {
    display: none;
  }
  .his_list ul li .text_content .nr {
    line-height: 22px;
    padding: 15px;
    width: 100%;
    left: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .user_k {
    width: 100%;
    float: left;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 20px 20px;
  }
  .user_k .imgk {
    float: left;
    width: 25%;
  }
  .user_k .imgk img {
    width: 100%;
  }
  .user_k .txtk {
    width: 70%;
    float: right;
    margin-top: 5%;
  }
  .user_k .txtk h2 {
    line-height: 30px;
    font-size: 15px;
  }
  .user_k .txtk p {
    padding: 10px 0 20px 0;
    font-size: 13px;
    color: #666666;
  }
  .user_k .txtk .btn {
    line-height: 40px;
    height: 40px;
    width: 38%;
    margin-right: 2%;
    text-align: center;
  }
  a.cd_a_b {
    display: inline-block;
    line-height: 40px;
    border: solid 1px #ddd;
    height: 40px;
    width: 40%;
    text-align: center;
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .user_k .imgk {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .user_k .imgk img {
    max-width: 50%;
  }
  .user_k .txtk {
    width: 100%;
    float: left;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .user_k {
    width: 100%;
    float: left;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 80px 140px;
  }
  .user_k .imgk {
    float: left;
    width: 19%;
  }
  .user_k .imgk img {
    width: 100%;
  }
  .user_k .txtk {
    width: 72%;
    float: right;
    margin-top: 20px;
  }
  .user_k .txtk h2 {
    line-height: 40px;
  }
  .user_k .txtk p {
    padding: 20px 0 50px 0;
    font-size: 16px;
    color: #666666;
  }
  .user_k .txtk .btn {
    line-height: 50px;
    height: 50px;
    width: 220px;
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
  }
  a.cd_a_b {
    display: inline-block;
    line-height: 48px;
    border: solid 1px #ddd;
    height: 50px;
    width: 220px;
    text-align: center;
    font-size: 18px;
  }
}

.user_k {
  color: #666;
}

@media only screen and (max-width: 1200px) {
  .lg_user {
    width: 100%;
    float: left;
    margin: 20px 0%;
  }
  .lg_user .imgk {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .lg_user .imgk img {
    width: 50%;
    max-width: 175px;
  }
  .lg_user.user_sc {
    margin: 10px 0px;
  }
  .lg_user.user_sc .txtk {
    margin-top: 20px;
  }
  .lg_user.user_sc .txtk p {
    font-size: 1em;
    margin: 10px 0px 20px 0px;
  }
  .lg_user.user_sc .an_r {
    height: 45px;
    line-height: 45px;
  }
  .lg_user.user_sc .imgk p {
    padding-top: 15px;
    width: 100%;
    float: left;
    font-size: 1.1em;
  }
  .lg_user .txtk {
    width: 100%;
    float: right;
  }
  .lg_user .txtk p {
    width: 98%;
    margin-left: 1%;
    text-align: center;
    float: left;
  }
  .lg_user .txtk p.p_1 {
    font-size: 14px;
    color: #ae0000;
    margin-bottom: 10px;
  }
  .lg_user .txtk p.p_2 {
    margin-bottom: 20px;
  }
  .lg_user .txtk a.cd_a_r,
  .lg_user .txtk a.cd_a_d {
    float: left;
    text-align: center;
    width: 48%;
    margin: 0px 1%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .lg_user {
    width: 100%;
    float: left;
    margin: 50px 0px;
  }
  .lg_user .imgk {
    width: 175px;
    float: left;
    margin-left: 100px;
    text-align: center;
  }
  .lg_user .imgk img {
    width: 100%;
    float: left;
  }
  .lg_user .txtk {
    width: 720px;
    float: right;
    font-size: 18px;
    margin-top: 15px;
  }
  .user_sc .txtk {
    margin: 0;
  }
  .lg_user .txtk p {
    width: 100%;
    float: left;
  }
  .lg_user.user_sc {
    margin: 20px 0px;
  }
  .lg_user.user_sc .txtk p {
    font-size: 16px;
    margin: 10px 0px 35px 0px;
  }
  .lg_user.user_sc .an_r {
    height: 50px;
    line-height: 50px;
  }
  .lg_user.user_sc .imgk p {
    padding-top: 15px;
    width: 100%;
    float: left;
    font-size: 16px;
  }
  .lg_user .txtk p.p_1 {
    font-size: 22px;
    color: #ae0000;
    line-height: normal;
    line-height: 155%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .lg_user .txtk p.p_2 {
    margin-bottom: 60px;
  }
  .lg_user a.cd_a_d {
    height: 50px;
    line-height: 50px;
    width: 220px;
    font-size: 18px;
  }
  .lg_user a.cd_a_d,
  .lg_user a.cd_a_r {
    float: left;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .lg2_fo {
    width: 100%;
    float: left;
    margin: 20px 0px 20px 0%;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .lg2_fo dt {
    font-size: 1.1em;
    line-height: 150%;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
  }
  .lg2_fo dd {
    float: left;
    width: 100%;
  }
  .lg2_fo .an_h {
    float: left;
    margin-left: 0px;
    width: 100%;
  }
  .lg2_fo .lg_tx,
  .lg2_fo .lg2_tx {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
  }
  .lg2_fo dl.dl_bt {
    margin-bottom: 10px;
    color: #ae0000;
    font-weight: bold;
  }
  .lg2_fo dl.dl_bt dt {
    float: left;
    width: auto;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 1.2em;
    line-height: 150%;
    float: left;
    width: auto;
    margin-left: 10px;
  }
  .lg2_fo dl.dl_bt2 dt {
    float: left;
    width: auto;
  }
  .lg2_fo dl.dl_bt2 dd {
    font-size: 1.2em;
    line-height: 150%;
    float: left;
    width: auto;
    margin-left: 10px;
  }
  .md20 {
    margin-bottom: 15px;
  }
  .lg2_fo a.cd_a_d {
    float: left;
    margin-top: 10px;
    border-color: #ccc;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
  }
}

@media only screen and (min-width: 1200px) {
  .lg2_fo a.cd_a_d {
    float: left;
    margin-top: 20px;
    border-color: #ccc;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
  }
  .lg2_fo {
    width: 100%;
    float: left;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    min-height: 35px;
    position: relative;
    padding-left: 150px;
  }
  .lg2_fo dt {
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    float: left;
    width: 150px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 15px;
  }
  .lg2_fo dd {
    float: left;
    width: 100%;
  }
  .lg2_fo dl.dl_bt {
    width: 100%;
    margin: 0px 0% 20px 0%;
    color: #ae0000;
    font-weight: bold;
  }
  .lg2_fo dl.dl_bt dt {
    font-size: 24px;
    line-height: 40px;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 24px;
    /*color:#ae0000;*/
    line-height: 40px;
  }
  .lg2_fo dl.dl_bt2 dd {
    line-height: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
    width: 100%;
  }
  .filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 40px;
    width: 65%;
    font-size: 1.1em;
    color: #999999;
    padding-left: 10px;
    border: solid 1px #dddddd;
    margin: 0;
    overflow: hidden;
    cursor: default;
    border-right: 0;
  }
  .button {
    float: left;
    height: 40px;
    display: inline-block;
    outline: 0 none;
    color: #333;
    margin: 0;
    cursor: pointer;
    width: 35%;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
    border: solid 1px #cccccc;
    font-size: 1.1em;
    text-align: center;
  }
  .uploader input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    color: #666666;
    width: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .lg_fo3 {
    width: 100%;
    float: left;
    padding: 20px 5%;
  }
  .lg_fo3 .imgk {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .lg_fo3 .imgk img {
    width: 50%;
  }
  .lg_fo3 dl {
    float: left;
    width: 100%;
  }
  .lg_fo3 dd {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .lg_fo3 dd p {
    width: 100%;
    float: left;
    color: #999999;
    margin-top: 5px;
  }
  .lg_tx {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 1.1em;
    padding-left: 10px;
    background: #ffffff;
    border: solid 1px #cccccc;
  }
  .fo_anq1 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .fo_anq1 .btn {
    margin: 0 1%;
    width: 40%;
  }
  .lg2_fo {
    position: relative;
    padding: 5px 0px 0px 0px;
    margin: 0;
  }
  .lg2_fo .lg_yy {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 120px;
    border: solid 1px #ccc;
    background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
    /* IE*/
  }
}

@media only screen and (min-width: 1200px) {
  .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
  }
  .filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 40px;
    width: 500px;
    padding-left: 10px;
    border: solid 1px #dddddd;
    margin: 0;
    overflow: hidden;
    cursor: default;
    border-right: 0;
  }
  .button {
    float: left;
    height: 40px;
    display: inline-block;
    outline: 0 none;
    margin: 0;
    color: #333;
    cursor: pointer;
    width: 130px;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
    border: solid 1px #cccccc;
    font-size: 16px;
    text-align: center;
  }
  .uploader input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    color: #333;
    width: 630px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .lg_fo3 {
    width: 100%;
    float: left;
    padding: 55px 0px;
  }
  .lg_fo3 .imgk {
    width: 156px;
    float: left;
    margin-left: 115px;
  }
  .lg_fo3 .imgk img {
    width: 100%;
  }
  .lg_fo3 dl {
    float: right;
    width: 785px;
  }
  .lg_fo3 dd {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .lg_fo3 dd p {
    width: 100%;
    float: left;
    color: #999999;
    margin-top: 5px;
  }
  .lg_tx {
    width: 490px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
    background: #f5f5f5;
    border: solid 1px #ddd;
  }
  .lg2_tx {
    width: 100%;
    height: 120px;
    line-height: 22px;
    font-size: 16px;
    padding: 8px 10px;
    background: #f5f5f5;
    border: solid 1px #ddd;
  }
  .fo_anq1 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
  }
  .fo_anq1 .btn {
    margin: 0 15px;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
  .lg2_fo {
    position: relative;
  }
  .lg2_fo .lg_yy {
    position: absolute;
    right: 0px;
    top: -30px;
    width: 120px;
    border: solid 1px #ccc;
    background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
    /* IE*/
  }
}

@media only screen and (max-width: 1200px) {
  .lg2_tx {
    width: 100%;
    height: 80px;
    line-height: 22px;
    font-size: 13px;
    padding: 8px 10px;
    background: #f5f5f5;
    border: solid 1px #ddd;
  }
  .lg2_tx2 {
    margin-bottom: 10px;
  }
  .lg2_tx2 h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .user_sc .imgk {
    margin-left: 100px;
  }
  .user_sc .txtk {
    width: 780px;
  }
  .lg2_tx2 {
    margin-bottom: 12px;
  }
  .lg2_tx2 h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 155%;
  }
}

.sy_new4_box .d1 {
  width: 468px;
}

.sy_new4_box .d2 {
  width: 700px;
}

@media only screen and (max-width: 1200px) {
  .sy_new4_box .d1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sy_new4_box .d2 {
    width: 100%;
  }
}

.sy_new4 li {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}

.sy_new4 li:hover {
  border-bottom-color: #ae0000;
}

.sy_new4 li + li {
  margin-top: 30px;
}

.sy_new4 li .sTime {
  display: block;
  color: #666;
  margin-bottom: 8px;
}

.sy_new4 li a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  line-height: 30px;
  white-space: inherit;
  padding-right: 90px;
}

.sy_new4 li a::after {
  content: "";
  background-image: url(../images/index/njt.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 17px;
  height: 6px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  .sy_new4 li {
    padding-bottom: 15px;
  }
  .sy_new4 li + li {
    margin-top: 15px;
  }
  .sy_new4 li .sTime {
    margin-bottom: 6px;
  }
  .sy_new4 li a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    white-space: inherit;
    padding-right: 50px;
  }
  .sy_new4 li a::after {
    right: 10px;
  }
}

.gd-new4 {
  width: 100%;
  position: relative;
}

.gd-new4 .swiper-container {
  overflow: hidden;
  width: 100%;
}

.gd-new4 .swiper-container .swiper-slide .img_content {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
}

.gd-new4 .swiper-container .swiper-slide .img_content::after {
  content: '';
  width: 100%;
  height: 244px;
  position: absolute;
  background-image: url(../images/index/nbtbg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}

.gd-new4 .swiper-container .swiper-slide .img_content img {
  max-height: 100%;
}

.gd-new4 .swiper-container .swiper-slide .img_content .text_content {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  z-index: 1;
}

.gd-new4 .swiper-container .swiper-slide .img_content .text_content .sTime {
  display: block;
  margin-bottom: 8px;
}

.gd-new4 .swiper-container .swiper-slide .img_content .text_content .bt {
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gd-new4 .swiper-pagination {
  bottom: 55px !important;
  color: #fff;
  width: auto !important;
  right: 50px !important;
  left: auto  !important;
}

.gd-new4 .swiper-button-prev,
.gd-new4 .swiper-button-next {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  border-radius: 50%;
  font-size: 20px;
  top: auto;
  bottom: 52px;
}

.gd-new4 .swiper-button-prev::after,
.gd-new4 .swiper-button-next::after {
  display: none !important;
}

.gd-new4 .swiper-button-prev {
  left: auto;
  right: 90px;
}

.gd-new4 .swiper-button-next {
  right: 10px;
}

@media only screen and (max-width: 1200px) {
  .gd-new4 .swiper-container .swiper-slide .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .gd-new4 .swiper-container .swiper-slide .img_content .text_content {
    padding: 15px;
  }
  .gd-new4 .swiper-pagination {
    bottom: 45px !important;
    color: #fff;
    width: auto !important;
    right: 10px !important;
    left: auto  !important;
  }
  .gd-new4 .swiper-button-prev,
  .gd-new4 .swiper-button-next {
    display: none;
  }
}