﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
a:hover {
  text-decoration: none;
}
a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#header {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  /* background: url(../images/menubg.png) repeat; */
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);

  display: flex;
  align-items: center;
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container::before,
#header .container::after {
  content: none !important;
}

#header .logo {
  padding: 0 15px;
  float: none !important;
}
#header .logo img {
  width: auto !important;
  object-fit: cover;
  height: 100%;
}
#header .tel {
  font-size: 20px;
  color: #4e2d0e;
  line-height: 51px;
}
#header .pc_menu {
  height: 100%;
}
#header .menu_icon {
  position: absolute;
  top: 0;
  right: 16px;
  width: 36px;
  height: 100%;
}

#header .menu_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right_nav {
  /*pc右边快速按钮样式*/
  /*pc右边快捷按钮“电话”*/
  /*pc右边快捷按钮“在线客服”*/
  /*pc右边快捷按钮“分享”*/
  /*pc右边快捷按钮“二维码”*/
  /*pc右边快捷按钮“搜索”*/
}
.right_nav .aside li > p,
.right_nav .aside > li > div {
  background-color: #e89801;
  color: #fff;
}
.right_nav .aside {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10000;
}
.right_nav .aside > li {
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.right_nav .aside > li > p {
  position: relative;
  z-index: 1005;
  line-height: 60px;
}
.right_nav .aside > li img {
  vertical-align: middle;
}
.right_nav .aside > li p img {
  width: 80%;
}
.right_nav .aside > li p:hover img {
  width: 85%;
}
.right_nav .aside > li .img2 {
  display: none;
}
.right_nav .aside > li > div {
  background-image: url(../images/white_bg.png);
  background-repeat: repeat;
  position: absolute;
  display: none;
}
.right_nav .aside > li .phone_meassage {
  right: -240px;
  top: 0;
  width: 300px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  padding: 5px 0;
}
.right_nav .aside > li .qq_online {
  top: 0;
  right: -127px;
  width: 187px;
  padding: 0 20px 0 15px;
}
.right_nav .aside > li .qq_online .qq_online_title {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.right_nav .aside > li .qq_online .qq_online_box {
  margin-top: 11px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li {
  line-height: 35px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li a {
  color: #fff;
}
.right_nav .aside > li .qq_online .qq_online_box ul li i {
  float: left;
  margin-top: -17px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span {
  float: left;
  margin-top: -16px;
  margin-left: 10px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span:hover {
  text-decoration: underline;
}
.right_nav .aside > li .fx {
  position: absolute;
  top: 0;
  right: -127px;
  width: 187px;
}
.right_nav .aside > li .fx > div {
  margin-left: 24px;
}
.right_nav .aside > li .ewm {
  top: -20px;
  right: 60px;
  width: 100px;
  height: 100px;
}
.right_nav .aside > li .search_box {
  position: absolute;
  top: 0;
  right: -205px;
  width: 265px;
  text-align: center;
  height: 100%;
}
.right_nav .aside > li .search_box .search_input {
  width: 220px;
  height: 36px;
  position: relative;
  margin: 12px auto;
}
.right_nav .aside > li .search_box .search_input span {
  position: absolute;
  line-height: 34px;
  left: 10px;
  z-index: 101;
}
.right_nav .aside > li .search_box .search_input input {
  width: 220px;
  border: none;
  background-color: transparent;
  height: 36px;
  padding-left: 10px;
  position: absolute;
  line-height: 30px;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../images/black_bg.png);
}
.right_nav .aside > li .search_box ::-webkit-input-placeholder {
  color: #fff;
}
.pc_menu .menu {
  display: flex;
  align-items: center;
}
.pc_menu .menu .nLi {
  position: relative;
}
.pc_menu .menu .nLi h3 {
  font-size: 16px;
  padding: 0;
}
.pc_menu .menu .nLi h3 a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: url("../images/menuback.jpg") no-repeat;
  background-position: bottom left -50px;
  padding: 0 15px;
}
.pc_menu .menu .nLi h3 a span {
  white-space: nowrap;
  display: block;
}
.pc_menu .menu .nLi .sub {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 10;
}
.pc_menu .menu .nLi .sub li {
  background: #8f9697;
  border-radius: 6px;
  margin-top: 3px;
}
.pc_menu .menu .nLi .sub li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.pc_menu .menu .on h3 a {
  background: url("../images/menuback.jpg") no-repeat;
  background-position: bottom center;
}
#banner {
  position: relative;
}
#banner .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
  display: none;
}
#footer .friendship {
  margin: 20px 0;
}
#footer .friendship h4 {
  color: #84632e;
  font-size: 14px;
}
#footer .friendship h4 img {
  vertical-align: middle;
  margin: 0 5px;
}
#footer .friendship ul li {
  float: left;
}
#footer .friendship ul li a {
  display: block;
  color: #84632e;
  font-size: 14px;
  border-right: 1px solid #84632e;
  padding: 0 30px;
}
#footer .copyright {
  background: #9e845a;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
