﻿@charset "utf-8";



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #91989f;

  font-family: 'Work Sans', Arial, Helvetica, sans-serif, Microsoft YaHei;

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

  font-family: 'Work Sans', Arial, Helvetica, sans-serif, Microsoft YaHei;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  list-style: none;

  font-weight: normal;

  color: #555;

}



input,

select,

button {

  font-size: 12px;

  font-family: 'Work Sans', Arial, Helvetica, sans-serif, Microsoft YaHei;

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

}



li {

  list-style: none;

}



a {

  color: #000;

  text-decoration: none;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



a:hover {

  color: #005caf;

}



.con {

  width: 1200px;

  margin: 0 auto;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.con {

  width: 1100px;

  margin: 0 auto;

}



.container {

  width: 1100px;

  margin: 0 auto

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 10;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .left {

  width: 76px;

  height: 210px;

  position: fixed;

  top: 0;

  left: 0;

  background: #fff;

  z-index: 10;

}



.header .right {

  text-align: left;

  position: absolute;

  top: 0;

  right: 70px;

}



.header .right .dl {

  line-height: 100px;

  display: inline-block;

  padding: 0 10px;

  color: #333;

  font-size: 16px;

}



.header .right .dl a {

  color: #333;

}



.header .right .yy {

  line-height: 100px;

  display: inline-block;

  padding: 0 10px;

  color: #333;

  position: relative;

  font-size: 18px;

}



.header .right .yy i {

  font-size: 24px;

  color: #000;

}



.header .right .yy .x_l {

  width: 100px;

  top: 80px;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  background: #fff;

  line-height: 40px;

  display: none

}



.header .right .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

}



.header .right .yy .x_l a:hover {

  color: #1e40af;

}



.header .logo {

  padding: 24px 18px 24px 22px;

  overflow: hidden;

  width: 48px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  background: #fff;

}



.header .logo.n {

  width: 300px;

}



.header .logo img {

  display: block;

  height: 146px;

  width: auto;

}



.header .dh {

  width: 100%;

  text-align: center;

  margin-top: 40px;

}



.header .dh li {

  padding: 13px 24px !important;

  margin: 0 38px;

  font-size: 18px;

  letter-spacing: 2px;

  background: #000;

  display: inline-block;

}



.header .dh li a {

  color: #fff;

}



.header .dh li.on {

  background: #fff;

}



.header .dh li.on a {

  color: #000;

}



.header .dh li:hover {

  background: #fff;

}



.header .dh li:hover a {

  color: #000;

}



.header .an {

  position: absolute;

  top: 180px;

  left: 28px;

  height: 20px;

  width: 26px;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #000;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}







.header .nav {

  position: fixed;

  width: 100%;

  background: rgba(0, 0, 0, 0.6);

  width: 100%;

  z-index: 9;

  top: 0;

  left: -100%;

  height: 100%;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav.on {

  left: 0;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav ul {

  width: 440px;

  position: absolute;

  height: 100%;

  background: #fff;

  padding-left: 90px;

  padding-top: 14%;

}



.header .nav .gb {

  width: calc(100% - 440px);

  position: absolute;

  height: 100%;

  right: 0;

  top: 0;

}



.header .nav ul li {

  line-height: 38px;

  position: relative;

}



.header .nav ul li:nth-child(-n+3) a {

  font-size: 26px;

  font-family: 'Zilla Slab';

  margin: 10px 0 20px;

}



.header .nav ul li a {

  display: block;

  font-size: 17px;

  color: #000;

  -webkit-transition: all 0s;

  -moz-transition: all 0s;

  -ms-transition: all 0s;

  -o-transition: all 0s;

  transition: all 0s;

}



.header .nav ul li:nth-child(4) {

  margin-top: 30px;

}



.header .nav ul li:hover a {

  color: rgba(0, 0, 0, 0.7) !important;

}



.header .nav .t_b {

  padding-top: 60px;

}



.header .nav .t_b a {

  width: 40px;

  border-radius: 50%;

  border: #000 1px solid;

  height: 40px;

  display: inline-block;

  min-width: auto;

  line-height: 39px;

  text-align: center;

  margin: 0 3px;

  color: #000;

}



.header .nav .t_b a i {

  font-size: 20px;

}



.header .nav .t_b a:hover {

  background: #000;

  color: #fff;

}





.foot_b {

  position: absolute;

  z-index: 2;

  width: 100%;

  bottom: 45px;

  text-align: center;

}



.foot_b li {

  min-width: 185px !important;

  padding: 18px 32px !important;

  font-size: 12px;

  display: inline-block;

  margin: 0 30px;

  letter-spacing: 1.8px;

  font-weight: bold;

  background: #000;

  border: #000 1px solid;

}



.foot_b li a {

  color: #fff

}



.foot_b li:hover {

  background: #fff;

}



.foot_b li:hover a {

  color: #000;

}



.bansp {

  width: 100%;

  height: 100vh;

  position: relative;

  overflow: hidden;

}



.text-primary {

  position: absolute;

  top: 50%;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 100%;

  background: rgba(255, 255, 255, 0.8);



  overflow: hidden;

}



.bansp .text {

  position: absolute;

  width: 100%;

  left: 0;

  top: 50%;

  padding-top: 330px;

  line-height: 60px;

  font-size: 40px;

  letter-spacing: 1px;

  color: #000;

  text-align: center;

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.bansp .text #ballText {

  white-space: pre-wrap;

}



.text-primary .logo {

  height: 260px;

  width: 550px;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: center;

}



.text-primary .logo img {

  height: 200px;

  width: auto;

  display: block;

}



.video1 {

  width: 100%;

  height: 100vh;

  object-fit: cover !important;

  object-fit: fill;

  display: block;

  z-index: 1;

}



.ny_list {

  padding-top: 100px;

  position: relative;

}



.ny_list .dbt {

  font-size: 50px;

  color: #222;

  text-align: center;

}



.ny_list .flbox {

  margin-top: 100px;

  margin-bottom: 60px;

}



.ny_list .flbox .con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.ny_list .flbox .con .xbt {

  font-size: 24px;

  color: #222;

}



.ny_list .flbox .con .f_l {

  width: 240px;

  height: 45px;

}



.ny_list .flbox .con .f_l select {

  width: 100%;

  height: 43px;

  line-height: 43px;

  font-size: 14px;

  border: 1px solid #000;

  padding: 0 5px;

  box-sizing: border-box;

  color: #000;

}



.ny_list .nr {}



.ny_list .nr ul {

  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

}



.ny_list .nr ul li {

  width: 240px;

  margin: 0 46px 46px 0;

  float: left;

}



.ny_list .nr ul li:nth-child(4n) {

  margin-right: 0;

}



.ny_list .nr ul li .t_p {

  height: 240px;

  width: 100%;

  position: relative;

}



.ny_list .nr ul li img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

}



.ny_list .nr ul li h3 {

  margin: 25px 0 15px;

  min-height: 50px;

  font-size: 16px;

  color: #222;

  line-height: 25px;

}



.ny_list .nr ul li .m_b {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 36px;

  color: #fff;

  background: rgba(0, 0, 0, 0.6);

  opacity: 0;

  -webkit-transition: all, 0.5s;

  -o-transition: all, 0.5s;

  transition: all, 0.5s;

}



.ny_list .nr ul li:hover .m_b {

  opacity: 1

}



.fh_top {

  width: 40px;

  height: 40px;

  border-radius: 100%;

  background-color: #fff;

  border: 2px solid #222;

  display: none;

  position: fixed;

  right: 10px;

  bottom: 145px;

  z-index: 999;

}



.fh_top img {

  width: 100%;

  height: auto;

  display: block;

}



.zx_bm {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1;

  display: none;

}



.zx_bm .bm_bj {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, .7);

}



.b_m {

  width: 560px;

  border-radius: 15px;

  background-color: #fff;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

}



#email_send_status {

  position: absolute;

  right: 0;

  height: 30px;

  background: #000;

  color: white;

  border-radius: 2px;

  padding: 5px 10px;

}



.b_m .gb {

  width: 30px;

  height: 30px;

  position: absolute;

  right: 10px;

  top: 10px;

  color: #000;

  line-height: 30px;

}



.b_m .gb i {

  font-size: 24px;

}



.b_m .kj {

  padding: 20px 30px;

}



.b_m h3 {

  font-size: 24px;

  color: #000;

  margin-bottom: 10px;

  text-align: center;

  padding: 10px 0;

  margin-top: 30px;

}



.b_m p {

  font-size: 16px;

  color: #444;

  line-height: 1.5;

  margin-bottom: 20px;

  text-align: center;

}



.b_m li {

  display: flex;

  flex-direction: column;

}



.b_m li .l_m {

  width: 100%;

  font-size: 16px;

  color: #000;

  line-height: 40px;

}



.b_m li .l_m span {

  color: #B80205;

  margin-right: 4px;

}



.b_m input.w_z {

  width: 100%;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  margin-bottom: 10px;

  border-bottom: 2px solid #000;

  padding: 0 5px;

  box-sizing: border-box;

  background: #fff;

}



.b_m .a_n {

  width: 180px;

  height: 60px;

  background: #000;

  font-size: 16px;

  color: #fff;

  line-height: 60px;

  margin: 30px auto;

  text-align: center;

  border-radius: 6px;

}



.b_m .qzc {

  font-size: 14px;

  line-height: 30px;

  text-align: right;

  color: #000;

}



.ny_zcy {

  margin-top: 60px;

  min-height: calc(100vh - 340px);

}







.ny_list2 {

  padding-top: 100px;

  position: relative;

}



.ny_list2 .dbt {

  font-size: 50px;

  color: #222;

  text-align: center;

}



.ny_list2 .flbox {

  margin-top: 100px;

  margin-bottom: 60px;

}



.ny_list2 .flbox .con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.ny_list2 .flbox .con .xbt {

  font-size: 24px;

  color: #222;

}



.ny_list2 .flbox .con .f_l {

  width: 240px;

  height: 45px;

}



.ny_list2 .flbox .con .f_l select {

  width: 100%;

  height: 43px;

  line-height: 43px;

  font-size: 14px;

  border: 1px solid #000;

  padding: 0 5px;

  box-sizing: border-box;

  color: #000;

}



.ny_list2 .nr {}



.ny_list2 .nr ul {

  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

}



.ny_list2 .nr ul li {

  width: 336px;

  margin: 0 46px 46px 0;

  float: left;

}



.ny_list2 .nr ul li:nth-child(3n) {

  margin-right: 0;

}



.ny_list2 .nr ul li .t_p {

  width: 100%;

  position: relative;

}



.ny_list2 .nr ul li img {

  width: 100%;

  height: auto;

  display: block;

}



.ny_list2 .nr ul li h3 {

  margin: 25px 0 15px;

  min-height: 50px;

  font-size: 16px;

  color: #222;

  line-height: 25px;

}



.ny_list2 .nr ul li .m_b {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 36px;

  color: #fff;

  background: rgba(0, 0, 0, 0.6);

  opacity: 0;

  -webkit-transition: all, 0.5s;

  -o-transition: all, 0.5s;

  transition: all, 0.5s;

}



.ny_list2 .nr ul li:hover .m_b {

  opacity: 1

}



.ny_bottom {

  line-height: 50px;

  text-align: center;

  color: #333;

  font-size: 14px;

  margin-top: 140px;

  padding-bottom: 10px;

  padding-top: 30px;

}



.ny_bottom .d_h {

  line-height: 60px;

  text-align: center;

  color: #222;

  margin-bottom: 10px;

  background: #f5f5f5;

}



.ny_bottom .d_h a {

  color: #222;

  padding: 0 20px;

}



.ny_bottom .d_h a:hover {

  color: rgba(0, 0, 0, 0.7) !important;

}



.block-backbutton {

  margin-top: 0;

  position: absolute;

  top: 54px;

  left: calc(35px + 76px);

  color: #222;

  font-size: 16px;

}



.block-backbutton i {

  font-size: 20px;

  margin-right: 8px;

  font-weight: bold;

  vertical-align: middle;

}



.block-backbutton a {

  color: #222;

}



.ny_cpxq {

  margin-top: 60px;

  min-height: calc(100vh - 220px);

}



.ny_cpxq .t_p {

  width: 50%;

  float: left;

}



.ny_cpxq .w_z {

  width: calc(50% - 50px);

  float: right;

}



.ny_cpxq .w_z h2 {

  font-size: 32px;

  margin-bottom: 30px;

  color: #222;

}



.ny_cpxq .w_z .text {

  font-size: 16px;

  color: #222;

  margin-bottom: 10px;

}



.slideBox {

  width: 100%;

  overflow: hidden;

  position: relative;

}



.slideBox .hd {

  overflow: hidden;

  margin-top: 10px;

}



.slideBox .hd ul {

  overflow: hidden;

  zoom: 1;

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.slideBox .hd ul li {

  width: 23%;

  cursor: pointer;

  margin: 0 1%;

  opacity: 0.7;

}



.slideBox .hd ul li img {

  width: 100%;

  display: block;

}



.slideBox .hd ul li.on {

  opacity: 1;

}



.slideBox .bd {

  position: relative;

  /* height: 100%; */

  z-index: 0;

}



.slideBox .bd li {

  zoom: 1;

  vertical-align: middle;

}



.slideBox .bd img {

  width: 100%;

  display: block;

}





.ny_zx {

  margin-top: 60px;

}



.ny_zx .flbox {

  margin-top: 100px;

  margin-bottom: 60px;

}



.ny_zx .flbox .con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.ny_zx .flbox .con .xbt {

  font-size: 24px;

  color: #222;

}



.ny_zx .flbox .con .f_l {

  width: 640px;

  height: 45px;

}



.ny_zx .flbox .con .f_l select {

  width: 100%;

  height: 43px;

  line-height: 43px;

  font-size: 14px;

  border: 1px solid #000;

  padding: 0 5px;

  box-sizing: border-box;

  color: #000;

}



.ny_zx .t_p {

  width: 60%;

  float: left;

}



.ny_zx .zx_list {}



.ny_zx .zx_list ul li {

  overflow: hidden;

  border-bottom: 1px #ccc dashed;

  padding-bottom: 17px;

  margin-bottom: 15px;

}



.ny_zx .zx_list ul li .time {

  float: right;

  font-size: 16px;

  color: #999;

  margin-left: 10px;

  transition: .3s;

  -webkit-transition: .3s;

  -moz-transition: .3s;

  -ms-transition: .3s;

  -o-transition: .3s;

}



.ny_zx .zx_list li .desc {

  font-size: 16px;

  color: #333;

  height: 24px;

  overflow: hidden;

  -ms-text-overflow: ellipsis;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.ny_zx .zx_list li .desc a {

  color: #333;

  transition: .3s;

  -webkit-transition: .3s;

  -moz-transition: .3s;

  -ms-transition: .3s;

  -o-transition: .3s;

  overflow: hidden;

  background: url(../images/qwy-i2-1.png) no-repeat center left;

  background-size: auto;

  background-size: 5px 5px;

  padding-left: 15px;

}



.ny_zx .zx_list li:hover .desc a,

.ul-txt-q li:hover .time {

  color: #010101

}



.ny_zx .zx_list li:hover .desc a {

  color: #010101;

  background: url(../images/qwy-i2.png) no-repeat center left

}



.page {

  padding: 25px 0;

  text-align: center;

}



.page a {

  line-height: 30px;

  font-size: 16px;

  color: #000;

  padding: 0 15px;

  display: inline-block;

}



.page a.on {

  color: #555;

  text-decoration: underline;

}



.page a:hover {

  color: #555;

  text-decoration: underline;

}









.gallery-top {

  width: 100%;

  position: relative;

}



.gallery-top .swiper-wrapper {

  align-items: stretch;

}



.gallery-top .swiper-slide {

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

}



.gallery-top .swiper-slide img {

  max-width: 100%;

  height: auto;

  display: block;

}



.gallery-top .swiper-pagination {

  bottom: 10px !important;

}



.gallery-top .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

}



.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #000

}



.gallery-top .swiper-button-prev {

  background: url(../images/banner-l.png) center / 100% no-repeat;

  width: 25px;

  height: 50px;

  margin-top: 0;

  left: 1%;

}



.gallery-top .swiper-button-next {

  background: url(../images/banner-r.png) center / 100% no-repeat;

  width: 25px;

  height: 50px;

  margin-top: 0;

  right: 1%;

}



.ny_zx .w_z {

  width: calc(40% - 50px);

  float: right;

}



.ny_zx .w_z .text {

  margin: 10px 0;

  font-size: 14px;

  line-height: 1.6;

  color: #222;

}



.ny_lx {

  margin-top: 60px;

  min-height: calc(100vh - 220px);

}



.ny_lx .lxfs {

  width: 33.33333%;

  padding-right: 50px;

  float: left;

}



.ny_lx .lxfs .text {

  line-height: 22px;

  padding: 0;

  margin-bottom: 30px;

  color: #222;

}



.ny_lx .l_y {

  width: 66.66667%;

  float: right;

}



.ny_lx .l_y li {

  width: 47%;

  padding: 0 1.5%;

  margin-bottom: 20px;

  float: left;

}



.ny_lx .l_y li:last-child {

  width: 97%;

}



.ny_lx .l_y li p {

  font-weight: bold;

  margin-bottom: 5px;

  line-height: 28px;

  font-size: 14px;

  color: #111;

}



.ny_lx .l_y li p span {

  color: #E30509;

  margin-left: 3px;

}



.ny_lx .l_y li input {

  width: 100%;

  height: 32px;

  font-size: 14px;

  line-height: 30px;

  border-bottom: 2px solid #111;

  padding: 0 5px;

  box-sizing: border-box;

}



.ny_lx .l_y li textarea {

  width: 100%;

  height: 90px;

  padding: 0 5px;

  border: 0;

  border-bottom: 2px solid #111;

  outline: none;

  resize: none;

  font-size: 14px;

  line-height: 30px;

  margin-bottom: 30px;

  box-sizing: border-box;

}



.ny_lx .l_y .a_n {

  width: 185px;

  height: 55px;

  line-height: 51px;

  border: #000 2px solid;

  text-align: center;

  font-size: 14px;

  color: #fff;

  background: #000;

}



.ny_lx .l_y .a_n:hover {

  color: #000;

  background: #fff;

}



.ny_lx .l_y .a_n i {

  margin-right: 6px;

}



























@media only screen and (max-width:1124px) {

  .header .left {

    height: 180px;

  }



  .header .an {

    top: 160px;

  }



  .header .dh li {

    padding: 10px 14px !important;

    margin: 0 10px;

    font-size: 16px;

    letter-spacing: 1px;

  }



  .header .right .dl {

    line-height: 66px;

    float: left;

  }



  .header .right {

    right: 10px;

  }



  .header .right .yy .x_l {

    top: 66px;

  }



  .header .logo {

    padding: 24px 18px 4px 22px;

  }



  .foot_b li {

    min-width: 120px !important;

    padding: 12px 15px !important;

    margin: 0 10px;

  }



  .header .nav ul {

    padding-left: 80px;

    padding-top: 35%;

  }



  .header .right .yy {

    line-height: 66px;

  }



  .con {

    width: 90%;

  }



  .ny_lx {

    margin-top: 90px;

    min-height: calc(100vh - 450px);

  }



  .ny_list .nr ul li {

    width: 30.3333%;

    margin: 1.5%;

  }



  .ny_list .nr ul li .t_p {

    height: 9rem;

  }



  .ny_bottom {

    margin-top: 60px;

    padding-bottom: 10px;

    padding-top: 20px;

  }



  .ny_bottom .d_h {

    line-height: 40px;

  }



  .ny_list2 .nr ul li {

    width: 47%;

    margin: 1.5%;

  }



  .ny_list2 .nr ul li:nth-child(3n) {

    margin-right: 1.5%;

  }



  .ny_list {

    padding-top: 180px;

  }







}



@media only screen and (max-width:600px) {



  .header .nav ul {

    width: 100%;

    padding-left: 30px;

    padding-top: 40%;

  }



  .header .logo img {

    height: 60px;

  }



  .header .logo {

    padding: 5px 0 0px 16px;

    width: 200px;

  }



  .header .logo.n {

    width: 200px;

  }



  .header .left {

    width: 100%;

    height: 66px;

  }



  .header .an {

    top: 35px;

    right: 20px;

    left: auto;

  }



  .header .right {

    right: 50px;

    z-index: 999;

  }



  .header .right .yy {

    line-height: 66px;

  }



  .header .nav ul li:nth-child(-n+3) a {

    font-size: 20px;

    margin: 10px 0 10px;

  }



  .header .nav ul li:nth-child(4) {

    margin-top: 20px;

  }



  .header .nav .t_b {

    padding-top: 40px;

  }



  .bansp .text {

    padding-top: 310px;

    line-height: 50px;

    font-size: 30px;

  }



  .text-primary .logo {

    height: 220px;

    width: 90%;

  }



  .text-primary .logo img {

    height: 160px;

  }



  .foot_b {

    bottom: 10px;

  }



  .foot_b li {

    margin: 5px 10px;

  }



  .header .dh {

    width: 100%;

    margin-top: 90px;

  }



  .header .dh li {

    padding: 8px 8px !important;

    margin: 0 1px;

    font-size: 14px;

    letter-spacing: 0;

  }



  .ny_list {

    padding-top: 150px;

  }



  .ny_list .dbt {

    font-size: 28px;

  }



  .ny_lx {

    margin-top: 40px;

    min-height: 400px;

    height: auto;

  }



  .ny_lx .lxfs {

    width: 100%;

    padding-right: 0px;

  }



  .ny_lx .l_y {

    width: 100%;

  }



  .ny_bottom {

    margin-top: 60px;

  }



  .block-backbutton {

    top: 90px;

    left: 20px;

  }



  .block-backbutton i {

    font-size: 16px;

    margin-right: 6px;

  }



  .ny_list .flbox {

    margin-top: 30px;

    margin-bottom: 20px;

  }



  .ny_list .flbox .con {

    flex-wrap: wrap;

  }



  .ny_list .flbox .con .xbt {

    font-size: 20px;

    width: 100%;

  }



  .ny_list .flbox .con .f_l {

    width: 100%;

    height: 45px;

    margin-top: 20px;

  }



  .ny_list .nr ul li {

    width: 47%;

    margin: 1.5%;

  }



  .ny_list .nr ul li .t_p {

    height: 13.5rem;

  }



  .ny_bottom {

    line-height: 30px;

  }



  .ny_bottom .d_h a {

    padding: 0 8px;

  }



  .ny_zx {

    margin-top: 0px;

  }



  .ny_zx .t_p {

    width: 100%;

  }



  .ny_zx .w_z {

    width: 100%;

    margin-top: 25px;

  }



  .b_m {

    width: 90%;

  }



  .b_m h3 {

    padding: 10px 0 0;

  }



  .b_m p {

    font-size: 14px;

  }



  .b_m .a_n {

    width: 160px;

    height: 40px;

    line-height: 40px;

  }



  .ny_list2 .dbt {

    font-size: 28px;

  }



  .ny_list2 {

    padding-top: 150px;

  }



  .ny_list2 .flbox {

    margin-top: 30px;

    margin-bottom: 20px;

  }



  .ny_list2 .flbox .con {

    flex-wrap: wrap;

  }



  .ny_list2 .flbox .con .xbt {

    font-size: 20px;

  }



  .ny_list2 .flbox .con .f_l {

    width: 100%;

    margin-top: 20px;

  }



  .ny_list2 .nr ul li {

    width: 100%;

    margin: 1.5% 0;

  }



  .ny_cpxq {

    margin-top: 0px;

    min-height: 400px;

  }



  .ny_cpxq .t_p {

    width: 100%;

  }



  .ny_cpxq .w_z h2 {

    font-size: 24px;

    margin-bottom: 20px;

  }



  .ny_cpxq .w_z {

    width: 100%;

    margin-top: 30px;

  }



  .fh_top {

    bottom: 105px;

    width: 30px;

    height: 30px;

  }

}