/* *{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;} */

/*====================头部*********/

.topbar {
  width: 100%;
  height: 35px;
  position: relative;
  background: #f5f5f5;
  line-height: 35px;
  font-size: 13px;
  z-index: 9999;
}

.topbar .topbar_right {
  margin-top: 15px;
  line-height: 1;
}

.topbar .topbar_right li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

.topbar .topbar_right li i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}

.topbar .topbar_right .iconjiantouxia {
  margin-left: 5px;
  font-size: 15px;
}

.topbar .topbar_right li .chile_con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  text-align: center;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
}

.topbar .topbar_right li .chile_con p {
  font-size: 12px;
  padding: 5px 0;
}

.topbar .topbar_right li .chile_con img {
  max-width: 100%;
}

.topbar .topbar_right li:hover .chile_con {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  height: 80px;
  background: #fff;
}

.header.scroll {
  position: fixed;
  top: 0;
  left: 0;
}

.header .logo {
  width: 19%;
  height: 65px;
  position: relative;
  margin-top: 12px;
}

.header .logo a img {
  max-height: 90px;
}



.header .add_top {
  position: relative;
  margin-top: 19px;
  cursor: pointer;
  margin-left: 20px;
}

.header .add_top .icon-dizhi2 {
  font-size: 30px;
  color: #23b53a;
  vertical-align: middle;
}

.header .add_top .icon-jiantouarrow486 {
  font-size: 16px;
  color: #999;
  transition: all 0.3s;
  margin-left: 0;
}

.header .add_top .add_list {
  opacity: 0;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
  margin-top: 0px;
  transition: all 0.3s;
  position: absolute;
  visibility: hidden;
  background: #fff;
}

.header .add_top:hover .add_list {
  opacity: 1;
  visibility: visible;
  margin-top: -3px;
}

.header .add_top .add_list a {
  padding: 0 5px;
}

.header .add_top .add_list .site {
  width: 280px;
  font-size: 13px;
}

.header .add_top .add_list .site .hotcity {
  background: #f5f5f5;
  line-height: 2;
  padding: 5px 10px;
}

.header .add_top .add_list .site .hotcity span {
  color: #23b53a;
}

.header .add_top .add_list .site .hotcity a {
  padding: 0 10px;
  color: #666;
}

.header .add_top .add_list .site .citylist {
  padding: 5px 10px
}

.header .add_top .add_list .site .citylist a {
  padding: 0 10px;
  color: #666;
}

.header .add_top .add_list .site a:hover {
  color: #23b53a;
}


.header .search {
  margin: 25px 18% 0 0;
  font-size: 12px;
  line-height: 40px;
  color: #999;
  position: relative;
}

.header .search .ui-input {
  border-radius: 20px 0 0 20px;
  border: 2px solid #23b53a;
  width: 280px;
  height: 40px;
  padding-left: 20px;
  float: left;
  box-sizing: border-box;
}

.header .search .ui-input:hover {
  background: none;
}

.header .search .ui-btn1 {
  width: 60px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  background: #23b53a url(../images/icon_search.png)no-repeat center;
  float: left;
  cursor: pointer;
}

.header .search .hot_sear a {
  padding: 0 5px;
  color: #999;
}

.header .top_tel {
  margin: 25px 0 0;
  line-height: 1.2;
  background: url(../images/top_tel.png)left center no-repeat;
  padding-left: 50px;
}

.header .top_tel p {
  font-size: 24px;
  color: #23b53a;
  font-weight: 600;
  font-family: Arial;
}



/*导航*/

.nav {
  height: 50px;
  display: block;
  width: 100%;
  z-index: 999;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.nav.scroll {
  position: fixed;
  animation: fadeInDown 0.5s linear forwards;
  top: 0;
  left: 0;
}

.navbar_nav .dropdown {
  float: left;
  position: relative;
  display: block;
  text-align: center;
}

.navbar_nav li .leve1 {
  text-decoration: none;
  height: 100%;
  color: #000;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.navbar_nav li .dropdown_menu li {
  font-size: 15px;
  line-height: 40px;
  margin: 5px 0;
}

.navbar_nav {
  display: flex;
}

.navbar_nav li {
  flex: 1;
}

.navbar_nav li.dropdown .dropdown_menu {
  margin-top: 0px;
  text-align: center;
  z-index: 9;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 120%;
  left: -10%;
}

.navbar_nav li.dropdown .dropdown_menu a {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 2px;
}

.navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #333;
  display: block;
}

