.banner .swiper-slide {
  font-size: 0;
}
.banner .swiper-slide img {
  width: 100%;
  height: 848px;
}
.banner .swiper-pagination-bullet-active {
  background: #FFF;
}
.box1 {
  background: url(../image/box1-bg.png) no-repeat;
  background-size: 100% 100% ;
}
.box1 .box1-nav {
  background-color: #fff;
}
.box1 .box1-nav ul {
  display: flex;
}
.box1 .box1-nav ul li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.box1 .box1-nav ul li a {
  transition: all 0.5s;
  display: block;
  padding: 22px 0;
}
.box1 .box1-nav ul li a:hover {
  transform: scale(1.2);
  background: rgba(216, 43, 44, 0.5);
}
.box1 .box1-nav ul li:nth-of-type(2n+1) {
  background-color: #F7F6F7;
}
.box1 .box1-nav ul li .img img {
  width: 84px;
  height: 71px;
}
.box1 .box1-nav ul li .p {
  color: #333333;
  font-size: 23px;
  font-family: 'font1';
  margin-top: 5px;
}
.box1 .box1-content {
  padding: 130px 0 343px 0 ;
}
.box1 .box1-content .title {
  text-align: center;
  position: relative;
}
.box1 .box1-content .title h2 {
  color: rgba(243, 178, 36, 0.5);
  font-size: 48px;
  font-family: 'font3';
}
.box1 .box1-content .title h3 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #363636;
  font-size: 30px;
  font-family: 'font3';
  cursor: pointer;
  transition: all 0.5s;
}
.box1 .box1-content .title h3:hover {
  color: #f3b224;
  transform: translate(-50%, 60%);
}
.box1 .box1-content .cont {
  text-align: center;
  padding-top: 80px;
}
.box1 .box1-content .cont p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  font-family: 'font2';
}
.box2 {
  background: url(../image/box2-bg.png) no-repeat;
  background-size: 100% 100% ;
  padding: 130px 0 154px 0 ;
}
.box2 .title {
  text-align: center;
  position: relative;
}
.box2 .title h2 {
  color: rgba(216, 43, 44, 0.5);
  font-size: 48px;
  font-family: 'font3';
}
.box2 .title h3 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #363636;
  font-size: 30px;
  font-family: 'font3';
}
.box2  .title h3 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -20%);
    color: #363636;
    font-size: 30px;
    font-family: 'font3';
    cursor: pointer;
    transition: all 0.5s;
}
.box2  .title h3:hover {
  color: #f3b224;
  transform: translate(-50%, 60%);
}
.box2 .cont {
  padding-top: 103px;
}
.box2 .cont .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  position: relative;
  padding-bottom: 100px;
}
.box2 .cont .swiper-slide img {
  width: 100%;
  height: 320px;
  transition: all 0.5s;
}
.box2 .cont .swiper-slide .name {
  position: absolute;
  width: 200px;
  height: 50px;
  text-align: center;
  bottom: 0;
  left: 50%;
  line-height: 30px;
  transform: translateX(-50%);
  background: url(../image/product-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 18px;
}
.box2 .cont .swiper-slide-active,
.box2 .cont .swiper-slide-duplicate-active {
  transform: scale(1);
}
.box2 .cont .swiper-slide-active img:hover{
	transform: scale(1.2);
	z-index: 6666666666666;
}
.box2 .cont .swiper-button-prev {
  background: url(../image/prev.png);
  background-size: 100% 100%;
  width: 43px;
  height: 30px;
  top: auto;
  bottom: 56%;
}
.box2 .cont .swiper-button-prev::after {
  content: '';
}
.box2 .cont .swiper-button-next {
  background: url(../image/next.png);
  background-size: 100% 100%;
  width: 43px;
  height: 30px;
  top: auto;
  bottom: 56%;
}
.box2 .cont .swiper-button-next::after {
  content: '';
}
.box3 {
  background-color: #fff;
  background: url(../image/box3-bg.png) no-repeat;
  background-size: 100% 100% ;
}
.box3 .cont {
  padding: 150px 0 100px 0;
  display: flex;
}
.box3 .cont .box3_l {
  width: 300px;
}
.box3 .cont .box3_l .title h2 {
  color: rgba(55, 165, 140, 1);
  font-size: 24px;
  font-family: 'font3';
}
.box3 .cont .box3_l .title h3 {
  color: #363636;
  font-size: 30px;
  font-family: 'font3';
  cursor: pointer;
}
.box3 .cont .box3_l .title h3:hover {
  color: #37a58c;
}
.box3 .cont .box3_l .line {
  width: 40px;
  height: 1px;
  background-color: #A0A0A0;
  margin: 88px 0;
}
.box3 .cont .box3_l .zuixin {
  color: #363636;
  font-size: 18px;
}
.box3 .cont .box3_l .btn {
  margin-top: 130px;
}
.box3 .cont .box3_l .btn a {
  display: inline-block;
  width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: #37a58c;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.box3 .cont .box3_l .btn a:hover {
  transform: translateY(-8px);
}
.box3 .cont .box3_r {
  width: 1100px;
}
.box3 .cont .box3_r .newList .img {
  float: left;
  border: 2px solid #E5E5E5;
  padding: 4px;
  font-size: 0;
}
.box3 .cont .box3_r .newList .img img {
  width: 393px;
  height: 239px;
}
.box3 .cont .box3_r .newList .list {
  float: left;
}
.box3 .cont .box3_r .newList .list .tit {
  color: #545454;
  font-size: 20px;
  font-weight: bold;
}
.box3 .cont .box3_r .newList .list ul li {
  margin: 20px 0;
  width: 510px;
}
.box3 .cont .box3_r .newList .list ul li a {
  display: flex;
  align-items: center;
}
.box3 .cont .box3_r .newList .list ul li a .time {
  position: relative;
  text-align: center;
  color: #545454;
  padding-right: 28px;
}
.box3 .cont .box3_r .newList .list ul li a .time::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #A0A0A0;
}
.box3 .cont .box3_r .newList .list ul li a .time .date {
  font-size: 36px;
}
.box3 .cont .box3_r .newList .list ul li a .time .year {
  font-size: 12px;
}
.box3 .cont .box3_r .newList .list ul li a .txt {
  padding-left: 32px;
  display: flex;
  align-items: center;
}
.box3 .cont .box3_r .newList .list ul li a .txt span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #37a58c;
  border-radius: 50%;
}
.box3 .cont .box3_r .newList .list ul li a .txt p {
  width: 384px;
  padding-left: 24px;
  color: #545454;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.box3 .cont .box3_r .newList .list ul li a .txt p:hover {
  color: #37a58c;
}
.box3 .cont .box3_r .xpss .img {
  float: left;
}
.box3 .cont .box3_r .xpss .list {
  padding-left: 42px;
  float: right;
}
.box3 .cont .box3_r .hyzx {
  margin-top: 50px;
}
.box3 .cont .box3_r .hyzx .img {
  float: right;
}
.box3 .cont .box3_r .hyzx .list {
  float: left;
}
.box4 {
  background-color: #F5F5F5;
  padding: 55px 0 44px;
}
.box4 .cont .box4_l {
  float: left;
  width: 326px;
}
.box4 .cont .box4_l .img {
  font-size: 0;
}
.box4 .cont .box4_l .img img {
  width: 326px;
  height: 216px;
}
.box4 .cont .box4_l .txt .tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 30px;
}
.box4 .cont .box4_l .txt p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  font-weight: lighter;
  text-indent: 2em;
}
.box4 .cont .box4_l .more {
  text-align: right;
  margin-top: 30px;
  transition: all 0.5s;
}
.box4 .cont .box4_l .more:hover {
  transform: translateX(8px);
}
.box4 .cont .box4_r {
  width: 1074px;
  float: left;
  padding-left: 52px;
}
.box4 .cont .box4_r .img {
  float: left;
  width: 375px;
  font-size: 0;
}
.box4 .cont .box4_r .txt {
  float: right;
  padding-left: 60px;
  width: 699px;
  width: 647px;
}
.box4 .cont .box4_r .txt .title {
  text-align: right;
  padding-top: 20px;
}
.box4 .cont .box4_r .txt .title h2 {
  color: #37a58c;
  font-size: 24px;
  font-family: 'font3';
}
.box4 .cont .box4_r .txt .title h3 {
  color: #363636;
  font-size: 30px;
  font-weight: normal;
  font-family: 'font3';
  cursor: pointer;
}
.box4 .cont .box4_r .txt .title h3:hover{
	color: #37a58c;
	font-weight: bold;
}
.box4 .cont .box4_r .txt .txt_c {
  margin-top: 50px;
}
.box4 .cont .box4_r .txt .txt_c p {
  color: #333333;
  font-size: 16px;
  font-weight: lighter;
  line-height: 2.1;
  text-indent: 2em;
  letter-spacing: 1px;
}
.box4 .cont .box4_r .txt .txt_c p strong {
  font-size: 20px;
}
.box4 .cont .box4_r .txt .txt_c .more {
  text-align: right;
  margin-top: 50px;
}
.box4 .cont .box4_r .txt .txt_c .more a {
  display: inline-block;
  width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: #37a58c;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.box4 .cont .box4_r .txt .txt_c .more a:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 1000px){
	.banner .swiper-slide img{
		height: 530px;
	}
	.box4{
		overflow: hidden;
	}
	
	.wrap{
		max-width: 100%;
		margin: 0 auto;
	}
	.head{
		position: relative;
	}
	#gotoTop{
		display: none!important;
	}
	.fenlei{
		display: block!important;
	}
	.box1 .box1-content{
		padding: 60px  0;
	}
	.box2 .cont .swiper-slide img{
		height: 260px;
	}
	.box1 .box1-content .cont p{
		font-size: 32px;
	}
	.box3 .cont{
		display: none;
	}
	.box4 .cont{
		display: none;
	}
	.shou{
		display: block!important;
	}
	.yincang{
		display: block!important;
	}
	.box1 .box1-content .title h3{
		position: relative;
	}
	.box2 .title h3{
		position: relative;
	}
	.foot_txt{
		width: 672px;
	}
}
.guan{
	color: rgba(216, 43, 44, 0.5);
	font-size: 60px;
	font-family: 'font3';
	font-weight: bold;
	padding: 30px 0 0px;
}
.lose strong{
	font-size: 36px;
}

