@import "animate.min.css";


@import "swiper-bundle.min.css";


@import "font-awesome.min.css";


@import "bootstrap.min.css";


@import "public.css";

img{
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	
	touch-callout:none;
	-webkit-touch-callout:none;
	-ms-touch-callout:none;
	-moz-touch-callout:none;
}


.about {
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
  position: relative;
}

.aboutTitle {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #142751;
  font-weight: bold;
}
.aboutTitle a{color: #142751;}
.aboutContect {
  display: block;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.aboutImg {
  width: 40.625%;
  float: right;
  box-shadow: 0 0 20px rgba(20, 39, 81, 0.1);
  margin-top: -72px;
  overflow: hidden;
  position: relative;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 56.41026%;
}
.aboutLeft {
  width: 59.375%;
  float: left;
}
.aboutLeft .aboutBox {
  width: 100%;
  float: right;
  max-width: 900px;
  padding-right: 60px;
}
.aboutLeft .aboutBox .aboutTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.aboutLeft .aboutMore {
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.aboutLeft .aboutMore>a {
  display: block;
  width: 110px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  color: #142751;
  border-radius: 14px;
  border: 1px solid #142751;
}
.aboutLeft .aboutMore>a:hover {
	width: 130px;
}

.aboutIcon {
  display: block;
  overflow: hidden;
  margin-top: 80px;
}
.aboutIcon>img {
  display: block;
  max-width: 100%;
  height: auto;
}


.page-ny{;padding-bottom: 50px;min-height: 500px;}
.ny-tabs{border-bottom: 1px solid #c8c8c8;}
.ny-tabs .wrap2{display: flex;align-items: center;}
.ny-tabs .wrap2 a{display: block;font-size: 18px;color:#333;line-height: 80px;margin-right: 60px; font-weight: bold;}
.ny-tabs .wrap2 a:hover,
.ny-tabs .wrap2 a.on,
.ny-tabs .wrap2.about1 a.aboutActive{
	color:#333;
	text-decoration: underline !important;
}

.aboutBox1>div{
	display: none;
}
.aboutBox1>div:first-child{
	display: block;
}

.news-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:15px 0;}
.news-ul li{width: calc(100% / 4 - 2%);margin:1%;height: 335px;position: relative;;transform-style: preserve-3d;perspective:1000px;cursor: pointer;transition: 0.5s;}
.news-ul li .back{width: 100%;height: 100%;position: absolute;left:0;top:0;;transition:0.8s;background-color: #767676;font-size: 14px;color: #fff;display: flex;justify-content: center;align-items: center;z-index: 2;}
.news-ul li .back .t1{position: relative;z-index: 2;}
.news-ul li .front{width: 100%;height: 100%;position: absolute;left:0;top:0;transform: rotateY(-180deg);z-index: 1; transition: 0.8s;background-color: #f6f6f6;color:#333;font-size:14px;padding:20px;display: flex;justify-content: center;align-items: center;}
.news-ul li:hover .back{box-shadow: 0 0 10px rgba(0, 0, 0,0.5);}
.news-ul li:hover .front{box-shadow: 0 0 10px rgba(0, 0, 0,0.3);}

.news-ul li.on .back{transform: rotateY(180deg);z-index: -1;background: #f6f6f6;border:1px solid #f6f6f6;}
.news-ul li.on .front{transform: rotateY(0deg);z-index: 1;background: #f6f6f6;}
.news-ul li.on .front .t1{ line-height: 22px;}
.news-ul li.max{width: 48%;}
.news-ul li.max .back::before{content:"";display: block;width: 100%;height: 100%;background-color: rgba(0, 0, 0,0.5);position: absolute;left: 0;top:0;}


.news-show{padding:30px 0;}  
.news-show .bt{border-bottom: 1px dotted #dadada;padding-bottom:15px;text-align: center;margin-bottom: 20px;}
.news-show .bt b{display: block;line-height: 36px;font-size: 20px;color:#333;}
.news-show .bt span{display: block;line-height: 25px;font-size: 14px;color:#888;}
.news-show .nr{font-size: 16px;color:#555;line-height: 28px;}
.news-show img{display: block;max-width: 100%;margin:20px auto;}

@media (max-width: 1520px) {
  .about {
    padding: 50px 0;
  }
  .aboutLeft .aboutBox {
    padding: 0 30px;
  }
  .aboutIcon {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
	.aboutContect {
		margin-top: 30px;
	}
	.aboutLeft .aboutBox .aboutTxt {
		line-height: 30px;
		height: 180px;
		text-overflow:ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.aboutLeft .aboutMore {
		padding-top: 20px;
	}
	.aboutIcon {
		margin-top: 30px;
	}
	.aboutImg::before {
		padding-top: 90%;
	}
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutContect {
    margin-top: 30px;
  }
  .aboutLeft .aboutBox {
    padding: 0 30px;
  }
  .aboutLeft .aboutMore {
    padding-top: 20px;
  }
  .aboutIcon {
    margin-top: 30px;
  }
	.news-ul li .back{transition: initial;}
	.news-ul li .front{transition: initial;}
	.news-ul li{width: 48%;}
  .news-ul li.max{width: 98%;}
}

@media (max-width: 767px) {
  .about {
    padding: 30px;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .aboutContect {
    margin-top: 20px;
		display: block;
  }
  .aboutImg {
    width: 49%;
    margin: 0;
		margin-left: 1%;
  }
	.aboutImg::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
  .aboutLeft {
    width: auto;
		float: none;
		display: block;
  }
  .aboutLeft .aboutBox {
    padding: 0;
    margin-top: 0;
		width: auto;
		float: none;
  }
  .aboutLeft .aboutBox .aboutTxt {
    line-height: 30px;
		height: auto;
		-webkit-line-clamp: initial;
		display: block;
		overflow: initial;
  }
  .aboutLeft .aboutMore {
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  .aboutIcon {
    margin-top: 20px;
  }
  .ny-tabs .wrap2{flex-wrap: wrap;padding:5px 0;}
  .ny-tabs .wrap2 a{font-size: 14px;width: calc(100% / 4 - 2%);margin:1%;line-height:30px;}
	
	 .news-ul li{height: 180px;}
  .news-ul li .back{font-size: 12px;}
  .news-ul li .front{padding:10px; font-size: 12px; line-height: 20px; transition: initial;}
  .news-ul li .front .t1{overflow: auto;height:160px;font-size: 12px; line-height: 20px;  transition: initial;}}
  .news-ul li .front .t1>p{
     transition: initial;}
  }






}



.yw {
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
}
.ywTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #142751;
  font-weight: bold;
}
.ywTitle a{color: #142751;}
.ywList {
  display: flex;
  flex-wrap: wrap;
  width: 1616px;
  margin-top: 85px;
}
.ywList>li {
  width: 308px;
  float: left;
  margin: 0 96px 34px 0;
}
.ywList>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #dbe9f7;
  background-color: #fff;
  border-radius: 25px;
  padding: 65px 30px;
  box-shadow: 0 0 20px rgba(20, 39, 81, 0.1);
}
.ywList>li>a .ywIcon {
  display: block;
  overflow: hidden;
  height: 100px;
  position: relative;
}
.ywList>li>a .ywSubTitle {
  display: block;
  overflow: hidden;
  margin: 40px 0 75px 0;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #333;
}
.ywList>li>a .ywSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
}
.ywList>li>a .ywMore {
  display: block;
  overflow: hidden;
  max-width: 160px;
  margin: 0 auto;
  padding: 2px;
  border-radius: 23px;
  border: 1px solid #e5e5e5;
}
.ywList>li>a .ywMore>span {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #142751;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #142751;
}
.ywList>li>a:hover .ywMore {
	max-width: 100%;
}

@media (max-width: 1540px) {
  .yw {
    padding: 80px 0;
  }
  .ywList {
    width: 104%;
    margin-left: -2%;
    margin-top: 60px;
  }
  .ywList>li {
    width: 21%;
    margin: 0 2% 34px 2%;
  }
}

@media (max-width: 1200px) {
  .yw {
    padding: 50px 0;
  }
  .ywList {
    width: 102%;
    margin-left: -1%;
    margin-top: 40px;
  }
  .ywList>li {
    width: 23%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 991px) {
  .yw {
    padding: 30px 0;
  }
  .ywList {
    margin-top: 50px;
  }
  .ywList>li>a {
    border-radius: 15px;
    padding: 15px;
  }
	.ywList>li>a .ywIcon {
		height: 50px;
	}
  .ywList>li>a .ywSubTitle {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .yw {
    padding: 15px 0;
  }
  .ywTitle {
    line-height: 30px;
    font-size: 20px;
	   margin: 15px 0;
  }
  .ywList {
    margin: 30px 0 10px 0;
  }
  .ywList>li {
    width: 25%;
    margin: 0;
  }
  .ywList>li>a {
    border-radius: 10px;
    padding: 10px;
  }
.ywList>li>a {

  border: 0px solid #dbe9f7;
  box-shadow: 0 0 0 rgba(20, 39, 81, 0.1);
}
  .ywList>li>a .ywIcon {
    height: 24px;
  }
  .ywList>li>a .ywSubTitle {
    margin: 10px 0;
    font-size: 12px;
    line-height: 14px;
		letter-spacing: 2px;
  }
  .ywList>li>a .ywSubTitle>span {
    line-height: 20px;
    font-size: 14px;
  }
	.ywList>li>a .ywMore{
		width: 28px;
	}
  .ywList>li>a .ywMore>span {
    height: 22px;
    line-height: 20px;
    border-radius: 11px;
		font-size: 12px;
		font-family: SimSun;
		font-weight: bold;
  }
}


.news {
  width: 100%;
  overflow: hidden;
  background-color: #fbfcfd;
  padding: 100px 0;
  position: relative;
}
.newsContect {
  display: block;
  overflow: hidden;
}
.newsSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.newsSwiper .swiper-slide .newsLeft {
  width: 51.875%;
  float: left;
  background: url(../image/news_bj.png) no-repeat right center #fff;
}
.newsTitle {
  width: 100%;
  float: left;
	margin-bottom: 30px;
}
.newsTitle>div {
  width: 100%;
  float: left;

  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  font-size: 30px;
  color: #142751;
  font-weight: bold;
}
.newsNav {
  float: right;
}
.newsNav>li {
  width: 160px;
  margin-left: 20px;
  float: left;
}
.newsNav>li>a {
  display: block;
  overflow: hidden;
  padding: 2px;
  border-radius: 23px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.newsNav>li>a>span {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #142751;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #142751;
}
.newsNav>li>a:hover {
  border-color: #142751;
}
.newsNav>li>a.news_on {
  border-color: #142751;
}

.newsSwiper .swiper-slide .newsLeft>.newsBox {
  width: 100%;
  float: left;
	max-width: 754px;
  padding: 15px 0 15px 35px;
}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsSubtitle {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 20px;
  color: #000000;

}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsSubtitle a{
  color: #000000;

}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 240px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt a{
  color: #000;
}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsMore {
  display: block;
  overflow: hidden;
  margin-top: 4px;
}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsMore>a {
  width: 110px;
  float: right;
  height: 28px;
  line-height: 26px;
  border-radius: 14px;
  text-align: center;
  font-size: 13px;
  color: #142751;
  border: 1px solid #142751;
  position: relative;
  z-index: 9;
}
.newsSwiper .swiper-slide .newsLeft>.newsBox .newsMore>a:hover {
	width: 130px;
}
.newsSwiper .swiper-slide .newsRight {
  width: 48.125%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsSwiper .swiper-slide .newsRight>a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.newsSwiper .swiper-slide .newsRight::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.newsSwiper .swiper-slide .newsRight .newsVideoBox{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.newsSwiper .swiper-slide .newsRight .newsVideoBox>video {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.newsSwiper .swiper-slide .newsRight .newsVideoBox .newsVideoBtn{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}
.newsSwiper .swiper-slide .newsRight .newsVideoBox .newsVideoBtn>span{
	float: left;
	font-size: 60px;
	color: #fff;
}
.newsSwiper .swiper-slide .newsRight>a>img {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.newsBtn {
  float: left;
  position: absolute;
  left: calc(48.125% + 40px);
  bottom: 18px;
  z-index: 2;
}
.news-prev,
.news-next {
  width: 26px;
  float: left;
  height: 26px;
  border: 1px solid #142751;
  position: relative;
  margin-right: 14px;
  cursor: pointer;
}
.news-prev>img:first-child,
.news-next>img:first-child {
  opacity: 1;
}
.news-prev>img:last-child,
.news-next>img:last-child {
  opacity: 0;
}
.news-prev:hover,
.news-next:hover {
  background-color: #142751;
}
.news-prev:hover>img:first-child,
.news-next:hover>img:first-child {
  opacity: 0;
}
.news-prev:hover>img:last-child,
.news-next:hover>img:last-child {
  opacity: 1;
}

@media (max-width: 1520px) {
  .newsTitle>div {
    padding: 0 35px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox {
    padding: 15px 30px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt {
    height: 210px;
    -webkit-line-clamp: 7;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsTitle {
    top: 70px;
    margin-bottom: 10px;
  }
  .newsTitle>div {
    padding: 0 20px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox {
    padding: 15px 20px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt {
    margin-top: 10px;
    height: 120px;
    -webkit-line-clamp: 4;
  }
	
	.newsNav>li {
		width: 130px;
	}
}

@media (max-width: 991px) {
  .news {
    padding: 40px 0;
  }
  .newsTitle {
    top: 40px;
		margin-bottom: 10px;
  }
  .newsNav>li {
    width: 100px;
    margin-left: 10px;
  }
  .newsNav>li>a {
    border-radius: 18px;
  }
  .newsNav>li>a>span{
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox {
    padding: 10px;
  }
	.newsTitle>div {
	    padding: 0;
			font-size: 18px;
	}
	.newsSwiper .swiper-slide .newsLeft>.newsBox .newsSubtitle {
		width: 100%;
		line-height: 26px;
		font-size: 18px;
		padding-left: 0;
	}
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt {
    margin-top: 10px;
		height: 60px;
		-webkit-line-clamp: 2;
  }
  .newsBtn {
    left: calc(48.125% + 10px);
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 30px;
  }
  .newsTitle {
    width: 100%;
    top: 0;
		float: none;
    position: relative;
    text-align: center;
		overflow: hidden;
    margin-bottom: 5px;
  }
  .newsTitle>div {
    padding: 0;
    flex-wrap: wrap;

    line-height: 24px;
    font-size: 16px;
  }
  .newsNav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
  }
  .newsNav>li {
    width: 48%;
    margin: 0 1% 1% 1%;
  }
  .newsNav>li>a{
    padding: 0;
    border: none;
  }
  .newsNav>li>a>span {
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    font-size: 12px;
  }
  .newsContect {
    width: 100%;
    float: left;
    margin-top: 0;
  }
	.newsSwiper .swiper-slide {
		align-items: flex-start;
		justify-content: space-between;
	}
  .newsSwiper .swiper-slide .newsRight {
    width: 100%;
  }

	.newsSwiper .swiper-slide .newsLeft {
	  width: 49%;
	}
  .newsSwiper .swiper-slide .newsLeft>.newsBox {
    padding: 0;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsSubtitle {
		width: 100%;
		overflow: hidden;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsTxt {
		width: 202%;
		overflow: hidden;
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
    margin-top: 15px;
		margin-left: -101%;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsMore {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
  }
  .newsSwiper .swiper-slide .newsLeft>.newsBox .newsMore>a{
    height: 24px;
    line-height: 22px;
  }
  .newsBtn {
    width: 100%;
		left: 0;
		bottom: initial;
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin-top: -26px;
  }
  .news-prev,
  .news-next {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }
}


.designSearch {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 140px 0;
}
.designSearch>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.designSearchTitle {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 5px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}
.designSearchForm {
  width: 100%;
  float: left;
  max-width: 800px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  overflow: hidden;
}
.designSearchForm>input {
  width: calc(100% - 75px);
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}
.designSearchForm>input::-webkit-input-placeholder {
  color: #666;
}
.designSearchForm>input:-moz-placeholder {
  color: #666;
}
.designSearchForm>button {
  width: 75px;
  float: left;
  height: 48px;
  font-size: 14px;
  color: #142751;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.designSearchForm>button>img {
  float: left;
  margin: 0 0 0 5px;
}

@media (max-width: 1200px) {
  .designSearch {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .designSearch {
    padding: 30px 0;
  }
  .designSearchTitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .designSearch {
    padding: 30px 0;
  }
  .designSearch>.container{
    max-width: calc(100% - 60px) !important;
  }
  .designSearchTitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .designSearchForm>input {
    width: calc(100% - 60px);
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
  }
  .designSearchForm>button {
    width: 60px;
    height: 38px;
  }
}


.lxwm {
  width: 100%;
  overflow: hidden;
  background-color: #fbfcfd;
  padding: 50px 0;
}
  .lxwm>.container{
    max-width: calc(100% - 60px)!important;
  }
.lxwmTitle {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.lxwmTitle a{color: #333;}
.lxwmContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lxwmLeft {
  float: left;
  flex: 1;
  padding-right: 20px;
}
.lxwmLeft>p {
  width: 35%;
  float: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
  line-height: 34px;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.lxwmLeft>p:nth-child(even){
  width: 65%;
}
.lxwmLeft>p>img {
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lxwmRight {
  width: 230px;
  float: right;
  margin-top: -46px;
}
.lxwmWx {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.lxwmWx>img {
  width: 50%;
  float: left;
  height: auto;
}
.lxwmWx>span {
  width: 50%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.lxwmIcon {
  display: block;
  overflow: hidden;
}
.lxwmIcon>a {
  float: left;
  margin-right: 30px;
}
.lxwmIcon>a>img {
  width: auto;
  height: 24px;
  display: block;
}

@media (max-width: 1280px) {
  .lxwmLeft>p {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .lxwm {
    padding: 30px 0;
  }
  .lxwm .wrap{
    max-width: 100%;
  }
  .lxwmRight {
    width: 190px;
    margin-top: -20px;
  }

  .bus-footer{
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .lxwm {
    padding: 30px 0;
  }
  .lxwmTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .lxwmLeft {
    padding-right: 0;
  }
  .lxwmLeft>p {
    width: 100% !important;
    margin-top: 5px;
    line-height: 28px;
    padding-left: 30px;
		font-size: 12px;
  }

}



.main {
  width: 100%;
  overflow: hidden;
	padding: 50px 0;
	min-height: 100vh;
}
.mainLeft {
  width: 250px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
  border: 1px solid #c7c7c7;
	margin: 30px 0;
	border-radius: 25px;
}
.menuTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  background: url(../image/menu_title.png) no-repeat right bottom #000;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  padding: 30px 0;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menuList>li {
  display: block;
  overflow: hidden;
  
  float: left;
  width: calc(100% / 6 );
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 50px;
  text-transform: uppercase;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #000;
  position: relative;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
	transition: initial;
}
.menuList>li>a>span::before {
  content: "";
  width: 12px;
  float: left;
  height: 12px;
  border: 3px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  color: #142751;
	font-weight: bold;
}
.menuList>li:hover>a>span,
.menuList>li.menuActive>a>span {
  color: #142751;
}
.menuList>li:hover>a>span::before,
.menuList>li.menuActive>a>span::before {
  border-color: #142751;
}

.menuList>li>ul {
  display: none;
  overflow: hidden;
  transition: initial;
  padding: 20px;
}
.menuList>li>ul>li {
  margin-bottom: 20px;
}
.menuList>li>ul>li:last-child {
  margin-bottom: 0;
}
.menuList>li>ul>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f8f8f8;
  color: #000;
  font-size: 14px;
}
.menuList>li>ul>li>a:hover {
  border-color: #142751;
  color: #142751;
}
.menuList>li>ul>li>a.on {
  border-color: #142751;
  color: #142751;
}

.mainRight {
  width: 1142px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  margin: 38px 0 20px 0;
  line-height: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}
.dqwzName {
  float: left;
}
.dqwzName>a{
  float: left;
  font-size: 20px;
  color: #333;
  margin-right: 30px;
 padding: 10px 20px;
}
.dqwzName>a.actived{
  font-weight: bold;
  font-size: 24px;
  color:#000;
  
	border: 1px solid #142751;
	padding: 10px 20px;
	border-radius: 30px ;
}


.dqwzNav {
  float: right;
  font-size: 13px;
  color: #666;
}
.dqwzNav>a {
  color: #666;
}
.dqwzNav>a:hover {
  color: #142751;
  text-decoration: underline;
}
.dqwzNav>a:last-child {
  color: #142751;
}
.dqwzContect {
  width: 100%;
  float: left;
  
}
.dqwzContect1 {
  width: 100%;
  float: left;
  
  min-height: 300px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.company img{
  display: block;
	max-width: 100%;
	height: auto;
	margin: 2px auto;
}

@media (max-width: 1520px) {
  .main {
    padding: 50px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
  .menuList>li {
    width: calc(100% / 5 );
  }
  .menuList>li>a {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .menuList>li {
    width: calc(100% / 5 );
  }
  .menuList>li>a {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 40px 0;
		min-height: initial;
  }
  .mainLeft {
    width: 29%;
	margin-top: 20px;
  }
  .menuList>li>a {
    padding: 0 20px;
  }
  .mainRight {
    width: 69%;
  }
.menuList>li {
  display: block;
  overflow: hidden;
  
  float: left;
      width: auto;
}
}

@media (max-width: 767px) {
  .main {
    padding: 20px 0;
    min-height: initial;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
    border: none;
  }
  .menuTitle {
    width: calc(100% + 40px);
    text-align: left;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: block;

	   
	  border-radius: 20px;
  }
	.menuList>li {
	  display: block;
	  overflow: hidden;
	  
	  float: left;
	  width: auto;
	  margin: 0 10px 0 0;
	}
  .menuList>li>a {
    padding: 0 5px;
  }
  .menuList>li>a>span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
  }
  .menuList>li>a>span::before{
    width: 4px;
    height: 4px;
    border-width: 2px;
  }
  .menuList>li>ul {
    padding: 4px;
  }
  .menuList>li>ul>li {
    margin-bottom: 3px;
  }

  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 20px 0;
  }
  .dqwzContect1 {
    padding: 20px 0;
  }
  .company {
    line-height: 32px;
    font-size: 14px;
  }




	.dqwzName {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
}



.busList {
  display: block;
  overflow: hidden;
  width: 102%;
	margin-left: -1%;
}
.busList>li {
  width: 22.9999%;
  float: left;
  margin: 0 1% 30px 1%;
}
.busList>li>a {
  display: block;
  overflow: hidden;
  
}
.busList>li>a .busImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.busList>li>a .busImg::before {
  content: "";
  display: block;
  padding-top: 71.451613%;
}
.busList>li>a .busTxt {
  width: 100%;
  
  height: 60px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
	margin: 5px 0;
}
.busList>li>a:hover .busImg>img {
  transform: scale(1.1);
}
.busList>li>a:hover .busTxt {
  color: #142751;
  font-weight: bold;
}


.busList1 {
  display: block;
  overflow: hidden;
  width: 102%;
	margin-left: -1%;
}
.busList1>li {
  width: 22.9999%;
  float: left;
  margin: 0 1% 30px 1%;
}
.busList1>li>a {
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
}
.busList1>li>a .busImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.busList1>li>a .busImg::before {
  content: "";
  display: block;
  padding-top: 71.451613%;
}
.busList1>li>a .busTxt {
  width: 100%;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.busList1>li>a:hover .busImg>img {
  transform: scale(1.1);
}
.busList1>li>a:hover .busTxt {
  color: #142751;
  font-weight: bold;
}
.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxqContect video{
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .busList>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
	.busList1>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .busList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .busList>li>a .busTxt {
    height: 62px;
    line-height: 22px;
  }
	
	.busList1>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .busList1>li>a .busTxt {
    height: 38px;
    line-height: 38px;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
  .cpxqContect video{
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}



.xwList {
  display: block;
  overflow: hidden;
}
.xwList>li {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
	display: flex;
	border: 1px solid #c7c7c7;
}
.xwList>li .xwImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li .xwImg::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.xwList>li .xwImg .xwVideoBtn{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}
.xwList>li .xwImg .xwVideoBtn>span{
	float: left;
	font-size: 45px;
	color: #fff;
}
.xwList>li>a {
  width: 70%;
  float: left;
  padding: 20px;
}
.xwList>li>a .xwRight {
  width: 100%;
  float: left;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  margin: 15px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.xwList>li>a:hover .xwRight .xwTitle {
  color: #142751;
	text-decoration: underline;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .xwList>li .xwImg {
    width: 40%;
  }
  .xwList>li>a {
    width: 60%;
    padding: 10px 20px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 48px;
    line-height: 24px;
    margin: 10px 0;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 767px) {
	.xwList>li {
		margin-bottom: 15px;
	}
  .xwList>li>a {
    padding: 10px;
  }
  .xwList>li>a .xwRight .xwTitle {
    line-height: 22px;
    font-size: 14px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 36px;
    margin: 5px 0 0 0;
    line-height: 18px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .xwList>li>a .xwRight .xwTime{display: none;}

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}



.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.contactTxt .lxwmLeft>p{
  width: 100% !important;
  margin: 0 !important;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 13px;
    line-height: 30px;
  }
  .contactMap {
    margin-top: 20px;
  }
}