.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  color: #23b53a;
}

.navbar_nav li.dropdown.active1 .leve1 {
  color: #23b53a;
  font-weight: bold;
}

.icon-jiantouarrow486 {
  margin-left: 5px;
  color: #999;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.navbar_nav .dropdown:hover .icon-jiantouarrow486 {
  transform: rotate(180deg);
}

.navbar_nav li.dropdown.active1 .icon-jiantouarrow486 {
  color: #23b53a;
}

.navbar_nav li.dropdown:hover .leve1,
.navbar_nav li.dropdown:hover .icon-jiantouarrow486 {
  color: #23b53a;
}


.navbar_nav li.dropdown .dropdown_menu.lymd_menu {
  width: 200vw;
  left: -77vw;
  margin-top: 1px;
}

.navbar_nav li.dropdown .lymd_menu .container {
  width: 1200px;
  margin: 0 auto;
}

.navbar_nav li.dropdown .lymd_menu .container .wrap {
  width: 300px;
  padding: 0 20px;
  border-right: 1px dashed #ddd;
  float: left;
  box-sizing: border-box;
  margin: 20px 0;
  text-align: left;
}

.navbar_nav li.dropdown .lymd_menu .container .wrap .list {
  overflow: hidden;
}

.navbar_nav li.dropdown .lymd_menu .container .wrap .list a {
  display: inline-block;
  width: 30.33%;
  text-align: left;
  float: left;
  padding: 0;
  color: #555;
}

.navbar_nav li.dropdown .lymd_menu .container .wrap .list a:hover {
  color: #23b53a;
}

.navbar_nav li.dropdown .dropdown_menu.menu_leve3 {
  width: 200vw;
  left: -96vw;
  margin-top: 1px;
  padding: 20px 0;
}

.navbar_nav li.dropdown .dropdown_menu.menu_leve3 a {
  display: inline-block;
  line-height: 2;
  padding: 0 20px;
}

.navbar_nav li.dropdown .dropdown_menu.menu_leve3 a i {
  display: block;
  font-size: 40px;
  line-height: 1.5;
}

/*homemain */

.wrapper,
.container {
  width: 1200px;
  margin: 0 auto;
}

.homemain .title {
  text-align: center;
  padding-bottom: 30px;
}

.homemain .title h3 {
  font: 600 36px "Microsoft yahei";
  color: #222;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.homemain .title h3::before {
  width: 50px;
  height: 2px;
  background: #ccc;
  left: 100%;
  content: '';
  position: absolute;
  top: 49%;
}

.homemain .title h3::after {
  width: 50px;
  height: 2px;
  background: #ccc;
  right: 100%;
  content: '';
  position: absolute;
  top: 49%;
}

.homemain .title .tit_des {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.imgarea img {
  width: 100%;
  transition: all 0.5s ease;
  height: 100%;
}

.imgarea:hover img {
  transform: scale(1.1);
}

#owl-banner {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#owl-banner .item {
  height: 450px;
  text-align: center
}

#owl-banner .owl-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
}

#owl-banner .owl-controls .owl-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
}

#owl-banner .owl-controls .owl-page span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #fff;
}

#owl-banner .owl-controls .owl-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
  background: none;
  opacity: 0.8;
}

#owl-banner .owl-controls .owl-next {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
  background: none;
  opacity: 0.8;
}

#owl-banner .owl-controls .icon-arrow-lift,
#owl-banner .owl-controls .icon-arrow-right {
  font-size: 50px;
  line-height: 1;
}

#owl-banner .owl-controls .owl-page.active span,
#owl-banner .owl-controls.clickable .owl-page:hover span {
  background: #d20000;
  text-decoration: underline
}

.homemain .mod1 {
  background: #f6f6f6;
  padding: 30px;
}

