body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #2f2f2f;
}
a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.img-thumbnail {
  transition: all 0.6s;
}
.img-thumbnail:hover,
.opacity_img:hover {
  opacity: 0.75;
  transform: scale(1.2);
}

.img-thumbnail2 {
  transition: opacity 0.7s;
}
.img-thumbnail2:hover,
.opacity_img2:hover {
  opacity: 0.75;
}
img {
  max-width: 100%;
}
header {
  background-color: #fff;
}
/* 数字滚动 */
.shuzi {
  margin-top: 80px;
  background: #bb4e47;
  padding-bottom: 10px;
}
.number {
  color: #fff;
  overflow: hidden;
}

.roll {
  padding: 30px 0;
}

.display li {
  width: 24.55%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  float: left;
}

.display li:last-child {
  border: none;
}

.scolling h3 {
  font-size: 40px;
}

.scolling .title_text {
  color: #fff;
  font-size: 18px;
}

.scolling div {
  display: inline-table;
  width: 100%;
  text-align: center;
}

/*顶部信息*/
.top_bg {
  display: none;
}
.top_welcome {
  display: inline-block;
  padding-top: 12px;
}
/* 顶部工具 */
.top_enters {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.top_enters .bg {
  cursor: pointer;
  margin: 15px;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.search {
  height: 52px;
  background: none;
  margin-right: 60px;
}
.search form {
  width: 300px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.search input {
  float: left;
  width: 240px;
  height: 46px;
  border: #b96963 2px solid;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
  background: white;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  font-family: Microsoft Yahei;
}
.search button {
  float: left;
  width: 55px;
  height: 46px;
  border: #b96963 2px solid;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background: white url(../image/index/search_btn.png) center center no-repeat;
  cursor: pointer;
}
.order {
  background-image: url(../image/index/order.png);
}
.wx {
  position: relative;
  background-image: url(../image/index/wx.png);
}
.wx:hover ul {
  display: block !important;
}
.wx ul {
  z-index: 99;
  display: none;
  position: absolute;
  right: -60px;
  top: 35px;
  width: 390px;
  height: 212px;
  padding: 28px 0 0 21px;
  /* background-color: #dd6259; */
  background: url(../image/index/bg_wx.png) no-repeat;
  overflow: hidden;
}
.wx ul li {
  width: 160px;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: white;
}
.sx {
  background-image: url(../image/index/refresh.png);
}
.tel {
  position: relative;
  background-image: url(../image/index/tel.png);
}
.tel:hover .tel_info {
  display: block !important;
}
.tel_info {
  position: absolute;
  top: 40px;
  right: -30px;
  border-radius: 10px;
  z-index: 99;
  color: #fff;
  display: none;
  width: 200px;
  padding: 10px 5px;
  background-color: #f37558;
}

.tel_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_top img {
  display: inline-block;
  float: left;
  width: 40px;
  margin-right: 3px;
}
.tel_top span {
  display: inline-block;
  font-size: 16px;
}
.tel_info p {
  text-align: center;
  margin: 10px;
  font-size: 20px;
}

/*顶部电话*/

/*幻灯片*/
.flash img {
  width: 100%;
}
.flash ul.bxslider {
  list-style: none;
}
.flash div.bx-pager {
  bottom: 4%;
}
.flash div.bx-controls-direction {
  display: none;
}

/*产品搜索*/
.search_group {
  float: right;
  margin: 45px 0px 0px 0px;
  border: 1px solid #7eb9f5;
  border-radius: 20px;
}
.search_group input.form-control {
  border-radius: 0px;
  box-shadow: none;
  color: #585a5a;
  padding: 0px 0px 0px 15px;
  height: 35px;
  background: transparent;
  border: none;
}
.search_group input.form-control:focus {
  box-shadow: none;
  border-color: #b2e0fb;
}
#search_submit {
  color: #fff;
  height: 35px;
  line-height: 37px;
  width: 55px;
  font-size: 16px;
  padding: 0;
  margin-top: -1px;
  text-align: center;
  background: #00aba5;
  border-radius: 20px;
}
#search_submit:hover {
  color: #fff;
  background: #057d60;
  cursor: pointer;
}

/* 首页快捷导航 */
.blocks {
  align-items: center;
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.blocks .block {
  display: flex;
  align-items: center;
  max-width: 230px;
  margin: 15px;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(174, 62, 62, 0.3);
  box-shadow: 2px 2px 3px rgba(79, 42, 42, 0.3);
  transition: 1s;
}

.blocks .block:hover {
  background-color: #f7f7f7;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(226, 140, 140, 0.7);
}

.blocks .block .name {
  margin-left: 10px;
  font-size: 18px;
  color: #333333;
}

.blocks .block .pic {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.pcQuick{
  display: block;
}

/* 手机block */
.phone_quick{
  display: none;
}
.m_block {
  width: 25%;
  margin: 5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.m_block .pic {
  width: 50px;
}
.m_block .name {
  margin-top: 3px;
  color: #272727;
}

/*首页产品*/
/* 下划线 */
.lines {
  border-bottom: 1px solid #eaeaea;
  margin: 0px 0px 20px 0px;
}
/* 居中红色线段 */
.mid {
  width: 100px;
  height: 3px;
  background-color: #bb4e47;
  margin: 0 auto;
}
.product_head h2 {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  color: #434343;
  font-weight: bold;
}
.product_head span {
  color: #d8d8d8;
}
.product_head p {
  text-align: center;
  color: #333;
  margin-top: 8px;
}
.product_list {
  clear: both;
  padding: 25px 0px 0px 0px;
  margin: 15px 15px;
  /* margin-right: -15px;
  margin-left: -15px; */
}
.product_list2 {
  padding-top: 20px;
}
.product_img {
  padding-left: 15px;
  padding-right: 15px;
}
.product_img img {
  margin-right: auto;
  margin-left: auto;
  display: block;

  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  border: none;
}

.product_title {
  text-align: center;
  height: 40px;
  font-size: 16px;
}
.product_title a {
  color: #2f2f2f;
}
.product_title a:hover {
  text-decoration: none;
  color: #cfa970;
}

/*四大优势-Tab切换*/
.tabs_bg {
  padding-top: 70px;
  padding-bottom: 50px;
}
.tabs_head h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.tabs_head span {
  color: #366092;
}
.tabs_head p {
  text-align: center;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 60px;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  color: #2f2f2f;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px;
  border-radius: 0px;
  background-color: #fff;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #595959;
  border: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #595959;
  border: 0px;
}
.tab-content {
  margin-top: 30px;
}
.tab_img {
  max-width: 555px;
  float: right;
}
.tab-pane {
  background-color: #fff;
}
.tab_h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 58px 50px 20px 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.tab_p {
  color: #333;
  margin: 15px 0px 0px 25px;
  line-height: 26px;
}
.tab_more {
  display: inline-block;
  width: 170px;
  padding: 10px 0px;
  text-align: center;
  background-color: #00aba5;
  color: #fff;
  text-decoration: none;
  margin: 35px 0px 18px 25px;
}
.tab_more:hover,
.tab_more:focus {
  color: #fff;
  background-color: #595959;
  text-decoration: none;
}
/*居中处理*/
.nav-tabs:after {
  content: "";
  visibility: hidden;
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.tabs_btn {
  width: 100%;
  text-align: center;
}
.nav-tabs {
  display: inline-block;
  border: none;
}

/*首页-客户案例*/
.case_bg {
  margin-top: 60px;
}
.case_head h2 {
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.case_head span {
  color: #d8d8d8;
}
.case_head p {
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
.case_list {
  clear: both;
  padding: 25px 0px 0px 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.case_img div.thumbnail {
  border-radius: 0px;
}
.case_list2 {
  padding-top: 20px;
}
.case_img {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 270px;
}
.case_img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 270px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}
.case_list2 div.case_img {
  min-height: 250px;
}
.case_title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.case_title a {
  color: #333;
}
.case_title a:hover {
  text-decoration: none;
  color: #cfa970;
}
.case_title {
  margin-top: 10px;
}
.case_title2 a {
  color: #2f2f2f;
  font-weight: normal;
}
.case_title2 a:hover {
  text-decoration: none;
  color: #cfa970;
}
.case_des {
  text-align: center;
  color: #9e9e9e;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}

/*首页-公司简介*/
.about_bg {
  margin-top: 60px;
  background: url(../image/about_bg.jpg);
  padding-bottom: 70px;
}
.about_head h2 {
  text-align: center;
  margin-top: 60px;
  font-size: 36px;
  color: #585858;
  font-weight: bold;
}
.about_head span {
  color: #d8d8d8;
}
.about_head p {
  text-align: center;
  color: #333;
  margin-top: 8px;
  margin-bottom: 50px;
}
.about_h3 {
  font-family: Arial;
  color: #434343;
  font-size: 34px;
  font-weight: bold;
  margin: 0px;
}
.about_p {
  font-size: 16px;
  color: #333;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.about_content {
  line-height: 30px;
  color: #555;
  margin-top: 20px;
}
.about_btn {
  display: block;
  text-align: center;
  padding: 8px 5px;
  color: #fff;
  text-decoration: none;
  background: #bb4e47 url(/uploads/images/green.png);
  margin-top: 20px;
}
.about_btn:hover,
.about_btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #272727;
}
.about_video {
  width: 100%;
}

/*首页-新闻资讯*/
.news_time {
  float: right;
}
.news_head {
  /* margin-top: 80px; */
}
.news_head h2 {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.news_head span {
  color: #d8d8d8;
}
.news_head p {
  text-align: center;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 20px;
}
.news_h3 {
  background: url(../image/news_title.jpg) left bottom no-repeat;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
}
.news_index {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 20px 0px 0px 15px;
}
.news_index li {
  margin-bottom: 20px;
  margin-right: 25px;
  padding: 25px 15px;
  min-height: 70px;
  border: 1px solid #ccc;
}
.news_index li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #bb4e47 url(/uploads/images/green.png);
  color: #fff;
  float: left;
  padding: 0px 2px;
  position: relative;
  left: -35px;
  top: -5px;
}
.news_index li span strong {
  display: block;
  font-size: 24px;
  padding-top: 5px;
}
.news_index li span i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-family: Arial;
}
.news_index li a {
  color: #333;
  font-size: 16px;
  margin-left: -20px;
}
.news_index li a:hover {
  text-decoration: none;
  color: #cfa970;
}
.news_index li em {
  width: 85%;
  font-style: normal;
  display: inline-block;
  line-height: 18px;
  color: #777;
  padding-top: 10px;
  margin-left: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_col {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.news_index2 {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 16px 0px 10px 0px;
}
.news_index2 li {
  color: #363534;
  border-bottom: 1px dashed #ccc;
  background: url(../image/li.png) no-repeat left 16px;
  line-height: 21px;
  padding: 11px 0px;
  padding-left: 13px;
}
.news_index2 li a {
  color: #363534;
}
.news_index2 li a:hover {
  text-decoration: none;
  color: #cd1409;
}

/*首页-合作客户*/
.cooperation_head {
  margin-top: 60px;
  margin-bottom: 30px;
}
.cooperation_head h2 {
  text-align: center;
  margin-top: 60px;
  font-size: 36px;
  color: #585858;
  font-weight: bold;
}
.cooperation_head span {
  color: #d8d8d8;
}
.cooperation_head p {
  text-align: center;
  color: #333;
  margin-top: 8px;
  margin-bottom: 50px;
}
.cooperation_img {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 180px;
}
.cooperation_img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 170px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}

/*产品-左侧栏目*/
.left_nav {
  padding: 20px 15px 30px 15px;
  background: url(../image/left_nav.jpg) no-repeat 200px 70px #0071bf;
  margin-top: 25px;
  margin-bottom: 20px;
}
.left_nav p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.left_nav h3 {
  color: #fff;
  margin: 0px 0px 30px 0px;
}
.left_nav_bg {
  background: url(../image/left_nav_bg.jpg) center bottom no-repeat #fff;
  padding: 10px 15px 22px 15px;
}
.left_nav_tel {
  margin: 220px 0px 0px 0px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.left_nav_ul {
  list-style: none;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  padding-bottom: 10px;
}
.left_nav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background-color: #0071bf;
  border-radius: 25px;
  padding: 6px 0px 6px 18px;
  margin-bottom: 8px;
}
.left_nav_ul > li > a:hover,
.left_nav_ul li a.left_active {
  color: #fff;
  background-color: #03b29c;
}
/*产品-左侧二级栏目*/
ul.left_snav_ul {
  list-style: none;
  padding: 0px;
}
ul.left_snav_ul > li {
  margin: 0px;
}
ul.left_snav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0px 5px 30px;
  background: url(../image/left_tree.gif) 20px 8px no-repeat #028ae6;
  border-radius: 25px;
  margin-bottom: 8px;
}
ul.left_snav_ul > li > a:hover {
  color: #fff;
  background-color: #03b29c;
}

/*列表页-左侧栏目*/
.left_h3 {
  margin-top: 19px;
  font-size: 22px;
  font-weight: normal;
  color: #545454;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.left_h3 span {
  display: inline-block;
  height: 50px;
}
.left_column ul.left_nav_ul {
  list-style: none;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  padding-bottom: 10px;
}
.left_column ul.left_nav_ul > li {
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  background: url(../image/left_li.gif) 6px 12px no-repeat;
}
.left_column ul.left_nav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: transparent;
  border-radius: 0px;
  padding: 6px 0px 6px 18px;
  margin-bottom: 8px;
}
.left_column ul.left_nav_ul > li > a:hover,
.left_column ul.left_nav_ul li a.left_active {
  color: #0957ec;
  background: transparent;
}
/*列表页-左侧二级栏目*/
.left_column ul.left_snav_ul {
  list-style: none;
  padding: 0px;
}
.left_column ul.left_snav_ul > li {
  margin-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
  background: url(../image/left_sli.gif) 15px 11px no-repeat;
}
.left_column ul.left_snav_ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 0px 5px 25px;
  background: transparent;
  border-radius: 25px;
  margin-bottom: 8px;
}
.left_column ul.left_snav_ul > li > a:hover {
  color: #0957ec;
  background: transparent;
}

/*左侧新闻*/
.left_news {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left_news li {
  color: #545455;
  border-bottom: 1px dotted #dddddd;
  background: url(../image/li.png) no-repeat left 15px;
  line-height: 21px;
  padding: 10px 0px;
  padding-left: 14px;
}
.left_news li a {
  color: #2f2f2f;
}
.left_news li a:hover,
.left_news li a:focus {
  text-decoration: none;
  color: #0957ec;
}

/*左侧联系*/
.left_contact {
  margin: 30px 0px 35px 0px;
}
.left_contact p {
  clear: both;
}
.left_contact a {
  color: #2f2f2f;
}
.left_contact a:hover {
  text-decoration: none;
}

/*列表页-横幅*/
.page_bg {
  height: 250px;
  margin-bottom: 0px;
}

/*列表页-面包屑*/
.bread_bg {
  background-color: #f3f3f3;
}
.bread_nav {
  padding: 10px 0px 10px 0px;
}
.bread_nav span {
  border-left: 8px solid #00aba5;
  padding-left: 8px;
}
.bread_nav a {
  color: #4c4c4c;
}
.bread_nav a:hover {
  color: #0071bf;
  text-decoration: none;
}

/*列表页-右栏*/
.right_head {
  clear: both;
}
.right_head h2 {
  height: 50px;
  font-size: 22px;
  font-weight: normal;
  color: #545454;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.right_head h2 span {
  display: inline-block;
  height: 50px;
}
.right_contents {
  clear: both;
  padding: 15px 0px 15px 0px;
  line-height: 28px;
  overflow: auto;
}
.right_contents p {
  line-height: 32px;
  color: #444444;
}
.right_contents_h1 h1 {
  font-size: 20px;
  color: #434343;
  font-weight: bold;
  line-height: 34px;
}
.right_contents_h1 {
  margin: 0 0 10px;
  padding: 10px 0px;
  text-align: center;
}
.right_contents img {
  max-width: 840px;
}

/*列表页-新闻*/
.right_new {
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.right_new li {
  color: #898989;
  background: url(../image/li.png) no-repeat left 18px;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 0px;
  padding-left: 13px;
  border-bottom: 1px dashed #e3e2e2;
}
.right_new li a {
  color: #2f2f2f;
}
.right_new li a:hover,
.right_new li a:focus {
  text-decoration: none;
  color: #0071bf;
}
.right_new_time {
  float: right;
}
.relevant_new ul.right_new li {
  font-size: 14px;
}

/*分页样式*/
.page {
  clear: both;
  margin: 20px 0px 20px 0px;
  text-align: center;
}
.page a {
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  border: #dbdbdb 1px solid;
  padding: 4px 9px;
  margin: 2px;
  margin-bottom: 5px;
  color: #31363c;
  text-decoration: none;
}
.page a:hover,
.page a:focus {
  font-family: Arial;
  font-size: 13px;
  border: #00aba5 1px solid;
  padding: 4px 9px;
  color: #fff;
  background-color: #00aba5;
}
.page .current {
  font-family: Arial;
  border: #00aba5 1px solid;
  font-size: 13px;
  padding: 5px 9px;
  color: #fff;
  margin: 2px;
  background: #00aba5 url(/uploads/images/green.png);
}

/*产品详细页*/
.showpic_box,
.proinfo_box {
  margin: 30px 0px 20px 0px;
}
.product_h1 {
  margin: 0px;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  text-align: center;
}
.product_info {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}
.product_info p {
  line-height: 28px;
}
.product_btn {
  margin-top: 25px;
}
#pic-page {
  text-align: center;
  margin-top: 10px;
}
#pic-page a {
  margin: 0 2px;
}
#pic-page a img {
  width: 40px;
  padding: 2px;
  border: solid #ccc 1px;
  margin-bottom: 5px;
}
#pic-page a:hover img,
#pic-page a.active img {
  border: solid #5280dd 1px;
}
.product_con {
  clear: both;
  margin: 10px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  line-height: 26px;
  overflow: auto;
}
.photo_con {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 20px 0px;
  line-height: 26px;
  overflow: auto;
}
.product_con img,
.photo_con img {
  max-width: 100%;
}

/*按钮样式*/
.download_btn {
  float: right;
  display: block;
  margin: 10px 10px 20px 0px;
}
.page-btn {
  display: inline-block;
  float: left;
  background-color: #00aba5;
  border-radius: 0px;
  border: none;
  transition: 0.3s;
  margin-right: 15px;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #585858;
}
.grey-btn {
  border-radius: 0px;
  border: none;
  background-color: #e8e8e8;
}
.grey-btn:hover,
.grey-btn:focus {
  background-color: #ccc;
}

/*在线留言订购*/
.feedback {
  margin-top: 50px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.codeimg {
  margin: 0px 0px -10px -18px;
}

/*上一个下一个*/
.point {
  clear: both;
  margin: 20px 0px 40px 0px;
  padding-bottom: 40px;
  line-height: 22px;
}
.point span.to_prev {
  text-align: center;
}
.point span.to_prev a {
  color: #00aba5;
}
.point span.to_prev a:hover {
  color: #00aba5;
}
.point span.to_next {
  text-align: center;
}
.point span.to_next a {
  color: #3d3d3d;
}
.point span.to_next a:hover {
  color: #00aba5;
}

/*标签样式*/
.tags {
  margin: 18px 0px 10px 0px;
}
.tags a {
  margin: 0px 5px 8px 0px;
}
.tags_list {
  padding: 5px 10px 100px 10px;
}
.tags_ul {
  margin-top: 0px;
}
.tags_ul li {
  line-height: 28px;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
.tags_ul h3 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.tags_ul p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color: #777;
  line-height: 20px;
  padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap {
  margin: 30px 0px 40px 30px;
}
ul.ul_sitemap li {
  list-style: none;
  line-height: 26px;
  clear: both;
}
ul.ul_sitemap li a {
  color: #7d7d7d;
}
li.small_li_sitemap {
  clear: both;
  padding-left: 12px;
}
li.small_li2_sitemap {
  float: left;
  padding-left: 20px;
}

/*友情链接*/
.link_box {
  background-color: #bb4e47;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color: #d4c1c1;
  border-top: 1px #d4c1c1 solid;
  font-size: 13px;
}
.link_box a {
  color: #ffffff;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
}
.link_box a:hover {
  text-decoration: none;
}
.link_box a:last-child {
  border-right: 0px;
}
.link_box button {
  display: none;
}
.link_title {
  font-size: 13px;
  margin-right: -6px;
}

/*底部TAGS*/
.tags_box {
  background-color: #093480;
  padding: 5px 0px 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.tags_box a {
  color: #fff;
  padding: 0px 2px 0px 8px;
  font-size: 13px;
}
.tags_box a:hover {
  text-decoration: none;
  color: #f7ec6f;
}
.tags_box a:last-child {
  border-right: 0px;
}
.tags_box button {
  display: none;
}
.tags_title {
  font-size: 13px;
  margin-right: -6px;
}
.tags_title a {
  padding: 0px;
}
.tags_title:after {
  content: "：";
}

/*底部信息*/
footer {
  /* margin-top: 20px; */
  color: #ffffff;
  padding: 30px 0px 20px 0px;
  background-image: url(../image/index/foot.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.footcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_a a {
  margin: 0 1px;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 25px;
}
.footer_qrcode {
  max-width: 100px;
  margin-right: 10px;
}
.foot_top {
  background-color: #da3c42;
  text-align: center;
  color: #e2a7a7;
  border-top: 1px #d4c1c1 solid;
}

.foot_top .title_name {
  font-size: 28px;
  font-family: KaiTi;
  font-weight: bold;
  /* color: #efbfc0; */
}

/*底部翻译*/
.translate {
  background-color: #005188;
}
.translate_btn {
  width: 130px;
  margin: 0 auto;
  padding-top: 20px;
}

/*UEditor编辑器前端表格样式*/
table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
td,
th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
caption {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
table tr.firstRow th {
  border-top-width: 2px;
}
.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
  background-color: #f7faff;
}
td p {
  margin: 0;
  padding: 0;
}

/*四大优势*/
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advantage_col_bk1 {
  background-color: #cb3737;
}
.advantage_col_bk2 {
  background-color: #c6a268;
}
.advantage_col_bk3 {
  background-image: url(../image/index/kf.png);
}
.advantage_col_bk4 {
  background-image: url(../image/index/xh.png);
}
.advantage_col_bk5 {
  background-color: #5d5454;
}
.advantage_col_bk6 {
  background-color: #56a5aa;
}
.advantage_col_bk7 {
  background-image: url(../image/index/sz1.png);
}
.advantage_col_bk8 {
  background-image: url(../image/index/skin.png);
}
.advantage_col {
  text-align: center;
  color: #fff;
  width: 8.3%;
  transition: 1s ease;
}
.advantage_col:hover {
  margin-top: -20px;
  /* background: rgba(92, 177, 21, 0.7);
  transform: rotateY(360deg);
  transition: all 1s ease-in-out 0s; */
}
.advantage_col:hover img {
  scale: 1.2;
  transition: all 0.5s ease-in-out 0s;
}
.advantage_col img {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 150px;
  transform: rotateY(0);
}
.advantage_col a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
.advantage_col a:hover {
  color: #f7f7f7;
  text-decoration: none;
}
.advantage_col p {
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.5;
  padding-top: 0px;
  margin-top: 0px;
}

/* 大于 1200 的快捷图标 */
@media screen and (min-width: 1200px) {
  .blocks .block {
    margin: 15px;
  }
  .product_list {
    align-items: center;
    justify-content: center;
  }
}

/* 992 - 1200*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blocks .block {
    margin: 15px 0px;
  }
  .advantage_col {
    width: 210px;
  }
  .tel,
  .wx {
    display: none;
  }
}

/* 768 - 992*/
@media screen and (min-width: 768px) and (max-width: 992px) {
  .advantage_col {
    width: 25%;
  }
  .blocks .block {
    margin: 15px 0px;
  }
  .col-sm-3-block {
    width: 24%;
  }
  .blocks .block .name {
    font-size: 13px;
  }
  .sx {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .product_sub_ul li {
    width: auto !important;
  }

  .news_index_ul {
    flex-direction: column;
  }
  .num1 {
    margin-top: 20px !important;
    width: 100% !important;
  }
  .news_index_ul .Ltextlist ul li {
    padding: 20px 0;
  }
  .news_index_ul .notice-img img {
    width: 100%;
  }
  .news_index_ul .Ltextlist .s1 {
    letter-spacing: 2px;
  }
  .news_index_ul .Ltextlist .s2 {
    letter-spacing: 1px;
  }
}

/*大屏幕样式*/
@media screen and (min-width: 769px) {
  .logo {
    margin-top: 21px;
    margin-bottom: 5px;
    max-width: 350px;
  }
  /*导航样式*/
  .navbar {
    margin: 0px;
    margin-top: 24px;
    border-top: 1px #eeeeee solid;
    /*border-bottom:1px #EEEEEE solid;*/
    background-color: #fff;
    min-height: 50px;
  }
  .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    /* border-top: 2px #fff solid; */
    font-size: 14px;
    padding: 15px 16px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    /* color: #00aba5; */
    font-weight: bold;
    border-top: 2px #e01e1e solid;
    background: #fff;
    color: black;
  }
  .navbar-brand {
    display: none;
  }
  /*导航-触发滚动*/
  .navbar-fixed-top {
    min-height: 50px;
    margin-top: 0px;
    opacity: 0.9;
  }
  .navbar-fixed-top ul.navbar-nav > li > a {
    padding: 15px 16px;
  }
  /*导航二级菜单*/
  .nav_small {
    background-color: #fff;
    padding: 10px 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    border: none;
    /* border-top: 2px #00aba5 solid; */
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);

    /* box-shadow: none; */
  }
  .nav_small > li > a {
    line-height: 20px;
    padding: 7px 0px;
    text-align: center;
    color: #666666;
    font-size: 13px;
  }
  .nav_small > li > a:hover {
    color: #fff;
    background: #cf392f url(/uploads/images/green.png);
  }
  #app_menudown,
  #search_btn {
    display: none;
  }
  .mfoot_box {
    display: none;
  }
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
  .phone_quick {
    display: block;
  }
  .pcQuick{
    display: none;
  }

  .product_sub_ul li {
    width: auto !important;
  }
  .news_index_ul .Ltextlist ul li {
    padding: 0;
  }

  .top_welcome,
  .top_tel,
  .top_search {
    display: none;
  }
  .logo {
    display: block;
    margin: 0 10px;
    margin-top: 25px;
    margin-bottom: 18px;
    max-width: 300px;
  }
  #search_btn {
    float: right;
    margin-top: 7px;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 4px;
    color: #55595c;
  }
  #search_btn:hover,
  #search_btn:focus {
    cursor: pointer;
    background-color: #585858;
    color: #fff;
  }
  .navbar {
    margin: 0px;
    border: 0px;
    min-height: 50px;
    border-top: 1px #eeeeee solid;
    /*border-bottom:1px #EEEEEE solid;*/
  }
  .navbar-default .navbar-brand {
    color: #55595c;
    font-size: 16px;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #55595c;
  }
  .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #585858;
  }

  .navbar-default .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-default .navbar-nav > li:last-child {
    border: none;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #585858;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #585858;
    color: #fff;
  }
  #app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
  }
  #app_menudown:hover {
    background-color: #585858;
  }
  .navbar-fixed-top {
    margin-top: 0px;
    opacity: 0.9;
  }

  /*手机-首页产品*/
  .product_head h2 {
    margin-top: 30px;
    font-size: 25px;
  }
  .product_head p {
    font-size: 14px;
    margin-top: 8px;
  }

  .news_index li {
    margin-right: 0px;
  }
  .news_index li a {
    font-size: 14px;
  }
  /*手机-四大优势*/
  .tabs_bg {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .tabs_head h2 {
    font-size: 30px;
  }
  .tabs_head span {
    font-size: 12px;
  }
  .tabs_head p {
    margin-bottom: 40px;
  }
  .nav-tabs {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-tabs > li {
    margin-bottom: 10px;
  }
  .nav-tabs > li > a {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .tab-content {
    margin-top: 10px;
  }
  .tab_img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .tab_h3 {
    font-size: 26px;
    margin: 30px 0px 18px 0px;
  }
  .tab_p {
    margin: 15px 0px 0px 0px;
    line-height: 26px;
  }
  .tab_more {
    display: block;
    width: 170px;
    padding: 10px 0px;

    margin: 30px auto 40px auto;
  }

  /*手机-首页案例*/
  .case_head h2 {
    color: #fff;
    margin-top: 40px;
    font-size: 26px;
  }
  .case_head p {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
    display: none;
  }
  .case_img {
    min-height: 150px;
  }
  .case_list2 div.case_img {
    min-height: 150px;
  }

  /*手机-首页公司简介*/
  .about_bg {
    margin-top: 20px;
  }
  .about_head h2 {
    margin-top: 45px;
    font-size: 26px;
  }
  .about_head p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 35px;
    display: none;
  }
  .about_h3 {
    font-size: 30px;
  }
  .about_content {
    margin-top: 0px;
  }
  .about_btn {
    display: block;
    margin: 10px auto;
  }

  /*手机-首页新闻*/
  .news_head {
    margin-bottom: 0px;
  }
  .news_head h2 {
    margin-top: 40px;
    font-size: 26px;
  }
  .news_head p {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .news_h3 {
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
  }
  .news_ul li {
    color: #000;
    border-bottom: 1px dotted #dddddd;
    background: url(../image/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 14px;
  }
  .news_time,
  .right_new_time,
  .news_time_p,
  .news_des {
    display: none;
  }
  .news_img img {
    display: none;
  }
  .news_img a {
    font-weight: normal;
    font-size: 14px;
  }

  /*手机-首页合作客户*/
  .cooperation_head {
    margin-top: 0px;
  }
  .cooperation_head h2 {
    margin-top: 10px;
    font-size: 30px;
  }
  .cooperation_head p {
    font-size: 14px;
    margin-top: 8px;
    display: none;
  }
  .cooperation_img {
    min-height: 100px;
  }

  .page_bg {
    display: none;
  }
  .right_contents img,
  .product_con img,
  .photo_con img {
    max-width: 100%;
  }
  .feedback {
    margin-top: 20px;
  }

  #pic-page a img {
    width: 35px;
  }
  #cmsFloatPanel {
    display: none;
  }
  .point span.to_prev,
  .point span.to_next {
    text-align: left;
    padding-bottom: 8px;
  }

  /*手机-底部信息*/
  footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .footer_logo,
  .footer_logo_text {
    display: none;
  }
  .footer_contact {
    margin-bottom: 30px;
  }

  .footer_qrcode {
    display: block;
    /* max-width: 130px; */
    margin: 0 auto;
    margin-top: 25px;
  }
  .footer_qrcode_text {
    width: 130px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 35px;
  }

  /*手机-友情链接*/
  .link_box {
    padding-left: 7px;
    margin-bottom: 50px;
  }
  .link_box a {
    display: block;
    border-right: 0px;
    padding: 4px 0px;
  }
  .link_title {
    display: block;
  }
  .link_title:after {
    content: "";
  }
  .link_box button {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: -20px;
  }
  .link_box button:hover,
  .link_box button:focus {
    color: #97f3e7;
  }
  .link_list {
    display: none;
    padding-top: 7px;
  }

  /*手机-Tags标签*/
  .tags_box {
    padding-left: 7px;
    margin-bottom: 50px;
  }
  .tags_box a {
    display: block;
    border-right: 0px;
    padding: 4px 0px;
  }
  .tags_title {
    display: block;
  }
  .tags_title:after {
    content: "";
  }
  .tags_box button {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: -20px;
  }
  .tags_box button:hover,
  .tags_box button:focus {
    color: #97f3e7;
  }
  .tags_rows {
    display: none;
    padding-top: 7px;
  }

  /*手机-底部按钮*/
  .mfoot_box {
    background-color: #fafafa;
  }
  .mfoot_nav {
    width: 33%;
    float: left;
    background-color: #fafafa;
    text-align: center;
    color: #898989;
    cursor: pointer;
  }
  .mfoot_nav:hover,
  .mfoot_nav:focus {
    background-color: #e4e4e4;
    cursor: pointer;
  }
  .mfoot_nav a {
    color: #898989;
    display: block;
    cursor: pointer;
  }
  .mfoot_nav a:hover,
  .mfoot_nav a:focus {
    text-decoration: none;
  }
  .mfoot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
  }
  .mfoot_share {
    width: 240px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .copyright_p {
    display: none;
  }
  .order,
  .sx,
  .tel,
  .wx {
    display: none;
  }
  .top_enters {
    margin-top: 28px;
  }
}

/*320px到768px*/
@media screen and (min-width: 320px) and (max-width: 768px) {
  .top_enters {
    display: none;
  }
  .col-mm-1,
  .col-mm-2,
  .col-mm-3,
  .col-mm-4,
  .col-mm-5,
  .col-mm-6,
  .col-mm-7,
  .col-mm-8,
  .col-mm-9,
  .col-mm-10,
  .col-mm-11,
  .col-mm-12 {
    float: left;
  }
  .col-mm-12 {
    width: 100%;
  }
  .col-mm-11 {
    width: 91.66666667%;
  }
  .col-mm-10 {
    width: 83.33333333%;
  }
  .col-mm-9 {
    width: 75%;
  }
  .col-mm-8 {
    width: 66.66666667%;
  }
  .col-mm-7 {
    width: 58.33333333%;
  }
  .col-mm-6 {
    width: 25%;
  }
  .advantage_col a{
    font-size: 12px;
  }
  /* 手机快捷导航 */
  .col-mm-6-block {
    width: 44%;
  }
  .blocks .block {
    padding: 15px 2px;
    margin: 10px;
  }
  .blocks .block .name {
    font-size: 13px;
  }
  /* 手机科室分类 */
  .product_ul .li1 {
    min-width: 120px;
  }
  .product_ul .li2,
  .li3 {
    min-width: 100px;
  }
  .product_sub_ul {
    padding: 10px 5px;
  }
  .product_sub_ul li {
    height: auto !important;
    margin: 5px 5px;
    line-height: normal !important;
  }
  .product_sub_ul li a {
    padding: 10px 10px !important;
  }
  /* 底部信息 */
  footer {
    padding-top: 0;
  }
  .footmobile {
    flex-direction: column;
    padding-top: 0px !important;
  }
  .footer_contact {
    margin: 15px 0;
  }
  .footcenter p {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
  .link_a {
    text-align: center;
    padding-bottom: 50px;
  }

  .col-mm-5 {
    width: 41.66666667%;
  }
  .col-mm-4 {
    width: 33.33333333%;
  }
  .col-mm-3 {
    width: 25%;
  }
  .col-mm-2 {
    width: 16.66666667%;
  }
  .col-mm-1 {
    width: 8.33333333%;
  }
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.self-link {
  padding-top: 20px;
}
.self-link a {
  margin: 2px 0;
}
.mb-30 {
  margin-bottom: 20px;
}

/* 新闻中心 */
.news_index_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.news_index_ul .num1 {
  float: left;
  width: 32%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0 1%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 5px rgba(40, 120, 255, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.05);
}

/* 新闻列表 */
.news_index_ul .Ltextlist {
  clear: left;
  display: block;
}
.news_index_ul .Ltextlist ul li {
  padding: 10px 0;
  width: 100%;
  display: block;
}
.news_index_ul .Ltextlist .news-dot-list li {
  position: relative;
  padding-left: 16px;
}
.news_index_ul .Ltextlist .news-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #cb3737;
  border-radius: 50%;
  transform: translateY(-50%);
}
.news_index_ul .Ltextlist ul li a {
  color: #333;
  font-size: 16px;
  display: block;
  width: 100%;
.news_index_ul .news-card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 6px 0;
}
.news_index_ul .notice-card {
  flex: 1;
  background: #fff8f8;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 8px 24px rgba(211, 47, 47, 0.12);
  display: flex;
  flex-direction: column;
}
.news_index_ul .notice-card-header {
  padding: 0;
  margin-bottom: 12px;
  border-bottom: none;
}
.news_index_ul .notice-card-header .notice-title {
  margin: 0;
  font-size: 20px;
}
.news_index_ul .notice-card-header .notice-more {
  margin-top: 0;
  margin-right: 0;
}
.news_index_ul .notice-card-list {
  flex: 1;
}
.news_index_ul .notice-card-list .litext {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news_index_ul .notice-card-list .new1 .s1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
  text-align: left;
  text-decoration: none;
  /* white-space: nowrap;  */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.news_index_ul .Ltextlist .s1 {
  font-family: "微软雅黑";
  font-size: 15px;
  color: black;
}

.nowrap{
  white-space: nowrap; /* 防止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.news_index_ul .Ltextlist .s2 {
  margin-top: 10px;
  color: #878383;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: right;
  white-space: nowrap; /* 防止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.new1 {
  border-bottom: 1px solid #cccccc63;
}
.news_index_ul .Ltextlist .new1:nth-last-child() {
  border-bottom: none;
}

/* 新闻头 */
.news_index_ul .notice-ta {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.news_index_ul .notice-ta .notice-title {
  display: flex;
  align-items: center;
}
.news_index_ul .notice-ta .icon {
  background-color: #cb3737;
  height: 20px;
  width: 6px;
  border-radius: 10px;
  margin-right: 10px;
}
.news_index_ul .notice-ta a {
  width: 20%;
  float: right;
  display: block;
  height: 20px;
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
  /* border: 1px solid #333; */
  border-radius: 9px;
  margin-right: 25px;
}
.news_index_ul .notice-ta a:hover {
  background-color: #d3601d;
  text-decoration: none;
  color: #ffffff;
}
.news_index_ul .notice-more {
  font-size: 12px;
  color: #878383;
}
.news_index_ul .litext {
  padding-left: 25px;
  padding-right: 25px;
}

/* 新闻头图片 */
.news_index_ul .notice-img {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
}
.news_index_ul .notice-img img {
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  height: 150px;
  width: 100%;
}
.news_index_ul .notice-img:hover img {
  transform: scale(1.2);
}

/* 科室分类 */
.departType {
  margin: 10px 0 0 0;
}

.product_ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0 15px;
}
.product_ul li {
  height: 48px;
  width: 14.6%;
  line-height: 50px;
  background-color: #bb4e47;
  border-radius: 10px 10px 0 0;
}

.product_ul .li2 {
  height: 48px;
  width: 14.6%;
  line-height: 50px;
  background-color: #c6a268;
  border-radius: 10px 10px 0 0;
}

.product_ul .li3 {
  height: 48px;
  width: 14.6%;
  line-height: 50px;
  background-color: #858383;
  border-radius: 10px 10px 0 0;
}

.product_ul .li1 {
  border-radius: 10px 10px 0 0;
  height: 48px;
  display: inline-block;
  width: 14.6%;
  line-height: 53px;
  background-color: #bb4e47;
}

.product_ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  /* border-bottom: 2px solid rgb(1, 140, 203); */
}
.product_ul li:hover,
.product_ul li:focus {
  color: #fff;
  text-decoration: none;
  background-color: #dd6259;
  cursor: pointer;
}

/* 子目录 */

.product_sub_ul {
  list-style: none;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  box-shadow: 0 6px 20px 5px rgba(40, 120, 255, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.05);
}
.product_sub_ul li {
  width: 200px;
  display: inline-block;
  height: 50px;
  margin: 10px 5px;
  line-height: 50px;
  overflow: hidden;
}

.product_sub_ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 100%;
  color: #555;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 20px;
  box-shadow: 0 6px 20px 5px rgba(40, 120, 255, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.05);
}

.product_sub_ul li a:hover,
.product_sub_ul li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #de7070;
  cursor: pointer;
}



/* 新媒体矩阵样式 */
.qrcode-div {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.qrcode-carousel-wrapper {
  position: relative;
  max-width: 1200px;
}

.qrcode-carousel {
  overflow: hidden;
  border-radius: 12px;
}

.qrcode-list {
  display: flex;
  transition: transform 0.3s ease;
}

.qrcode-item {
  flex: 0 0 25%;
  text-align: center;
  padding: 20px;
}

.qrcode-item img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.qrcode-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.qrcode-item h4 {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.qrcode-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.qrcode-nav-btn:hover {
  background: white;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transform: translateY(-50%) scale(1.1);
}

.qrcode-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.qrcode-prev {
  left: 20px;
}

.qrcode-next {
  right: 20px;
}

.qrcode-more {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.qrcode-more:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* 专题板块样式 */
.special-topics {
  background: white;
}

.topics-carousel-wrapper {
  position: relative;
  max-width: 1200px;
}

.topics-carousel {
  overflow: hidden;
  border-radius: 12px;
}

.topics-list {
  display: flex;
  transition: transform 0.3s ease;
}

.topic-item {
  flex: 0 0 33.333%;
}

.topic-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px 5px rgba(40, 120, 255, 0.1), 0 16px 24px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.topic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px 5px rgba(40, 120, 255, 0.15), 0 20px 40px 2px rgba(0, 0, 0, 0.1);
}

.topic-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.topic-card:hover img {
  transform: scale(1.05);
}

.topic-card > div {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.topic-card h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}

.topic-card p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  flex: 1;
}

.topics-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.topics-nav-btn:hover {
  background: white;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transform: translateY(-50%) scale(1.1);
}

.topics-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.topics-prev {
  left: 20px;
}

.topics-next {
  right: 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .qrcode-item {
    flex: 0 0 50%;
  }
  
  .topic-item {
    flex: 0 0 100%;
  }
  
  .qrcode-nav-btn,
  .topics-nav-btn {
    width: 35px;
    height: 35px;
  }
  
  .qrcode-prev,
  .topics-prev {
    left: 10px;
  }
  
  .qrcode-next,
  .topics-next {
    right: 10px;
  }
  
  .qrcode-item img {
    width: 100px;
    height: 100px;
  }
  
  .topic-card img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .qrcode-item {
    flex: 0 0 100%;
  }
  
  .qrcode-item img {
    width: 80px;
    height: 80px;
  }
  
  .topic-card img {
    height: 120px;
  }
}

/* 移动端专用样式优化 */
@media (max-width: 767px) {
  /* 移动端头部优化 */
  header .container {
    padding: 0 15px;
  }
  
  /* 移动端专题聚焦和新媒体矩阵优化 */
  .media-topics-section {
    padding: 30px 0 !important;
  }
  
  .topics-section h3,
  .qrcode-section h3 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  
  .topic-item img {
    height: 160px !important;
  }
  
  .qrcode-grid {
    gap: 12px !important;
  }
  
  .qrcode-item {
    padding: 12px 8px !important;
  }
  
  .qrcode-item img {
    max-width: 100px !important;
    height: 100px !important;
  }
  
  .qrcode-item div {
    font-size: 11px !important;
    margin-top: 6px !important;
  }
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
  .topic-item img {
    height: 140px !important;
  }
  
  .qrcode-item img {
    max-width: 85px !important;
    height: 85px !important;
  }
  
  .topics-section h3,
  .qrcode-section h3 {
    font-size: 16px !important;
  }
}
