body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
xjhlc.rar input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "黑体";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.index .container {
  max-width: 1400px;
}

.header {
  height: 100px;
}

.header .container {
  max-width: 90%;
}

.header .logo {
  width: 38%;
}

.header .logo img {
  width: 100%;
}

.header .navs {
  width: 60%;
}

.header .navs li {
  position: relative;
  width: 17%;
  text-align: center;
}

.header .navs li a {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.header .navs li.active::before,
.header .navs li:hover::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 77px;
  height: 4px;
  background: #3fa4f1;
}

.header .navs li.active a,
.header .navs li:hover a {
  color: #3fa4f1;
}

.index_banner {
  position: relative;
  overflow: initial;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-slide p {
  position: absolute;
  top: 15%;
  right: 10%;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  transform: translateY(50px);
  opacity: 0;
  transition: all 2s ease .5s;
  border-bottom: 1px solid #fff;
}

.index_banner .swiper-slide.ani-slide p {
  transform: translateY(0);
  opacity: 1;
}

.index_banner .swiper-pagination {
  bottom: 30px;
}

.index_banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 13px;
  height: 13px;
  margin: 0 7px !important;
}

.index_banner .swiper-pagination-bullet-active {
  width: 38px;
  border-radius: 10px;
}

.index_title h3 {
  color: #333333;
  font-size: 20px;
  background: url(../images/icon_line.jpg) no-repeat left bottom;
  padding-bottom: 20px;
}

.index_main1 {
  padding: 55px 0;
}

.index_main1 .content {
  position: relative;
  padding-top: 40px;
}

.index_main1 .content .left {
  width: 46%;
  position: relative;
}

.index_main1 .content .left .pic img {
  width: 100%;
  height: 381px;
}

.index_main1 .content .left .date {
  position: absolute;
  top: 307px;
  left: 0;
  background: #3FA4F1;
  width: 111px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.index_main1 .content .left .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, .75);
  padding: 15px;
}

.index_main1 .content .left .txt h4 {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .content .left:hover .txt h4 {
  color: #3FA4F1;
}

.index_main1 .content .left .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

.index_main1 .content .left .swiper-pagination {
  display: flex;
  left: auto;
  right: 15px;
  bottom: 20px;
  width: auto;
}

.index_main1 .content .left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.index_main1 .content .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3FA4F1;
}

.index_main1 .content .right {
  width: 50%;
}

.index_main1 .content .right .hd {
  position: absolute;
  top: -45px;
  right: 0;
  width: 50%;
}

.index_main1 .content .right .hd li a {
  color: #333333;
  font-size: 16px;
  border: solid 1px #ccc;
  display: block;
  width: 124px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.index_main1 .content .right .hd li.on a {
  background: #3FA4F1;
  border-color: #3FA4F1;
  color: #fff;
}

.index_main1 .content .right .bd .rec {
  position: relative;
}

.index_main1 .content .right .bd .rec .pic {
  width: 34%;
  display: flex;
  flex-shrink: 0;
}

.index_main1 .content .right .bd .rec .pic img {
  width: 100%;
  height: 140px;
}

.index_main1 .content .right .bd .rec .date {
  position: absolute;
  top: 6px;
  left: 0;
  background: #3FA4F1;
  width: 94px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.index_main1 .content .right .bd .rec .txt {
  width: 66%;
  padding-left: 15px;
}

.index_main1 .content .right .bd .rec .txt h4 {
  color: #333333;
  font-size: 16px;
}

.index_main1 .content .right .bd .rec:hover .txt h4 {
  color: #3fa4f1;
}

.index_main1 .content .right .bd .rec .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
}

.index_main1 .content .right .bd .rec .txt span {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
}

.index_main1 .content .right .bd ul li {
  margin-top: 30px;
}

.index_main1 .content .right .bd ul li .date {
  width: 16%;
  text-align: right;
  padding-right: 20px;
  flex-shrink: 0;
}

.index_main1 .content .right .bd ul li .date span {
  color: #333333;
  font-size: 28px;
}

.index_main1 .content .right .bd ul li .date p {
  color: #333333;
  font-size: 14px;
}

.index_main1 .content .right .bd ul li:hover .date span,
.index_main1 .content .right .bd ul li:hover .date p,
.index_main1 .content .right .bd ul li:hover .txt h4 {
  color: #3fa4f1;
}

.index_main1 .content .right .bd ul li .txt {
  width: 84%;
  padding-left: 25px;
  border-left: solid 1px #DDDDDD;
}

.index_main1 .content .right .bd ul li .txt h4 {
  color: #333333;
  font-size: 16px;
}

.index_main1 .content .right .bd ul li .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
}

