@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  border: none;
}

@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar > div:nth-child(1) {
  background: #f9c152;
  height: 90px;
  width: 180px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}

.nav > li > a {
  font-size: 16px;
  color: #010101;
  display: block;
}

.nav li > span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.subnav {
  position: absolute;
  left: 15px;
  top: 90px;
  width: 130px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.nav > li:hover .nav1 {
  height: 205px;
}

.nav > li:hover .nav2 {
  height: 287px;
}

.nav > li:hover .nav3 {
  height: 123px;
}

.nav > li:hover .nav4 {
  height: 164px;
}

.nav li:hover > a {
  color: #f9c152;
}

.subnav li:hover a {
  color: #f9c152;
}

.subnav li {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.subnav div a {
  font-size: 14px;
  color: #010101;
}

.products-banner {
  width: 100%;
}

.products {
  width: 100%;
  background: url(../new_img/qwdz_bg_02.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}

.products > h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 120px 0 15px;
  letter-spacing: 2px;
}

.products > p {
  font-size: 18px;
  color: #676767;
  text-align: center;
}

.products > i {
  display: block;
  width: 100px;
  height: 15px;
  margin: 0 auto;
  border-bottom: 1px solid #f9c152;
}

.product-con {
  width: 1200px;
  margin: 40px auto;
}

.product-con > p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.filter-all {
  width: 80px;
  text-align: center;
  font-size: 14px;
}

.filter-all a {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  display: block;
  margin-top: 15px;
  color: #000;
  border: 1px solid #000;
}

.filter-all .type-is {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #f9c152;
  display: block;
  margin-top: 15px;
  color: #fff;
  border: 1px solid #f9c152;
}

.filter-all .style-is {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #f9c152;
  display: block;
  margin-top: 15px;
  color: #fff;
  border: 1px solid #f9c152;
}

.filter-all .zone-is {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #f9c152;
  display: block;
  margin-top: 15px;
  color: #fff;
  border: 1px solid #f9c152;
}

.filter-type ul {
  width: 1089px;
  overflow: hidden;
  margin-left: 31px;
  font-size: 14px;
}

.filter-type ul li {
  width: 80px;
  margin-left: 41px;
  float: left;
  text-align: center;
}

.filter-type ul li a {
  color: #000;
  display: block;
  padding-top: 50px;
}

.type li {
  width: 80px;
  margin-left: 41px;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.type .type-is a {
  color: #f9c152;
}

.styles li {
  height: 35px;
  line-height: 35px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.filter-type .styles li a {
  color: #000;
  display: block;
  padding-top: 0px;
}

.type li:nth-child(1) {
  background: url(../new_img/product_type1.png) top center no-repeat;
}

.type .type-is:nth-child(1) {
  background: url(../new_img/product_type1_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(2) {
  background: url(../new_img/product_type2.png) top center no-repeat;
}

.type .type-is:nth-child(2) {
  background: url(../new_img/product_type2_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(3) {
  background: url(../new_img/product_type3.png) top center no-repeat;
}

.type .type-is:nth-child(3) {
  background: url(../new_img/product_type3_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(4) {
  background: url(../new_img/product_type4.png) top center no-repeat;
}

.type .type-is:nth-child(4) {
  background: url(../new_img/product_type4_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(5) {
  background: url(../new_img/product_type5.png) top center no-repeat;
}

.type .type-is:nth-child(5) {
  background: url(../new_img/product_type5_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(6) {
  background: url(../new_img/product_type6.png) top center no-repeat;
}

.type .type-is:nth-child(6) {
  background: url(../new_img/product_type6_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(7) {
  background: url(../new_img/product_type7.png) top center no-repeat;
}

.type .type-is:nth-child(7) {
  background: url(../new_img/product_type7_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(8) {
  background: url(../new_img/product_type8.png) top center no-repeat;
}

.type .type-is:nth-child(8) {
  background: url(../new_img/product_type8_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(9) {
  background: url(../new_img/product_type9.png) top center no-repeat;
}

.type .type-is:nth-child(9) {
  background: url(../new_img/product_type9_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(10) {
  background: url(../new_img/product_type10.png) top center no-repeat;
}

.type .type-is:nth-child(10) {
  background: url(../new_img/product_type10_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(11) {
  background: url(../new_img/product_type11.png) top center no-repeat;
}

.type .type-is:nth-child(11) {
  background: url(../new_img/product_type11_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(12) {
  background: url(../new_img/product_type12.png) top center no-repeat;
}

.type .type-is:nth-child(12) {
  background: url(../new_img/product_type12_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(13) {
  background: url(../new_img/product_type13.png) top center no-repeat;
}

.type .type-is:nth-child(13) {
  background: url(../new_img/product_type13_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(14) {
  background: url(../new_img/product_type14.png) top center no-repeat;
}

.type .type-is:nth-child(14) {
  background: url(../new_img/product_type14_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(15) {
  background: url(../new_img/product_type15.png) top center no-repeat;
}

.type .type-is:nth-child(15) {
  background: url(../new_img/product_type15_y.png) top center no-repeat;
  color: #f9c152;
}

.type li:nth-child(16) {
  background: url(../new_img/product_type16.png) top center no-repeat;
}

.type .type-is:nth-child(16) {
  background: url(../new_img/product_type16_y.png) top center no-repeat;
  color: #f9c152;
}

.filter-type .styles .style-is,
.filter-type .styles .zone-is {
  background: #f9c152;
  border: none !important;
}

.filter-type .styles .style-is a,
.filter-type .styles .zone-is a {
  color: #fff;
}

.filter-con {
  margin-top: 100px;
}

.filter-con ul {
  overflow: hidden;
}

.filter-con ul li {
  width: 390px;
  height: auto;
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
}

.filter-con ul li:nth-child(1),
.filter-con ul li:nth-child(4),
.filter-con ul li:nth-child(7) {
  margin-left: 0;
}

.filter-con ul li a > div {
  width: 372px;
  margin: 0 auto;
}

.filter-con ul li a > div img {
  width: 100%;
  height: 245px;
}

.filter-con ul li a {
  display: block;
  color: #000;
}

.filter-con h4 {
  font-size: 18px;
  color: #333;
}

.filter-con i {
  width: 18px;
  height: 10px;
  border-bottom: 2px solid #f9c152;
  display: block;
  margin-bottom: 20px;
}

.filter-con div div {
  padding: 25px;
  font-size: 14px;
  color: #939393;
  -webkit-box-shadow: 0px 2px 13px #ececec;
  box-shadow: 0px 2px 13px #ececec;
}

.filter-con p {
  color: #939393;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.filter-con .a_link {
  display: block;
  width: 75px;
  background: url(../new_img/readicon_ye.jpg) no-repeat;
  background-position: 20px 10px;
  border: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  padding-left: 42px;
  font-size: 14px;
  color: #333;
}

.pager {
  width: 1200px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.pager span {
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 8px;
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.pager a {
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
  margin: 0 5px;
}

.pager a:hover {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.page-is {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.pro-details {
  width: 1200px;
  margin: 0 auto;
}

.path {
  width: 1200px;
  margin: 0 auto 85px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.path li {
  list-style: none;
  float: left;
  font-size: 14px;
  color: #727272;
  height: 25px;
  line-height: 25px;
  width: auto;
}

.pathactive {
  color: #f9c152 !important;
}

.detailtop {
  width: 1200px;
  margin: 0 auto 60px;
  padding-top: 60px;
}

.clearfloat {
  clear: both;
}

.detaillb {
  width: 767px;
  height: 591px;
  float: left;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 431px;
  width: 767px;
  margin-bottom: 10px;
}

.gallery-top img {
  width: 100%;
  height: auto;
}

.gallery-thumbs img {
  width: 100%;
  height: auto;
}

.gallery-thumbs {
  width: 767px;
  height: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: 89%;
  background-size: 8px 44px;
  width: 40px;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23414141'%2F%3E%3C%2Fsvg%3E");
  left: -60px;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23414141'%2F%3E%3C%2Fsvg%3E");
  right: -60px;
}

.pro-detail {
  float: right;
  width: 380px;
  margin-left: 33px;
}

.product-name {
  font-size: 24px;
  color: #333;
}

.product-name span {
  font-size: 24px;
  font-weight: normal;
}

.product-des {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  line-height: 23px;
}

.tags {
  width: 380px;
  overflow: hidden;
  margin: 20px 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.tags li {
  list-style: none;
  border: 1px solid #333;
  font-size: 12px;
  color: #333;
  width: auto;
  float: left;
  padding: 3px 10px;
  margin-left: 5px;
}

.tags li:nth-of-type(1) {
  margin-left: 0;
}

.pro-data table {
  font-size: 14px;
  color: #666;
}

.pro-data table tr td {
  vertical-align: top;
}

.material {
  width: 340px;
  overflow: hidden;
  margin: 20px 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.material li {
  list-style: none;
  background: #f5f5f5;
  font-size: 12px;
  color: #333;
  width: auto;
  float: left;
  padding: 5px 10px;
  margin-left: 20px;
}

.material li:nth-of-type(1) {
  margin-left: 0;
}

.bookingbtn {
  width: 160px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: #f9c152;
  text-align: center;
  padding: 10px 0;
  margin-top: 25px;
  cursor: pointer;
  letter-spacing: 1px;
}

.detailtop a {
  color: #fff;
  text-decoration: none;
}

.nav-box {
  width: 1200px;
  margin: 0 auto;
}

.navbar-wrapper {
  width: 1200px;
  z-index: 999;
  margin: 0 auto;
}

.navbar-wrapper ul {
  overflow: hidden;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #f9c152;
  border-bottom: 1px solid #f9c152;
  border-left: 1px solid #f9c152;
  background: #fff;
}

.navbar-nav li {
  width: 300px;
  text-align: center;
  float: left;
  list-style: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f9c152;
}

.menuItem a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: 1px;
}

.navbar-nav > .active {
  background: #f9c152;
}

.navbar-nav > li:hover {
  background: #f9c152;
}

#jd,
#ys {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.product-intro {
  width: 100%;
  height: 652px;
  background: url(../new_img/product_detail_bg1_02.jpg) top center no-repeat;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-intro > div {
  width: 1200px;
  margin: 0 auto;
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-list > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-list > li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.intro-list > li > div div {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 65px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-list li div:nth-child(2) {
  margin-left: 5px;
}

.intro-list span {
  font-size: 15px;
  display: block;
  height: 39px;
  line-height: 40px;
}

.line {
  height: 55px;
  width: 1px;
  background: #515151;
}

.product-intro > div > p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 60px 0 60px;
  line-height: 40px;
  letter-spacing: 1px;
}

.product-intro a {
  color: #333;
}

.product-intro a div {
  width: 130px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ffcb05;
  letter-spacing: 1px;
  border-radius: 5px;
}

.pro-tits p {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}

.pro-tits p span {
  font-size: 18px;
  color: #999;
}

.pro-tits i {
  width: 100px;
  margin: 0 auto 60px;
  height: 15px;
  border-bottom: 1px solid #ffcb05;
  display: block;
}

.jd1 {
  background: #f7f7f7 url(../new_img/jd1_bg_07.jpg) top right no-repeat;
  height: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jd2 {
  background: #f7f7f7 url(../new_img/jd2_bg_07.jpg) top left no-repeat;
  height: 462px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jd4 {
  background: #f7f7f7 url(../new_img/jd4_bg_07.jpg) top right no-repeat;
  height: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jd5 {
  background: #f7f7f7 url(../new_img/jd5_bg_07.jpg) top left no-repeat;
  height: 462px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jd6 {
  background: #f7f7f7 url(../new_img/jd6_bg_07.jpg) top right no-repeat;
  height: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jd-con {
  padding-left: 50px;
}

.jd-con h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}

.jd-con p {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
  line-height: 25px;
}

.jd-con div {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 40px;
  color: #333;
  margin-top: 80px;
}

.jd-con div span {
  font-size: 16px;
  font-weight: normal;
}

.jd2-con {
  text-align: right;
  padding-right: 50px;
}

.ys span {
  padding: 5px 10px;
  border: 1px solid #333;
  margin-left: 6px;
}

/* #ys ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}

#ys ul li{width:592px;margin-top:15px}

#ys ul li p{width:560px;font-size:18px;font-weight:bold;color:#333;margin-top:20px;padding-bottom:30px}

#ys ul li p span{font-size:14px;font-weight:normal;line-height:20px;padding-top:10px;display:block;color:#666}
*/
.n_po {
  width: 1200px;
  margin: 0 auto 50px;
}
.n_po ul {
  list-style: none;
}
.n_po li {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #eeeeee;
}
.n_po li img {
  width: 50%;
  float: left;
}
.n_po li div {
  width: 460px;
  height: 280px;
  float: left;
  margin: 40px 0 0 30px;
  position: relative;
  text-align: left;
  font-family: "Arial", "Microsoft YaHei", "����", "����", sans-serif;
}
.n_po li div h3 {
  font-size: 40px;
}
.n_po li div h4 {
  font-size: 34px;
  font-weight: normal;
}
.n_po li div span {
  display: block;
  width: 50px;
  border-bottom: 2px solid #000;
}
.n_po li div p {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  color: #333;
  font-weight: lighter;
}
.n_po li div font {
  width: 100%;
  display: block;
  margin-top: 5px;
  line-height: 15px;
  font-size: 14px;
}
.n_po .p_ling img {
  float: right;
}
.n_po .p_ling div {
  float: right;
  text-align: right;
  margin: 40px 30px 0 0;
}
.n_po .p_ling div span {
  float: right;
}

.new_content {
  margin: 50px auto;
  text-align: center;
}
.new_main li a {
  display: block;
  width: 100%;
}
.new_main {
  width: 1800px;
  margin: 50px auto;
  box-shadow: 0px 2px 5px 0px #999;
  display: flex;
  align-items: center;
}
.new_main ul {
  display: block;
  height: 555px;
  overflow: hidden;
}
.new_main li {
  position: relative;
  display: inline-block;
  width: 601px;
  height: 277px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin: 0 0 -1px -1px;
  cursor: pointer;
}
.new_main li img {
  width: 300px;
  display: inline-block;
}
.new_content > h1 {
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 120px 0 15px;
  letter-spacing: 2px;
}

.new_content > i {
  display: block;
  width: 100px;
  height: 15px;
  margin: 0 auto;
  border-bottom: 1px solid #f9c152;
}

.addcee {
  cursor: pointer;
  width: 200px;
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  border: none;
  background: #f9c152;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

a {
  text-decoration: none;
}
.news-list {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-list-l {
  width: 1184px;
  padding: 0 8px;
  overflow: hidden;
}
.news-list-l > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-list-l > ul > li {
  box-shadow: 0px 2px 13px #ececec;
  width: 369px;
  margin-bottom: 60px;
  text-align: left;
}
.news-list-l h4 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  margin-top: 15px;
}
.news-list-l h4 span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.news-list-l h4 .name span {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.news-list-l ul li div {
  padding: 0 25px 25px;
}
.news-list-l h4 font {
  display: block;
  height: 59px;
  overflow: hidden;
}
.news-list-l ul li p {
  font-size: 16px;
  color: #333;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.news-list-l ul li a {
  display: block;
  width: 75px;
  background: url(../new_img/readicon_ye.jpg) no-repeat;
  background-position: 20px 9px;
  border: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  padding-left: 42px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.news-list-l ul li img {
  width: 369px;
  height: 284px;
  margin: 0;
  padding: 0;
}
#lc {
  width: 100%;
  height: 462px;
  background: url(../new_img/dzlc_bg.jpg) top center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