.homemain .mod1 ul {
  width: 102%;
}

.homemain .mod1 ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #ddd;
  text-align: center;
  padding: 13px 0;
}

.homemain .mod1 ul li .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 45px;
}

.homemain .mod1 ul li .tit i {
  font-size: 46px;
  color: #23b53a;
  vertical-align: middle;
  margin-right: 8px;
}

.homemain .mod1 ul li .tit i.icon-hetong7 {
  font-size: 40px;
}

.homemain .mod1 ul li .tit i.icon-coupon {
  display: inline-block;
  transform: rotate(-45deg) translateX(-50%);
  transform-origin: 0 0;
}

.homemain .mod1 ul li:hover {
  box-shadow: 0 0 10px #ddd;
}

.homemain .mod2 {

}

.homemain .mod2 .ly_select {
  display: table;
  border: 1px solid #ddd;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  padding: 0 10px;
  margin: 0 auto 40px auto;
}

.homemain .mod2 .ly_select li {
  float: left;
  padding: 0 30px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  font-size: 17px;
}

.homemain .mod2 .ly_select li.active,
.homemain .mod2 .ly_select li:hover {
  color: #23b53a;
}

.homemain .mod2 .ly_select a {
  padding: 0 30px;
  font-size: 17px
}

.homemain .mod2 .ly_select a:hover {
  color: #23b53a;
}

.homemain .mod2 .ly_list {
  width: 102%;
  display: none;
}

.homemain .mod2 .ly_list li {
  float: left;
  width: 23%;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.homemain .mod2 .ly_list li .imgarea {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
}

.homemain .mod2 .ly_list li .imgarea img {
  height: 210px;
}

.homemain .mod2 .ly_list li .imgarea::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: url(../images/tj.png)left top no-repeat;
}

.homemain .mod2 .ly_list li .txtarea {
  padding: 10px 15px;
}

.homemain .mod2 .ly_list li h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.homemain .mod2 .ly_list li h5 span {
  color: #666;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.homemain .mod2 .ly_list li .des {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homemain .mod2 .ly_list li .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 8px 0;
}

.homemain .mod2 .ly_list li .ly_pice,
.homemain .mod2 .ly_list li .view {
  color: #666;
}

.homemain .mod2 .ly_list li .ly_pice span {
  color: #ff3c21;
}

.homemain .mod2 .ly_list li .view i {
  font-size: 12px;
  color: #999;
}

.homemain .mod2 .ly_list.show {
  display: block;
}



.homemain .mod3 {
  padding: 50px;
  background: #f5f5f5;
  overflow: hidden;
}

#tsly {
  position: relative;
}

#tsly .swiper-container {
  padding-bottom: 30px;
}

#tsly .swiper-slide {
  background: #fff;
  overflow: hidden;
}

#tsly .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

#tsly .swiper-slide:hover img {
  transform: scale(1.1);
}

#tsly .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#tsly .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#tsly .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#tsly .swiper-button-prev {
  left: -100px;
  width: auto;
  height: auto;
  background: none;
  margin-top: 0;
  top: 30%;
}

#tsly .swiper-button-next {
  right: -100px;
  width: auto;
  height: auto;
  background: none;
  margin-top: 0;
  top: 30%;
}

#tsly .swiper-button-prev i,
#tsly .swiper-button-next i {
  font-size: 80px;
  color: #aaa;
}

#tsly .art_con {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  margin-top: 10px;
  opacity: 1;
}

#tsly .art_con h4 {
  font-size: 24px;
  font-weight: normal;
}

#tsly .art_con p {
  font-size: 16px;
  margin: 10px 0 20px;
}

#tsly .art_con .more {
  padding: 3px 20px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

/*#tsly  .swiper-slide.swiper-slide-active .art_con{opacity: 1;visibility: visible;margin-top: 0px;transition: all 0.8s ease 0.3s;}*/



.homemain .mod4 {

  position: relative;
}

.homemain .mod4 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homemain .mod4 li {
  float: left;
  text-align: center;
  line-height: 1;
  position: relative;
}

.homemain .mod4 li i {
  font-size: 60px;
  line-height: 60px;
}