.index_main2 {
  position: relative;
}

.index_main2 .tab .hd {
  position: absolute;
  bottom: 45px;
  width: 100%;
}

.index_main2 .tab .hd ul li {
  width: 22%;
  height: 142px;
  background: rgba(255, 255, 255, .25);
}

.index_main2 .tab .hd ul li.on {
  background: #3FA4F1;
}

.index_main2 .tab .hd ul li .tt {
  color: #ffffff;
  font-size: 18px;
  padding-left: 28px;
}

.index_main2 .tab .bd .item .bg img {
  width: 100%;
}

.index_main2 .tab .bd .item .infos {
  position: absolute;
  top: 15%;
  width: 100%;
}

.index_main2 .tab .bd .item .infos h3 {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  padding-left: 47px;
}

.index_main2 .tab .bd .item .infos h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 23px;
  width: 4px;
  height: 75px;
  background: #fff;
}

.index_main2 .tab .bd .item .infos p {
  color: #ffffff;
  font-size: 18px;
  line-height: 47px;
  padding-top: 25px;
  padding-left: 47px;
}

.index_main3 {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #EAEAEA;
}

.index_main3 .video {
  width: 31%;
}

.index_main3 .video .con {
  margin-top: 35px;
}

.index_main3 .video .con .button-next,
.index_main3 .video .con .button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/index77_03.png) no-repeat #c0c0c0;
}

.index_main3 .video .con .button-prev {
  left: auto;
  right: 0;
  background: url(../images/index80.png) no-repeat #c0c0c0;
}

.index_main3 .video .con .button-next:hover {
  background: url(../images/index77_03.png) no-repeat #ee7331;
}

.index_main3 .video .con .button-prev:hover {
  background: url(../images/index80.png) no-repeat #ee7331;
}

.index_main3 .video .con .swiper-container .swiper-slide img {
  width: 100%;
}

.index_main3 .item {
  width: 31%;
}

.index_main3 .item .tab .hd li {
  margin-right: 15px;
  cursor: pointer;
}

.index_main3 .item .tab .hd li.on h3 {
  color: #184F90;
}

