body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  color: #666;
}
body, button, input, select, textarea {
  font: 14px/1 "Microsoft YaHei", "微软雅黑";
}
h1 {
  font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4, h5, h6 {
  font-size: 100%;
}
address, cite, dfn, em, var {
  font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666
}
a:hover {
  text-decoration: none;
  color: #222
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before, q:after {
  content: '';
}
.ylbg {
/*  background: url("../images/bg.png") repeat;*/
    background: #fff;
}
.width100 {
  width: 100%;
  overflow: hidden;
}
.mp0 {
  padding: 0 0rem;
  overflow: hidden;
}
.mp2 {
  padding: 0 0.2rem;
  overflow: hidden;
}
.mp5 {
  padding: 0 0.5rem;
  overflow: hidden;
}
.b10 {
  height: 10px;
  clear: both;
  overflow: hidden;
}
.b20 {
  height: 20px;
  clear: both;
  overflow: hidden;
}
.b40 {
  height: 40px;
  clear: both;
  overflow: hidden;
}
/*clear*/
.clear {
  clear: both;
  float: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.display-pc {
  display: block;
}
.not-display-pc {
  display: none;
}

@media (max-width: 1000px) {
  .display-pc {
    display: none;
  }
  .display-600 {
    display: block;
  }
  .not-display-600 {
    display: none;
  }
}
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s;
}
.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s;
}
.header_top {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
}
.head_list a {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  line-height: 25px;
  border-right: 1px solid #e9e9e9;
}
.head_list a:last-child {
  border: none;
}
.ylheader {
  padding: 20px 0;
}
.index-slides {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 5;
}
.index-slides .swiper-slide {
  height: 100%;
  position: relative;
}
.index-slides .swiper-slide .info {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-slides .swiper-slide .info .tt {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.index-slides .swiper-slide .info .stt {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}
.index-slides .swiper-pagination {
  bottom: 80px;
  width: 100%;
  text-align: right;
  padding-right: 72px;
  z-index: 7;
}
.index-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 52px;
  height: 2px;
  margin: 0 2px;
}
.index-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.index-slides .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}
.index-slides .slide img{width: 100%;}
.yl_index_h2 {
  text-align: center;
  margin: 64px 0 20px 0;
}
.yl_index_p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}


