.flex_y_center {
  display: flex;
  align-items: center;
}

.title_line {
  margin-top: 10px;
}

.title_line .line1 {
  width: 85px;
  height: 1px;
  /* background: #c0d5d5; */
  background: #f5d682;
}

.title_line .line2 {
  width: 150px;
  height: 8px;
  /* background: #c0d5d5; */
  border-radius: 4px;
  background: #f5d682;
}

.title {
  font-size: 20px;
  margin-top: 30px;
}

#zihzi {
  position: absolute;
  z-index: 9999;
}

/*包含以下四种的链接*/

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #1d1d1d;
}

img {
  vertical-align: middle;
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_y_center {
  display: flex;
  align-items: center;
  justify-content: space-around
}

.flex_y_center2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flex_x_center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flex_x_center2 {
  display: flex;
  justify-content: center;
  background-color: #f8f9fb;
}

.flex_all_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_all_center2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text_more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_more2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.baidu {
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/*  整站面包屑导航 样式 @author:liyuan */

.crumbs-content {
  padding: 15px 20px;
  max-width: 1280px;
  margin: 0px auto;
}

.have-width-keti {
  width: 62.5%;
  padding: 25px 0 0;
  margin: 0 auto;
}

.crumbs-content .detail .d_nav {
  padding: 0;
  font-size: 14px;
  color: #717171;
}

.crumbs-content .detail .have-padding {
  max-width: 1400px;
  margin: 0 auto;
}

.no-bg {
  background: none;
}

.d_nav .link,
.d_nav .nav-menu-list {
  font-size: 14px;
  color: #717171;
  cursor: pointer;
}

.d_nav .link:hover,
.nav-menu-list:hover {
  color: #ff5757;
  font-size: 14px;
}

.d_nav .no-hover:hover {
  color: #717171;
  cursor: inherit;
}

/* 头部 */

.chengnuohanbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.chengnuohan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 0;
}

.cnh_animate {
  -webkit-animation: cnhmove 1s 1;
  animation: cnhmove 1s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cnhmove {
  0% {
    width: 0;
  }

  100% {
    width: 32%;
  }
}

.home{position: relative; margin-top: 100px;}

.header {
  height: 100px;
  background: #3d3b37;
  position: fixed;
  top: 0px;
  left:0;
  right: 0;
  z-index: 999;
  /* top: 78px; */
}

.top_logo{
	position:relative; overflow: hidden; width:231px; height:59px;
	/*-webkit-mask: url(/pc/images/newImg/logo.png) 0 0/100%*/
}
.top_logo::after{
	content:"";
	position: absolute;
	width: 400px;
	height: 80px;
	left: -250px;
	top: 0px;
	background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255, 255, 255, 1), rgba(255,255,255,0));
	transform: rotate(-70deg);
	webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	-webkit-animation: searchLights 2s ease-in 2s infinite;
	-o-animation: searchLights 2s ease-in 2s infinite;
	animation: searchLights 5s ease-in 2s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
 
#logo2{ margin-left: 35px;}

@media screen and (max-width: 1080px) {
	#logo2{
		display: none;
	}
	
	.top_han{
		display: none!important;
	}
}

@media screen and (max-width: 1440px) {
	 #logo2{
	 	height:20px; width:auto
	 }
	.top_han img{
		display: none!important;
	}
	.top_logo{margin-left: 20px;}
}


.header .header_top {
  height: 100px;
  max-width: 1440px;
  margin: 0px auto;
}

.header .header_top .top_nav {
  margin-left: auto; */
  height: 100px;
  /* line-height: 100px; */
  display: flex;
  align-items: center;
}

.header .header_top .top_nav .nav_item {
  margin-left: 16px;
}

.header .header_top .top_nav .nav_item {
  cursor: pointer;
  /* color: #1d1d1d; */
  color: #f5d682;
  height: 36px;
  line-height: 36px;
}

.header .header_top .top_nav .nav_item a {
  color: #e8d9ba;
}
.header .header_top .top_nav .nav_item a:hover{
  color: #e4c17e;
}