#footer .copyright .pc_footer_nav {
  display: inline-block;
  margin: 15px 0;
}
#footer .copyright .pc_footer_nav li {
  float: left;
}
#footer .copyright .pc_footer_nav li a {
  display: block;
  font-size: 14px;
  border-left: 1px solid #ffffff;
  padding: 0 7px;
  color: #ffffff;
}
#footer .copyright .pc_footer_nav li:first-child a {
  border-left: none;
}
#footer .copyright .copyright_con {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
#footer .copyright .top {
  position: absolute;
  right: 5px;
  top: 22%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
}
#footer .copyright .top img {
  width: 80%;
  top: 2px;
  z-index: 100;
  position: absolute;
  left: 3px;
}
.wap_footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  z-index: 1000;
  background: #e89801;
}
.wap_footer dl {
  width: 20%;
  float: left;
  text-align: center;
}
.wap_footer dt {
  height: 33px;
}
.wap_footer dd {
  color: #fff;
}
.wap_footer dl dt img {
  width: 40%;
}
/*手机底部搜索*/
.wap_search_input {
  position: fixed;
  bottom: 70px;
  left: 100%;
  width: 100%;
  z-index: 1000;
  padding: 8px 2%;
  background: #c88300;
}
.wap_search_input:after {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wap_search_input input {
  border: none;
  float: left;
  width: 80%;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding-left: 2%;
  color: #060518;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  color: #060518;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #060518;
}
.wap_search_input p {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #060518;
  position: relative;
  z-index: 100;
  margin-left: 2%;
  width: 18%;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
/*黑色遮罩*/
.black_cloth {
  position: fixed;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: url(../images/black_cloth.png) repeat;
  display: none;
  top: 0;
  left: 0;
}
/*手机左边弹出导航*/
.wap_menu {
  width: 250px;
  position: fixed;
  top: 0px;
  left: -250px;
  height: 100%;
  text-align: left;
  z-index: 10000001;
  background: #e89801;
}
.wap_menu li.menu_tit {
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 15px 10px;
  color: #fff;
}
.wap_menu li.menu_tit span {
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  border-bottom: none;
  z-index: 1000;
}
.wap_menu li {
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.wap_menu li .wap_menu1 {
  line-height: 24px;
  font-size: 16px;
  text-transform: Uppercase;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.wap_menu li p {
  padding: 10px 10px;
}
.wap_menu li .wap_menu1 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  color: #ffffff;
}
.wap_menu li .wap_menu1 p.left {
  float: none;
}
.wap_menu li .wap_menu1 p.right {
  width: 15%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  z-index: 1000;
}
.wap_menu li .wap_menu2 {
  display: none;
}
.wap_menu li .wap_menu2 a {
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 10px;
}
.wap_menu li .wap_menu2 a i {
  float: left;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 13px 10px 0 5px;
}
.wap_menu li .wap_menu2 a span {
  float: left;
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*pc侧边栏分类样式*/
.inside > h2 {
  background: #7a7175;
  color: #fff;
  padding: 20px 15px;
  line-height: 150%;
}
._aside {
  padding-right: 0;
  padding-bottom: 10px;
  border-right: 1px solid #c0830a;
}
._aside > h2 {
  background: #e89801;
  color: #fff;
  padding: 20px 15px;
  line-height: 150%;
  /* margin-top: 30px; */
}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 ul {
  display: none;
}
._aside ul.sidemenu > li.sub1 {
  margin-top: 15px;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a {
  display: block;
  box-sizing: content-box;
  font-size: 20px;
  color: #fff;
  height: 69px;
  line-height: 69px;
  background: #485354 url(../images/inmenubg.jpg) no-repeat left;
  padding-left: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a:hover {
  background: #e89801 url(../images/inmenubg-hover.jpg) no-repeat left;
}
/*二级的样式*/
._aside ul.sidemenu > li.sub1 > ul {
  margin-top: 5px;
}
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
  display: block;
  margin-top: 5px;
  padding: 10px 5px 10px 55px;
  color: #fff;
  font-size: 18px;
}
/*三级的样式*/
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
  display: block;
  padding: 10px 5px 10px 65px;
  color: #fff;
  font-size: 16px;
}
/*手机内页crumb*/
.inside > h2 {
  padding: 0px 15px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
}

.owl-carousel .owl-item img {
	width: 100% !important;
	object-fit: cover;
}
@media all and (max-width: 1980px) {
  #banner {
    position: relative;
  }
  #banner #owl-demo img {
    height: 760px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  #owl-demo,
  #owl-demo .owl-wrapper-outer,
  #owl-demo .owl-wrapper,
  #owl-demo .owl-item {
    height: 760px;
    overflow: hidden;
  }
  #owl-demo .item {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  #header .pc_menu {
    width: 58%;
  }
}
@media all and (max-width: 992px) {
  #banner {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  #banner #owl-demo img {
    height: 400px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  #owl-demo,
  #owl-demo .owl-wrapper-outer,
  #owl-demo .owl-wrapper,
  #owl-demo .owl-item {
    height: 400px;
    overflow: hidden;
  }
  #owl-demo .item {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
    font-size: 14px;
  }
  ._aside ul.sidemenu > li.sub1 > a.sub1_a {
    padding-left: 10px;
  }
  ._aside {
    padding: 0;
  }
  /*手机内页crumb*/
  ._aside > h2 {
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
  }
  ._aside h2 .phone-menuicon {
    float: right;
    cursor: pointer;
  }
  ._aside h2 .phone-menuicon img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /*手机内页分类下拉列表*/
  ._aside ul.sidemenu {
    width: 94%;
    display: none;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #808686;
    margin-bottom: 20px;
  }
  ._aside ul.sidemenu > li.sub1 {
    margin-top: 2px;
  }
  /*一级的样式*/
  ._aside ul.sidemenu > li.sub1 ul {
    display: none;
  }
  ._aside ul.sidemenu > li.sub1 > a.sub1_a {
    display: block;
    box-sizing: content-box;
    height: 34px;
    font-size: 12px;
    color: #eee;
    background: none;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  ._aside ul.sidemenu > li.sub1 > a.sub1_a:hover {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.2);
  }
  ._aside ul.sidemenu > li.current > a.sub1_a {
    color: #ff0000;
  }
  /*二级的样式*/
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
    display: block;
    margin-top: 5px;
    padding: 0px 10px 0px 15px;
    color: #bcbebe;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 0;
  }
  /*三级的样式*/
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
    display: block;
    padding: 0 10px 0 20px;
    color: #bcbebe;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
  }
  #banner {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  #banner #owl-demo img {
    height: 200px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  #owl-demo,
  #owl-demo .owl-wrapper-outer,
  #owl-demo .owl-wrapper,
  #owl-demo .owl-item {
    height: 200px;
    overflow: hidden;
  }
  #owl-demo .item {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  #banner {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  #banner #owl-demo img {
    height: 200px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  #owl-demo,
  #owl-demo .owl-wrapper-outer,
  #owl-demo .owl-wrapper,
  #owl-demo .owl-item {
    height: 200px;
    overflow: hidden;
  }
  #owl-demo .item {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  #header .menu_icon img {
    width: 100%;
	height: 100%;
  }
}
/*底部表单提交*/
.feedback_list_box div {
  padding: 0 7.5px;
  margin-top: 10px;
}
.feedback_list_box > div > div {
  position: relative;
}
.feedback_list_box input {
  border: none;
  border-bottom: 1px solid #cccccc;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  background-color: transparent;
  line-height: 40px;
  position: relative;
  z-index: 10;
}
.placeholder_s {
  color: #bcbebd;
  position: absolute;
  top: 8px;
  left: 11px;
}
.feedback_list_box textarea {
  border: none;
  border-bottom: 1px solid #cccccc;
  height: 70px;
  width: 100%;
  padding-left: 10px;
  padding-top: 8px;
  background-color: transparent;
}
.feedback_list_box .submit {
  margin-top: 35px;
}
.feedback_list_box .submit input {
  width: 160px;
  height: 42px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #e89801;
  padding-left: 0;
  border: none;
}
.feedback_list_box .yzm input {
  width: 160px;
}
.pagination {
  text-align: center;
  display: block;
  margin: 30px 0;
}
.list-img {
  margin: 0 -7.5px;
}
.list-img > ul > li {
  text-align: center;
  padding: 0 7.5px;
  margin-top: 30px;
}
.list-img > ul > li a .text_area {
  color: #fff;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #161f20;
}
.list-img > ul > li a .img_area {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #161f20;
}
.list-img > ul > li a .img_area img {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transform: all linear 0.2s;
  height: 100%;
  object-fit: cover;
}
.list-img > ul > li a .img_area:hover img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transform: all linear 0.2s;
}
.list-img > ul > li a .img_area img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
@media (max-width: 767px) {
  .list-img > ul > li a .text_area {
    line-height: 30px;
    font-size: 12px;
  }
}
/*图文列表*/
.pagination {
  text-align: center;
  display: block;
  margin: 30px 0;
}
.list_img_text ul li {
  margin-top: 15px;
  padding: 25px 0;
  border-bottom: 1px solid #b7b7b7;
}
.list_img_text ul li .text_area {
  margin-top: 5px;
  padding-right: 0;
}
.list_img_text ul li .img_area {
  padding-left: 0;
}
@font-face {
  font-family: BookmanOldStyle;
  src: url("../font/dTEPzkLWceF7z0koJaX1A.ttf");
}
.list_img_text ul li .date {
  padding: 0;
  color: #bcbebe;
  padding-left: 2%;
}
.list_img_text ul li .date .p1 {
  font-size: 34px;
  font-weight: bold;
  font-family: BookmanOldStyle;
  line-height: 40px;
}
.list_img_text ul li .date .p2 {
  font-size: 14px;
  font-family: BookmanOldStyle;
}
.list_img_text ul li .text_area .title {
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}
.list_img_text ul li .text_area .title a,
.list_img_text ul li .text_area .tip a,
.list_img_text ul li .text_area .more a {
  color: #efefef;
}
.list_img_text ul li .text_area .title a:hover,
.list_img_text ul li .text_area .tip a:hover,
.list_img_text ul li .text_area .more a:hover {
  text-decoration: underline;
}
.list_img_text ul li .text_area .tip {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 5px 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .list_img_text ul li .img_area {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_img_text ul li .text_area {
    margin-top: 10px;
  }
  .list_img_text ul li .img_area {
    padding: 0;
  }
  .list_img_text ul li .text_area {
    padding: 0;
  }
  .list_img_text ul li .text_area .title {
    font-size: 14px;
  }
  .list_img_text ul li .text_area .tip {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .list_img_text ul li .text_area .more {
    font-size: 12px;
  }
  .list_img_text ul li {
    padding: 10px 0;
  }
}
/*留言反馈*/
.feedback-form .title {
  padding: 15px;
  color: #cfcfcf;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.form-horizontal .control-label {
  color: #cfcfcf;
}
.feedback-form .form-group .sure,
.feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.feedback-form .form-group .sure {
  background: #df0024;
}
.feedback-form .form-group .more {
  background: #dfa800;
}
@media (max-width: 640px) {
  .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*新闻详情页*/
.news_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
  line-height: 22px;
}
.news_detail .title h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.news_detail .title .box {
  display: inline-block;
  text-align: center;
}
.news_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.news_detail .title .box div {
  margin-right: 5px;
}
.news_detail .title .box .time {
  float: left;
  text-align: center;
}
.news_detail .title .box .eye {
  float: left;
  text-align: center;
}
.news_detail .title .box .back {
  float: left;
}
.news_detail .news_detail_content {
  margin-top: 20px;
}
.news_detail .news_detail_content img{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.news_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
}
.news_detail .pageTurning .prevs {
  font-size: 14px;
  background: #ddd;
  line-height: 32px;
  padding: 0 10px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.news_detail .pageTurning .nexts {
  font-size: 14px;
  background: #ddd;
  line-height: 32px;
  padding: 0 10px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-top: 5px;
}
/*产品详情*/
.product_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
  line-height: 22px;
}
.product_detail .title h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.product_detail .title .box {
  display: inline-block;
  text-align: center;
}
.product_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.product_detail .title .box .back {
  float: left;
}
.product_detail .product_detail_images {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.product_detail .product_detail_images .product_detail_btn2 {
  position: absolute;
  right: 0%;
  top: 48%;
  background: url(../images/rgb0.3.png);
  z-index: 100;
  font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 {
  position: absolute;
  left: 0%;
  top: 48%;
  background: url(../images/rgb0.3.png);
  z-index: 100;
  font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
  margin: 10px 5px;
}
.product_detail .product_detail_images .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  cursor: pointer;
  max-width: 100%;
}
.product_detail .product_detail_images .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.product_detail .product_detail_images .product_detail_img {
  width: 80%;
  margin: 0 auto;
}
.product_detail .product_detail_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #aaaaaa;
}
.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
  font-size: 14px;
  background: #ddd;
  line-height: 32px;
  padding: 0 10px;
}
.product_detail .pageTurning .prevs {
  margin-bottom: 5px;
}
.pswp__bg {
  background: url(../images/rgb0.8.png);
}
@media (max-width: 640px) {
  .pswp__bg {
    background: #000;
  }
}

.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.pagination .current {
  background-color: #d7a746;
  color: white;
  border-color: #d7a746;
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}
