﻿body {
  font: 12px/1.5 arial, simsun, sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  color: #1c1c1c;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/*链接整体设置*/
a {
  text-decoration: none;
  color: #1c1c1c;
  transition: all .15s;
}
a:hover {
  color: #084897;
}
a:active {
  color: #1c1c1c;
}
a {
  blr: expression(this.onFocus=this.close());
}
a {
  blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {
  -webkit-appearance: none;
}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Arial";
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes customSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-animation {
  animation-name: customSlide;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.container {
  max-width: 1300px;
  width: 85%;
  margin: 0 auto;
}
.comflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comflex1 {
  display: flex;
  flex-wrap: wrap;
}
.comflex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.comflex3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comflex5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comflex4 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.comflex5 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
.pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all .6s;
  display: block;
}
.dfimg {
  display: block;
  width: 100%;
}
.pic_w {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pic_w a {
  display: block;
}
/*header*********************************************************************/
.head {
  height: 95px;
}
.head-fixed {
  position: fixed;
  z-index: 505;
  height: 95px;
  left: 0;
  right: 0;
  background: #ffffff;
}
.head-fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  width: 298px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo a {
  display: flex;
  align-items: center;
}
.head-fixed .top_r {
  width: calc(100% - 330px);
  display: block;
  text-align: right;
}
/* 导航菜单样式 */
.supernav {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.supernav>li {
  position: relative;
  
  /*    下面自加*/
  margin-right: 20px;
}
.supernav>li> .title a {
  display: block;
  padding: 15px 20px;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 18px;
}
.supernav>li:last-child>a {
  border-right: none;
}
.supernav>li>a:hover {
  color: #22a11b !important;
}
.supernav>li> .title{
  display: flex;align-items: center;
  justify-content: space-between;
}
.supernav>li> .title i {
  /*margin-left: 8px;*/
  width: 10px;
  height: 8px;
  background: url(../images/ico.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100% auto;
  -webkit-transition: all .3s;
  transition: all .3s
}
/* 二级下拉菜单 */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.supernav>li:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.dropdown li a:hover {
  background: #22a11b;
  color: white;
  padding-left: 25px;
}
.supernav>li:hover a>i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tel {
  display: flex;
  align-items: center;
  display: inline-block;
}
.sanh {
  width: 30px;
  padding: 6px;
  position: absolute;
  right: calc(4% - 10px);
  top: 50%;
  margin-top: -22.5px;
  display: none;
}
.sanh>div {
  height: 3px;
  margin: 6px 0px;
  width: 100%;
  transition: transform 0.5s, opacity 0.5s;
}
.sanh>div {
  background-color: #76838f;
}
.tesd>div {
  background-color: #76838f !important;
}
.tesd>div:nth-child(1) {
  transform: translate3d(0px, 9px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
  opacity: 0;
}
.tesd>div:nth-child(3) {
  transform: translate3d(0px, -9px, 0px) rotate(-45deg);
}
/*整屏切换*/
.banner {
  width: 100%;
  height: 100%;
}
.banner img{max-width:100%}
.con3c {
  position: relative;
}
.jidi {
  position: relative;
  padding: 0 50px;
  width: 1350px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 40px;
}
.jidi .swiper-button-prev,
.jidi .swiper-button-next {
  top: 40%;
}
.jidi .swiper-button-prev:after,
.jidi .swiper-button-next:after {
  display: none;
}
.titMax {
  text-align: center;
  font-size: 42px;
  margin-top: 60px;
}
.jidi .title {
  transition: all ease-out 0.2s;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
  position: relative;
  padding: 10px 0;
}
.jidi .title {
  font-size: 16px;
  color: #595959;
}
.jidi .swiper-slide .title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #22a11b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  bottom: 0;
}
.jidi .swiper-slide:hover .title:before {
  width: 100%;
}
.jidi .desc {
  color: #848484;
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.8;
}
.tctab {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.tctab ul {
  display: flex;
}
.tctab li {
  border: #0689cf 1px solid;
  border-radius: 5px;
  padding: 8px 30px;
  margin: 0 10px;
}
.tctab li a {
  font-size: 12px;
  color: #76838f;
}
.tctab li:hover a {
  color: #000;
}
.prolist {
  overflow: hidden;
}
.prolist .col {
  position: relative;
  width: calc((100% - 90px)/4);
  margin-right: 30px;
  margin-top: 30px;
  height: 240px;
  border-radius: 5px;
  float: left; -webkit-transition:all .9s;transition:all .9s
}
.prolist .col:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prolist .col:nth-child(4n) {
  margin-right: 0;
}
.prolist .col h4 {
  padding: 5px 0;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(34, 161, 27, 0.8);
  z-index: 2;
  margin: 0;
  color: #ffffff;
}
.prolist .col:nth-last-child(1)::after {
  content: '';
  padding: 5px 0;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(34, 161, 27, 0.8);
  z-index: 2;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
.prolist .col:nth-last-child(1) {}
.prolist .col:nth-last-child(1) span {
  z-index: 99;
  color: #ffffff;
  font-size: 33px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.company {
  overflow: hidden;
  margin: 100px 0;
}
.company .img {
  float: left;
  width: 400px;
}
.company .img img {
  width: 100%;
}
.company .box {
  float: right;
  width: calc(100% - 450px);
}
.company .box .title {
  font-size: 42px;
  color: #111;
}
.company .box .desc {
  font-size: 14px;
  color: #848484;
  line-height: 1.8;
}
.ad {
  background-color: #e76517;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.ad h4 {
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}
.ad p {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-family: 宋体;
}
.santu {
  background: #f0f0f0;
  padding: 60px 0;
}
.shibing {
  width: 100%;
  height: 600px;
  margin-top: 50px;
}
.shibing .swiper-slide {
  width: 55%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  background: #ffffff;
}
.shibing .swiper-slide .img {
  height: 70%;
}
.shibing .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
}
.shibing .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shibing .slide-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}
.shibing .slide-content p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}
/* 自定义导航按钮 */
.shibing .swiper-button-next,
.shibing .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
.shibing .swiper-button-next:after,
.shibing .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.shibing .swiper-button-next:hover,
.shibing .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
/* 响应式设计 */
@media (max-width: 768px) {
  .swiper-container {
    height: 400px;
  }
  .swiper-slide {
    width: 80%;
  }
  h1 {
    font-size: 2rem;
  }
  .slide-content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .swiper-container {
    height: 300px;
  }
  .swiper-slide {
    width: 85%;
  }
  .slide-content {
    bottom: 20px;
    left: 20px;
  }
  .slide-content h3 {
    font-size: 1.2rem;
  }
  .slide-content p {
    font-size: 0.9rem;
  }
}
.description {
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}
.tnav {
  text-align: center;
  margin-top: 10px;
}
.tnav a {
  font-size: 16px;
  margin-right: 20px;
}
.tnav a.on {
  color: rgb(34, 161, 27);
}
.news {
  overflow: hidden;padding: 5px 5px;
  display: none;margin-bottom: 30px;
}
.news.on{
  display: block;
}
.news .col {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  float: left;
  width: calc((100% - 30px)/2);
  margin-right: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  height: 190px;
}
.news .col:nth-child(2n) {
  margin-right: 0;
}
.news .col:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s
}
.news .col .img {
  width: 160px;
  height: 160px;
}
.news .col .img img {
  width: 100%;
  display: block;
}
.news .col .box {
  width: calc(100% - 200px);
}
.news .col .box .title {
  transition: all ease-out 0.2s;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
  position: relative;
  padding: 10px 0;
}
.news .col .box .title {
  font-size: 16px;
  color: #595959;
}
.news .col .box .title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #22a11b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  bottom: 0;
}
.news .col :hover .title:before {
  width: 100%;
}
.news .col .box .desc {
  color: #848484;
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.8;
}
.banner2 {}
.banner2 img {
  display: block;
  width: 100%;
}
.navo {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.navo a {
  color: #90939b;
  font-size: 18px;
  margin-left: 20px;
}
.content {
  font-size: 14px;
  line-height: 2;
  padding: 50px 0;
}
.body {
  background: #f2f2f2;
  overflow: hidden;
  padding: 30px 0;
}
.list_left {
  float: left;
  width: calc(100% - 300px);
  background: #ffffff;
  padding: 20px;
}
.list_left .list .col:nth-child(1) {
  margin-top: 10px;
}
.list_left .list .col {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  border-bottom: 1px solid #f0f2f5;
}
.list_left .list .col .img {
  width: 150px;
  height: 150px;
}
.list_left .list .col .img img {
  display: block;
  width: 100%;
}
.list_left .list .col .box {
  width: calc(100% - 180px);
}
.list_left .list .col .box .title a {
  color: #464646;
  font-size: 22px;
}
.list_left .list .col .box .desc {
  color: #6a6a6a;
  margin-top: 10px;
  font-size: 13px;
}
.list_left .list .col .box .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.con_right {
  float: right;
  width: 280px;
  background: #ffffff;
  padding: 20px;
}
.input-search {
  border: 1px solid #e4eaec;
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-search input {
  border: 0;
}
.input-search button {
  border: 0;
}
.tit2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
}
.tjlist {
  border: 1px solid #e4eaec;
  margin-top: 10px;
}
.tjlist .col {
  border-bottom: 1px solid #e4eaec;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tjlist .col:nth-last-child(1) {
  border: 0;
}
.tjlist .col a {
  color: #464646;
  font-size: 15px;
}
.newsTit {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 15px;
}
.newsTit h1 {
  font-size: 32px;
}
.newsTit .date {
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.pager li {
  display: inline;
}
.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
  border-radius: 3px
}
.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #fff
}
.pager .next>a,
.pager .next>span {
  float: right
}
.pager .previous>a,
.pager .previous>span {
  float: left;
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: transparent
}
.pager-round li>a,
.pager-round li>span {
  border-radius: 1000px
}
.piclist {
  overflow: hidden;
  margin-bottom: 50px;
}
.piclist a.col {
  float: left;
  width: calc((100% - 160px)/3);
  margin-right: 80px;
  margin-top: 50px;
  display: block;
}
.piclist .col:nth-child(3n) {
  margin-right: 0;
}
.piclist .title {
  transition: all ease-out 0.2s;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
  position: relative;
  padding: 10px 0;
}
.piclist .title {
  font-size: 16px;
  color: #595959;
}
.piclist .col .title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #22a11b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  bottom: 0;
}
.piclist .col:hover .title:before {
  width: 100%;
}
.piclist .desc {
  color: #848484;
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.8;
}
.piclist .pic .img {
  height: 150px;overflow: hidden;
}
.piclist .pic img {
  width: 100%;
}
/* ----- 分页 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
  color: #333;
  font-size: 14px;
  padding: 8px 2px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}
/* ----- 分页 ----- */
/*底部*/
.link {
  padding: 15px 0px;
  color: #5e7387;
  background: #f5f5f5;
  position: relative;
  z-index: 3;
  font-size: 14px;
}
.link a:before {
  color: #aaaaaa
}
.link a {
  white-space: nowrap;
  margin: 0 10px;
  color: #5e7387;
  font-size: 14px;
}
.foot {
  background-color: #e76517;
  overflow: hidden;
  padding: 50px 0;
}
.foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .logof {
  width: 283px;
}
.foot .code {
  width: 200px;
}
.foot .logof img {
  width: 100%;
}
.foot .code img {
  width: 100%;
}
.foot .box {
  width: calc(100% - 500px);
}
.foot .box .menu {
  color: #ffffff;
}
.foot .box .menu a {
  font-size: 16px;
  color: #ffffff;
  margin: 0 10px;
}
.foot .box .desc {
  margin-top: 30px;
}
.foot .box .desc p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}
.foot .box .desc p a {
  font-size: 14px;
  color: #ffffff;
}