.header .header_top .top_nav .nav_item.active,
.header .header_top .top_nav .nav_item.active a,
.header .header_top .top_nav .nav_item:hover,
.header .header_top .top_nav .nav_item:hover a {
  /* color: #ff5757; */
  border-bottom: 2px solid #f5d682;
}

.header .header_top .top_han {
  display: block;
  margin-left: 30px;
  z-index: 9999;
}

.header .header_top .top_han img {
  width: 100%;
  height: 100%;
}

.header .header_top .top_tel{
  display: none;
}

@media screen and (min-width: 1441px) {
  .header .header_top .top_tel {
    margin-right: 12%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .header .header_top .top_tel {
    margin-right: 6%;
    margin-left: 10px;
  }
}

.header .header_bot {
  padding: 36px 0;
  border-top: 1px solid #cadef6;
}

.header .header_bot .hby_left {
  margin-left: 215px;
  width: 194px;
}

.header .header_bot .hby_item {
  cursor: pointer;
  height: 46px;
}

.header .header_bot .hby_item > p {
  margin-left: 20px;
}

.header .header_bot .hby_item > img {
  margin-left: auto;
  margin-right: 20px;
}

.hby_rbox {
  width: 65%;
  background: rgba(62, 166, 210, 0.25);
}

.hby_rbox .hby_center {
  width: 400px;
  height: 240px;
  position: relative;
  margin-left: 40px;
}

.hby_rbox .hby_center > img {
  width: 100%;
  height: 100%;
}

.hby_rbox .hby_center > p {
  width: 348px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.hby_rbox .hby_right {
  width: 600px;
  margin-left: 70px;
}

.hby_rbox .hby_right .gbyr_item {
  min-width: 300px;
  margin-bottom: 10px;
  cursor: pointer;
}

.hby_rbox .hby_right .gbyr_item:hover {
  color: rgb(15, 104, 206);
}

.hby_rbox .hby_right .gbyr_item:nth-child(even) {
  margin-left: auto;
}

.header .header_bot .hb_keti .ke_item {
  margin-left: 20px;
}

.header .header_bot .hb_keti .ke_item.active,
.header .header_bot .hb_keti .ke_item:hover {
  color: #ff5757;
}

.header_animate {
  height: auto;
}

.header_animate2 {
  height: 100px;
}

.footer {
  /* background: url(../images/footer_bg.png) no-repeat; */
  /* background-size: 100% 100%; */
  padding: 60px 240px 28px 240px;
  color: #fff;
  background: #302a27;
}

.footer a {
  color: #fff;
}

.f_top {
  padding-bottom: 26px;
}

.f_log {
  width: 170px;
  height: 44px;
}

.f_top_right {
  margin-left: auto;
  font-size: 14px;
}

.f_top_right img {
  width: 28px;
  height: 28px;
  margin-right: 7px;
}

.footer_fgx {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.f_bot {
  margin-top: 0px;
}

.f_nav .f_nav_item {
  display: inline-block;
  cursor: pointer;
}

.f_nav .f_nav_item:not(:first-child) {
  margin-left: 40px;
}

.f_nav .f_nav_item:not(:first-child) p {
  display: inline;
  margin-left: 10px;
}

.f_nav .f_nav_item:not(:first-child) img {
  position: relative;
  top: -2px;
}

.f_ziliao {
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
}

.f_ziliao .address-row span {
  padding: 0 10px;
}

.f_ziliao img {
  margin: 0 10px;
}

.footer .ewm {
  margin-left: auto;
}

.footer .ewm img {
  width: 99px;
  height: 98px;
}

.footer .ewm p {
  font-size: 14px;
  margin-top: 10px;
}

.footer .f_bot {
  margin-top: 20px;
}

.footer .f_bot .footer-link {
  margin-bottom: 20px;
}

.footer .f_bot .footer-link li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.topbg {
  width: 100%;
  margin-top:100px;
}

.topbg img {
  width: 100%;
}

/* .topbg img {
    width: 100%;
    height: 187.5px;
} */

.more2 {
  width: 160px;
  position: fixed;
  top: 66px;
  right: 5px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 0 20px 10px 20px;
  overflow: hidden;
  max-height: 400px;
  overflow-y: scroll;
}

.more2 .nav_item2 {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.more2 .top_right {
  margin-left: auto;
}

.more2 .nav_item2 .ni_erji {
  margin-left: 10px;
}

.more2 .nie_item {
  margin-top: 10px;
  font-size: 12px;
}

.more2 .ni_sanji {
  margin-left: 10px;
}

.more2 .nis_item {
  margin-top: 10px;
}

.more2 .more2 .nav_item2 .nke_item {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

/*  表格样式 */

.table-content {
  width: 900px;
}

.table-content table {
  width: 100%;
  border: 1px solid #9e9e9e;
}

.table-content table tr th,
.table-content table tr td {
  border: 1px solid #9e9e9e;
  padding: 10px 5px;
  text-align: center;
}

.table-content table tr th {
  background: #0e68cd;
  color: #fff;
}

.fix-poster {
  position: fixed;
  z-index: 99;
  top: 100px;
  cursor: pointer;
}

.fix-poster-home {
  position: fixed;
  z-index: 99;
  top: 120px;
  cursor: pointer;
}

.fix-poster-home a,
.fix-poster a {
  display: block;
}

.fix-poster-home img,
.fix-poster img {
  height: 588px;
}

.fix-poster .shouqi-icon,
.fix-poster-home .shouqi-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
}

.shouqi-icon.up {
  transform: rotate(180deg);
}

.fix-poster.fix-poster-left {
  left: 0;
}

.fix-poster.fix-poster-right {
  right: 0;
}

.fix-poster-home.fix-poster-left {
  left: 10px;
}

.fix-poster-home.fix-poster-right {
  right: 10px;
}

.left-min-height {
  height: 137px;
  overflow-y: hidden;
}

.right-min-height {
  height: 140px;
  overflow-y: hidden;
}

.search_box {
  /* width: 400px; */
  height: 38px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /* position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 200px); */
}

.search_box .form-control {
  display: block;
  width: 160px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  /* color: #495057; */
  /* background-color: #fff; */
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px 0 0 5px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #302a27;
  color: #fff;
}

.search_box .form-control::placeholder {
  color: #fff;
}

.search_box .input-group-append {
  display: flex;
  height: 100%;
}

.search_box .btn-default {
  /* background-color: #f8f9fa; */
  border-color: #ddd;
  /* color: #444; */
  width: 130px;
  /* border-left: none; */
  border-right: none;
  outline: none;
  background: #302a27;
  color: #fff;
}

.search_box .btn-success {
  /* color: #fff; */
  /* background-color: #0089ff; */
  /* border-color: #0089ff; */
  box-shadow: none;
  width: 60px;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #302a27;
  color: #fff;
  /* border: 1px solid #ddd; */
}

@keyframes searchIconZoom {  
  0%, 100% {  
    transform: scale(1); /* 原始大小 */  
  }  
  50% {  
    transform: scale(1.3); /* 放大到1.3倍 */  
  }  
}  

.search_box .btn img {
  width: 18px;
  display: inline-block; /* 确保transform生效 */  
  animation: searchIconZoom 2s infinite alternate; /* 动画持续时间、循环次数和交替方向 */  
}

.search_body {
  background-color: #f8f9fb;
  padding-top: 25px;
}

.search_condition {
  margin-bottom: 24px;
  max-width: 1280px;
  margin: 0 auto;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: 12px 18px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.search_condition .control_box{max-width: 800px;}
.search_condition .form-control {
  display: block;
  width: 220px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px 0 0 5px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 42px;
}

.search_condition .btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
  width: 140px;
  border-left: none;
  border-right: none;
  outline: none;
  height: 42px;
}

.search_condition .input-group-append {
  display: flex;
  height: 100%;
}

.search_condition .btn-success {
  /* color: #fff; */
  background-color: #302a27;
  border-color: #302a27;
  box-shadow: none;
  width: 60px;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}

.search_condition .btn-success img{
  width: 20px;
}

.search_top {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 20px;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: 12px 18px;
  font-weight: 400;
  font-size: 14px;
}

.search_top .first {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #f8f8f8;
  color: #666666;
  display: flex;
  align-items: center;
}

.search_top .first .clear {
  width: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.search_top .li {
  height: auto;
  line-height: 47px;
  display: flex;
  /* align-items: center; */
}

.search_top .classification {
  border-bottom: 1px solid #f8f8f8;
}

.search_top .li .name {
  color: #333333;
  margin-right: 40px;
  position: relative;
}

.search_top .li .name .straight {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #d9d9d9;
  position: absolute;
  top: 10px;
  left: 60px;
  cursor: pointer;
}

.search_top .li .name .reverse {
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-top-color: #d9d9d9;
  position: absolute;
  top: 24px;
  left: 60px;
  cursor: pointer;
}

.search_top .li .name .highlight_b {
  border-bottom-color: #1f6cf3;
}

.search_top .li .name .highlight_t {
  border-top-color: #1f6cf3;
}

.search_top .classification .name:hover {
  color: #ff5757;
  cursor: pointer;
}

.search_top .classification .hover {
  color: #ff5757;
}

.search_top .li .text {
  margin-right: 24px;
  min-width: 68px;
}

.search_top .li .all_classification {
  display: flex;
  flex-wrap: wrap;
}

.search_content {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 48px;
  background-color: #f8f9fb;
}

.not_available {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e6d82;
  width: 100%;
}

.not_available a {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 7px;
  cursor: pointer;
  height: 31px;
  line-height: 31px;
  color: #ff5858;
  background: #ffebeb;
  margin-left: 16px;
}

.not_available a img {
  width: 16px;
  height: 16px;
  margin-right: 1px;
}

.search_content .li {
  width: 100%;
  height: 160px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 14px 33px 14px 14px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.search_content .li .img {
  height: 100%;
  width: 175px;
  margin-right: 21px;
  cursor: pointer;
}

.search_content .li .img img {
  width: 100%;
  height: 100%;
}

.search_content .li .t_right {
  padding-top: 6px;
  height: 100%;
  width: calc(100% - 196px);
  padding-bottom: 4px;
}

.search_content .li .t_right .main_title {
  font-weight: 500;
  color: #333333;
  font-size: 21px;
  white-space: normal;
  /* 允许文本自动换行 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 显示省略号表示被隐藏的文本 */
}

.search_content .li .t_right .main_title:hover {
  color: #0089ff;
  cursor: pointer;
}

.search_content .li .t_right .sub_title {
  color: #666666;
  margin-top: 7px;
  font-size: 13px;
  width: 48%;
  height: 38px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_content .li .t_right .article_bottom {
  display: flex;
  color: #666666;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
  margin-top: 22px;
}

.search_content .li .t_right .article_time {
  font-size: 13px;
  display: flex;
  align-items: center;
}

.search_content .li .t_right .article_time img {
  width: 14px;
  height: 13px;
  margin-right: 8px;
}

.search_content .li .detection_content {
  width: 100%;
  height: 63px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_content .li .detection_content .detection_l {
  width: 58%;
  line-height: 17px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_content .li .detection_content .detection_r {
  width: 314px;
  display: flex;
}

.search_content .li .detection_content .detection_r div {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f3fd;
  font-size: 13px;
  color: #666666;
  margin-right: 7px;
  cursor: pointer;
  height: 31px;
  line-height: 31px;
}

.search_content .li .detection_content .detection_r a:nth-child(1) div {
  color: #ff5858;
  background: #ffebeb;
}

.search_content .li .detection_content .detection_r .zixun {
  width: 16px;
  height: 16px;
  margin-right: 1px;
}

.search_content .li .detection_content .detection_r div:hover {
  border: 1px solid #ff5858;
  box-sizing: border-box;
  background: #ffebeb;
  color: #ff5858;
}

.search_article_right {
  margin-left: 60px;
  padding: 8px 0 32px;
}