.index_main3 .item .rec {
  margin-top: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.index_main3 .item .rec a {
  display: flex;
}

.index_main3 .item .rec .pic {
  flex-shrink: 0;
  width: 100px;
}

.index_main3 .item .rec .pic img {
  width: 100%;
  height: 80px;
}

.index_main3 .item .rec .text h4 {
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.index_main3 .item .con ul li {
  margin-top: 15px;
}

.index_main3 .item .con ul li i {
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
}

.index_main3 .item .con ul li h5 {
  color: #333333;
  font-size: 16px;
  padding-left: 5px;
}

.index_main3 .item .con ul li span {
  color: #999999;
  font-size: 16px;
  margin-left: auto;
}

.index_main3 .item .con ul li:hover i {
  background: #3FA4F1;
}

.index_main3 .item .con ul li:hover h5,
.index_main3 .item .con ul li:hover span {
  color: #3FA4F1;
}

.sy3 {
  width: 1398px;
  margin: 0 auto;
  background: #fff;
  height: 335px;
  border-top: #184F90 solid 3px;
  border-left: #c9c9c9 solid 1px;
  border-bottom: #c9c9c9 solid 1px;
  border-right: #c9c9c9 solid 1px;
}

.sy3k {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  margin-top: 15px;
}

.sy3 .sy3_left {
  width: 100%;
  margin-top: 0px;
  float: left;
  height: 335px;
}

.sy3 .sy3_left .titt {
  width: 100%;
  padding: 0 18px;
  height: 50px;
  color: #e67b4f;
  font-size: 24px;
}

.sy3 .sy3_left .titt a {
  color: #195DA4;
  font-size: 24px;
}

.sy3 .sy3_left .titt .ntit {
  text-align: left;
  color: #184F90;
  display: block;
  font-weight: bold;
  width: 88px;
  height: 47px;
  line-height: 50px;
  font-size: 20px;
  /* background: #184F90; */
}

.sy3 .sy3_left .titt span {
  float: right;
  color: #222222;
  font-size: 14px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}


.sy3 .sy3_left .ludgj_top {
  width: 860px;
  height: 280px;
  float: left;
  margin-top: 28px;
  overflow: hidden;
  position: relative;
}

.sy3 .sy3_left .ludgj_top a img {
  width: 860px;
  height: 280px;
  cursor: pointer;
  transition: all 1.2s;
}

.sy3 .sy3_left .ludgj_top .hexin_ul1_ying {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: url(index106_03.png);
  position: absolute;
  top: 234px;
  left: 0px;
  z-index: 999;
}

.sy3 .sy3_left .ludgj_top .hexin_ul1_ying_s1 {
  font-size: 16px;
  margin-left: 8px;
}

.sy3 .sy3_left .ludgj_ul1 {
  width: 860px;
  height: 275px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.sy3 .sy3_left .ludgj_ul1 li {
  width: 272px;
  height: 275px;
  overflow: hidden;
  position: relative;
  margin-right: 22px;
  float: left;
  margin-bottom: 10px;
  transition: All 0.8s ease-in-out;
  -webkit-transition: All 0.8s ease-in-out;
  -moz-transition: All 0.8s ease-in-out;
  -o-transition: All 0.8s ease-in-out;
}

.sy3 .sy3_left .ludgj_ul1 li:nth-child(3n) {
  margin-right: 0px;
}

.sy3 .sy3_left .ludgj_ul1 .hexin_ul1_ying_s1 {
  font-size: 16px;
  margin-left: 8px;
}

.sy3 .sy3_left .ludgj_ul1 .hexin_ul1_ying {
  width: 100%;
  height: 76px;
  line-height: 28px;
  color: #fff;
  background: none;
  position: absolute;
  top: 200px;
  left: 0px;
  z-index: 999;
}

.sy3 .sy3_left .ludgj_ul1 .hexin_ul1_ying_s1 {
  font-size: 16px;
  margin-left: 8px;
  margin-top: 8px;
  color: #313131;
}

.sy3 .sy3_left .ludgj_ul1 a img {
  width: 272px;
  height: 198px;
  cursor: pointer;
  transition: all 1.2s;
}

.sy3 .sy3_left .ludgj_ul1 li:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-box-shadow: 0px 5px 15px #B0A8B0;
  -moz-box-shadow: 0px 5px 15px #B0A8B0;
  box-shadow: 0px 5px 15px #B0A8B0;
}


.sy3 .sy3_right {
  width: 296px;
  float: left;
  height: 340px;
  margin-top: 40px;
}

.sy3 .sy3_right .titt {
  width: 100%;
  height: 50px;
  border-bottom: #7D7D7D 1px solid;
  color: #e67b4f;
  font-size: 24px;
}

.sy3 .sy3_right .titt a {
  color: #e67b4f;
  font-size: 24px;
}

.sy3 .sy3_right .titt .ntit {
  text-align: left;
  color: #184F90;
  display: block;
  font-weight: bold;
  width: 52px;
  height: 47px;
  line-height: 50px;
  font-size: 20px;
  /* background: #184F90; */
  border-bottom: #ee7331 solid 4px;
}

.sy3 .sy3_right .titt span {
  float: right;
  color: #E67B4F;
  font-size: 14px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}

.sy3 .sy3_right .syhyfc_pic {
  width: 296px;
  float: left;
  height: 197px;
  margin-top: 28px;
}

.sy3 .sy3_right .syhyfc_listk {
  width: 296px;
  float: left;
  height: 256px;
  background: #fff;
}

.sy3 .sy3_right .syhyfc_list {
  width: 270px;
  margin-left: 13px;
  margin-right: 13px;
  float: left;
}

.sy3 .sy3_right .syhyfc_list li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #AAAAAA solid 1px;
  height: 65px;
  width: 270px;
  float: left;
}

.sy3 .sy3_right .syhyfc_list li:last-of-type {
  border-bottom: none;
}

.sy3 .sy3_right .syhyfc_list li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  font-size: 16px;
  color: #313131;
}