.homemain .mod4 li h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.homemain .mod4 li p {
  font-size: 12px;
  color: #666;
  margin-bottom: 30px;
}

.homemain .mod4 li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  line-height: 35px;
  background: #fff;
  transition: all 0.5s ease;
}

.homemain .mod4 .col1 i {
  font-size: 66px;
  color: #f45b60;
}

.homemain .mod4 .col2 i {
  color: #1aa2dc;
}

.homemain .mod4 .col3 i {
  color: #fb7c14;
}

.homemain .mod4 .col4 i {
  color: #6b4ced;
}

.homemain .mod4 .col5 i {
  color: #6cab1e;
}

.homemain .mod4 .col6 i {
  color: #17c9bb;
}

.homemain .mod4 .col7 i {
  color: #e50c29;
}

.homemain .mod4 .line {
  width: 88%;
  height: 1px;
  background: #ddd;
  margin-top: -20px;
  z-index: 0;
  margin-left: 60px;
}

.homemain .mod4 .col1:hover span {
  background: #f45b60;
  border-color: #f45b60;
  color: #fff;
}

.homemain .mod4 .col2:hover span {
  background: #1aa2dc;
  border-color: #1aa2dc;
  color: #fff;
}

.homemain .mod4 .col3:hover span {
  background: #fb7c14;
  border-color: #fb7c14;
  color: #fff;
}

.homemain .mod4 .col4:hover span {
  background: #6b4ced;
  border-color: #6b4ced;
  color: #fff;
}

.homemain .mod4 .col5:hover span {
  background: #6cab1e;
  border-color: #6cab1e;
  color: #fff;
}

.homemain .mod4 .col6:hover span {
  background: #17c9bb;
  border-color: #17c9bb;
  color: #fff;
}

.homemain .mod4 .col7:hover span {
  background: #e50c29;
  border-color: #e50c29;
  color: #fff;
}



.homemain .mod5 {
  padding: 50px 0 60px;
  position: relative;

}

.news .title h3 {
  color: #000;
}

.news .title .tit_des {
  color: #000；
}

.homemain .mod5 .title h3::before,
.homemain .mod5 .title h3::after {
  background: #fff;
}

.news .bd .fl {
  width: 60%;
  background: #fff;
  border-radius: 5px;
}

.news .bd .tab {
  float: left;
}

.news .bd .top {
  margin: 10px 30px 0 30px;
  line-height: 40px
}