.zyq .swiper-slide {
    width: 280px;
text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin:0 8px;
}
.zyq .swiper-slide img{width: 100%;}
.zyq .swiper-button-next, .zyq .swiper-button-prev {
  height: 46px;
  width: 58px;
  background-color: #fff;
  text-align: center;
  background-image: none;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.zyq .swiper-button-next img, .zyq .swiper-button-prev img {
  height: 5px;
}
.zyq .swiper-button-next:hover, .zyq .swiper-button-prev:hover {
  background-color: #ffcd00;
}
.zyq .swiper-button-next {
  right: 0;
}
.zyq .swiper-button-prev {
  left: 0;
}
.zyq .swiper-button-next:after, .zyq .swiper-button-prev:after {
  content: '';
}
























.mingshi {
  background: #D9D9D9;
}
.ms-swiper .swiper-slide {
  width: auto!important;
  margin-right: 18px!important;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ms-swiper .swiper-button-next, .ms-swiper .swiper-button-prev {
  height: 46px;
  width: 58px;
  background-color: #fff;
  text-align: center;
  background-image: none;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-swiper .swiper-button-next img, .ms-swiper .swiper-button-prev img {
  height: 5px;
}
.ms-swiper .swiper-button-next:hover, .ms-swiper .swiper-button-prev:hover {
  background-color: #ffcd00;
}
.ms-swiper .swiper-button-next {
  right: 0;
}
.ms-swiper .swiper-button-prev {
  left: 0;
}
.ms-swiper .swiper-button-next:after, .ms-swiper .swiper-button-prev:after {
  content: '';
}
.ms-swiper p {
  background: #D2D2D2;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  text-align: center;
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
.yl-news {
  margin: 64px 0;
}
.yl-sl {
  background: #D9D9D9;
  padding: 64px 0;
}
.yl-sl-content {
  background: #fff;
  padding: 25px;
}
.yl-sl-content p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 12px;
}
.yl-sl-bot {
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #d3d3d3;
  background: #fff;
}
.yl-sl-bot a {
  color: #333;
  font-size: 22px;
  font-weight: 900;
  display: block;
  margin-left: 25px;
}
.sz-team-a {
  display: block;
}
.sz-team-a p {
  background: #FED032;
  padding: 25px 0;
}
.sz-team-a p span {
  width: 164px;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  border: 1px solid #333;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.sz-team-a p span i {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 36px;
}
.sz-swiper .swiper-slide {
    width: 280px;
text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin:0 8px;
}
.sz-swiper .swiper-slide img{width: 100%;}
.sz-swiper .swiper-button-next, .sz-swiper .swiper-button-prev {
  height: 46px;
  width: 58px;
  background-color: #fff;
  text-align: center;
  background-image: none;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sz-swiper .swiper-button-next img, .sz-swiper .swiper-button-prev img {
  height: 5px;
}
.sz-swiper .swiper-button-next:hover, .sz-swiper .swiper-button-prev:hover {
  background-color: #ffcd00;
}
.sz-swiper .swiper-button-next {
  right: 0;
}
.sz-swiper .swiper-button-prev {
  left: 0;
}
.sz-swiper .swiper-button-next:after, .sz-swiper .swiper-button-prev:after {
  content: '';
}
.sz-swiper p {
  background: #D2D2D2;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  text-align: center;
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
.sf-swiper .swiper-slide {
    width: 280px;
    height: 298px;
text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin:0 8px;
}
.sf-swiper .swiper-slide img{width: 100%; object-fit: cover;}
.sf-swiper .swiper-button-next, .sf-swiper .swiper-button-prev {
  height: 46px;
  width: 58px;
  background-color: #fff;
  text-align: center;
  background-image: none;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sf-swiper .swiper-button-next img, .sf-swiper .swiper-button-prev img {
  height: 5px;
}
.sf-swiper .swiper-button-next:hover, .sf-swiper .swiper-button-prev:hover {
  background-color: #ffcd00;
}
.sf-swiper .swiper-button-next {
  right: 0;
}
.sf-swiper .swiper-button-prev {
  left: 0;
}
.sf-swiper .swiper-button-next:after, .sf-swiper .swiper-button-prev:after {
  content: '';
}
.sf-swiper p {
  background: #D2D2D2;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  text-align: center;
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
.sub-menu-w {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 12;
  overflow-y: scroll;
  padding-bottom: 40px;
  display: none;
}
.sub-menu-w .btn-close {
  width: 56px;
  height: 56px;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-menu-w .btn-close img {
  width: 12px;
}
.sub-menu-w .menu-w {
  padding: 65px 40px 0;
}
.sub-menu-w .menu-w .menu-l {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sub-menu-w .menu-w .menu-l .mtt, .sub-menu-w .menu-w .menu-l .mtt a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  padding: 9px 0;
}
.sub-menu-w .menu-w .menu-l:last-child {
  border-bottom: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu {
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
  padding: 8px 0;
  display: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 16px;
  padding: 5px 0;
}

.topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 198px;
  height: 56px;
  background-color: #fff;
}
.topbar .logo-w .logo-ww {
  width: 100%;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .logo-w .logo-ww img {
  height: 21px;
}
.topbar .logo-w.ylw {
  background-color: #ffcd00;
}
.topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #ffcd00;
}
.topbar .navs-w .menu-opener {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topbar .navs-w .menu-opener img {
  width: 14px;
}
.topbar .navs-w .phone {
  width: auto;
  height: 56px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar .navs-w .phone img {
  width: 19px;
  margin-right: 10px;
}
.topbar .navs-w .phone span {
  font-weight: bold;
  font-size: 21px;
}
.topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 25px;
  width: 100%;
  height: 100%;
  background-color: #ffcd00;
}
.topbar .menu-w .menu-ww .menus {
  padding-right: 35px;
}
.topbar .menu-w .menu-ww .menus .item {
  padding: 0 22px;
  line-height: 56px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 56px;
  float: left;
}
.topbar .menu-w .menu-ww .menus .item:after {
  content: ' ';
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.topbar .menu-w .menu-ww .menus .item.active:after, .topbar .menu-w .menu-ww .menus .item:hover:after {
  opacity: 1;
}
.topbar .menu-w .menu-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.topbar .menu-w .menu-ww .close-w img {
  height: 10px;
}
.topbar .menu-w.active {
  opacity: 1;
  width: calc(100% - 196px);
}
h1.title {
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.headertop {
  padding: 20px 0;
  background: #fbfbfb;
}
.venus-menu {
  width: 100%;
}
.venus-menu li {
  width: 10%;
  float: left;
  text-align: center;
}
.venus-menu li a {
  font-size: 18px;
  line-height: 42px;
}
.venus-menu li a:hover {
  color: #FFFFFF;
  font-weight: 500;
}
.width30 {
  width: 30%;
  float: left;
  background: url("../images/nab_bg.jpg") no-repeat;
  background-size: cover;
}
.width70 {
  width: 70%;
  float: left;
}
.bgfff {
  background: #fff;
  overflow: hidden;
}
.width30 h3 {
  text-align: right;
  font-size: 35px;
  line-height: 50px;
  padding: 60px 30px 60px 0;
  color: #fff;
}
.f9 {
  background: #f9f9f9;
  padding: 30px 0;
}
.f6 {
  background: #f6f6f6;
  padding: 30px 0;
}
.con_body h3 {
  font-size: 16px;
  line-height: 2.2em;
}
.con_body p {
  line-height: 42px;
  font-size: 16px;
}
/*footer*/
.footer {
  background: #222222;
  padding: 40px 0;
}
.footer p {
  line-height: 24px;
  color: #f5f5f5;
}
.footer p a:hover{
  line-height: 24px;
  color: #f1f1f1;
}
.footer_bot {
  background: #595757;
  padding: 15px 0;
}
.footer_bot a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
}
.liuyan {}
.lyly {
  background: #fedd02;
  text-align: center;
  line-height: 65px;
  padding: 10px 0;
  color: #222;
}
.yl-news-ul {
  overflow: hidden
}
.yl-news-r {
  padding-left: 15px;
}
.yl-news-r h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
}
.yl-news-r h3 span {
  font-size: 14px;
  margin-top: 15px;
}
.yl-news-ul li {
  line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.yl-news-ul li span{font-size: 13px; color: #333;}
.btn-ags {
  /* position: relative; */
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  line-height: 1.85;
  border: none;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: all .25s ease-in-out;
  min-width: 160px;
  padding: 9px 25px;
  color: #151515;
  background-color: #fedd02;
  border-color: #fedd02;
}
.btn-ags:hover, .btn-ags:active {
  color: #fff;
  background-color: #273aa3;
  border-color: #273aa3;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
nav.for-pagination {
  text-align: center;
  margin-bottom: 50px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  float: left;
}
.pagination > li.thisclass {
  padding: 6px 12px;
  background: #c40000;
  color: #fff;
  margin-left: 0.75em;
  line-height: 1.42;
}
.pagination > li.shouye {
  padding: 6px 12px;
  background: #fff;
  color: #999;
  border: 1px solid #ddd;
  margin-left: 0.75em;
  line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
  background-color: #334870;
  border-color: #334870;
  color: #fff;
}
nav.for-pagination .pagination li span {
  color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
  margin-left: .75em;
  color: #999;
}
.title_h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 1px solid #3e3e3e;
}
.body_dl {
  width: 100%;
  overflow: hidden;
}
.body_dl p {
  line-height: 48px;
  font-size: 14px;
  text-align: center;
}
.body_dl img {
  border: 1px solid #f1f1f1;
  width: 100%;
}
.body_dl a:hover img {
  border: 1px solid #ca3214;
}
.body_dl a:hover p {
  color: #ca3214;
}
.news_dl {
  width: 100%;
  overflow: hidden;
}
.news_dl div {
  line-height: 50px;
  font-size: 14px;
  border-bottom: 1px dashed #f1f1f1;
}

/* 内页导航 */
.SubMenu{border-bottom: 1px solid #ccc;}
.SubMenu .ul{float: left;}
.SubMenu .ul li{display: inline-block;margin-right: 50px;}
.SubMenu .ul li a{display: block;line-height: 20px;padding: 15px 0;border-bottom: 3px solid transparent;color: #666; font-size:16px;}
.SubMenu .ul li.on a,
.SubMenu .ul li.Son a{border-color: #3f7dc3;}
.SubMenu .ul li.ClearSc a{border-color:transparent;}
.SubMenu .ul li:hover a{border-color: #3f7dc3;}
.Current{background: url(../images/home_bg.png) left center no-repeat;color: #666;float: right;line-height: 20px;padding: 15px 0 15px 25px;}
.Current span{color: #666;}

/* 新闻列表  */

.WarpBox {
    max-width: 1200px;
    margin: 0 auto;
}
.news {
	width: 1200px;
	margin: auto;
	min-width: 1200px;
	max-width: 1500px;
}

.news .nimg {
	width: 250px;
	height: 160px;
	overflow: hidden;
}

.news .nimg img {
	width: 100%;
}

.news .nlist {
	position: relative;
	display: flex;
	padding: 20px 50px;
	box-sizing: border-box;
}

.news .nlist a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news .nlist:hover {
	background-color: #ffcd00;
}

.news .nlist:hover .nbtn {
	background-color: white;
}

.news .ndesc {
	flex: 1;
	padding-left: 20px;
}

.news .ntit {
	padding-top: 5px;
	font-size: 24px;
	color: #474747;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .ntime,
.ndetails {
	padding-top: 10px;
}

.news .ndetails {
	padding-bottom: 10px;
}

.news .ntime span,
.ndetails {
	padding-right: 30px;
	color: #656565;
	font-size: 14px;
    line-height: 18px;
}

.news .nbtn {
	font-size: 14px;
	background-color: #ffcd00;
	padding: 5px 14px;
	display: inline-block;
}
.banquan{line-height: 45px;text-align: center; border-top: 1px solid #e6e6e6;font-size: 13px; background: #f7f7f7; color: #999;}

/*图册列表展示*/
.hjcon {
	margin: auto;
}

.hjcon .hjimg {
	overflow: hidden;
	display: inline-block;
	width: 24%;
	margin:0 0 25px;
    object-fit: cover;
	cursor: pointer;
}

.hjcon .hjimg img:hover {
	transform: scale(1.1);
}

.hjcon .hjimg:nth-child(4n) {
	margin-right: 0;
}
.w100 {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.pimg {
    vertical-align: middle;
}

.else4 {
    padding: 50px 0 55px !important;
}
.ty_1 span {
    font-size: 30px;
    color: #0a0a0a;
}
.ty_1 p {
    padding-top: 15px;
    font-size: 16px;
    color: #525252;
    line-height: 20px;
}

/* 新闻详细 */

.desc_content img{max-width: 100%;}
.newsde {
    background: #fff;
    padding: 25px 0;
	display: flex;
}

.newsde .deleft {
	width: 352px;
}

.newsde .deright {
    width: 900px;
	flex: 1;
	padding-left: 26px;
}

.newsde .det1 {
	display: flex;
}

.newsde .dep1 {
	padding: 20px;
	box-shadow: 0 0 30px 1px #d4d4d4;
}

.newsde .dep2 {
	padding: 10px 0;
}

.newsde .dep3 {
	display: flex;
}

.newsde .dep3 a {
	flex: 1;
	margin: 0 10px;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #ffcd00;
}

.newsde .dep3btn1 {
	background-color: #fff4c7;
}

.newsde .dep3btn2 {
	background-color: #ffcd00;
}

.newsde .dep2 p {
	padding: 8px 0;
	color: #4d4d4d;
	font-size: 14px;
}

.newsde .dedesc {
	flex: 1;
	padding: 5px;
}

.newsde .dedescp1 {
	font-size: 20px;
}

.newsde .dedescp2 {
	padding: 3px 0;
}

.newsde .dedescp2 img {
	width: 120px;
}

.newsde .dedescp3 {
	font-size: 14px;
	color: #4d4d4d;
}

.newsde .dep4p1 {
	padding: 40px 0 10px 0;
	font-size: 30px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ffcd00;
}

.newsde .dep4list {
	position: relative;
	display: flex;
	padding: 10px 0;
	border-top: 1px dashed #838383;
}

.newsde .dep4list a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.newsde .de4img {
	width: 130px;
	height: 86px;
	overflow: hidden;
	background-color: darkgray;
}

.newsde .de4img img {
	width: 100%;
}

.newsde .de4desc {
	flex: 1;
	position: relative;
	font-size: 14px;
	color: #6d6d6d;
	padding: 10px;
}

.newsde .de4desc>p {
	height: 42px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsde .de4desc img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.newsde .show_time {
	position: absolute;
	left: 10px;
	bottom: 8px;
	display: flex;
	align-items: center;
}
.jy_1{text-align: center;}

.pre_next {
	width: 100%;
	/*overflow: hidden;*/
	flex-wrap: wrap;
	padding: 15px 0 20px 0;
	border-top: 1px solid #cbcbcb;
}
.pre_next p{padding: 0 10px;font-size: 14px;line-height: 32px;}
.pre_next p a{font-size: 14px;}


.pre_next a {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsdesc_tit {
	color: #363636;
	font-size: 24px;
	text-align: center;
}

.newsdesc_desc {
	padding-top: 15px;
	color: #656565;
	font-size: 14px;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #cbcbcb;
}

.newsdesc_desc span {
	padding: 0 10px;
}

.conmon_con {
	width: 70%;
	min-width: 1200px;
	margin: auto;
}

.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}

.pcshow {
    display: block !important;
}

.jd_txt {
	text-align: center;
	display: initial !important;
	margin-bottom: 70px;
}

.jd_txt b {
	font-size: 24px;
	color: #363636;
	display: block;
}

.jd_txt span {
	display: block;
	font-size: 14px;
	color: #656565;
	margin: 30px 0 20px;
}

.jd_txt p {
	font-size: 14px;
	color: #656565;
	width: 45%;
	margin: auto;
	line-height: 1.5em;
}

.jd_list {
	display: block;
	margin: 60px auto 0;
	overflow: hidden;
}

.jd_list .jdimg {
	display: initial;
	float: left;
	width: 25%;
	margin: 0 4.1% 30px;
	overflow: hidden;
}




        .artbanner{width: 100%; padding: 86px 12.5%; background: #2e2d2d; overflow: hidden;}
        .art_2003{width: 40%;float: left;}
        .art_dream{width: 60%;padding-top: 80px; float: right;}
        .art_dream img{}
        .b10{clear: both; height: 10px; overflow: hidden;}
        .b20{clear: both; height: 20px; overflow: hidden;}
        .b40{clear: both; height: 40px; overflow: hidden;}
        .art_p1{width: 90%; line-height: 36px;font-size: 16px; color: #eaeaea;}
        .art_bg{background: url(../images/art_bg.jpg) no-repeat; background-size: cover; overflow: hidden;}
        .art_jianjie{width: 52%;float: left; background-color:rgba(242,202,47,0.9);padding: 98px 3% 60px; margin-bottom: 100px;}
        .art_p2{width: 99%; line-height: 36px;font-size: 16px; color: #000;}
        .art_shizi{width: 100%; padding: 86px 6%; background: #2e2d2d; overflow: hidden;}
        .art_laoshi{width: 60%;float: left; overflow: hidden;}
        .art_laoshi img{width: 100%;}
        .art_yangqing{width: 32%;margin-left: 3%;float: right;}
        .art_yq_h1{font-size: 60px;font-weight: bold;color: #edc52a; margin-bottom: 40px;}
        .art_p3{font-size: 18px;color: #eaeaea; line-height: 36px; padding: 10px 0;}
        .art_p4{font-size: 16px; line-height: 30px; color: #eaeaea;padding: 10px 0;}
        .art_end{clear: both;width: 100%; height: 850px; position: relative; overflow: hidden;}
        .art_end_ceng{position: relative; background:url(../images/art_end_bg.jpg) repeat;width: 100%;height: 100%; z-index: 2;}
        .art_end_left{width: 33.7%;position: absolute; left: 8%;top: 88px;padding: 40px 80px; background: #e8c84e;box-shadow:12px 12px 15px #4c4c4c6e; z-index: 9;}
        .art_end_left span{font-size: 48px;line-height: 50px; font-weight: bold; color: #000;text-transform:uppercase}
        .art_lai{font-size: 18px;font-weight: 300;font-family: "å®‹ä½“";line-height: 32px;}
        .art_50{width: 48%;float: left;margin-top: 20px;}
        .art_50 a{font-size: 28px;font-weight: bold; float: left;display: inline-block;}
        .art_50 .span{float: left;font-size: 28px; font-weight: bold; }
        .art_p5{line-height: 22px;font-size: 16px;height: 72px;color: #00000085;}
        .art_end_right{position: absolute;right: 10%;top: 45px; bottom: 45px; z-index: 3;}
        .art_50:nth-child(odd){margin-left: 2%;}
        .artxuexiao{width: 100%; padding: 86px 6.5% 86px 6.5%; background: #2e2d2d; overflow: hidden;}
        .art_xuexiao_left{width: 60%;float: left;}
        .art_xuexiao_right{width: 40%;float: right;}
        .art_p6{width: 96%; line-height: 30px;font-size: 16px; color: #bbb;}

.uy_2 {
		width: 100%;
    text-align: center;
	}
.uy_2 b {
    font-size: 30px;
    color: #FED130;
    display: block;
    padding-bottom: 30px;

}
.uy_2 p {
    font-size: 13px;
    padding-bottom: 10px;
    color: #3d3d3d;
    line-height: 1.7em;
}

/*******************************************************************************************************************************************************************************/
.fast-nav-resp {    display: none; }
@media screen and (max-width: 768px) {
.uy_2 b {
    font-size: 24px;
    padding-bottom: 10px;
}
    
            .artbanner{padding: 76px 2.5%;}
            .art_2003{width: 100%;}
            .art_2003 img{max-width: 100%;}
            .art_dream{width: 100%;padding-top: 15px;}
            .dream01, .dream03{max-width: 100%;}
            .dream02{width: 10%;}
            .art_p1{width: 100%;line-height: 26px;}
            .art_jianjie{width: 100%; padding: 20px 3% 60px; margin-bottom: 0;}
            .dream04{width: 40%;}
            .art_shizi{padding: 35px 2% 15px;}
            .art_laoshi{width: 100%;}
            .art_yangqing{width: 100%;}
            .art_yq_h1{font-size: 28px; margin-bottom: 10px;}
            .art_end_left{width: 90%;margin: 0 5%; top: 18px;left: 0;padding: 10px 15px;}
            .art_end_left span{font-size: 32px;line-height: 42px;}
            
            .art_50 a{font-size: 26px;}            
            .art_50 .span{font-size: 26px;}
            .art_p5{font-size: 14px;}
            .art_end{height: 1000px;}
            .art_end_right{right: 0;top: inherit; bottom: 30px;}
            .art_end_right img{width: 90%; margin: 0 5%;}
            .art_xuexiao_left{width: 100%;float: left;}
            .art_xuexiao_right{width: 100%;float: right;}
            .art_p6{width: 100%;}
            .artxuexiao{padding: 36px 2.5%;}
            .artxuexiao .art_xuexiao_right img{margin-top: 20px;}
    
    
            .artbanner{padding: 76px 2.5%;}
            .art_2003{width: 100%;}
            .art_2003 img{max-width: 100%;}
            .art_dream{width: 100%;padding-top: 15px;}
            .dream01, .dream03{max-width: 100%;}
            .dream02{width: 10%;}
            .art_p1{width: 100%;line-height: 26px;}
            .art_jianjie{width: 100%; padding: 20px 3% 60px; margin-bottom: 0;}
            .dream04{width: 40%;}
            .art_shizi{padding: 35px 2% 15px;}
            .art_laoshi{width: 100%;}
            .art_yangqing{width: 100%;}
            .art_yq_h1{font-size: 28px; margin-bottom: 10px;}
            .art_end_left{width: 90%;margin: 0 5%; top: 18px;left: 0;padding: 10px 15px;}
            .art_end_left span{font-size: 32px;line-height: 42px;}
            
            .art_50 a{font-size: 26px;}            
            .art_50 .span{font-size: 26px;}
            .art_p5{font-size: 14px;}
            .art_end{height: 1000px;}
            .art_end_right{right: 0;top: inherit; bottom: 30px;}
            .art_end_right img{width: 90%; margin: 0 5%;}
            .art_xuexiao_left{width: 100%;float: left;}
            .art_xuexiao_right{width: 100%;float: right;}
            .art_p6{width: 100%;}
            .artxuexiao{padding: 36px 2.5%;}
            .artxuexiao .art_xuexiao_right img{margin-top: 20px;}
    
.mlr{padding-left: 0; padding-right: 0;}
.topbar{background: #ffcd00;}
.topbar .logo-w {
    width: 144px;
    height: 42px; }
    .topbar .logo-w .logo-ww {
      height: 42px; }
      .topbar .logo-w .logo-ww img {
        height: 17px; }
    .topbar .logo-w.ylw {}
  .topbar .navs-w {
    height: 42px;
    background-color: #ffcd00; }
    .topbar .navs-w .menu-opener {
      width: 42px;
      height: 42px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .topbar .navs-w .menu-opener img {
        width: 14px; }
    .topbar .navs-w .phone {
      height: 42px;
      padding: 0 8px 0 16px;
      border-right: none; }
      .topbar .navs-w .phone img {
        width: 14px;
        margin-right: 0; }
      .topbar .navs-w .phone a {
        padding-left: 10px;
        width: 0;
        overflow: hidden;
        transition: width 0.4s;
        font-size: 16px;
        white-space: nowrap;
        color: #000;
        font-weight: bold; }
      .topbar .navs-w .phone.active a {
        width: 140px; }
  .topbar.long .logo-w {
    width: 100%;
    background-color: #ffcd00;
    border-right: none; }
    .topbar.long .logo-w .logo-ww {
      justify-content: flex-start;
      padding-left: 20px; }    

    
    .yl-news-r{padding: 0 15px;}
    .yl-news-r h3{font-size: 22px; font-family: "黑体";}
.yl-news-r h3 span {
    margin-top: 5px;
}
.yl-news {
    margin: 0px 0;
}
.yl-sl {
    padding: 15px 0;
}
    
    
    
.footer-b {
      margin-top: 40px;
      text-align: center; }
.footer-b .l1 {
        font-size: 13px;
        line-height: 25px;
        font-weight: bold; }
.footer-b .l1 img {
          height: 12px;
          margin-right: 10px; }
.footer-b .l1 span {
          vertical-align: middle; }
.footer-b .phone {
        font-size: 21px;
        line-height: 35px;
        font-weight: bold; }
.footer-b .hint {
        font-size: 12px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.5); }
.footer-b {
      margin-top: 20px; padding-bottom: 80px;}
.footer-b .l1 {
        font-size: 10px;
        line-height: 16px; }
.footer-b .l1 img {
          height: 10px;
          margin-right: 10px; }
.footer-b .phone {
        font-size: 16px;
        line-height: 2; }
.footer-b .hint {
        font-size: 9px;
        line-height: 22px; }
    

.fast-nav-resp {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 58px;
    background-color: #ffcd00;
    z-index: 11;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.4s; }
.fast-nav-resp .item {
      width: 20%;
      text-align: center;
      position: relative; }
.fast-nav-resp .item img {
        height: 20px; }
.fast-nav-resp .item p {
        font-size: 9px;
        margin-top: 5px; }
.fast-nav-resp .item .badge {
        position: absolute;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #E60113;
        color: #fff;
        text-align: center;
        line-height: 12px;
        font-size: 9px;
        top: -4px;
        left: calc(50% + 12px);
        font-weight: bold; }
.fast-nav-resp.active { right: 0; }
    
.zyq .swiper-slide {width: 180px;}
.yl-sl-content p{line-height: 22px; height: 66px;overflow: hidden;}
    .sz-swiper .swiper-slide {width: 180px;}
    .sf-swiper .swiper-slide {width: 180px; height: 262px;}
	.news {
		width: 100% !important;
		min-width: 100% !important;
	}
	.news .nlist {
		padding: 5px 10px !important;
		box-sizing: border-box !important;
	}
	.news .ndetails,
	.news .nbtn {
		display: none !important;
	}
	.news .ntit {
		font-size: 14px !important;
        line-height: 24px;
        height: 24px;
	}
	.news .ntime span, .ndetails {
	    font-size: 12px!important;
	}
	.news .nimg {
		width: 150px !important;
		height: 94px !important;
	}
	.pcshow {
		display: none !important;
	}
	.mshow {
		display: block !important;
	}
.newsdesc_tit {
    font-size: 18px!important;
    line-height: 30px;
}
.newsdesc_desc {
    font-size: 12px!important;
}
.desc_content p{
	font-size: 14px;
	line-height: 24px;
}
	.newsde .deright {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		padding-left: 10px !important;
	}
    .badge {}
    .yl_index_h2 img{max-width: 100%;}
    
    	.hjcon .hjimg {
		width: 49%;
		margin-right: 0 !important;
		display: block;
		float: left;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
	}
.seven {
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding: 0 5px;
    box-sizing: border-box;
    /* overflow: hidden; */
}
    
.swiper-container .swiper-button-prev,  .swiper-container .swiper-button-next{height: 23px;width: 29px; }
.swiper-container .swiper-button-prev img, .swiper-container .swiper-button-next img {height: 3px; }

    
    
    
    
    
    
    
    
    
    
    
}