.sy3 .sy3_right .syhyfc_list li span {
  display: block;
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: left;
  font-size: 14px;
  color: #808080;
}

.scroll_horizontal {
  position: relative;
  width: 100%;
  height: 250px;
  line-height: 20px;
  top: 8px;
  padding: 0 18px;
}

.scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.scroll_horizontal .list {
  overflow: hidden;
  width: 9999px;
  height: 250px;
}

.scroll_horizontal .list li {
  float: left;
  text-align: center;
  /*width: 245px;margin-right: 73px;*/
  width: 340px;
  height: 250px;
  position: relative;
}

.scroll_horizontal .plus {
  background: url(/command/templates/default/content/images/index77_03.png) no-repeat #c0c0c0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50px;
}

.scroll_horizontal .minus {
  position: absolute;
  top: 50px;
  background: url(/command/templates/default/content/images/index80.png) no-repeat #c0c0c0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.scroll_horizontal .plus {
  left: 0px;
  top: 80px;
}

.scroll_horizontal .minus {
  right: 0px;
  top: 80px;
}

.scroll_horizontal .minus:hover {
  background: url(/command/templates/default/content/images/index80.png) no-repeat #ee7331;
}

.scroll_horizontal .plus:hover {
  background: url(/command/templates/default/content/images/index77_03.png) no-repeat #ee7331;
}

.rongyu_dd1 {
  width: 320px;
  height: 250px;
  margin: auto;
}

.zzsc_box_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.rong_title {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 50px;
  color: rgb(73, 73, 73);
  height: 50px;
  z-index: 30;
  width: 320px;
  text-align: center;
  left: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #efefef;
  overflow: hidden;
}

.links {
  padding-top: 47px;
  padding-bottom: 60px;
}

.links .title {
  background: url(../images/links_title_bg.png) no-repeat;
  width: 17%;
  height: 105px;
  padding-left: 30px;
  flex-shrink: 0;
}

.links .title h3 {
  color: #ffffff;
  font-size: 20px;
}

.links .title span {
  color: #ffffff;
  font-size: 24px;
}

.links .content {
  width: 83%;
  padding-left: 30px;
}

.links .content ul li {
  width: 274px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #EDEDED;
  margin-top: 13px;
  margin-right: 11px;
}

.links .content ul li:nth-child(-n+4) {
  margin-top: 0;
}

.links .content ul li:nth-child(4n) {
  margin-right: 0;
}

.links .content ul li a {
  color: #333333;
  font-size: 16px;
}

.links .content ul li:hover {
  background: #3FA4F1;
}

.links .content ul li:hover a {
  color: #fff;
}

.footer {
  background: #002F53;
  padding-top: 40px;
}

.footer .container {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}

.footer .left {
  width: 27%;
}

.footer .left .title {
  color: #eaeaea;
  font-size: 20px;
}

.footer .left .title {
  color: #eaeaea;
  font-size: 20px;
}

.footer .left .tel {
  padding-top: 50px;
}

.footer .left .tel .txt {
  padding-left: 20px;
}

.footer .left .tel .txt span {
  color: #eaeaea;
  font-size: 14px;
}

.footer .left .tel .txt p {
  color: #eaeaea;
  font-size: 30px;
}

.footer .left .add {
  color: #eaeaea;
  font-size: 14px;
  padding-top: 50px;
}

.footer .center {
  width: 50%;
}

