@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;

  font-size: 0;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none; */
}

.tans {
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 200px;
  z-index: 100;

}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input:focus,
textarea:focus {
  outline: none;
}

/* 图片自适应 */
img {
  height: auto;
  width: auto\9;
  /* ie8 */
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC" !important;
  color: #555;

  overflow-x: hidden;
  padding-top: 75px;
}

.index {
  background: #fff;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.m_top50 {
  margin-top: 30px;
}

/* body {
  font-size: 0 !important;
} */

.er_ul li:hover .cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.w84 {
  width: 84.2%;
}

.tr {
  text-align: right;
}

.displaynone {
  display: none;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.overh {
  overflow: hidden;
}

.w80 {
  width: 80%;
}

.bg_logo {
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 290px;
  height: 46px;
}

.pa_top {
  top: 8%;
  left: 0;
  right: 0;
}

.daohang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 16px 34px 0 60px;
  transition: 600ms ease-in-out;
  border-bottom: 5px solid rgb(20, 194, 204);

}

.index_a {
  position: relative;
  width: 23%;
  margin-bottom: 0px;
}


.index_a h1 {
  opacity: 0;
  position: absolute;
  z-index: -1px;
}

.dianhua {
  width: 77%;
}

.daohang.actives {
  padding: 10px 34px 0 60px;
}

.daohang.actives .daohang_ul>li>a {
  padding-bottom: 14px;
}

.daohang_ul {
  text-align: right;
  margin-top: 6px;
}

.daohang_ul>li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  transition: 600ms ease-in-out;
  /* padding: 0 35px 0px 35px; */
  padding: 0 35px 0px 0px;
  position: relative;

}





.daohang_ul>li>.info {
  float: left;
  width: 50%;
  color: rgb(84, 84, 84);
  text-align: left;
}

.info p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 30px;
}

.er_ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;

  padding: 10px;
  transition: 600ms ease-in-out;
  opacity: 0;
  transform: scale(0);
  top: 50px;
}

.er_ul>li>a {
  color: #000000;

  display: block;
  font-size: 13px;
}

.er_ul>li {
  text-align: center;
  line-height: 30px;
}

.er_ul>li:hover a {
  color: #14c2cc;
}








.daohang_ul>li:hover .er_ul {
  transition: 600ms ease-in-out;
  opacity: 1;
  display: block;
  transform: scale(1);
}

.daohang_ul>li>a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding-bottom: 24px;
  font-weight: 400;
}

.daohang_ul>li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.daohang_ul>li:last-child:hover {
  border-bottom: none;
}

.daohang_ul>.active>a,
.daohang_ul>li:hover>a {
  color: #14c2cc;
  font-weight: bold;
  font-size: 19px;
}

.yuan,
.souauo {
  display: inline-block;
}

.yuan i,
.souauo i {
  color: #000000;
  cursor: pointer;
}

.yuan>a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

.yuan>a:hover {
  color:#14c2cc;
}

.lunbo_ul {
  margin-top: 20px;
}

.lunbo_ul>li>a {
  display: inline-block;
  color: rgba(225, 225, 225, 0.8);
  font-size: 16px;
  line-height: 33px;
}

.p1 {
  color: #000000;
  /**font-size: 48px;*/
  text-align: center;

  font-weight: bold;
  /* text-shadow: 0px 0px 4px rgb(97, 94, 94); */
}

.p2 {
  color: #000000;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  /* text-shadow: 0px 0px 4px rgb(97, 94, 94); */
}

.p3 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.667;
  /* text-shadow: 0px 0px 4px rgb(97, 94, 94); */
}

.er_uls {
  background: rgba(238, 238, 238, 0.902);
  padding: 25px;
  box-shadow: 2.5px 2px 2px 0px rgb(216, 215, 215);
}

.er_uls .overh {
  background: #fff;
}

.hover_p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 42px;
  text-align: center;
  margin-bottom: 5px;
}

.er_uls>li {
  width: 23%;
  float: left;
  margin-right: 2.33%;
  margin-bottom: 25px;
}

.er_uls>li:nth-child(4n) {
  margin-right: 0%;
}

.er_uls>li:hover .hover_p {
  color: #fff;

}

.er_uls>li:hover .overh {
  background: rgb(201, 55, 76);
}

.imgs_wen {
  top: 50%;
  right: 18%;
  transform: translateY(-50%);
}

.huandong {
  text-align: center;
  bottom: 2%;
  left: 0;
  right: 0;

  cursor: pointer;

  z-index: 3;
}

.huandong img {
  animation: myfirst 1s infinite;
  display: none;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.phone_img {
  display: none;
}

.lianjie {
  color: #c9c9c9;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e7e7e;
}

.lianjie>p {
  display: inline-block;
  margin-right: 10px;
}

.lianjie a {
  color: #c9c9c9;
  font-size: 14px;
}

.bei {
  font-size: 14px;
  color: #c9c9c9;
  line-height: 60px;
  text-align: right;
}

.foot a:hover {
  color: #fff;

  margin-left: 2px;
  transition: 600ms ease-in-out;
}

.foot_ul>li {
  float: left;
  padding-right: 110px;
}

.foot_ul>li:last-child {
  padding-right: 0px;
}

.foot_ul>li>p {
  font-size: 16px;
  color: #fff;
}

.foot_er_ul {
  margin-top: 10px;
  padding-bottom: 40px;
}

.foot_er_ul>li {
  line-height: 25px;
  font-size: 14px;
  color: #c9c9c9;
}

.foot_er_ul>li>a {
  font-size: 14px;
  color: #c9c9c9;
}

.foot {
  border-top: 5px solid rgb(23, 195, 201);
  background: #3b3b3b;
  padding-top: 45px;
}

.ma_ul>li>p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #6c6c6c;
  padding: 13px 10px;
  width: 30px;
  line-height: 15px;
  position: relative;
  z-index: 99px;
  cursor: pointer;
}

