body {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

div {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
dt,
dd,
li,
img,
span,
form,
p,
input,
select,
textarea,
dl {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* swipBig */
.swipBig {
  width: 100%;
  position: relative;
}

/* 轮播图样式 */
.swiper-container {
  width: 100%;
}
.swipertm {
  width: 100%;
  height: 714px;
}
/* 新加得文字样式 */
.swipertm{
  position: relative;
}
.swipertitleB {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.swipertitle {
  position: absolute;
  top: 100px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 3;
  width: 100%;
  opacity: 0;

}

.swipertitle1,
.swipertitle2,
.swipertitle3 {
  width: 100%;
  color: #FFFFFF;
  text-align: center;

}

.swipertitle1 {

  font-size: 55px;
  line-height: 55px;
  margin-bottom: 28px;
  font-weight: 1000;
  color: #FFFFFF;


}

.swipertitle2 {

  font-size: 32px;
  line-height: 32px;
  margin-bottom: 14px;

}

.swipertitle3 {

  font-size: 24px;
  line-height: 24px;

}

/* 新加得文字样式 */

.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1 !important;
  width: 13px !important;
  height: 13px !important;
}
.swiper-pagination-bullet-active {
  background: #a0c941 !important;
}
.swiper-button-next {
  /*先将原始箭头的颜色设置为透明的  然后设置一个背景图片  达到修改按钮样式的目的*/
  right: -50px ;
  left: auto ;
  color: rgba(0, 0, 0, 0) !important;
  background: url(../images/5.png) center center no-repeat !important;
  width: calc(var(--swiper-navigation-size) / 33 * 27) !important;
  background-size: 20px 20px;
}
.swiper-button-next:hover{

  background: url(../images/button6.png) center center no-repeat !important;
  transition: all 0.5s;

}

.swiper-button-prev {
  left: -50px ;
  right: auto ;
  color: rgba(0, 0, 0, 0) !important;
  background: url(../images/6.png) center center no-repeat !important;
  width: calc(var(--swiper-navigation-size) / 33 * 27) !important;
  background-size: 20px 20px;
}
.swiper-button-prev:hover{

  background: url(../images/button5.png) center center no-repeat !important;
  transition: all 0.5s;

}


.photolistB {
  min-width: 1200px;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 1;
  bottom: 400px;
  opacity:0；
}

.photolist {
  width: 69%;
  margin: auto;
  text-align: center;
}
.photolistOne {
  width: 16%;
  /* height: 161px; */
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.photolistOne:hover{
  box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.3);
  transform:translate3d(0,-5px,0);
}
.photolisttext {
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  text-align: center;
  line-height: 40px;
  background-color: #a0c941;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.photolisttext a {
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center;
  line-height: 40px;
}
.photolisttext a:hover {
  color: #333333 !important;
  cursor: pointer;
}

.photolistOne img {
  width: 100%;
  height: auto;
}

/* 新闻资讯样式 */
.newsB {
  width: 100%;
  overflow: hidden;
}
.newB {
  background: url(../images/news.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.news {
  min-width: 1200px;
  width: 69%;
  margin: auto;
  padding: 100px 0;
  /* overflow: hidden; */
}

.news-top {
  width: 100%;
  height: 76px;
}

.information {
  float: left;
  padding: 10px;
}

.information h1 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 44px;
  font-weight: Bold;
}
.information h5 {
  color: #e5e7e8;
  font-size: 20px;
  font-weight: Bold;
}

.moreinformation,.moreinformation2 {
  float: right;
  height: 100%;
  width: 250px;
}
.moreinformation:hover{
  cursor: pointer;
}
.moreinformation1:hover{
  cursor: pointer;
}
.moreinformation2:hover{
  cursor: pointer;
}

.moreinformation span {
  height: 100%;
  line-height: 76px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  color: #666666;
}
.moreinformation2 span{
  height: 100%;
  line-height: 76px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  color: #666666;
}
.morebox {
  display: inline-block;
  vertical-align: middle;
  height: 50%;
  width: 82px;
  position: relative;
}
.smallbox,.smallbox2{
  width: 100%;
  height: 50%;
  position: absolute;
  right: -103px;
  opacity: 0;
  border-bottom: 1px solid #ccc;
}
.smallbox1 {
  width: 100%;
  height: 50%;
  position: absolute;
  left: -103px;
  opacity: 0;
  border-bottom: 1px solid #ccc;
}

.jump {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}

.jump img {
  width: 100%;
  height: auto;
}
.jump:hover{
  cursor: pointer;
}

/* 小轮播图 */
.news-bottom,.areas-bottom{
  width: 100%;
  height: 430px;
  margin-top: 73px;
  font-size: 0;
  position: relative;
}
.news-lb{
  width: 100%;
  height: 540px;
  margin-top: 73px;
  font-size: 0;
  position: relative;
}
.news-swiper {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.swiper-container {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  position: relative;
}
.swiper-slided {
  position: relative;
  width: 100%;
  height: 540px;
}
.swiper-slided img {
  width: 100%;
  height: 540px;
  font-size: 0;
}
.setting {
  width: 100%;
  height: 540px;
  color: #ffffff !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin-left: 90%;
}

.slider1 {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  color: #ffffff !important;
  padding: 36px 33px;
}
.h1 {
  font-size: 36px;
  margin-bottom: 7px;
  color: #ffffff;
}
.h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #ffffff;
}
.pagination:hover{
  cursor: pointer;
}
.h2:hover {
  color: #a0c941 !important;
  cursor: pointer;
}
.h3 {
  font-size: 18px;
  color: #ffffff;
}
.slider1 .h1,
.h2,
.h3 {
  color: #ffffff !important;
}

.slider1 .h2 {
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
    overflow: hidden;
}
.slider1 .h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 26px;
}
.lookB{
  width: 210px;
  height: 65px;
  border-radius: 30px;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: 39px;
}
.look {
  width: 100%;
  height: 100%;
  border: 1px solid #a0c941;
  text-align: center;
  line-height: 65px;
  font-size: 0;
  padding: 0 52px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 35px;
}
.lookhover{
  width: 100%;
  height: 100%;
  border: 1px solid #a0c941 ;
  background: #a0c941;
  text-align: center;
  line-height: 65px;
  font-size: 0;
  padding: 0 52px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 35px;
  opacity: 0;

}
.lookhover a{
  color: #FFFFFF !important;
  font-size: 18px !important;
  display: inline-block;
  vertical-align: middle;
}
.look a {
  color: #a0c941 !important;
  font-size: 18px !important;
  display: inline-block;
  vertical-align: middle;
}
.look:hover {
  cursor: pointer;
}
.lookhover:hover{
  cursor: pointer;
}
.lookimg {
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: url(../images/right1.png);
}
.lookimghover{
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  background: url(../images/right.png);
}


.newsday {
  width: 49%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  box-shadow: 0px 20px 35px rgba(217, 217, 215, 0.3);
  position: relative;
}

.newsdaybox:nth-child(5) {
  border: none;
}

.newsday-left {
  width: 20%;
  color: #a0c941;
}
.newsday-left h1 {
  color: #a0c941 !important;
  font-size: 48px;
  margin-bottom: 12px;
  font-weight: 400;
}
.newsday-left h4 {
  color: #a0c941 !important;
  font-size: 20px;
  font-weight: 400;
}
.newsdayboxB{
  width: 90%;
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 799px;
  z-index: 1;
  opacity:0;
}
.newsdaybox {
  width: 100%;
  padding: 33px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0;
}

.newsday-left,
.newsday-right {
  display: inline-block;
  vertical-align: bottom;
}

.newsday-right {
  width: 75%;
  height: 68px;
  border-left: 1px solid #eeeeee;
  padding-left: 20px;
  word-wrap: break-word;
}
.wuB {
  position: relative;
  height: 18px;
}
.wuline {
  z-index: 1;
  height: 13px;
  width: 30px;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #000;
}
.newsday-right .wu {
  color: #000000 ;
  font-size: 18px !important;
  position: absolute;
  left: 0;
  z-index: 2;
  background: #ffffff;
  display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical;
overflow:hidden;
}

.h5B {
  width: 100%;
  margin-top: 16px;
}
.newsday-right .h5 {
  color: #3c3c3c !important;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  line-height: 17px;
  display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

.business {
  background: url(../images/10.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.areas-bottom{
  position: relative;
  
}
.businessimgB {
  width: 50%;
  height: 430px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: -935px;
  z-index: 1;
  opacity: 1;


}

.businessimg {
  width: 90%;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

}
.businessimg:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; /* Safari */
  z-index: 1;
  box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.2);
  transform:translate3d(0,-2px,0);
}
.areasB{
  width: 50%;

  position: relative;
  float: right;
}
.areas {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -935px;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.areas h1 {
  margin: 15px 0;
  color: #333333 !important;
  font-size: 32px !important;
}
/* .li{
  
}
.busli{
    color: #333333;
    font-size: 32px;
} */
.areasspan {
  word-wrap: break-word;
  word-break: normal;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-top: 45px;
  display:-webkit-box;
-webkit-line-clamp:7;
-webkit-box-orient:vertical;
overflow:hidden;

}
.swiper-pagination:hover{
  cursor: pointer;
}
.guo {
  width: 91%;
  /* margin: 0 100px 0 0; */
  font-size: 16px;
  color: #666666;
  display: inline-block;
  position: absolute;
  left: -400px;
  opacity: 0;
}
.kindlist {
  background: #a0c941;
  color: #ffffff;
  margin-right: 0.5%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0px 11px;
  width: 24.5%;
  height: 170px;
}
.kindlist:hover {
  box-shadow: 0px 20px 35px rgba(160, 201, 05, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; /* Safari */
  z-index: 1;
  transform:translate3d(0,-4px,0);
  transition: all 0.5s;
}
.special{
  font-size: 20px !important;
font-weight: bold !important;
color: #333333 !important;
}
.kind {
  font-size: 0;
  width: 100%;
  /* margin-top: 172px; */
  position: absolute;

 padding-top: 50px;
  z-index: 1;
}
.kindlist:last-child {
  margin-right: 0;
}

.kindlisttop {
  text-align: center;
  padding: 25px 0px;
}
.ji {
  font-size: 17px;
font-weight: 400;
color: #FFFFFF !important;
line-height: 24px;
}
.englishji {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF !important;
  line-height: 15px !important;
  height: 15px;
}

.kindlistbottom {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  bottom: 27px;
  left: 35%;
}

.kindlistbottom img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.moreinformation1 {
  width: 250px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.saymore,.morenews,.moreours {
  margin: 0 15px;
  font-size: 18px !important;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px !important;
}
.saymore:hover {
  cursor: pointer;
  
}
.oursB {
  background: url(../images/about.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ousbottom {
  width: 100%;
  font-size: 0;
  vertical-align: top;
  display: inline-flex;
}

.ous-left {
  width: 50%;
  position: relative;
  height: 430px;
}

.shanxi {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 27px;
}


.ous-right {
  width: 50%;
  height: 430px;
  vertical-align: top;
  display: inline-block;
}
.userimgone {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.userimg {
  width: 100%;
  border-top-right-radius: 50px;
  object-fit: cover;
  border-bottom-left-radius: 50px;
}
.userimg:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; /* Safari */
  z-index: 1;
  box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.3);
  transform:translate3d(0,-2px,0);
  transition: all 0.5s;
}