.footer .center ul li h4 {
  color: #dfdfdf;
  font-size: 18px;
}

.footer .center ul li a {
  display: block;
  color: #e7e7e7;
  font-size: 14px;
  margin-top: 15px;
}

.footer .right {
  width: 12%;
}

.footer .right img {
  width: 100%;
}

.footer .right p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}

.bottom {
  text-align: center;
  background: #002F53;
  padding: 25px 0;
}

.bottom p,
.bottom a {
  color: #919191;
  font-size: 14px;
}

.nybanner img {
  width: 100%;
}

.crumb {
  background: #EEEEEE;
}

.crumb .container {
  height: 70px;
}

.crumb .left i,
.crumb .left a,
.crumb .left span {
  color: #5c5c5c;
  font-size: 16px;
}

.crumb .left i {
  margin-right: 5px;
}

.crumb .left span {
  margin: 0 5px;
}

.crumb .left a:last-child {
  color: #3fa4f2;
}

.crumb .right li a {
  color: #5c5c5c;
  font-size: 16px;
  height: 70px;
  padding: 0 40px;
}

.crumb .right li.cur a,
.crumb .right li:hover a {
  color: #fff;
  background: #3FA4F2;
}

.nypage {
  padding: 40px 0;
}

.nypage .content {
  color: #444444;
  font-size: 16px;
  line-height: 36px;
}

.nylist {
  padding: 40px 0;
}

.nylist .title {
  color: #2d90e5;
  font-size: 30px;
  font-weight: bold;
}

.nylist .content .rec .pic {
  position: relative;
  width: 54%;
  flex-shrink: 0;
}

.nylist .content .rec .pic img {
  width: 100%;
  height: 423px;
}

.nylist .content .rec .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  color: #ffffff;
  font-size: 18px;
  padding: 25px;
}

.nylist .content .rec .txt {
  width: 46%;
  background: #EEEEEE;
  padding: 40px 60px;
}

.nylist .content .rec .txt h4 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
}

.nylist .content .rec:hover .txt h4 {
  color: #2d90e5;
}

.nylist .content .rec .txt .date {
  color: #adadad;
  font-size: 16px;
  display: block;
  padding-top: 20px;
}

.nylist .content .rec .txt p {
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding-top: 40px;
}

.nylist .content .rec .txt .more {
  display: block;
  width: 149px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #2D90E5;
  margin-top: 30px;
}

.nylist .content .rec .swiper-pagination {
  bottom: 28px;
}

.nylist .content .rec .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 11px;
  height: 11px;
}

.nylist .content .rec .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
}

.nylist .content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D2;
}

.nylist .content ul li:first-child {
  padding-top: 0;
}

.nylist .content ul li a .pic {
  width: 300px;
  flex-shrink: 0;
}

.nylist .content ul li a .pic img {
  width: 100%;
  height: 170px;
}

.nylist .content ul li a .txt {
  width: 980px;
  flex-shrink: 0;
  padding-left: 30px;
}

.nylist .content ul li a .txt h4 {
  color: #4d4d4d;
  font-size: 18px;
}

.nylist .content ul li:hover .txt h4 {
  color: #2d90e5;
}

.nylist .content ul li a .txt p {
  color: #444444;
  font-size: 16px;
  line-height: 2;
  padding-top: 25px;
}

.nylist .content ul li a .txt .date_icon {
  padding-top: 25px;
}

.nylist .content ul li a .txt .date_icon span {
  color: #909090;
  font-size: 14px;
}

.nyshow {
  padding: 50px 0;
}

.nyshow .left {
  width: 65%;
}

.nyshow .left .title {
  border-bottom: 1px solid #D2D2D2;
  text-align: center;
  padding-bottom: 25px;
}

.nyshow .left .title h2 {
  color: #2d90e5;
  font-size: 20px;
  font-weight: bold;
}

.nyshow .left .title p {
  color: #adadad;
  font-size: 16px;
  padding-top: 20px;
}

.nyshow .left .content {
  color: #444444;
  font-size: 16px;
  line-height: 2;
  padding: 30px 0;
}