.ma_ul {
  position: relative;
}

.ma_img {
  display: none;
}

.ma_ul>li>p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-top: 5.5px solid transparent;
  border-left: 10px solid #a2a2a2;
  border-bottom: 5.5px solid transparent;

  opacity: 0;
}

.ma_ul>.active>p {
  background: #a2a2a2;
}

.ma_ul>.active>p::after {
  opacity: 1;
}

.ma_img_ul>.active {
  display: block;
}

.ma_imgs {
  margin-top: 32px;
}

.about_right {
  width: 73.5%;
  padding: 110px 0 0px 130px;
}

.wen_about {
  width: 26.5%;
  background:url(../images/aboutbg.jpg) no-repeat ;
  padding: 114px 63px 155px 53px;
  cursor: pointer;
}

.wen_about:hover .about_p2 {

  transform: scale(1.1);
}

.wen_about:hover .about_p1 {

  transform: scale(1.1);
}

.about_p1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  transition: 600ms ease-in-out;
}

.about_p2 {
  padding-top: 35px;
  font-size: 14px;
  color: #fff;
  transition: 600ms ease-in-out;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.about_a {
  text-align: center;
}

.about_a a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  padding: 0 70px;
  margin-top: 60px;
  border: 1px solid #fff;
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}

.about_a a:hover {
  background: #fff;
  color: #14c2cc;
  transform: scale(1.1);
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}

.guanyu {
  overflow: hidden;
  cursor: pointer;
}