.lose p{
	font-size: 32px!important;
	color: #333333!important;
	line-height: 40px!important;
	text-indent: 2em!important;
	letter-spacing: 1px!important;
	padding-bottom: 25px!important;
}
.yuText{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
}
.yincang  .txt .tit {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px;
}
.yincang .more img{
	width: 50px;
	margin-top: 20px;
}
.yincang p{
	font-size: 32px;
	color: #333;
}
.yincang{
	display: none;
	background-color: #F5F5F5;
	padding: 0 50px 44px;
}
.pica{
	width: 100%;
	overflow: hidden;
	display: none;
}
.yinPic{
	width: 400px!important;
}
.shou{
	padding: 110px 50px 50px;
	display: none;
}
.fenlei{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: none;
}
.white_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1002;
    overflow: auto;
}
.daoh{
	text-align: center;
	
}
.yibai{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 200px;
}
.joinPic{
	position: absolute;
	top: 30px;
	right: 25px;
	width: 60px;
}
.daoh li{
	width: 400px;
	border-bottom: 2px solid #FFFFFF;
	margin: 0 auto;
}
.daoh li a{
	font-size: 40px;
	color: #FFFFFF;
	height: 130px;
	font-weight: bold;
	line-height: 130px;
	opacity: 1;
}
.daoh li a:hover{
	color: #37a58c;
}
.new{
	color: rgba(216, 43, 44, 0.5);
	font-size: 60px;
	font-family: 'font3';
	font-weight: bold;
}
.zixubP{
	color: #363636;
	font-size: 48px;
	font-family: 'font3';
	cursor: pointer;
	font-weight: bold;
	padding: 50px 0;
}
.xian{
	width: 100px;
	height: 3px;
	background-color: #A0A0A0;
	margin: 60px 0;
}
.chengPic{
	width: 600px;
}
.liebiao{
	width: 100%;
}
.liebiao li{
	margin: 20px 0;
}
.liebiao li a{
	display: flex;
	align-items: center;
}
.liebiao li a .time{
	width: 80px;
}
.liebiao li a .time .date{
    position: relative;
    color: #545454;
    padding-right: 28px;
	font-size: 50px;
	
}
.liebiao li a .txt span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #37a58c;
    border-radius: 50%;
}
.liebiao li a .txt {
    padding-left: 32px;
    display: flex;
    align-items: center;
	border-left: 1px solid #999;
}
.liebiao li a .txt p{
	font-size: 32px;
	padding-left: 15px;
}
.F3054{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	padding-top: 20px;
}
.gengduo{
	display: inline-block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	background-color: #37a58c;
	color: #ffffff;
	font-size: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 40%);
	transition: all 0.5s;
	margin: 30px auto;
}
.gengduo a{
	color: #fff;
}
.oneline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}