.nyshow .prev_next {
  border-top: solid 1px #D2D2D2;
  padding-top: 40px;
}

.nyshow .prev_next li {
  width: 100%;
}

.nyshow .prev_next li a {
  display: block;
  padding: 10px 25px;
  color: #5f5f5f;
  font-size: 16px;
}

.nyshow .prev_next li a:hover {
  color: #2d90e5;
}

.nyshow .right {
  width: 30%;
}

.nyshow .right .title {
  color: #ffffff;
  font-size: 18px;
  background: #3FA4F2;
  padding: 14px;
}

.nyshow .right .title .bi {
  margin-right: 5px;
}

.nyshow .right .rec {
  position: relative;
}

.nyshow .right .rec .pic img {
  width: 100%;
  height: 240px;
}

.nyshow .right .rec .tt {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  padding: 14px 30px;
}

.nyshow .right ul {
  background: #F3F3F3;
  padding: 0 20px 30px;
}

.nyshow .right ul li {
  padding-top: 20px;
}

.nyshow .right ul li a {
  color: #505050;
  font-size: 16px;
}

.nyshow .right ul li span {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 15px;
}

.nyshow .right ul li:nth-child(1) span {
  background: #EB6100;
}

.nyshow .right ul li:nth-child(2) span {
  background: #EFA75B;
}

.nyshow .right ul li:nth-child(3) span {
  background: #01B1B1;
}

.nylist_gonggao {
  padding: 40px 0;
}

.nylist_gonggao .title {
  color: #2d90e5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.nylist_gonggao .title span {
  display: block;
}

.nylist_gonggao .content {
  padding-top: 20px;
}

.nylist_gonggao .content ul li {
  margin-top: 38px;
  background: rgba(255, 255, 255, .8);
  padding: 26px 0 28px 0;
  position: relative;
}

.nylist_gonggao .content ul li:hover {
  background: rgba(63, 164, 242, .8);
}

.nylist_gonggao .content ul li .date {
  width: 15%;
  padding-left: 45px;
  color: #3FA4F2;
  font-size: 20px;
}

.nylist_gonggao .content ul li:hover .date {
  color: #fff;
}

.nylist_gonggao .content ul li .txt {
  width: 75%;
}

.nylist_gonggao .content ul li .txt h3 {
  color: #313131;
  font-size: 20px;
}

.nylist_gonggao .content ul li .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}