.guanyu:hover img {

  transform: scale(1.1);
  background-size: cover;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.cons112 {
  top: 0;
}

.right_h {
  font-size: 30px;
  color: #fff;
}

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

.about_ul {
  margin-top: 80px;
}

.about_ul li {
  float: left;
  width: 28%;
  text-align: center;
  padding: 25px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.about_ul li p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.about_ul li:last-child {
  border-right: none;
}

.about_ul li p span {
  font-weight: bold;
  font-size: 77px;
  display: inline-block;
  line-height: 87px;
  font-family: "Times New Roman";

  transition: 600ms ease-in-out;
}

.about_ul li:first-child {
  width: 16%;
  text-align: left;
}

.about_ul li:hover a span {
  color: rgb(201, 55, 76);

  transform: scale(1.1);
}

.chao_left {
  width: 20%;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 292px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(234, 233, 233);
}

.chao_right {
  width: 80%;
}

.chao_right img {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 140px;
  padding: 7px;
}

.pt {
  color: #747474;
  font-size: 20px;
  margin-top: 20px;
}

.chao_right .swiper-container .swiper-slide {
  padding: 51.5px 0;
  border-right: 1px solid #ebeaea;
}

.chaoping {
  border: 1px solid #ebeaea;
}

.chao_right .swiper-container .swiper-slide a {
  display: block;
}

.chao_right .swiper-container .swiper-slide a:hover img {
  border: 4px solid rgb(4, 150, 139);

}

.chao_right .swiper-container .swiper-slide a:hover .pt {
  color: rgb(4, 150, 139);
  transform: scale(1.1);
  transition: 600ms ease-in-out;
}

.chao_right .swiper-button-next,
.chao_right .swiper-button-prev {
  width: 26px;
  height: 53px;
}

.chao_right .swiper-button-next {
  background-image: url(../images/5.png);
  background-size: 100% 100%;

  right: 0;
}

.chao_right .swiper-button-prev {
  background-image: url(../images/4.png);
  background-size: 100% 100%;

  left: 0;
}

.chao_ul1>li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 99px 0 85px 0;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}

.chao .chao_ul1>li {
  padding: 0;
}

.chao .overh,
.con-ul-chao .overh {
  overflow: visible;
}

/* .chao_ul1>li:hover {
  background: #e9dddf;
} */

.chao_ul1>li:hover img {
  transform: scale(1.1);
  transition: 600ms ease-in-out;
}

.chao .wens_cha {
  top: 10%;
  z-index: 99;
}

.img_c {
  background: rgba(220, 197, 201, 0.49);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.wens_chao_p1 {
  font-size: 20px;
  color: #17998d;
  margin-bottom: 5px;
}

.wens_chao_p2 {
  font-size: 20px;
  color: #17998d;
  line-height: 25px;
}

.wens_cha {
  margin-bottom: 66px;
}

/**
.chao_ul1>li:nth-child(3),
.chao_ul1>li:nth-child(4),
.chao_ul1>li:nth-child(5) {
  padding: 90px 0;
  width: 33.33%;
}*/

.chaoping_a {
  padding: 20px 0;
  text-align: center;
  background: #f5f5f5;
}
/**
.chaoping_a a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 45px;
  padding: 0 70px;

  border: 1px solid #1fc6c6;
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}
*/
.chaoping_a a{
	text-align: center;
  display: inline-block;
  font-size: 14px;
  background: #1fc6c6;line-height: 45px;
  padding: 0 70px;
  color: #fff;
  transform: scale(1.1);
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}

.chaoping_a a:hover{
  background: #14c2cc;
  color: #fff;
}

.chao .chao_ul1>li {
  padding: 85px 0;
  position: relative;
}

.chao .chao_ul1>li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  bottom: 0;
  background-color: rgb(20, 194, 204);
  opacity: 0;
}

.chao .chao_ul1>li:hover a::after {
  opacity: 0.5;
}

.chao .chao_ul1>li:hover .wens_chao_p1 {
  transform: scale(1.1);
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}


.newiss .chaoping_a,
.hezuo .chaoping_a {
  background: transparent;
  margin-top: 55px;
  padding: 0;
}

.hread_new {
  margin-bottom: 50px;
}

.new_wen {
  font-size: 30px;
  font-weight: bold;
  color: #4a4a4a;
  margin-right: 25px;
}

.new_p2 {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.new_p1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cccccc;
  line-height: 35px;
}

.newiss {
  padding: 85px 0px 0px 0px;
}

.new_tui {
  width: 71%;
}

.new_list {
  width: 27%;
}

.new_tui a {
  display: block;
}

.new_tui a>div {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}

.new_tui a>div:nth-child(2) {
  margin-right: 0;
}

.new_img {
  background: #f5f5f5;
  border: 1px solid #eee;
}

.new_tui:hover .new_cs_p4,
.new_tui:hover .new_cs_p2,
.new_tui:hover .new_cs_p3 {
  color: rgb(201, 55, 76);
  transform: scale(1.02);
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}

.new_img img {
  padding: 50px;
}

.new_cs {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.new_cs_p1 {
  color: #919191;
  font-size: 14px;
  line-height: 40px;
}

.new_cs_p2 {
  color: #34a095;
  font-size: 16px;
  margin: 27px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new_cs_p3 {
  color: #919191;
  margin-top: 10px;
  font-size: 14px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.new_cs_p4 {
  color: #919191;

  font-size: 14px;
  padding: 60px 0 35px 0;
}

.date {
  width: 15%;
  background: #17998d;
  padding: 8px 0;
}

.list_con {
  width: 83%;
}

.re {
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.nain {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.list_p1 {
  color: #626262;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_p2 {
  font-size: 14px;
  margin-top: 10px;
  color: #919191;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new_list_ul li {
  padding: 21.7px 0;
  border-top: 1px solid #c9c9c9;

  transition: all 600ms ease-in-out;
}

.new_list_ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.new_list_ul li:hover {
  background: transparent;
  padding: 21.7px 15px;
  margin-left: 10px;
  transition: all 200ms cubic-bezier(0.17, 0.86, 0.73, 0.14);
}

.new_list_ul li:hover .list_p1 {
  color: #c9374c;
}

.new_list_ul li:hover .date {
  background: #c9374c;
}

.new_list_ul li:hover .re,
.new_list_ul li:hover .nain {
  color: #fff;
}

.anlie {
  background:url(../images/aboutbg.jpg); background-repeat:repeat-x; max-height:530px; overflow:hidden;
}

.anlie>.left {

  width: 40%;
}

.bgs {
  width: 60%;

}

.anlie .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: 0;
}

.anlie .swiper-slide {
  background-size: cover;
  background-position: center;
}

.anlie .gallery-top {
  height: 440px;
  width: 100%;
}

.anlie .gallery-top img {
  height: 540px;
}

.anlie .gallery-thumbs {
  height: 90px;
  width: 92%;
  box-sizing: border-box;
}

.anlie .gallery-thumbs .swiper-slide {
  opacity: 1;
}

.anlie .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 0.4;
}

.anlie .new_wen,
.anlie .new_p1,
.anlie .new_p2 {
  color: #fff;
}
.anlie .new_p3{ margin-top:10%; line-height:40px; text-align:center;}
.anlie .new_p3 a{ color:#fff; padding:6px 10px; border:1px #fff solid; font-size:20px;}
.anlie .left {
  width: 40%;
  padding: 150px 0 220px 60px;
}

.bgs {
  background: #fff;
}

.anlie .bgs .swiper-button-next {
  width: 96px;
  height: 91px;
  background-size: 100% 100%;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  background-image: url(../images/4-1.jpg);
}

.anlie .bgs .swiper-container {
  position: initial;
}

.anlie .bgs .swiper-button-prev {
  width: 96px;
  height: 91px;
  background-size: 100% 100%;
  top: auto;
  bottom: 0px;
  left: -96px;
  right: 0;
  background-image: url(../images/5.jpg);
}

.hezuo {
  padding-top: 60px;
}

.hezuo .swiper-container .swiper-slide,
.huozuos .hezuo-ul li {
  padding: 45px 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 230, 230);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgb(231, 225, 225);
}

.hezuo .swiper-container {
  padding-bottom: 90px;
}

.hezuo .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgb(191, 191, 191);
  opacity: 1;
}

.hezuo .swiper-pagination-bullet-active {
  background-color: rgb(31, 198, 198);
}

.hezuo .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 45px;
}

.hres {
  text-align: center;
  padding: 40px 0;
}

.p11 {
  font-size: 30px;
  color: #17998d;
}

.p12 {
  color: #969696;
  font-size: 18px;
}

/* 一键导航 */

.mobile-foot {
  display: none;
  background: #185051;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 右侧悬浮 */

.rightfix {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 40px;
  border: 1px solid #dee2e7;
  border-right: none;
  z-index: 2;
  border: 1px solid #dee2e7;
  background: #fff;

}

.fix_ul li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.fix_ul li i {
  font-size: 20px;
  color: #747679;
}

.fix_ul li:nth-child(2n) {
  background: #eee;
}

.right_div {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  display: block;
  right: 40px;
}

.fix_ul li:hover {
  background:#14c2cc;
}

.fix_ul li:hover i {
  color: #fff;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 102px;
  border-top: 2px solid #ed0001;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 460px;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;

  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 129px;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #ed0001;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.phone {
  box-shadow: 2.5px 4.33px 5px 0px rgb(200, 203, 204);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a {
  margin: 20px 0 0 0;
  width: auto;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color:#14c2cc;
  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background:#14c2cc;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.colos {
  line-height: 70px;
}

.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #14c2cc !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}

/* 一键导航 */

.mobile-foot {
  display: none;
  background:#14c2cc;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 76px;
  border-top: 2px solid #14c2cc;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;

  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background:#14c2cc;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.ban-wen {
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cp {
  font-size: 48px;
  color: #fff;
  text-shadow: 0px 0px 4px rgb(95, 92, 92);
  font-weight: bold;
}

.position {
  font-size: 16px;
  display: none;
  color: #fff;
  margin-top: 10px;
}

.position a {
  font-size: 16px;
  color: #fff;
}

.position a:hover {
  color: #c9374c;
}

.cob-ul {
  text-align: center;
}

.cob-ul li {
  display: inline-block;
}

.cob-ul li a {
  display: inline-block;
  padding: 0 15px;
  color: #505050;
  font-size: 18px;
  font-weight: bold;
  line-height: 75px;
}

.cob-ul li a:hover,
.cob-ul .active a {
  color: #17998d;
}

.dongs {
  border: 1px solid #e6e1e1;
  margin-bottom: 22px;
}

.con-ul-chao li {
  width: 32%;
  float: left;
  margin-right: 1.5%;
  margin-top: 1.5%;
  box-shadow: 0px 0px 5px 0px rgb(201, 199, 199);
}

.con-ul-chao {
  padding-bottom: 40px;
}

.con-ul-chao li:nth-child(3n) {
  margin-right: 0%;
}

.page {
  padding: 30px 0;
}

.chao-cons {
  color: #969696;
  font-size: 14px;
  line-height: 30px;
  margin-top: 87px;
  height: 180px;
  overflow: hidden;
}

.con-ul-chao li img {
  color: #969696;
  font-size: 14px;
  line-height: 30px;
}

.con-ul-chao li a {
  display: block;
  padding: 40px 26px 60px 30px;
  background: #fff;
  transition: 600ms ease-in-out;
}

.con-ul-chao li a:hover {
  background:#14c2cc;
}

.con-ul-chao li a:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.1);
}

.xing-img {
  width: 64.5%;
  background: #fff;
  padding: 138px 0;
}

.bgcolor {
  background: #239085;
}

.xing-wen {
  width: 35.5%;
  padding: 80px 40px 40px 40px;
}

.biao-3 {
  color: #fff;
  font-size: 18px;
  padding: 23px 0;
}

.xiaozi {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.biao-2 {
  color: #fff;
  font-size: 18px;
}

.biao-1 {
  color: #fff;
  font-size: 30px;
}

.soll {
  height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}

.soll::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
  border-radius: 5px;
}

.chan {
  padding-bottom: 70px;
}

.soll::-webkit-scrollbar-track {
  background-color: #eee;
}

.soll::-webkit-scrollbar-thumb {
  background: #14c2cc;
  border-radius: 5px;
}

.soll::-webkit-scrollbar-button:start {
  background-size: 12px 12px;
}

.soll::-webkit-scrollbar-button:end {
  background-size: 12px 12px;
}

.guige {
  margin-top: 30px;
}

.guige a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 45px;
  padding: 0 75px;
  border: 1px solid #fff;
}

.guige a:hover {
  background:#14c2cc;
}

.anliw-img {
  width: 32%;
}

.ans-cons {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.anliw-cons {
  width: 68%;
  padding: 60px 40px 50px 48px;
}

.mingc {
  color: #7b7a7a;
  font-size: 18px;
  margin: 10px 0;
}

.anlie-ul li {
  box-shadow: 0px 0px 16px 0px rgb(231, 225, 225);
  margin-top: 35px;
}

.anlie-ul li a {
  display: block;
}

.anlie-ul li:nth-child(even) a .anliw-img {
  float: right;
}

.anle {
  padding-bottom: 120px;
}

.anlie-ul li a:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.anlie-ul li a:hover .ans-cons,
.anlie-ul li a:hover .mingc {
  color:#14c2cc;
}

.dizhi {
  color: #6c6c6d;
  font-size: 16px;
  line-height: 30px;
}

.adds {
  width: 32%;
}

.lianxiwo {
  margin-bottom: 65px;
}

.adds-img {
  width: 68%;
}

.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 18px;
}

.detall .bdsharebuttonbox a:nth-child(1) {
  color: #f7c25b;
}

.detall .bdsharebuttonbox a:nth-child(2) {
  color: #73a2e1;
}

.detall .bdsharebuttonbox a:nth-child(3) {
  color: #f67666;
}

.detall .bdsharebuttonbox a:nth-child(4) {
  color: #36be3f;
}

.detall .bdshare-button-style2-16 a,
.bdshare-button-style2-16 .bds_more {
  margin: 0px 0px 0 0;
  background: transparent;
  padding: 0;
  font-size: 25px;
}

.xing-biao {
  color: #505050;
  font-size: 24px;
}

.cons-bian2 {
  color: #919191;
  font-size: 14px;
  margin: 10px 0;
}

.cs-cons1 {
  color: #777777;
  font-size: 14px;
  line-height: 30px;
}

.cs-cons1 img {
  padding: 15px;
}

.xingsw {
  margin-top: 30px;
}

.xingsw .row {
  margin-bottom: 45px;
}

.shang {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 56px 0;
}

.shang>div {
  width: 50%;
}

.shang>div a {
  color: #777777;
  font-size: 16px;
}

.shang>div a:hover {
  color: #04968b;
}

.cons-bian2 span {
  display: inline-block;
  margin-right: 10px;
}

/* .bookmark {

  height: 240px;
  background: #45a69d;
} */

/* .bookmark::before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #45a69d;
  border-style: solid;
  border-width: 119px 0 122px 50px;
  right: -49px;
  position: absolute;
} */

.lig-ul>li:first-child {

  display: inline-block;

  margin: 0 0 15px 0;
}



.lig-ul>li:nth-child(2) a {
  display: block;
}

.ling {
  margin-bottom: 80px;
  margin-top: 20px;

}

.lig-ul {
  width: 48%;
  float: left;
  /*background: #eeeeee;*/
  padding: 25px;
  margin-bottom: 4%;
}

.ling .row .lig-ul:nth-child(2n) {
  float: right;
}



.bookmark p {
  font-size: 18px;
  color: #515454;
  text-align: center;


}

.company {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
  text-indent: 28px
}

.red {
  color: #c9374c;
}

.big-w2 {
  color: #17998d;
  font-size: 24px;
  margin: 10px 0;
  margin: 3px 0 10px 0;
}

.big-w {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.tuis {
  margin: 40px 0;
}

.fa-ul>li {
  width: 32%;
  margin-right: 1.5%;
  float: left;
}

.fa-ul>li a {
  display: block;
}

.fa-ul>li:last-child {
  margin-right: 0;
}

.fa-ul>li:hover .big-w2 {
  color: #c9374c;
}

.fa-ul>li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.zhaopins {
  margin-top: 35px;
  margin-bottom: 70px;
}

.zhao_wen {
  font-size: 16px;
  color: #6a6a6a;
  margin: 15px 0;
}

.youxiang {
  font-size: 18px;
  color: #45a69d;
  text-align: center;
  background: #eceded;
  line-height: 30px;
  padding: 20px 0;
  margin: 20px 0;
}

.dian_ul li p {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 105px;
  border-bottom: 1px solid #e5e5e5;
}

.dian_ul li p i {
  color: #6a6a6a;
}

.dian_ul li {
  cursor: pointer;
}

.dian_ul li>div {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 30px;
  padding: 20px 0;
  display: none;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.dian_ul .active p {
  color: #c9374c;
}

.dian_ul .active p i {
  color: #c9374c;
}

.dian_ul .active>div {
  display: block;
}

.dian_ul li:hover p i {
  color: #c9374c;
}

.dian_ul li:hover p {
  color: #c9374c;
}

.honor .col-md-3 {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 40px;
}

.honor .col-md-3 p {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

.chao .wens_cha {
  text-align: left;
  padding-left: 56px;
}

.fa {
  margin: 50px 0;
}

.huozuos {
  padding: 30px 0;
}

.hezuo-ul li {
  width: 19%;
  float: left;
  margin: 0.5%;
  text-align: center;
}

.start-time .swiper-container,
.pro-swiper {
  padding-bottom: 50px;
}

.start-time {
  background: #f7f6f6;
  padding: 35px 0 30px;
}

.start-time .time {
  width: 100px;
  height: 100px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  background: #c7c7c7;
  color: #a1a1a1;
  padding: 8px;
  font-size: 20px;
  font-family: "foundrygridnikw";
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.start-time .time time {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 100%;
  height: 100%;
}

.start-time .swiper-slide {
  position: relative;
  cursor: pointer;
}

.start-time li:hover .time {
  background: rgb(201, 55, 76);
  color: rgb(201, 55, 76);
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.start-time li {
  cursor: pointer;
}

.start-time li:hover .time {
  font-size: 28px;
  font-weight: bold;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.start-time .ico {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}

.start-time .ico img {
  width: 24px;
}

.gallery-top {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

.gallery-top .swiper-slide {

  color: #717171;
}

.top-tit p {
  color: #6c6b6b;
  line-height: 1.8;
  margin-top: 10px;
}

.history .start-time {
  background: #fff;

  margin: auto;
}

.history .start-time li {
  position: relative;
  padding-bottom: 40px;
}

.time-slide li {
  float: left;
  width: 100%;
  height: 146px;
  padding: 15px 0 0 15px;
}

.history .start-time .time-slide .left .time {
  color: #a1a1a1;
}

.history .start-time .time-slide li:hover .left .time {
  transform: scale(1.1);
}

.history .start-time .time-slide li dl {
  float: left;
  width: 100%;
  overflow: hidden;
}

.history .start-time .left {
  float: left;
  position: relative;
  width: 120px;
}

.history .start-time .right {
  float: left;
  width: 87%;
  margin-left: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.history .start-time .right dt {
  float: left;
  width: 280px;
  margin-right: 30px;
}

.history .start-time .right dt img {
  width: 100%;
}

.history .start-time .right dd {
  line-height: 1.8;
  color: #91908f;
  height: 130px;
}

.history .start-time .right time {
  color: rgb(201, 55, 76);
}

.top1 {
  display: none;
}

.ben::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;

}



@media (max-width: 1440px) {
  .anlie .gallery-top img {
    height: 440px;
  }

  .big-w {
    font-size: 22px;
  }

  .s-img>img {
    height: 403px;

  }

  .daohang_ul>li>.er_div li>a {
    font-size: 15px;

  }


  .daohang_ul>li:nth-child(3) .info {
    float: left;
    width: 40%;
  }

  .anlie .gallery-thumbs {
    height: 90px;
    width: 88%;
  }

  .anlie .gallery-thumbs img {
    height: 90px;
  }

  .big-w2 {
    font-size: 21px;
  }



  .pt {
    font-size: 16px;
  }

  .biao-1 {
    font-size: 25px;
  }

  .anliw-cons {
    padding: 0px 40px 20px 48px;
  }

  .wens_cha {
    margin-bottom: 20px;
  }

  .cob-ul li a {
    padding: 0 4px;

    font-size: 18px;
    line-height: 45px;
  }

  .bookmark p {
    font-size: 18px;
  }

  .chao-cons {
    margin-top: 27px;
  }

  .new_cs_p2 {
    margin: 10px 0;
  }

  .new_cs_p3 {
    line-height: 25px;
  }

  .new_list_ul li {
    padding: 9.7px 0;
  }

  .new .new_list_ul li {
    padding: 20px 0;
  }

  .anlie .left {
    padding: 108px 0 220px 61px;
  }

  .daohang_ul>li {
    padding: 0 15px 0px 15px;
  }

  .daohang_ul>li>a {
    font-size: 16px;
  }

  .foot_ul>li {
    float: left;
    padding-right: 63px;
  }

  .wen_about {
    padding: 51px 63px 78px 53px;
  }
}

.ditu>div {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

}

.ditu {
  min-height: 500px;
}

.ditu img {
  max-width: inherit;
}

.ditu>.active {
  opacity: 1;
  z-index: 10;
}

.ditu-ul {
  top: 25px;
  z-index: 99;
  left: 20px;
}

.ditu-ul>li {
  display: inline-block;
  color: #6c6c6d;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  background: #fff;
  margin-right: 10px;
  box-shadow: 0px 0px 5px 0px rgb(201, 199, 199);
}

.ditu-ul>.active,
.ditu-ul>li:hover {
  background: #04968b;
  color: #fff;
}

.liuyan {
  margin-top: 30px;
  padding: 0 0 50px 0;
}

.inp-ul p,
.liu p {
  color: #737272;
  font-size: 14px;
  line-height: 30px;
}

.inp-ul li {
  width: 24%;
  float: left;
  margin-right: 1.33%;
}

.inp-ul li:last-child {
  margin-right: 0%;
}

.inp-ul input {
  width: 100%;
  background: #fff;
  border: 1px solid #dfdbdb;
  height: 50px;
  padding-left: 15px;
}

.xingming {
  margin-top: 10px;
}

.tijia {
  margin-top: 30px;
}

.tijia button {
  line-height: 45px;
  padding: 0 70px;
  font-size: 14px;
  color: #14c2cc;
  background: transparent;

  border: 1px solid #14c2cc;
}

.tijia button:hover {
  background: #14c2cc;
  color: #fff;
}

.liu {
  margin-top: 5px;
}

.liu textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dfdbdb;
  height: 100px;
  resize: none;
  padding: 15px;
}

.title {
  color: #34a095;
  font-size: 16px;
  line-height: 35px;
}

.zhaoyao {
  color: #777777;
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dates {
  color: #919191;
  font-size: 14px;
  margin-top: 10px;
}

.det {
  font-style: italic;
  color: #919191;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.top-ul li {
  float: left;
  width: 32%;
  margin-right: 1.5%;
}

.top-ul li a {
  display: block;
}

.top-ul li:last-child {
  margin-right: 0;
}

.top-ul li a:hover img {
  transform: scale(.95);
  transition: 600ms ease-in-out;
}

.top-ul li a:hover .title,
.top-ul li a:hover .det {
  color: #c9374c;
}

.bottom-ul .date {
  width: 5%;
  background: #17998d;
  padding: 16px 0;
}

.bottom-ul .list_con {
  width: 94%;
}

.bottom-ul .list_p1 {
  color: #34a095;
}

.bottom-ul .list_p2 {
  -webkit-line-clamp: 2;
}

.bottom-ul .new_list_ul li:nth-child(1) {
  border: none;
}

.new {
  padding-bottom: 100px;
}

.top-news {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .about_right {
    padding: 110px 0 0 38px;
  }
}

@media (max-width: 1200px) {
  .history .start-time .right {
    width: 75%;
  }

  .anlie .gallery-thumbs {
    height: 90px;
    width: 84%;
  }

  .dizhi {
    font-size: 14px;
    line-height: 22px;
  }

  .about_ul {
    margin-top: 38px;
  }

  .big-w {
    font-size: 20px;
  }

  .big-w2 {
    font-size: 23px;
  }

  .biao-1 {
    font-size: 20px;
  }

  .xiaozi {
    line-height: 24px;
  }

  .biao-2 {
    font-size: 15px;
  }

  .xing-wen {
    padding: 20px;
  }

  .about_a a {
    line-height: 45px;
    padding: 0 20px;
    margin-top: 50px;
  }

  .about_ul li p span {
    font-size: 40px;

    line-height: 50px;
  }

  .new_cs_p4 {
    padding: 16px 0 23px 0;
  }

  .list_p1 {
    font-size: 14px;
  }

  .nain {
    font-size: 13px;
  }

  .date {
    width: 19%;
  }

  .list_con {
    width: 75%;
  }

  .re {
    font-size: 12px;
  }

  .list_p2 {
    font-size: 12px;
  }

  .new_list_ul li {
    padding: 6.3px 0;
  }

  .anlie .gallery-top {
    height: 300px;
  }

  .anlie .left {
    padding: 80px 0 0px 49px;
  }

  .new_wen {
    font-size: 23px;
  }

  .new_p1 {
    font-size: 19px;
    line-height: 27px;
  }

  .new_p2 {
    font-size: 14px;
  }

  .hezuo {
    padding-top: 29px;
  }

  .hread_new {
    margin-bottom: 16px;
  }

  .newiss {
    padding: 40px 0;
  }

  .foot_ul>li {
    float: left;
    padding-right: 45px;
  }

  .daohang_ul>li>a {
    font-size: 14px;
  }

  .bg_logo {
    width: 172px;
  }

  .daohang_ul>li {
    padding: 0 10px 0px 8px;
  }

  .cs-cons1 {
    font-size: 12px;
    line-height: 23px;
  }
}

@media (max-width: 990px) {
  .honor .col-md-3 p {
    font-size: 12px;
  }

  .pt {
    font-size: 15px;
  }

  .about_a a {

    margin-top: 20px;
  }

  .adds {
    width: 100%;
  }

  .adds-img {
    width: 100%;
    margin-top: 20px;
  }

  .ans-cons {
    line-height: 23px;
    -webkit-line-clamp: 5;
  }

  .xing-biao {
    font-size: 20px;
  }

  .cons-bian2 {
    font-size: 14px;
  }

  .bottom-ul .date {
    width: 8%;
  }

  .bottom-ul .list_con {
    width: 89%;
  }

  .dian_ul li p {
    line-height: 50px;
  }

  .soll {
    height: 350px;
  }

  .youxiang {
    font-size: 13px;

    line-height: 56px;
  }

  .bookmark p {
    font-size: 14px;
  }


  .lig-ul>li img {
    height: 230px;
  }


  body {
    padding-top: 73px;
  }

  .searchbox {
    top: 73px;
  }

  .chao-cons {
    font-size: 12px;
    line-height: 20px;
  }

  .con-ul-chao li a {
    padding: 20px 15px;
  }

  .chao-cons {
    margin-top: 10px;
  }

  .searchbox {
    padding: 15px 0 15px;
  }

  .daohang,
  .rightfix {
    display: none;
  }

  .mobile-foot,
  .phone {
    display: block;
  }

  body {
    padding-bottom: 50px;
  }

  .wen_about {
    padding: 30px 15px;
  }

  .about_p1 {
    font-size: 18px;
  }

  .about_p2 {
    line-height: 25px;
  }

  .about_right {
    padding: 57px 0 7px 38px;
  }

  .new_list {
    width: 100%;
  }

  .new_tui {
    width: 100%;
    margin-bottom: 15px;
  }

  footer {
    display: none;
  }

  .cp {
    font-size: 40px;
    text-align: center;
  }

  .p3 {
    color: #fff;
    font-size: 12px;
  }

  .p2 {
    color: #fff;
    font-size: 14px;
  }

  .p1 {

    font-size: 23px;
  }

  .detall .bdsharebuttonbox {
    display: inline-block;
    position: relative;
    top: 2px;
  }
}

@media (max-width: 768px) {
  .bgs {
    width: 100%;
    height: auto;
  }

  .anlie .gallery-thumbs img {
    height: 54px;
  }

  .cons112 {
    position: relative;
  }

  .guanyu>img {
    display: none;
  }

  .about_right {
    background: url(../images/2.jpg) no-repeat right;
    background-size: cover;
  }

  .searchbox {
    padding: 15px;
  }

  .hezuo-ul li {
    width: 48%;
    margin: 1%;
  }

  .new_list_ul li {
    margin: 0px;
  }

  .new_cs {
    border-top: none;
    border-bottom: none;
  }

  .chao_left {
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .pt {
    color: #747474;
    font-size: 14px;
  }

  .huandong img {
    width: 5%;
  }

  .liuyan {
    padding: 15px;
  }

  .inp-ul li {
    width: 100%;

    margin-right: 0%;
  }

  .gongsi,
  .chan,
  .new,
  .new-xing,
  .anle,
  .lianxiwo,
  .huozuos {
    padding: 15px;
  }

  .huozuos .hread_new .fl {
    padding: 10px 0;
  }

  .hezuo .swiper-container .swiper-slide,
  .huozuos .hezuo-ul li {
    padding: 10px 0;
  }

  .anlie-ul li:nth-child(even) a .anliw-img {
    float: left;
  }

  .anliw-cons {
    width: 100%;
    padding: 15px;
  }

  .anliw-img {
    width: 100%;
  }

  .top-ul li {
    width: 100%;
    margin: 1%;
  }

  .xing-wen {
    width: 100%;
  }

  .xing-img {
    width: 100%;

    padding: 20px 0;
  }

  .wen_about,
  .about_right {
    width: 100%;
  }

  .about_right {
    padding: 15px;
  }

  .new_img img {
    padding: 0px;
  }

  .about_ul li p span {
    font-size: 26px;
    line-height: 40px;
  }

  .anlie .bgs .swiper-button-prev {
    height: 54px;
  }

  .right_h {
    font-size: 18px;
  }

  .anlie .bgs .swiper-button-next {
    height: 54px;
  }

  .anlie .gallery-thumbs {
    height: 54px;
  }

  .right_h1 {
    font-size: 14px;
  }

  .about_ul li:nth-child(2) {
    border-right: none;
  }

  .about_ul li {
    width: 50%;
    padding: 11px 0;
    margin-bottom: 15px;
  }

  .about_ul li:first-child {
    width: 50%;
    text-align: center;
  }

  .chao_left {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
  }

  .chao_right {
    width: 100%;
  }

  .hread_new .fl,
  .hread_new .fr {
    width: 100%;
  }

  .hread_new>.fl {
    padding-left: 15px;
  }

  .newiss .chaoping_a,
  .hezuo .chaoping_a {
    margin-top: 15px;
  }

  .chaoping_a a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 35px;
  }
.anlie .new_p3 a{ font-size:14px;}
  .new_tui a>div {
    width: 100%;
    padding: 15px;
  }

  .new_list_ul li {
    margin: 0 15px;
  }

  .anlie>div {
    width: 100%;
  }

  .anlie .left {
    padding: 15px;
    width: 100%;
  }

  .anlie .gallery-thumbs {
    width: 80%;
  }

  .anlie .bgs .swiper-button-next {
    width: 10%;
    left: 10%;
  }

  .anlie .bgs .swiper-button-prev {
    left: 0;
    width: 10%;
  }

  .hezuo .swiper-container {
    margin: 0 15px;
  }

  .hezuo .swiper-container .swiper-slide {
    padding: 15px;
  }

  .p2,
  .p3 {
    display: none;
  }

  .p1 {
    font-size: 20px;
  }

  .chao_ul1>li:nth-child(3),
  .chao_ul1>li:nth-child(4),
  .chao_ul1>li:nth-child(5) {
    width: 100%;
  }

  .fa-ul>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .chao_ul1>li {
    width: 100%;
  }

  .bottom-ul .date {
    width: 16%;
  }

  .bottom-ul .list_con {
    width: 81%;
  }

  .fa {
    padding: 0 15px;
  }

  .cp {
    font-size: 24px;
  }

  .anlie .gallery-top img {
    height: auto;
  }
}


@media (max-width: 480px) {
  .chao .chao_ul1>li {
    padding: 85px 15px;
  }

  .time-slide li {
    height: 115px;
  }



  .lig-ul {
    width: 100%;
  }

  .chao-cons {

    height: auto;
  }

  .cons-bian2 {
    font-size: 12px;
    margin: 0;
  }

  .start-time time {
    font-weight: bold;
  }

  .start-time .ico img {
    width: 13px;
  }

  .history .start-time .right {
    width: 71%;
    margin-left: 10px;
    padding-bottom: 15px;
  }

  .history .start-time .right dd {
    height: 80px;
  }

  .history .start-time .left {
    width: 88px;
  }

  .start-time .time {
    width: 80px;
    height: 80px;
    line-height: 70px;
    padding: 5px;
    font-size: 18px;
  }

  .start-time {
    padding: 0px;
  }

  .history .start-time .right {
    width: 61%;
  }

  .cs-cons1 img {
    padding: 0px;
  }

  .anlie .gallery-thumbs {
    width: 70%;
  }

  .detall .bdsharebuttonbox {
    display: inline-block;
    position: relative;
    top: 15px;
  }

  .anlie .bgs .swiper-button-next {
    width: 15%;
    left: 15%;
  }

  .anlie .bgs .swiper-button-prev {
    left: 0;
    width: 15%;
  }

  .dongs {
    display: none;
  }

  .anlie .gallery-top {
    height: 200px;
  }

  .dian_ul li p {
    font-size: 15px;
  }

  .lianxiwo {
    margin-top: 15px;
  }

  .new_wen {
    font-size: 18px;
  }

  .pt {
    font-size: 14px;
    margin-top: 10px;
  }

  .chao_ul1>li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
  }

  .con-ul-chao {
    margin-top: 15px;
  }

  .chao .wens_cha {
    text-align: left;
    padding-left: 15px;
  }

  .xing-biao {
    font-size: 15px;
    margin: 10px 0;
  }

  .new_p1 {
    font-size: 14px;
    line-height: 20px;
  }

  .anlie .hread_new .fl {
    padding-left: 0px;
  }

  .ditu-ul>li {
    font-size: 12px;
    line-height: 28px;
  }

  .liuyan {
    margin-top: 10px;
  }

  .tijia button {
    line-height: 29px;
    padding: 0px 37px;
  }

  .honor .col-md-3 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 7.5px;
  }

  .liu textarea {
    height: 100px;
  }

  .inp-ul input {
    height: 35px;
  }

  .ling {
    padding: 0 15px;
  }

  .shang>div {
    width: 100%;
    float: left;
    text-align: left;
  }

  .con-ul-chao li {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .shang {
    padding: 20px 0;
  }

  .shang>div a {
    font-size: 14px;
  }

  .company {
    font-size: 14px;
    line-height: 25px;
  }

  .cob-ul li a {
    line-height: 30px;
  }

  .cp {
    font-size: 19px;
    text-align: center;
  }

  .position {
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
  }



  .lig-ul>li:first-child {
    width: 100%;
  }


  .lig-ul>li:nth-child(2) {
    width: 100%;
  }

  .lig-ul>li img {
    height: auto;
  }
}







#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid rgb(201, 55, 76);
}

#page li:hover a {
  color: rgb(201, 55, 76);
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid rgb(201, 55, 76);
  background-color: rgb(201, 55, 76);
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}


.culture .cul-con ul {

  width: 25%;
}

.s-img {
  width: 50%;
}

.culture .cul-con li {
  transition: all 0.3s ease;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 50px 0;
  height: 270px;
  box-shadow: 3.5px 6.062px 13px 0px rgb(226, 222, 222);
}



.icon {
  width: 80px;
  height: 80px;
  background: #4aa79d;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  margin: 10px 20px;
  margin: 10px auto;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.culture .cul-con li:hover {
  color: rgb(201, 55, 76);
  font-size: 16px;
  font-weight: bolder;
}

.culture .cul-con li:hover .icon {
  font-size: 26px;
  transform: scale(1.1);
  background-color: rgb(201, 55, 76);
  color: #fff;
}

.huozuos .hezuo-ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

@media(max-width:1440px) {
  .daohang_ul>li:nth-child(3) .er_ul {
    width: 150px;
    left: -30px;
  }

  .culture .cul-con li {
    transition: all 0.3s ease;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 33px 15px;
    height: 196px;
  }
}

@media(max-width:767px) {

  .culture .cul-con ul,
  .s-img {
    width: 100%;
  }

  .s-img>img {
    height: auto;
  }

  .guige {
    text-align: center;
  }
}