body,
html {
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  min-width: 1400px;
  overflow-x: hidden;
}

.header,
.footer,
.content {
  overflow: hidden;
}

ul,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:link,
a:focus {
  color: inherit;
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.c-full {
  width: 100%;
}

.c-container {
  width: 1200px;
  margin: 0 auto;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

h1,
h2,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hd-top {
  height: 166px;
  width: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
}

.hd-top .hd-left {
  width: 37.8%;
  height: 166px;
}

.hd-top .hd-left .h-logo {
  background: #fabe1b;
}

.hd-top .h-tel {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}

.hd-top .h-tel span {
  display: block;
  height: 100%;
  text-align: center;
}

.hd-top .h-tel span:nth-child(2) {
  padding: 0 15px;
  float: right;
  background: #fff;
}

.hd-top .h-tel span:nth-child(1) {
  background: #1ed17f;
  color: #fff;
  width: 139px;
  float: right;
  font-style: italic;
}

.hd-top .hd-right {
  width: 62.2%;
  height: 166px;
  background: #fff;
}

.hd-nav {
  height: 63px;
  color: #000;
  font-size: 16px;
  line-height: 63px;
}

.hd-nav li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.hd-nav li:hover {
  color: #fabe1b;
}

.hd-nav li:hover .nav-1 {
  max-height: 500px;
  display: block;
}

.li-1 {
  height: 166px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.li-1:hover,
.li-1.active {
  color: #fabe1b;
  border-bottom: 3px solid #fabe1b;
}

.nav-1 {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  max-height: 0;
  min-width: 180px;
  display: none;
  position: absolute;
  background: rgba(56, 56, 56, 0.6);
  line-height: 45px;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

.nav-1 li {
  height: 45px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
}

.nav-1 li:hover .nav-2 {
  max-height: 500px;
}

.nav-2 {
  background: rgba(56, 56, 56, 0.6);
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.swiper-slide img {
 /*  height: 100%;
 max-width: 100%;
 width: 100%; */
}

.banner-box {
  margin-top: 116px;
}

.line-1 {
  width: 100%;
  height: 1px;
  background: #353535;
}

.c-title {
  padding-top: 15px;
}

.c-title .line-1 {
  margin-bottom: -15px;
}

.c-title h1 {
  font-size: 30px;
  padding: 0 46px 40px 46px;
  display: inline-block;
  background: #fff;
}

.c-title p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.71;
  width: 475px;
  margin: 0 auto;
}

.c1 {
  margin-top: 73px;
}

.ts-list {
  margin-top: 77px;
  margin-bottom: 147px;
}

.ts-one {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 450px;
  width: 296px;
  padding: 0 40px;
}

.ts-one img {
  margin: 0 auto;
}

.ts-one .ts-img-1 {
  height: 200px;
  margin: 10px auto;
  width: 200px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ts-one h3 {
  font-size: 18px;
  color: #6e6e6e;
  padding-top: 27px;
}

.ts-one p {
  font-size: 12px;
  color: #8b8b8b;
  padding-top: 24px;
  line-height: 2;
}

.ts-one:hover {
  background: #fabe1b;
}

.ts-one:hover * {
  color: #fff;
}

.ts-one:hover .more-but {
  margin-top: 25px;
}

.ts-one .more-but {
  margin-top: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.c2-nav {
  margin-top: 43px;
  margin-bottom: 67px;
  text-align: center;
}

.c2-nav ul {
  text-align: center;
  list-style: disc;
}

.c2-nav li {
  list-style: disc;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  width: 106px;
  font-size: 14px;
}

.c2-nav li.active,
.c2-nav li:hover {
  background: #fabe1b;
  color: #fff;
}

.col-5 {
  width: 50%;
  float: left;
}

.c2-pro {
  display: none;
  margin-bottom: 120px;
}

.c2-pro.active {
  display: block;
}

.c2-pro .pro-one {
  float: left;
  height: 244px;
  width: 20.4%;
  margin-bottom: 0.25%;
  overflow: hidden;
}

.c2-pro .pro-one:hover {
  overflow: unset;
}

.c2-pro .pro-one:hover .pro-des {
  width: 150%;
  opacity: 1;
}

.c2-pro .p-2 {
  width: 29.22%;
  margin: 0 0.25%;
}

.c2-pro .p-3 {
  width: 29.22%;
  margin-right: 0.25%;
}

.pro-line {
  width: 51px;
  height: 1px;
  background-color: #ffffff;
}

.pro-des {
  padding: 55px 35px;
  height: 100%;
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #fabe1b;
  opacity: 0;
}

.pro-des .pro-title {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 25px;
}

.pro-des .pro-content {
  font-size: 12px;
  line-height: 2;
}

.pro-des .pro-but {
  margin-top: 20px;
  width: 108px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  border: solid 1px #ffffff;
}

.p-3 .pro-des,
.p-4 .pro-des {
  -webkit-transform: translateX(-33.3%);
  transform: translateX(-33.3%);
}

.c3 {
  padding-bottom: 55px;
}

.news {
  margin-top: 74px;
}

.imgNews {
  padding-bottom: 35px;
}

.imgNews .news-content {
  margin-left: 25.8px;
}

.imgNews .img-box {
  width: 171.2px;
  height: 124.9px;
}

.imgNews .news-but {
  width: 108px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #060606;
  margin-top: 20px;
}

.imgNews .news-content {
  width: 375px;
}

.imgNews .news-title {
  font-size: 16px;
  padding-bottom: 10px;
}

.imgNews .news-des {
  font-size: 12px;
  color: #777;
  line-height: 1.7;
}

.imgNews:hover .news-but {
  color: #fabe1b;
  border-color: #fabe1b;
}

.news-r {
  font-size: 16px;
  line-height: 2.3;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case {
  height: 724px;
  background-size: cover;
  margin-bottom: 133px;
}

.case .case-one {
  width: 40%;
  height: 340px;
}

.case .case-con {
  padding: 130px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 340px;
  width: 50%;
  background-color: #fabe1b;
  background-color: #fabe1be8;
  color: #fff;
}

.case .case-con .case-title {
  padding-bottom: 25px;
  font-size: 16px;
}

.case .case-con .case-des {
  font-size: 12px;
  line-height: 2;
}

.case .case-img {
  height: 340px;
  width: 50%;
}

.case-jump {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  height: 340px;
  background: #fff;
  padding: 47px 50px 0 50px;
}

.case-jump .line-51 {
  margin-bottom: 17px;
  margin-top: 25px;
  height: 1px;
  width: 51px;
  background: #fabe1b;
}

.case-jump .ccatname {
  font-size: 30px;
  text-align: right;
  padding-bottom: 20px;
}

.case-jump .catdes {
  font-size: 14px;
  line-height: 1.71;
  text-align: right;
  height: 70px;
  max-width: 290px;
}

.case-jump .more-but {
  width: 108px;
  height: 29px;
  background-color: #fabe1b;
  border: solid 1px #ffffff;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
}

.case-jump .time {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 19px;
  width: 78px;
  height: 78px;
  background-color: #fabe1b;
  color: #fff;
}

.case-jump .time .day {
  font-size: 20px;
  line-height: 1.5;
}

.case-jump .time .year {
  font-size: 14px;
}

.text-right {
  text-align: right;
}

.about {
  padding-top: 59px;
  padding-bottom: 162px;
}

.about .ab-catname {
  font-size: 34px;
  color: #fabe1b;
  line-height: 0.88;
  font-weight: bold;
}

.about .ab-dir {
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.about .ab-des {
  font-size: 14px;
  line-height: 2.14;
  text-align: justify;
}

.about .ab-more {
  padding-right: 10px;
  font-size: 16px;
  color: #fabe1b;
  text-align: right;
  margin-top: 20px;
}

.about .ab-img img {
  padding-left: 86px;
}

.f-bg {
  background-image: url(img/border.jpg);
  background-position: top;
  background-repeat-y: no-repeat;
  height: 10px;
}

.footer {
  padding: 79px 0 32px 0;
  background-color: #fabe1b;
  color: #fff;
}

.footer .c-container {
  position: relative;
}

.f-nav {
  margin: 0 -15px;
}

.f-nav li {
  display: block;
  float: left;
  font-size: 14px;
}

.f-nav li a {
  padding: 0 15px;
}

.f-addr {
  font-family: Arial;
  font-size: 14px;
}

.f-addr .addr-t {
  padding-top: 28px;
  padding-bottom: 15px;
}

.f-addr .addr-1 {
  font-size: 12px;
  line-height: 1.83;
  width: 320px;
  float: left;
}

.f-qr {
  position: absolute;
  right: 0;
  top: 20px;
}

.qr {
  margin-right: 27px;
  text-align: center;
  width: 88px;
  height: 87px;
  background: url(img/border2.png);
}

.qr p {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}

.qr img {
  padding-top: 5px;
}

.copy {
  height: 69px;
  background: #333;
  font-size: 16px;
  color: #fff;
  line-height: 69px;
}

.copy img {
  vertical-align: middle;
}

/*内页*/
/* 二级页面 */
#main {
  width: 1200px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#main_left {
  width: 285px;
  float: left;
}

.catname {
  width: 263px;
  padding: 10px;
  height: 50px;
  background-color: #fabe1b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.catname .dir {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
}

.catname .zh {
  text-align: center;
  color: #FFF;
  font-size: 12pt;
}

.left_list {
  width: 251px;
  padding: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.75);
  margin-bottom: 35px;
}

.left_ss {
  padding: 5px;
  margin-top: 10px;
  display: none;
}

/* 左侧栏目导航*/
.left_nav {
  width: 281px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.75);
  margin-bottom: 35px;
}

.left_list:hover,
.left_nav:hover {
  box-shadow: 0px 10px 30px -14px rgba(0, 0, 0, 0.75);
}

.left_nav ul a {
  /* 整体字体颜色*/
  font-size: 11pt;
  text-decoration: none;
  color: #000;
}

.left_nav ul a:hover {
  text-decoration: none;
}

.left_nav>ul>li {
  text-align: center;
  line-height: 50px;
  min-height: 50px;
  position: relative;
}

.left_nav>ul>li ul {
  display: none;
  background-color: #FFF;
}

.left_nav>ul>li ul a {
  color: #000;
  /* 三级分类字体颜色 */
  font-size: 10pt;
}

.left_nav>ul>li ul a:hover {
  color: #ae6240;
}

.left_nav>ul>li>a {
  position: relative;
  /*jquery的slideDow效果不兼容IE7*/
  *+position:  !important;
  /*IE7去效果代码*/
  display: block;
  font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
  font-size: 12pt;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.left_nav>ul>li>span a {
  position: absolute;
  z-index: 99;
  font-family: "宋体";
  font-size: 18px;
  font-weight: bold;
  left: 40px;
  /*如果标题字数过长，可以调节数值*/
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.5s;
}

.left_nav>ul>li>span a.on {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.left_nav>ul>li>a.on {
  color: #fabe1b;
}

.left_nav>ul>li:hover {
  /* 鼠标经过变色 */
}

.left_nav>ul>li:hover span>a,
.left_nav>ul>li:hover>a {
  color: #fabe1b;
}

.left_sub a {
  font-size: 14px;
  color: #FFF;
}

.left_sub a:hover {
  color: #5390cd;
  text-decoration: none;
}

.highlight {
  /*当前栏目高亮预制*/
}

.highlight a {
  color: #ae6240;
}

/* 左侧栏目导航_结束*/
#main_right {
  float: left;
  width: 885px;
  padding-left: 30px;
}

#main_right .info {
  text-align: right;
  padding-bottom: 20px;
}

#content_lm span {
  float: right;
}

#content_lm {
  width: 100%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  /* 超出部分自动隐藏 */
  font-size: 12pt;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

#content_lm span {
  font-weight: normal;
  font-size: 9pt;
  float: right;
  padding-right: 10px;
}

#content img {
  max-width: 100%;
}

.img-list {
  margin: 0 -15px;
  padding-top: 30px;
}

.img-list .p-wp {
  width: 250px;
  height: 180px;
  float: left;
  margin: 0 15px;
  margin-bottom: 30px;
}

.img-list .p-wp .bg-img {
  width: 250px;
  height: 164px;
}

.img-list .p-wp .p-title {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.img-list .p-wp:hover .p-title {
  color: #fabe1b;
}

.single-p .title {
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}

.preNext {
  padding: 30px 0;
}

/*newslist*/
.thumb-news-item {
  width: 100%;
  height: 80px;
  margin: 15px 0;
}

.thumb-news-item:hover {
  transition: all 0.3s linear;
  transform: translateY(-5px);
}

.thumb-news-item .news-time {
  height: 70px;
  width: 80px;
  background-color: #fabe1b;
  text-align: center;
  font-size: 18px;
  color: #fff;
  float: left;
  padding-top: 10px;
}

.thumb-news-item .news-time span {
  display: block;
  font-size: 32px;
}

.thumb-news-item .news-descri {
  float: left;
  width: 760px;
  padding-left: 30px;
  height: 100%;
  font-size: 14px;
  color: #1c1b1c;
}

.thumb-news-item .news-descri .news-title {
  color: #24303f;
  font-size: 18px;
  margin-bottom: 15px;
}