.nylist_gonggao .content ul li .icon {
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.nylist_gonggao .content ul li .icon i {
  border: solid 1px #D2D2D2;
  color: #D2D2D2;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.nylist_gonggao .content ul li:hover .icon {
  background: #3FA4F2;
}


.nypage_about {
  padding: 40px 0;
}

.nypage_about .content {
  color: #444444;
  font-size: 16px;
  line-height: 36px;
}

.nypage_about .content .left {
  width: 50%;
}

.nypage_about .content .right {
  width: 50%;
  text-align: right;
}

.catgory_history {
  padding: 40px 0;
}

.catgory_history .hd {
  padding-top: 40px;
  padding-bottom: 30px;
}

.catgory_history .hd ul {
  display: flex;
  justify-content: center;
}

.catgory_history .hd li {
  color: #FFF;
  font-size: 16px;
  display: block;
  background: url(..//images/category_history_hd_bg.jpg) no-repeat;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  margin: 0 20px;
  background-size: 100%;
  cursor: pointer;
}

.catgory_history .hd li.on {
  background-image: url(../images/category_history_hd_bg_h.jpg);
}

.catgory_history .bd ul li {
  background: #f2f2f2;
  padding: 15px 0px;
  margin-top: 25px;
  display: flex;
}

.catgory_history .bd ul li .date {
  width: 110px;
  border-right: 1px solid #717171;
}

.catgory_history .bd ul li .date span {
  display: block;
  text-align: center;
  color: #2c2c2c;
  line-height: 25px;
  font-size: 14px;
}

.catgory_history .bd ul li .tt {
  padding-left: 10px;
  line-height: 25px;
  font-size: 14px;
}

.catgory_history .bd ul li:hover {
  background: #3FA4F2;
}

.catgory_history .bd ul li:hover .date {
  border-color: #fff;
}

.catgory_history .bd ul li:hover .date span {
  color: #fff;
}

.catgory_history .bd ul li:hover .tt {
  color: #fff;
}

.pages {
  margin-top: 50px;
}

.pages span {
  margin: 0 5px;
}

.pages .p_n1,
.pages .p_n2 a {
  color: #333;
  font-size: 16px;
}

.pages .p_n1 {
  color: #3fa4f1;
}

@media(min-width:1400px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1399px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 90%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 12rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #025EAB;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .nypage_jmys .nyright {
    background: #fff;
  }

  .nypage .content span.page_jm {
    color: #ccc;
  }

  .nypage .page_jm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block;
  }

  .nypage .page_jm::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: rgb(2, 133, 200, .5);
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 0.75rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 0.375rem 0 0.025rem;
    line-height: 1.75rem;
    font-size: 0.55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
    border-radius: 2px;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
    border-radius: 2px;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 0 0.75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: rgb(2, 133, 200, .5);
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .index_banner .swiper-slide p {
    font-size: 1rem;
  }

  .index_title h3 {
    font-size: .8rem;
    padding-bottom: .5rem;
  }

  .index_main1 {
    padding: 1rem 0;
  }

  .index_main1 .content {
    padding-top: .5rem;
  }

  .index_main1 .content .left {
    width: 100%;
  }

  .index_main1 .content .left .pic img {
    height: 11rem;
  }

  .index_main1 .content .left .txt {
    padding: .375rem;
    padding-right: 4rem;
  }

  .index_main1 .content .left .txt h4 {
    font-size: .7rem;
    padding-top: .25rem;
  }

  .index_main1 .content .left .txt p {
    font-size: .6rem;
    line-height: 2;
    padding-top: .25rem;
  }

  .index_main1 .content .left .date {
    top: 45%;
    font-size: .6rem;
  }

  .index_main1 .content .left .swiper-pagination {
    right: .375rem;
    bottom: .65rem;
  }

  .index_main1 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main1 .content .right .hd {
    position: relative;
    top: 0;
    width: 100%;
  }

  .index_main1 .content .right .hd li {
    width: 20%;
  }

  .index_main1 .content .right .hd li a {
    width: 100%;
    font-size: .6rem;
  }

  .index_main1 .content .right .bd {
    margin-top: .5rem;
  }

  .index_main1 .content .right .bd .rec .txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7rem;
  }

  .index_main1 .content .right .bd .rec .txt p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: .6rem;
    line-height: 2;
    padding-top: .25rem;
  }

  .index_main1 .content .right .bd .rec .pic img {
    height: 4.5rem;
  }

  .index_main1 .content .right .bd .rec .date {
    font-size: .6rem;
  }

  .index_main1 .content .right .bd .rec .txt span {
    font-size: .6rem;
    padding-top: .25rem;
  }

  .index_main1 .content .right .bd ul li .date {
    display: none;
  }

  .index_main1 .content .right .bd ul li .txt {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }

  .index_main1 .content .right .bd ul li .txt h4 {
    font-size: .7rem;
  }

  .index_main1 .content .right .bd ul li .txt p {
    font-size: .6rem;
    line-height: 2;
    padding-top: .15rem;
  }

  .index_main2 .tab .bd .item .bg img {
    height: 22rem;
  }

  .index_main2 .tab .bd .item .infos {
    top: 5%;
  }

  .index_main2 .tab .bd .item .infos h3 {
    font-size: .8rem;
    padding-left: 1rem;
  }

  .index_main2 .tab .bd .item .infos h3::before {
    left: 0;
    height: 1rem;
  }

  .index_main2 .tab .bd .item .infos p {
    font-size: .7rem;
    line-height: 2;
    padding-top: .25rem;
    padding-left: 1rem;
  }

  .index_main2 .tab .hd ul li {
    width: 48%;
    height: 3rem;
    margin-top: .5rem;
  }

  .index_main3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .index_main3 .item {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main3 .item .con ul li {
    margin-top: .25rem;
  }

  .index_main3 .item .con ul li h5 {
    font-size: .7rem;
  }

  .index_main3 .item .con ul li span {
    display: none;
  }

  .links {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .links .title {
    width: 100%;
  }

  .links .title h3 {
    font-size: .8rem;
  }

  .links .title span {
    font-size: .8rem;
  }

  .links .content {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
  }

  .links .content ul li {
    width: 100%;
    margin-top: .25rem;
    margin-right: 0;
  }

  .links .content ul li:nth-child(-n+4) {
    margin-top: .25rem;
  }

  .links .content ul li a {
    font-size: .7rem;
  }

  .footer {
    padding-top: 1rem;
  }

  .footer .container {
    padding-bottom: 1rem;
  }

  .footer .left {
    width: 100%;
  }

  .footer .left .title {
    font-size: .6rem;
  }

  .footer .left .tel {
    padding-top: .5rem;
  }

  .footer .left .tel .txt span {
    font-size: .6rem;
  }

  .footer .left .tel .txt p {
    font-size: .7rem;
  }

  .footer .left .add {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .footer .center {
    display: none;
  }

  .footer .right {
    display: none;
  }

  .bottom {
    padding: .5rem 0;
  }

  .bottom p,
  .bottom a {
    font-size: .6rem;
  }

  .crumb .left {
    display: none;
  }

  .crumb .right li a {
    font-size: .7rem;
    padding: 0 .25rem;
  }

  .nypage {
    padding: 1rem 0;
  }

  .nypage .content {
    font-size: .6rem;
    line-height: 2;
  }

  .nypage_about {
    padding: 1rem 0;
  }

  .nypage_about .content img {
    max-width: 100%;
    height: auto !important;
  }

  .nypage_about .content .left {
    width: 100%;
  }

  .nypage_about .content .right {
    width: 100%;
  }

  .nypage_about .content .left {
    width: 100%;
  }

  .nypage_about .content .right {
    width: 100%;
  }

  .nylist .content ul li {
    padding: .5rem 0;
  }

  .nylist .content ul li a .pic {
    width: 100%;
  }

  .nylist .content ul li a .pic img {
    height: auto;
  }

  .nylist .content ul li a .txt {
    width: 100%;
    padding-top: .5rem;
    padding-left: 0;
  }

  .nylist .content ul li a .txt h4 {
    font-size: .7rem;
  }

  .nylist .content ul li a .txt p {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .nyshow {
    padding: .5rem 0;
  }

  .nyshow .left {
    width: 100%;
  }

  .nyshow .left .title {
    padding-bottom: .5rem;
  }

  .nyshow .left .title h2 {
    font-size: .7rem;
  }

  .nyshow .left .title p {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .nyshow .left .content {
    font-size: .6rem;
    padding: .5rem 0;
  }

  .nyshow .left .content img {
    max-width: 100%;
    height: auto !important;
  }

  .nyshow .prev_next {
    padding-top: 1rem;
  }

  .nyshow .prev_next li a {
    padding: .25rem .625rem;
    font-size: .6rem;
  }

  .nyshow .right {
    display: none;
  }

  .nylist_gonggao .content ul li .date {
    display: none;
  }

  .nylist_gonggao .content ul li .txt {
    width: 100%;
  }

  .nylist_gonggao .content ul li .icon {
    display: none !important;
  }

  .nylist_gonggao {
    padding: 1rem 0;
  }

  .nylist_gonggao .title {
    font-size: .7rem;
  }

  .nylist_gonggao .content {
    padding-top: .5rem;
  }

  .nylist_gonggao .content ul li {
    margin-top: .5rem;
    padding: .5rem 0;
  }

  .nylist_gonggao .content ul li .txt h3 {
    font-size: .7rem;
  }

  .nylist_gonggao .content ul li .txt p {
    font-size: .6rem;
    line-height: 2;
    margin-top: .25rem;
  }
}