.news .bd .tab span {
  line-height: 30px;
  margin-right: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

.news .bd .tab .select {
  color: #23b53a;
  border-bottom: 2px solid #23b53a
}

.news_date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .bd .more {
  color: #666666
}

.news .bd .more:hover {
  color: #23b53a;
}

.news .bd .bot {
  margin: 15px 30px 30px
}

.news .bd .bot .tab_cont {
  display: none
}

.news .bd .bot .show {
  display: block
}

.news .bd .bot .fl {
  width: 45%;
}

.news .bd .bot .imgarea {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.news .bd .bot .imgarea img {
  width: 100%;
  max-height: 100%
}

.news .bd .bot .fl h5 {
  margin-top: 10px;
}

.news .bd .bot .tit {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .bd .bot span {
  color: #23b53a
}

.news .bd .bot span:last-child {
  margin-left: 20px
}

.news .bd .bot .txt {
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px
}

.news .bd .bot .fr {
  width: 50%;
}

.news .bd .bot .fa-circle {
  font-size: 8px !important;
  color: #23b53a;
  margin-right: 10px
}

.news .bd .bot .fr li {
  margin-bottom: 15px
}

.news .bd .bot .fr .des {
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}



.news .bd .question {
  width: 38%;
  background: #fff;
  border-radius: 5px;
  min-height: 365px;
}

.news .bd .fr .top {
  border-bottom: 1px solid #dddddd;
}

.news .bd .question .tit {
  font-weight: 600;
  width: 70%;
  color: #000;
  font-size: 16px
}

.news .bd .question ul {
  margin: 20px 30px 30px 30px;
}

.news .bd .question ul li {
  margin-bottom: 15px
}

.news .bd .question ul .tit {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .bd .question ul .des {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  color: #666666
}



.homemain .mod6 {

}

.homemain .mod6 ul {
  width: 103%;
}

.homemain .mod6 ul li {
  width: 30.33%;
  margin-right: 3%;
  float: left
}

.homemain .mod6 ul li p {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}



.foot {
  position: relative;
  background: #fff;
}

.foot .top {
  width: 100%;
  color: #fff;
  background: url(../images/foot_bg.jpg)center no-repeat;
  padding: 50px 0;
  text-align: center;
  background-size: cover;
}

.foot .top li {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
}

.foot .top li h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 5px;
}

.foot .bot {
  background: #1c1c1c;
  color: #fff;
  padding: 40px 0 40px;
}

.foot .bot .bot_nav a {
  border-right: 1px solid #fff;
  line-height: 13px;
  display: inline-block;
  color: #fff;
  padding-right: 30px;
  margin-right: 30px;
}

.foot .bot .bot_nav a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.foot .bot .copyright {
  margin: 15px 0;
}

.foot .bot .copyright a {
  padding-right: 50px;
  color: #999;
}

.bot_tel {
  color: #999;
}

.foot .bot .bot_tel span {
  padding-right: 40px;
  border-right: 1px solid #fff;
  line-height: 13px;
  margin-right: 40px;
}

.foot .bot .bot_tel span:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.foot .bot .code {
  width: 35%;
  overflow: hidden;
}

.foot .bot .code li {
  width: 50%;
  float: left;
  text-align: center;
}

.foot .bot .code li img {
  max-width: 105px;
}

.foot .bot .code li p {
  margin-top: 5px;
}

.frendlink {
  color: #999;
  margin-top: 14px;
}

.frendlink a {
  color: #999;
  margin-right: 10px;
}

.fixed_bot {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 99;
}

.fixed_bot h4 {
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 25px;
}

.fixed_bot span {
  margin-left: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: url(../images/gou.png)center left no-repeat;
  padding-left: 40px;
}

.fixed_bot span.fr {
  background: url(../images/bot_tel.png)center left no-repeat;
  padding-left: 55px;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}





.fixed-r {
  position: fixed;
  width: 60px;
  height: 275px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  z-index: 999;
}

.fixed-r ul li {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  margin-bottom: 1px;
}

.fixed-r ul li .sidebox {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #646577;
  color: #fff;
  font: 15px/60px;
  overflow: hidden;
}

.fixed-r ul li .sidetop,
.fixed-r ul li .wx {
  width: 60px;
  height: 60px;
  display: block;
  background: #646577;
  transition: all 0.3s;
}

.fixed-r ul li i {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}

.fixed-r .wx {
  position: relative;
}

.fixed-r .wx .wx_code {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(20, 38, 78, 0.5);
  padding: 4px;
  left: -110px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
  text-align: center;
}

.fixed-r .wx .wx_code img {
  max-width: 100%;
}

.fixed-r .wx:hover .wx_code {
  display: block;
}

.fixed-r ul li .sidetop:hover,
.fixed-r ul li .sidebox:hover,
.fixed-r .wx:hover {
  background: rgba(20, 38, 78, 0.5);
}



.cur_wrap_sidebar ul {
  position: fixed;
  top: 50%;
  margin-top: -162px;
  right: 0;
  z-index: 1000;
  overflow: visible;
}

.cur_wrap_sidebar ul li {
  width: 60px;
  height: 70px;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1px;
}

.cur_wrap_sidebar ul li a {
  color: #fff;
}

.cur_wrap_sidebar ul li.li_one .wrap_btn {
  border-radius: 2px 0 0 0;
}

.cur_wrap_sidebar ul li.li_four .wrap_btn {
  border-radius: 0 0 0 2px;
  border-bottom: none;
}

.cur_wrap_sidebar ul li.li_two .wrap_left,

.cur_wrap_sidebar ul li.li_four .wrap_left {
  padding-right: 10px;
  position: absolute;
  left: -133px;
  top: 0;
  visibility: hidden;
}

.cur_wrap_sidebar ul li.li_two .wrap_left:after,

.cur_wrap_sidebar ul li.li_four .wrap_left:after {

  content: '';

  width: 10px;

  height: 10px;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  position: absolute;

  right: 5px;

  top: 20px;

  background: #fff;

  z-index: -1;

}

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img,

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img {
  background: #fff;
  padding: 10px;
  width: 110px;
  height: 65px;

  display: table-cell;

  justify-content: center;

  align-items: center;

  vertical-align: middle;
  color: #333;
  text-align: center;
  font-size: 13px;
  border: 1px solid #646577;
  border-radius: 5px;
}

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img h5 {
  font-size: 18px;
  color: #8c8c8c;
}

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img p {
  font-size: 13px;
  line-height: 1.7;
}

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img p.p_two {
  margin-top: 7px;
}

.cur_wrap_sidebar ul li.li_two .wrap_left .wrap_img img {
  width: 110px;
}

.cur_wrap_sidebar ul li.li_five .wrap_btn {
  border-radius: 2px 0 0 2px;
  border: none;
}

.cur_wrap_sidebar ul li .wrap_btn {

  overflow: hidden;

  width: 60px;

  height: 70px;

  position: absolute;

  right: 0;

  background: rgb(230, 230, 230);

  text-align: center;

  cursor: pointer;

  transition: width 0.3s ease;

  -webkit-transition: width 0.3s ease;

  -o-transition: width 0.3s ease;

  -moz-transition: width 0.3s ease;

}

.cur_wrap_sidebar ul li .wrap_btn .iconfont {
  font-size: 30px;
  color: #e6e6e6;
  margin-top: 16px;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  background: #23b53a;
}

.cur_wrap_sidebar ul li .wrap_btn .iconfont.icon-fanhuidingbu {
  font-size: 24px;
}

.cur_wrap_sidebar ul li .wrap_btn .iconfont::after {
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 7px;
}

/* .cur_wrap_sidebar ul li .wrap_btn .icon-phone::after{content: "服务热线"} */

/* .cur_wrap_sidebar ul li:nth-child(2) .wrap_btn .icon-weixin::after{content: "官方微信"} */

/* .cur_wrap_sidebar ul li .wrap_btn .icon-QQ::after{content: "在线客服"} */

/* .cur_wrap_sidebar ul li .wrap_btn .icon-fanhuidingbu::after{content: "返回顶部"} */

.cur_wrap_sidebar ul li:hover .wrap_btn .iconfont {
  display: inline-block;
}

/* .cur_wrap_sidebar ul li:hover .wrap_btn .iconfont::after{display: none;} */

.cur_wrap_sidebar ul li span {
  vertical-align: middle;
}

.cur_wrap_sidebar ul li span.text {
  padding-bottom: 1px;
  font-size: 13px;
  text-align: center;
  display: none;
}

.cur_wrap_sidebar ul li:hover .wrap_btn {

  /* background:#23b53a; */

  /* width:110px; */

  height: 70px;

  /* padding-left: 18px; */

  /* text-align: left; */

  border: none;
  background: #23b53a;

}

.cur_wrap_sidebar ul li:hover .wrap_btn .iconfont {
  color: #23b53a;
  background: #e6e6e6;
}

.cur_wrap_sidebar ul li:first-child .wrap_btn {
  border-radius: 5px 0 0 0;
}

.cur_wrap_sidebar ul li:last-child .wrap_btn {
  border-radius: 0 0 0 5px;
}

/* .cur_wrap_sidebar ul li:hover span.text{display: inline-block;} */
/* .cur_wrap_sidebar ul li:hover span.iconfont{margin-right: 8px;} */
.cur_wrap_sidebar ul li.li_two:hover .wrap_left,

.cur_wrap_sidebar ul li.li_four:hover .wrap_left {

  visibility: visible;

  transition-property: visibility;

  -webkit-transition-property: visibility;

  -o-transition-property: visibility;

  -moz-transition-property: visibility;

  transition-delay: 0.2s;

  -webkit-transition-delay: 0.2s;

  -o-transition-delay: 0.2s;

  -moz-transition-delay: 0.2s;

}

.cur_wrap_sidebar ul li .wrap_btn .icon-QQ:before {
  margin-left: -5px;
}

#bot_box {
  position: absolute;
  background: #fff;
  max-height: 200px;
  width: 250px;
  top: 35px;
  left: 20px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 0 5px #ddd;
}

#bot_box ul li {
  list-style: none;
  line-height: 25px;
  padding-left: 25px;
  font-size: 15px;
  color: #666;
}

#bot_box ul li:hover {
  background: #BCBCBC;
}

.sel {
  background: #BCBCBC;
}



@media (max-width: 768px) {
  .cur_wrap_sidebar {
    display: none;
  }
}



/* 弹出框 */
.bt-form-layer {
  position: fixed;
  background: rgba(0, 0, 0, .7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt-form {
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  width: 85%;
  max-width:320px;
  padding-bottom: 30px;
}

.bt-form .form-close {
  text-align: right;
  padding: 5px 15px;
  font-size: 16px;
}

.bt-form h3 {
  text-align: center;
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 10px;
  font-weight: normal;
}

.bt-form form {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}

.bt-form form input {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2.2;
  padding: 0 15px;
  border: solid 1px #d4d5d6;
}

.bt-form form select {
  padding: 9px 15px;
  margin-bottom: 10px;
  border: solid 1px #d4d5d6;
  font-size: 16px;
}

.bt-form form button {
  font-size: 16px;
  line-height: 2.2;
  cursor: pointer;
  background-color: #05ad8f;
  border: solid 1px #333;
  color: #fff;
}

/* 内容详情页机构 */


/*附属显示页*/
span.red{
    color: #e90000;
}
.con_left .article_cont .ly_list{
  margin-top: 20px;
}
.con_left .article_cont .ly_list li .txtarea{
  width: 400px;
}
@media screen and (max-width: 680px){
  .con_left .article_cont .ly_list li{
    border: 1px solid #ddd;
    padding: 5px;
  }
  .con_left .article_cont .ly_list li h4{
    font-size: 15px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .con_left .article_cont .ly_list li .txtarea p.tedian{
      display: inline;
  }
  .con_left .article_cont .ly_list li .imgarea{
    margin-right: 5px;
  }
  .con_left .article_cont .ly_list li .txtarea{
    margin-right: 0;
    width: calc(100% - 145px);
  }
  .con_left .article_cont .ly_list li .txtarea .tag{
     display: none; 
  }
  .con_left .article_cont .ly_list li .m_lytd{
    display: none;
  }
  .con_left .article_cont .ly_list li .q_price span{
    font-size: 18px;
  }
}

/* 右侧样式 */
.con_right{
  padding-top: 40px;
}
.con_right .sidebar{
  border: solid 1px #eee;
  margin-bottom: 25px;
}
.con_right .sidebar .sidebar-tt{
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border-top: solid 2px #23b53a;
  border-bottom: solid 1px #eee;
}
.con_right .sidebar .sidebar-ct{
  padding: 0 10px;
}
.con_right .sidebar .sidebar-ct li{
  display: -webkit-flex;
  display: flex;
  padding: 8px 0;
  border-bottom: solid 1px #eee;
}
.con_right .sidebar .sidebar-ct li:last-child{
  border-bottom: none;
}
.con_right .sidebar .sidebar-ct li .img{
  width: 80px;
  margin-right: 5px;
}
.con_right .sidebar .sidebar-ct li .jgtt{
  width: calc(100% - 80px);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con_right .sidebar .sidebar-ct li .jgtt .ft{
  font-weight: bold;
  font-size: 15px;
}
.con_right .sidebar .sidebar-ct li .jgtt .fl{
  width: fit-content;
  font-size: 12px;
  background-color: #74ccd4;
  padding: 1px 10px;
  color: #fff;
}
.con_right .sidebar .sidebar-ct li .img img{
  width: 100%;
}
.con_right .sidebar .sidebar-ct .tt{
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.news-article p{
    padding: 0!important;
    line-height: 30px!important;
    margin: 0 0 28px 0;
    font-size:16px!important;
}
.news-article a{
    color: #23b53a;
}