/* www.adminbuy.cn */













 .dede_pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}
.dede_pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: px;
	background: #fff;
	color: #999;
	border-radius: 2px;
}
.dede_pages ul li:hover {
	background: #013677;
	color: #fff;

}
.dede_pages ul li:hover a {
	color: #fff;
}
.dede_pages ul li.thisclass {
	/* display: inline-block; */
	/* border: 1px solid #013677; */
	/* padding: 6px 15px; */
	/* margin: 0 1px; */
	background: #013677;
	color: #fff;
}
.dede_pages ul li.thisclass a {
	color: #fff;
}
.dede_pages ul li a {
	display: block;
	color: #999
}
.dede_pages ul li a:hover {
	color: #fff;
}




/* 导航基础样式 */

/* 1、鼠标悬浮样式（鼠标放上去变色） */
ul li a:hover {
    color: #000078;
	
}

/* 2、点击跳转页面后，当前导航永久变色（核心） */
ul li.cur a {
      /* 选中文字颜色，自行修改 */
    font-weight: bold;
    border-bottom: 2px solid #fff; /* 底部高亮线，不需要可删除 */
}

/* 3、鼠标按住点击一瞬间效果（可选） */
ul li a:active {
    opacity: 0.8;
	
}


/* 默认菜单样式 */
.pageMenuBox .item {
    display: inline-block;
    margin: 0 8px;
}
.pageMenuBox .item a {
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
}

/* 鼠标放上去变色 */
.pageMenuBox .item a:hover {
    color: #fff;
}

/* 点击跳转后，当前页面菜单固定不同样式（核心cur类） */
.pageMenuBox .item a.cur {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #000078;
	  background: rgba(0, 0, 120, 0.8) url("../images/pagemenuactive.png") no-repeat center;
  background-size: cover;
}





















/*公共*/
.pageBanner {
  display: flex;
  align-items: center;
  background-size: cover !important;
  height: 760px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}

.pageBanner .title {
  font-size: 58px;
}

.pageBanner .sub {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 5%;
}

.pageMenu {
  margin: -74px auto 0;
  background: rgba(0, 0, 0, 0.2);
}

.pageMenuBox {
  max-width: 1700px;
  padding: 0 50px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.pageMenu .item {
  width: 100%;
}

.pageMenu .item.active,
.pageMenu .item:hover {
  background: rgba(0, 0, 120, 0.8) url("../images/pagemenuactive.png") no-repeat center;
  background-size: cover;
  
}

.pageMenu .item a {
  color: #fff;
  font-size: 18px;
  display: block;
  height: 74px;
  line-height: 74px;
}

.pageContainer {
  max-width: 1700px;
  padding: 0 50px;
  margin: 100px auto;
}

.pages {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.pages a {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  color: #e2e2e2;
  width: 36px;
  height: 36px;
  font-size: 20px;
  margin: 0 5px;
  display: block;
  text-align: center;
  line-height: 34px;
}

.pages a.active,
.pages a:hover {
  background: #000078;
  border-color: #000078;
  color: #fff;
}

.pages a.prev,
.pages a.next {
  background: url("../images/prev.png") no-repeat center;
}

.pages a.next {
  transform: rotate(180deg);
}

.pages a.prev:hover,
.pages a.next:hover {
  background: #000078 url("../images/prev.png") no-repeat center;
}

/*新闻中心*/
.shareTo {
  margin-top: 40px;
  font-size: 16px;
  color: #8b8b8b;
  text-align: right;
}
.shareTo a {
  margin-right: 10px;
}
.shareTo a img {
  width: 18px;
}

.pageNews {
  display: flex;
  flex-wrap: wrap;
}

.pageNews .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 40px;
}

.pageNews .item:nth-child(3n) {
  margin-right: 0;
}

.newsDetail .title {
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 1.6;
}

.newsDetail .sub {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: 20px auto;
  font-size: 16px;
  color: #999;
}

.newsDetail .detailContainer {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 26px 100px 80px;
  font-size: 16px;
  line-height: 1.8;
  color: #8b8b8b;
}

.detailPage {
  /*padding: 0 100px;*/
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

.detailPage a {
  font-size: 16px;
  color: #8b8b8b;
}

.changeDetail a {
  margin-right: 30px;
}

.goBack {
  border: 1px solid #eee;
  padding: 10px 40px;
}

.goBack:hover {
  background: #000078;
  border-color: #000078;
  color: #fff;
}

/*新闻中心*/

/*联系我们*/
.contactBox {
  display: flex;
  flex-wrap: wrap;
}

.contactBox .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  border: 1px solid #eee;
  cursor: pointer;
}
.contactBox .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.contactBox .item:nth-child(4n) {
  margin-right: 0;
}

.contactBox .item .text {
  padding: 30px 20px 50px;
}

.contactBox .item .text .title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactBox .item .text .summary,
.contactBox .item .text .summary a {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 2;
}

/*地图*/
#mapContainer {
  width: 100%;
  height: 680px;
  z-index: 0;
}

#tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}

div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}

div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}

div.info-bottom {
  height: 0;
  width: 100%;
  clear: both;
  text-align: center;
}

div.info-bottom img {
  position: relative;
  z-index: 104;
}

/*地图*/
/*联系我们*/

/*关于我们*/
.aboutBox {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  margin-top: -90px;
}

.aboutBox .text {
  width: 53%;
}

.aboutBox .text .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.aboutBox .text .summary {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.8;
  text-align: justify;
}

.aboutBox .text .summary p {
  /* margin-bottom: 30px; */
  margin-bottom: 10px;
}

.aboutBox .aboutImg {
  overflow: hidden;
  align-self: center;
  /* width: 37%; */
  width: 40%;
}

.aboutBox .aboutImg img {
  border-radius: 0 100px 0 100px;
}

/* 2026-2-25 修改开始 */
.aboutBox .aboutImg video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  mix-blend-mode: multiply;
}

.aboutBox .aboutImg video:fullscreen {
  mix-blend-mode: initial;
}
/* 2026-2-25 修改结束 */

.culture {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
  padding-top: 50px;
}

.culture .item {
  width: calc(100% / 3);
  position: relative;
  color: #fff;
  cursor: pointer;
}

.culture .item::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  transition: all 0.5s;
}

.culture .icon {
  width: 90px;
  height: 90px;
  margin: auto;
  text-align: center;
  line-height: 90px;
}

.culture .item .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  transition: all 0.5s;
  height: max-content;
  top: 200px;
}

.culture .item .text .title {
  margin-top: 30px;
  font-size: 30px;
}

.culture .item .text .line {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 30px auto;
}

.culture .item .text .summary {
  font-size: 16px;
  line-height: 2;
}

.culture .item:hover .imgBox img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.culture .item:hover .text {
  transition: all 0.5s;
  top: 0;
}

.culture .item:hover::after {
  background: rgba(0, 0, 120, 0.9);
  transition: all 0.5s;
}

.honor {
  margin-top: -90px;
  padding-top: 90px;
}

.honor .honorTitle {
  font-size: 40px;
  color: #333;
  font-weight: 600;
  margin-bottom: 60px;
}

.honor-swiper .imgBox {
  background: #f4f4f4;
  /* padding: 40px 70px; */
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.honor-swiper .imgBox img {
  position: absolute;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.honor-swiper .text {
  margin-top: 1px;
  background: #f4f4f4;
  padding: 25px 20px;
  transition: all 0.5s;
}

.honor-swiper .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  transition: all 0.5s;
}

.honor-swiper .honorPagination {
  margin-bottom: 0;
}

.honor-swiper .swiper-slide:hover .text {
  background: #000078;
  color: #fff;
  transition: all 0.5s;
}

.honor-swiper .swiper-slide {
  cursor: pointer;
}

.honor-swiper .swiper-slide:hover .text .title {
  color: #fff;
  transition: all 0.5s;
}

/*关于我们*/

/*网站地图*/
.map a {
  font-size: 16px;
  color: #333;
  margin-right: 30px;
}
.map .item {
  margin-bottom: 30px;
}
.map .item .itemSecond {
  margin-top: 10px;
}
/*网站地图*/

/*产品中心*/
.pageSearch {
  width: 100%;
  max-width: 50%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: auto;
}
.pageSearch input {
  width: calc(100% - 100px);
  height: 50px;
  border: 1px solid #eee;
  padding: 0 20px;
}
.pageSearch button {
  position: absolute;
  right: 0;
  height: 50px;
  width: 100px;
  cursor: pointer;
  font-size: 16px;
}
.pageSearch button:hover {
  background: #000078;
  color: #fff;
}
.pageSearch input:focus {
  outline: none;
  border: 1px solid #eee;
}

.productBg {
  background: #f5f5f5;
  padding: 100px 0;
}

.productBg .pageContainer {
  margin: 0 auto;
}

.productBox {
  display: flex;
  flex-wrap: wrap;
}

.productBox .item {
  background: #fff;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 30px;
}

.productBox .item:nth-child(2n) {
  margin-right: 0;
}

.productBox .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.productBox .item a .text {
  width: 60%;
  padding: 20px 40px;
}

.productBox .item a .text .title {
  font-size: 38px;
  color: #000078;
  font-family: Montserrat-Bold;
}

.productBox .item a .text .line {
  width: 100%;
  height: 2px;
  background: #f7f7f7;
  position: relative;
  margin: 20px 0;
}

.productBox .item a .text .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 2px;
  background: #000078;
  transition: all 0.5s;
}

.productBox .item:hover a .text .line::after {
  width: 100%;
  transition: all 0.5s;
}

.productBox .item a .text .summary {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.8;
}

.productBox .item a .text .proMore {
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  padding-bottom: 6px;
  justify-content: space-between;
  display: inline-block;
}

.productBox .item:hover a .text .proMore,
.productBox .item:hover a .text i {
  color: #000078;
  /*filter: brightness(0);*/
  border-color: #000078;
  opacity: 1;
}

.productBox .item:hover a .text i {
  filter: none;
}

.productBox .item a .imgBox {
  width: 40%;
  position: relative;
  height: 0;
  padding-bottom: 57%;
}

.productBox .item a .imgBox img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: inherit;
  margin-left: 50%;
  transform: translateX(-50%);
}

.productBox .item:hover a .imgBox img {
  transform: translateX(-50%) scale(1.1);
}

.product-detail-swiper {
  display: flex;
  justify-content: space-between;
  height: 640px;
  overflow: hidden;
  /*width: 50%;*/
  width: 800px;
}

.product-detail-swiper .swiperSmall {
  width: 180px;
}

.product-detail-swiper .swiperSmall .swiper-slide-prev::before,
.product-detail-swiper .swiperSmall .swiper-slide-next::before {
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 20;
}

.product-detail-swiper .swiperSmall .swiper-slide-prev::before {
  top: 0;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
}

.product-detail-swiper .swiperSmall .swiper-slide-next::before {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
}

.product-detail-swiper .swiperBig {
  max-width: 560px;
  display: flex;
  align-items: center;
}

.product-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.product-detail-text {
  /*width: 50%;*/
  width: calc(100% - 800px);
  padding-left: 10%;
}

.product-detail-swiper .swiperSmall .swiper {
  height: 640px;
}

.product-detail-swiper .swiperSmall .swiper-slide {
  cursor: pointer;
  background: #f5f5f5;
}

.product-detail-swiper .swiperSmall .swiper-slide img {
  border: 1px solid #e2e2e2;
  padding: 10px 0;
  mix-blend-mode: multiply;
}

.product-detail-swiper .swiperSmall .swiper-slide.swiper-slide-thumb-active img {
  border-color: #000078;
}

.product-detail-swiper .swiperSmall .swiper-button-prev {
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 22;
  width: 60px;
  height: 60px;
  display: none;
  transform: rotate(90deg);
}

.product-detail-swiper .swiperSmall .swiper-button-next {
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 22;
  width: 60px;
  height: 60px;
  display: none;
  transform: rotate(90deg);
}

.product-detail-swiper .swiperSmall .swiper-button-prev::after,
.product-detail-swiper .swiperSmall .swiper-button-next::after {
  font-size: 24px;
  color: #000078;
}

.product-detail-swiper .swiperSmall:hover .swiper-button-prev,
.product-detail-swiper .swiperSmall:hover .swiper-button-next {
  display: flex;
}

.product-detail-swiper .swiperBig .swiper {
  border: 1px solid #e2e2e2;
  cursor: pointer;
}

.product-detail-swiper .swiperBig .swiper img {
  width: 100%;
  padding: 20px 0;
  mix-blend-mode: multiply;
}
.product-detail-swiper .swiperBig .swiper-slide {
  overflow: hidden;
  background: #f5f5f5;
}
.product-detail-swiper .swiperBig .swiper-slide .bimImg {
  position: absolute;
}
div.zoomDiv {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  /*width: 500px !important;*/
  /*height: 600px !important;*/
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomDiv img {
  max-width: inherit;
}
div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  /*width: 200px !important;*/
  /*height: 200px !important;*/
}

.product-detail-text .title {
  font-size: 26px;
  font-family: Montserrat-Bold;
  color: #333;
  margin-top: 10px;
}

.product-detail-text .summary {
  color: #8b8b8b;
  font-size: 16px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 40px;
  line-height: 1.8;
}

.product-detail-text .sub li {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.8;
  list-style-type: disc;
  margin-left: 20px;
}

.product-detail-text .sub li::marker {
  color: #000078;
}

.product-detail-text .tag {
  margin-top: 10%;
}

.product-detail-text .tag a {
  border: #000078 1px solid;
  border-radius: 4px;
  color: #000078;
  font-size: 16px;
  display: inline-block;
  padding: 20px 50px;
  margin-right: 20px;
}

.product-detail-text .tag a:hover {
  background: #000078;
  color: #fff;
}
.product-detail-text .share {
  margin-top: 50px;
  display: flex;
}
.product-detail-text .share a {
  width: 40px;
  height: 40px;
  filter: brightness(80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailBox .tagScroll {
  overflow: auto;
}

.detailBox .tag {
  display: flex;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
  min-width: 1600px;
}

.detailBox .tag .item {
  min-width: calc(100% / 8);
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
}

.detailBox .tag .item.active {
  color: #fff;
  background: #000078;
}

.detailTitle {
  font-size: 18px;
  text-align: center;
  background: #e4e4e4;
  padding: 15px 20px;
  font-weight: 600;
  border: 1px solid rgba(240, 240, 240, 0.5);
  border-bottom: none;
}

.parameter {
  padding: 60px 20px;
  background: #fff;
}

.parameter .item {
  display: none;
}

.parameter .item.active {
  display: block;
}

.parameter .item1 ul {
  display: flow-root;
}

.parameter .item1 ul li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}

.parameter .item1 ul .key,
.parameter .item1 ul .value {
  padding: 20px 60px;
  line-height: 1.6;
}

.parameter .item1 ul .key {
  background: #fdfdfe;
  font-size: 18px;
  font-weight: 600;
  width: 30%;
  border-left: 1px solid rgba(240, 240, 240, 0.5);
  border-right: 1px solid rgba(240, 240, 240, 0.5);
  display: flex;
  align-items: center;
}

.parameter .item1 ul .value {
  width: 70%;
  font-size: 16px;
  color: #8b8b8b;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(240, 240, 240, 0.5);
  flex-wrap: wrap;
}
.parameter .item1 ul .value p {
  width: 100%;
}

.parameter .item2 ul {
  border: 1px solid #eee;
  border-radius: 20px;
}

.parameter .item2 ul li {
  width: 100%;
  text-align: center;
}

.parameter .item2 .selectTop,
.parameter .item2 .selectMid,
.parameter .item2 .selectBottom {
  display: flex;
  justify-content: space-between;
}

.parameter .item2 .selectTop .selectList,
.parameter .item2 .selectMid .selectList,
.parameter .item2 .selectBottom .selectList {
  width: calc(100% / 9);
  /*width: 100%;*/
  font-size: 16px;
  padding: 30px 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.parameter .item2 .selectTop.select1 .selectList,
.parameter .item2 .selectMid.select1 .selectList,
.parameter .item2 .selectBottom.select1 .selectList {
  width: calc(100%);
}
.parameter .item2 .selectTop.select2 .selectList,
.parameter .item2 .selectMid.select2 .selectList,
.parameter .item2 .selectBottom.select2 .selectList {
  width: calc(100% / 2);
}
.parameter .item2 .selectTop.select3 .selectList,
.parameter .item2 .selectMid.select3 .selectList,
.parameter .item2 .selectBottom.select3 .selectList {
  width: calc(100% / 3);
}
.parameter .item2 .selectTop.select4 .selectList,
.parameter .item2 .selectMid.select4 .selectList,
.parameter .item2 .selectBottom.select4 .selectList {
  width: calc(100% / 4);
}
.parameter .item2 .selectTop.select5 .selectList,
.parameter .item2 .selectMid.select5 .selectList,
.parameter .item2 .selectBottom.select5 .selectList {
  width: calc(100% / 5);
}
.parameter .item2 .selectTop.select6 .selectList,
.parameter .item2 .selectMid.select6 .selectList,
.parameter .item2 .selectBottom.select6 .selectList {
  width: calc(100% / 6);
}
.parameter .item2 .selectTop.select7 .selectList,
.parameter .item2 .selectMid.select7 .selectList,
.parameter .item2 .selectBottom.select7 .selectList {
  width: calc(100% / 7);
}
.parameter .item2 .selectTop.select8 .selectList,
.parameter .item2 .selectMid.select8 .selectList,
.parameter .item2 .selectBottom.select8 .selectList {
  width: calc(100% / 8);
}

.parameter .item2 .selectTop .selectList:last-child,
.parameter .item2 .selectMid .selectList:last-child,
.parameter .item2 .selectBottom .selectList:last-child {
  border-right: none;
}

.parameter .item2 .selectMid .selectList {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

.parameter .item2 .selectMid .selectList .item2-list {
  width: max-content;
  margin: auto;
  max-width: 90%;
}

.parameter .item2 .selectMid .selectList p {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.parameter .item2 .selectMid .selectList p::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #8e8e8e;
  left: 0;
  top: 2px;
  margin: auto;
  position: absolute;
}

.parameter .item2 .selectMid .selectList p:last-child {
  margin-bottom: 0;
}

.parameter .item2 .selectMid .selectList p.check::after {
  background: #000078 url("../images/check.png") no-repeat center;
  border-color: #000078;
}

.parameter .item2 .selectBottom {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.parameter .item2 .selectBottom .selectList {
  border-bottom: none;
  background: #000078;
  color: #fff;
  font-size: 18px;
}

.parameter .item2 .item2-detail {
  color: #8b8b8b;
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
}

.parameter .item3 ul {
  max-width: 1420px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.parameter .item3 ul li {
  margin-right: 60px;
  border: 1px solid #eee;
  width: calc((100% - 60px) / 2);
  margin-bottom: 60px;
  background: #f8f8f8;
}

.parameter .item3 ul li:nth-child(2n) {
  margin-right: 0;
}

.parameter .item3 ul li .title {
  background: #f8f8f8;
  text-align: center;
  font-size: 32px;
  margin-bottom: 80px;
}

.parameter .item7 .item7Box,
.parameter .item8 .item7Box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.parameter .item7 .item7Img,
.parameter .item7 .item7Table,
.parameter .item8 .item7Img,
.parameter .item8 .item7Table {
  width: 48%;
}

.parameter .item7 .item7List,
.parameter .item8 .item7List {
  border: 1px solid #eee;
  margin-bottom: 20px;
  border-right: none;
  border-bottom: none;
}

.parameter .item8 .item7List {
  max-width: 1000px;
  margin: auto;
}

.parameter .item7 .item7List .item7List-top,
.parameter .item8 .item7List .item7List-top {
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
  background: #e4e4e4;
}

.parameter .item7 .item7List-bottom li,
.parameter .item8 .item7List-bottom li {
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.parameter .item7 .item7List-bottom li:nth-child(odd),
.parameter .item7 .item7List-bottom li:nth-child(odd) {
  background: #f5f5f5;
}

.parameter .item7 .item7List-bottom li:nth-child(even),
.parameter .item8 .item7List-bottom li:nth-child(even) {
  background: #eaeaea;
}

.parameter .item7 .item7List-bottom .itemList,
.parameter .item8 .item7List-bottom .itemList {
  width: calc(100% / 3);
  border-right: 1px solid #eee;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parameter .item8 .item7List-bottom .itemList:nth-child(1) {
  width: 20%;
}

.parameter .item8 .item7List-bottom .itemList:nth-child(2) {
  width: 80%;
}
.parameter .item9 .item-list {
  display: flex;
  margin-bottom: 20px;
  background: #fdfdfe;
  align-items: center;
}
.parameter .item9 .item-list div {
  width: 50%;
}
.parameter .item9 .item-list .itemImg img {
  width: 100%;
}
.parameter .item9 .item-list .itemImg .itemImg-title {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.parameter .item9 .item-list .text {
  padding: 60px;
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.6;
}

.parameter .item9 .item-list:nth-child(2n) {
  flex-direction: row-reverse;
}

.video-detail {
  margin-top: 50px;
  scroll-margin: 100px;
}
.video-detail .detailTitle {
  margin-bottom: 30px;
}
.video-detail video {
  width: 100%;
}
/*产品中心*/

/*服务支持*/
.service-support .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000078;
  margin-bottom: 40px;
}

.service-support .item:nth-child(even) {
  flex-direction: row-reverse;
}

.service-support .item .text,
.service-support .item .imgBox {
  width: 50%;
  color: #fff;
}

.service-support .item .imgBox {
  position: relative;
  padding-bottom: 30%;
}

.service-support .item .imgBox img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  object-fit: cover;
}

.service-support .item .text {
  padding: 30px 50px;
}

.service-support .item .text .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-support .item .text .summary {
  background: url("../images/service03.png") no-repeat top left;
  padding-left: 30px;
  line-height: 1.6;
}

.service-support .item .text .summary p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}

.service-support .item .text .summary p:last-child {
  margin-bottom: 0;
}

.serviceBg {
  background: #f5f5f5;
  padding: 50px 0;
}

.serviceBg .downTitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}

.serviceDown .item {
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 20px 60px;
  align-items: center;
  margin-bottom: 20px;
}

.serviceDown .item .imgBox {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceDown .item .title {
  margin-left: 50px;
  padding: 10px 30px 10px 100px;
  border-left: 1px solid #eee;
  font-size: 18px;
  font-weight: 600;
}

.serviceDown .item .download {
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 3px;
  padding: 15px 55px;
  margin-left: auto;
  font-size: 16px;
}

.serviceDown .item .download:hover {
  background: #000078;
  border-color: #000078;
  color: #fff;
}

.product-download {
  display: flex;
  flex-wrap: wrap;
}

.product-download .item {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #eee;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.product-download .item:nth-child(2n) {
  margin-right: 0;
}

.product-download .item .imgBox {
  width: 28%;
}

.product-download .item .text {
  width: 72%;
  padding: 30px 30px 30px 10%;
}

.product-download .item .text .title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.product-download .item .text .summary {
  font-size: 16px;
  color: #8b8b8b;
}

.product-download .item .text .download {
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 50px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.product-download .item .text .download:hover {
  background: #000078;
  border-color: #000078;
  color: #fff;
}

.product-download .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

/*服务支持*/

/*人才招聘*/
.recruitment .recTitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.recruitment .recSummary {
  font-size: 16px;
  line-height: 2;
  color: #8b8b8b;
  max-width: 1380px;
  margin: auto;
}

.recruitment .recTag {
  display: flex;
  flex-wrap: wrap;
  max-width: 1380px;
  margin: 30px auto 0;
}

.recruitment .recTag .item {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #f6f6f6;
  position: relative;
  padding: 40px 10px 40px 30px;
}

.recruitment .recTag .item:nth-child(5n) {
  margin-right: 0;
}

.recruitment .recTag .item .title {
  z-index: 2;
  position: relative;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
}

.recruitment .recTag .item .title::after {
  content: "";
  background: #000078;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.recruitment .recTag .item .number {
  position: absolute;
  font-size: 80px;
  color: #fafafb;
  font-style: italic;
  font-family: Montserrat-Bold;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  font-weight: 900;
}

.recruitmentBox {
  max-width: 1380px;
  padding-top: 60px;
  margin: auto auto 30px;
}

.recTop {
  background: #f4f4f4;
  display: flex;
}

.recBottom .item ul {
  display: flex;
}

.recTop .item,
.recBottom .item ul li {
  width: calc(100% / 4);
  font-size: 18px;
  color: #333;
  padding: 30px 40px;
  cursor: pointer;
}

.recBottom .item ul li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.recBottom .item ul li:last-child::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  background: url("../images/recicon.png") no-repeat center right;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.recBottom .item ul li .recBottom .item ul {
  display: flex;
}

.recBottom .item .recShow {
  padding: 30px 40px;
  line-height: 2;
  font-size: 16px;
  color: #8b8b8b;
  display: none;
}

.recBottom .item.active ul li:last-child::after {
  transform: rotate(0deg);
  transition: all 0.5s;
}

/*人才招聘*/

/*解决方案*/
.solutionBox {
  display: flex;
  flex-wrap: wrap;
}

.solutionBox .item {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.5s;
}

.solutionBox .item:nth-child(3n) {
  margin-right: 0;
}

.solutionBox .item .imgBox {
  height: 0;
  position: relative;
  padding-bottom: 73%;
}

.solutionBox .item .imgBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.solutionBox .item:hover .imgBox::after {
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.solutionBox .item .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.solutionBox .item .text {
  padding: 30px;
  color: #000;
  border-top: none;
}

.solutionBox .item .text .title {
  font-size: 20px;
  font-weight: 600;
}

.solutionBox .item .text .summary {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 1.6;
}

.solutionBox .item:hover {
  background: #000078;
  transition: all 0.5s;
}

.solutionBox .item:hover .text {
  transition: all 0.5s;
  color: #fff;
}

.solutionBox .item:hover .summary {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}

.solutionBox .item:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

/*解决方案*/

@media screen and (max-width: 1600px) {
  /*通用*/
  .pageBanner {
    height: 600px;
  }

  /*通用*/
  .culture .item .text {
    top: 100px;
  }

  .service-support .item .text .summary p {
    margin-bottom: 30px;
  }

  .product-detail-text {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1440px) {
  /*通用*/
  .pageBanner {
    height: 500px;
  }

  .pageBanner .title {
    font-size: 42px;
  }

  .pageBanner .sub {
    margin-bottom: 5%;
  }

  /*通用*/
  .service-support .item .imgBox {
    position: relative;
    padding-bottom: 36%;
  }

  .product-detail-swiper {
    width: 700px;
    height: 600px;
  }

  .product-detail-text {
    width: calc(100% - 700px);
  }

  .product-detail-swiper .swiperBig {
    max-width: 510px;
  }

  .product-detail-swiper .swiperSmall {
    width: 150px;
  }

  .product-detail-swiper .swiperSmall .swiper {
    height: 560px;
  }
}

@media screen and (max-width: 1366px) {
  .culture .item .text .title {
    font-size: 24px;
  }

  /*人才招聘*/
  .recruitment .recTag .item .title,
  .recTop .item,
  .recBottom .item ul li {
    font-size: 16px;
  }

  /*人才招聘*/
  .product-detail-text .tag {
    margin-top: 40px;
    display: flex;
  }

  .product-detail-text .tag a {
    width: calc((100% - 20px) / 2);
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
  }

  .product-detail-text .tag a:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  /*新闻*/
  .pageNews .item {
    width: calc((100% - 20px) / 2);
  }

  .pageNews .item:nth-child(3n) {
    margin-right: 20px;
  }

  .pageNews .item:nth-child(2n) {
    margin-right: 0;
  }

  .newsDetail .title {
    font-size: 32px;
  }

  .newsDetail .detailContainer,
  .detailPage {
    padding-left: 0;
    padding-right: 0;
  }

  /*新闻*/
  /*联系我们*/
  .contactBox .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .contactBox .item:nth-child(2n) {
    margin-right: 0;
  }

  /*联系我们*/
  /*关于我们*/
  .aboutBox .text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .aboutBox .text .summary,
  .culture .item .text .summary,
  .honor-swiper .title {
    font-size: 14px;
  }

  .aboutBox .text .summary p {
    margin-bottom: 20px;
  }

  .culture .item .text .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .culture .icon img {
    width: 60%;
  }

  .honor-swiper .imgBox {
    padding: 30px;
  }

  /*关于我们*/
  /*产品中心*/
  .productBox .item a .text .title {
    font-size: 26px;
  }

  /*产品中心*/
  /*服务支持*/
  .service-support .item .text .title {
    font-size: 28px;
  }

  .service-support .item .text .summary p {
    font-size: 14px;
  }

  /*服务支持*/
  /*解决方案*/
  .solutionBox .item .text .title {
    font-size: 16px;
  }

  .solutionBox .item .text .summary {
    font-size: 14px;
  }

  /*解决方案*/
}

@media screen and (max-width: 1000px) {
  /*通用*/
  .pageBanner {
    height: 300px;
  }

  .pageBanner .title {
    font-size: 24px;
  }

  .pageBanner .sub {
    margin-bottom: 0;
  }

  .pageBanner .sub {
    font-size: 16px;
  }

  .pageMenu {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .pageMenuBox {
    padding: 0;
  }

  .pageMenu .item a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }

  .pageContainer {
    margin: 30px auto;
    padding: 0 20px;
  }

  .pages a {
    font-size: 14px;
  }

  .pageMenu .item:hover {
    background: none;
  }

  /*通用*/
  /*新闻*/
  .pageNews.news-swiper .item .newsText {
    position: inherit;
    width: 100%;
    padding: 20px;
  }

  .pageNews.news-swiper .item .time {
    font-size: 14px;
  }

  .pageNews.news-swiper .item .title {
    margin-top: 10px;
  }

  .newsDetail .title {
    font-size: 18px;
  }

  .newsDetail .detailContainer,
  .newsDetail .sub,
  .detailPage a {
    font-size: 14px;
  }

  .detailPage {
    flex-direction: column;
    align-items: flex-start;
  }

  .changeDetail {
    order: 1;
  }

  .changeDetail a {
    display: block;
    margin-bottom: 10px;
  }

  .goBack {
    order: 0;
    margin-bottom: 20px;
  }

  .sub {
    flex-direction: column;
    line-height: 1.6;
  }

  /*新闻*/
  /*联系我们*/
  .contactBox .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  /*联系我们*/
  /*关于我们*/
  .aboutBox {
    flex-direction: column;
  }

  .aboutBox .text,
  .aboutBox .aboutImg {
    width: 100%;
  }

  .aboutBox .text .title {
    font-size: 18px;
  }

  .aboutBox .aboutImg {
    margin-top: 10px;
  }

  .culture .item {
    width: 100%;
  }

  .honor .honorTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /*关于我们*/
  /*产品中心*/
  .productBox .item {
    width: 100%;
    margin-right: 0;
  }

  .productBox .item a {
    flex-direction: column-reverse;
  }

  .productBox .item a .imgBox,
  .productBox .item a .text {
    width: 100%;
  }

  .productBox .item a .text {
    padding: 20px;
  }

  .productBox .item a .imgBox {
    padding-bottom: 80%;
  }

  .product-detail {
    flex-direction: column;
  }

  .product-detail-swiper {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }

  .product-detail-swiper .swiperSmall {
    width: 100%;
    margin-top: 10px;
  }

  .product-detail-swiper .swiperSmall .swiper {
    height: auto;
  }

  .product-detail-swiper .swiperSmall .swiper-slide-prev::before,
  .product-detail-swiper .swiperSmall .swiper-slide-next::before {
    display: none;
  }

  .product-detail-text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .product-detail-text .title {
    font-size: 24px;
  }

  .product-detail-text .summary {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .product-detail-text .sub li {
    font-size: 14px;
  }

  .product-detail-swiper .swiperSmall:hover .swiper-button-prev,
  .product-detail-swiper .swiperSmall:hover .swiper-button-next {
    display: none;
  }

  .detailBox .tag {
    font-size: 14px;
    width: max-content;
    min-width: auto;
  }

  .detailBox .tag .item {
    width: fit-content;
    padding: 20px;
    min-width: auto;
  }

  .detailTitle {
    font-size: 14px;
  }

  .detailBox .tagScroll {
    margin-bottom: 20px;
  }

  .parameter {
    overflow: auto;
  }

  .parameter .item1 ul .key,
  .parameter .item1 ul .value {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    border-left: 1px solid rgba(240, 240, 240, 0.5);
  }

  .parameter .item1 ul li {
    flex-direction: column;
  }

  .parameter .item1 ul .key {
    background: #f9f9f9;
  }

  .parameter .item2 .selectTop .selectList {
    font-size: 14px;
    padding: 10px;
  }

  .parameter .item2 .selectMid .selectList,
  .parameter .item2 .selectBottom .selectList {
    font-size: 12px;
    padding: 10px;
  }

  .parameter .item.item2 .selectBox {
    overflow: auto;
  }

  .parameter .item.item2 ul {
    width: 1200px;
  }

  .parameter .item3 ul li {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }

  .parameter .item3 ul li .title {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .parameter .item7 .item7Box,
  .parameter .item8 .item7Box {
    flex-direction: column;
  }
  .item7Box {
    flex-direction: column;
  }

  .parameter .item7 .item7Img,
  .parameter .item7 .item7Table,
  .parameter .item8 .item7Img,
  .parameter .item8 .item7Table {
    width: 100%;
  }
  .item7Img,
  .item7Table {
    width: 100% !important;
  }

  .parameter .item7 .item7List .item7List-top,
  .parameter .item8 .item7List .item7List-top,
  .parameter .item7 .item7List-bottom li,
  .parameter .item8 .item7List-bottom li {
    font-size: 14px;
  }
  .item7List .item7List-top,
  .item7 .item7List-bottom li {
    font-size: 14px;
  }

  .parameter .item7 .item7List-bottom .itemList,
  .parameter .item8 .item7List-bottom .itemList {
    padding: 10px 20px;
  }
  .item7List-bottom .itemList {
    padding: 10px 5px !important;
    font-size: 14px;
  }

  .parameter .item2 .item2-detail {
    font-size: 14px;
  }

  .product-detail-swiper .swiperBig {
    max-width: 100%;
  }
  .product-detail-swiper .swiperSmall .swiper-slide img {
    width: 100%;
  }
  /*产品中心*/
  /*服务支持*/
  .service-support .item,
  .service-support .item:nth-child(even) {
    flex-direction: column;
  }

  .service-support .item .text,
  .service-support .item .imgBox {
    width: 100%;
  }

  .service-support .item .text {
    padding: 40px 20px;
  }

  .service-support .item .text .title {
    font-size: 20px;
  }

  .service-support .item .text .summary p {
    margin-bottom: 20px;
  }

  .service-support .item .text .summary {
    line-height: 2;
  }

  .service-support .item .text .title {
    margin-bottom: 15px;
  }

  .serviceBg {
    padding: 1px 0;
  }

  .serviceBg .downTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .serviceDown .item {
    padding: 20px;
    flex-wrap: wrap;
  }

  .serviceDown .item .download {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }

  .serviceDown .item .title {
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .serviceDown .item .imgBox {
    width: 40px;
    height: 40px;
  }

  .product-download .item {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }

  .product-download .item .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-download .item .text .summary {
    font-size: 14px;
  }

  .product-download .item .text .download {
    font-size: 12px;
  }

  .product-download .item .imgBox {
    width: 50%;
  }

  .product-download .item .text {
    width: 100%;
    padding: 20px;
  }

  .product-download .item .text .download {
    width: 100%;
  }

  /*服务支持*/
  /*人才招聘*/
  .recruitment .recTitle {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .recruitment .recSummary {
    font-size: 14px;
  }

  .recruitment .recTag .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  .recruitment .recTag .item:nth-child(5n) {
    margin-right: 20px;
  }

  .recruitment .recTag .item:nth-child(2n) {
    margin-right: 0;
  }

  .recruitment .recTag .item .title,
  .recTop .item,
  .recBottom .item ul li {
    font-size: 14px;
  }

  .recTop .item,
  .recBottom .item ul li {
    padding: 20px;
  }

  .recBottom .item ul li {
    font-size: 14px;
  }

  .recruitmentBox {
    /*width: 800px;*/
    padding-top: 30px;
  }

  .recruitments {
    /*overflow-x: scroll;*/
  }
  .recTop .item:nth-child(2),
  .recTop .item:nth-child(3),
  .recBottom .item ul li:nth-child(2),
  .recBottom .item ul li:nth-child(3) {
    display: none;
  }
  .recBottom .item .recShow {
    font-size: 14px;
    padding: 20px;
  }
  .recTop .item,
  .recBottom .item ul li {
    width: 60%;
  }
  .recTop .item:last-child,
  .recBottom .item ul li:last-child {
    width: 40%;
  }
  .recBottom .item .recShow .phone {
    margin-bottom: 30px;
  }

  /*人才招聘*/
  /*解决方案*/
  .solutionBox .item {
    width: 100%;
    margin-right: 0;
  }

  .solutionBox .item:last-child {
    margin-bottom: 0;
  }

  .solutionBox .item .text {
    padding: 20px;
  }

  .solutionBox .item .text .title {
    font-size: 14px;
  }

  .solutionBox .item .text .summary {
    font-size: 12px;
  }

  /*解决方案*/
  /*新闻资讯*/
  .pageNews .item {
    width: 100%;
    margin-right: 0;
  }

  .news-swiper .item .title {
    /*min-height: auto;*/
  }

  .shareTo {
    text-align: left;
  }
  /*新闻资讯*/

  .search {
    margin-right: 30px;
    margin-left: 0;
  }
  .pageSearch {
    max-width: 100%;
  }

  .parameter .item9 .item-list {
    flex-direction: column-reverse !important;
  }
  .parameter .item9 .item-list div {
    width: 100%;
  }
  .parameter .item9 .item-list .text {
    padding: 20px;
  }

  .detailTitle {
    font-size: 14px !important;
  }
  .table tr {
    display: flex;
    flex-direction: column;
  }
  .table td {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
  .table td:first-child {
    background: #f9f9f9 !important;
  }

  .table2 td,
  .table3 td,
  .table4 td {
    padding: 10px 20px !important;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
}

/* 2026-1-27 添加 */

.support-video-list .item {
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.support-video-list .item .imgBox {
  position: relative;
  overflow: hidden;
}

.support-video-list .item .imgBox::after {
  content: "";
  display: block;
  padding-bottom: calc(9 / 16 * 100%);
}

.support-video-list .item .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-video-list .item .title {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
  min-height: auto;
}

.support-video-list .item .newsText {
  position: initial;
  width: 100%;
  padding: 20px 15px;
}

@media (max-width: 1000px) {
  .support-video-list .item {
    margin-right: 0 !important;
  }
}

@media (max-width: 576px) {
  .support-video-list .item .title {
    font-size: 16px;
  }
}

.newsDetail .detailContainer .detail-video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}












ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#0066cc;}
img,video{ max-width:100%;}
.am-container{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }





.ulnav>li .subnav{position: absolute;width:100%;background-color: #FFF; margin:0; box-shadow: 0 2px 38px rgba(0,0,0,.1); height: auto;z-index: 199;top: 68px;left: 0;opacity:0; visibility:hidden;transition: all .36s ease; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5; border-radius:5px;}
.ulnav>li .subnav:before{ content:""; display:block; position:absolute; left:50%; top:-8px; margin-left:-5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;}
.ulnav>li:hover .subnav{opacity:1;visibility: visible;top:90px;}
.ulnav>li .subnav li{ border-bottom:1px solid #f5f5f5;}
.ulnav>li .subnav li:first-child{ border-radius:5px 5px 0 0;}
.ulnav>li .subnav li:last-child{ border-radius:0 0 5px 5px;}
.ulnav>li .subnav li a{font-weight: 500;color: #666; padding: 8px 5px;line-height: 22px;display: block;transition: all .2s ease-in-out;font-size: 14px;}
.ulnav>li .subnav li a:hover{ color:#0066cc;}
.nav-warp{ display:none;}
.warpbg{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,.88); left:0; top:0; z-index:1990; display:none;}
.warpbg:after{ position:fixed; right:15px; top:15px; color:rgba(255,255,255,.81);    content: "\f00d"; font-size:1.8rem; cursor:pointer;}

.searbtn{ float:right; padding-top:35px;}
.searbtn a{ display:block;  text-align:right; position:relative; cursor:pointer;}

.searchb{ position:fixed; width:100%; top:50%; left:0; z-index:1992; margin-top:-24px; display:none;}
.searchb .seac{ max-width:780px; margin:0 auto; position:relative;}
.searchb .seac input{ width:100%; background:none; border:1px solid rgba(255,255,255,.4); border-radius:40px; padding:1.4rem; color:#fff;}
.searchb .seac input:focus{ box-shadow:none; outline:none;}
.searchb .seac .serbtn{ position:absolute; right:10px; top:0; padding:1.4rem; border:none; background:none; color:rgba(255,255,255,.81)}
.searchb .seac .serbtn:focus{ outline:none; }

header.ny{ background:#fff; position:relative;}
header.ny .logo .txt{ color:#333;}
header.ny .logo{ padding-top:18px;}
header.ny .logo .txt:before{ background:#eee;}
header.ny .menu nav>ul>li>a{ color:#333;}

.t-center{ text-align:center;}
.t-right{ text-align:right;}
.img100{ width:100%;}

.swiper-banner{ background:#1e2136;}
.swiper-banner .banmask{ position:absolute; z-index:99; left:0; bottom:0; max-width:30%;pointer-events: none;}
.swiper-banner .swiper-button-next{ right:30px; opacity:.2;}
.swiper-banner  .swiper-button-prev{ left:30px; opacity:.2;}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{background-size: 20px 40px;}
.swiper-banner .swiper-button-next:hover,.swiper-banner .swiper-button-prev:hover{ opacity:.8;}
.swiper-banner .swiper-slide{ background:#1e2136;width: 100%;}
.swiper-banner .swiper-slide .txt{ position:absolute; width:100%; left:0; top:41%; color:#fff; z-index:2;pointer-events: none;}
.swiper-banner .swiper-slide .txt .mo{ display:inline-block;}
.swiper-banner .swiper-slide .txt .line{ width:0; height:5px; background:#fff; margin-bottom:5%;transition: all .8s linear;}
.swiper-banner .swiper-slide .txt .line.animated{ width:250px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:36px; line-height:1; text-transform:uppercase;}
.swiper-banner .swiper-slide .txt .tit span{ font-size:48px; font-weight:bold; font-family:Bahnschrift,Arial, Helvetica, sans-serif;vertical-align: middle;}
.swiper-banner .swiper-slide .txt .note{ font-size:64px; line-height:1; margin:5% 0;font-weight:bold;}
.swiper-banner .swiper-slide .txt .info{ font-size:16px; font-weight: lighter;}

.swiper-banner .swiper-slide.swiper-slide-active .banitem .img100{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}

@keyframes rotate {0% {transform: translateY(0)}25% {transform: translateY(5px)}50% {transform: translateY(10px) scale(1.1,.9)}75% {ransform: translateY(5px)}100% {transform: translateY(0)}
}
.ban-yuand{ position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); z-index:2;}
.ban-yuand .am-container{ position:relative;}
.swiper-banner .swiper-banpa{ position:relative; bottom:0; float:right;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet{ display:block; width:14px; height:14px; margin:25px 0; background:none; border:1px solid rgba(255,255,255,0); opacity:1; border-radius:50%; position:relative; }
.swiper-banner .swiper-banpa .swiper-pagination-bullet:before{ content:""; display:block; width:50%; height:50%; border-radius:50%; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)} 
.swiper-banner  .swiper-banpa .swiper-pagination-bullet-active{ border:1px solid rgba(255,255,255,1); opacity: 1;}
.hm-more a{ display:inline-block; height:46px; line-height:46px; position:relative; padding-left:56px; font-size:18px; color:#fff;pointer-events: auto;}
.hm-more a i{ display:block; width:46px; height:46px; border-radius:50%; border:2px solid #fff;position:absolute; left:0; top:0;}
.hm-more a i:before{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(40deg);transform-origin: right;}
.hm-more a:hover i:before{animation: rota .6s ease 1 forwards;}
.hm-more a i:after{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(-40deg);transform-origin: right;}
.hm-more a:hover i:after{animation: rotaf .6s ease 1 forwards;}
@keyframes rota{from{transform: rotate(0deg);}to{transform: rotate(40deg);}}
@keyframes rotaf{from{transform: rotate(0deg);}to{transform: rotate(-40deg);}}

.am-pd{ padding:20px 0; overflow:hidden;}
.am-pb{ padding-bottom:80px; overflow:hidden;}

.am-title .line{ width:0; height:3px; background:#0066cc;transition:all 1s linear;}
.am-title .line.animated{ width:97px;}
.am-title .en{font-family:Bahnschrift,Arial, Helvetica, sans-serif; line-height:1; margin-top:20px; margin-bottom:10px; text-transform:uppercase; font-size:38px; font-weight:700; letter-spacing:-2px;}
.am-title .cn{ font-size:32px; color:#666; line-height:1;}
.am-title.w .line{background:#fff;}
.am-title.w .en{ color:#fff;}
.am-title.w .cn{ color:#fff;}

.hm-prolist{ margin-top:30px;}
.hm-prolist ul{ margin:0 -13px; padding-left:33.333%; position:relative;}
.hm-prolist ul li{ padding:13px; float:left; width:50%;}
.hm-prolist ul li a{ display:block; overflow:hidden; border-radius:10px; position:relative;}
.hm-prolist ul li a .img{ position:relative; background-position:center; background-size:cover; background-repeat:no-repeat; padding:45% 0; transition:all .3s linear;}
.hm-prolist ul li a .img:before{ content:''; display:block; width:100%; height:100%; background:rgba(0,102,204,.3); position:absolute; left:0; top:0;}
.hm-prolist ul li:first-child{ position:absolute; left:0; top:0; height:100%; width:32.666%;}
.hm-prolist ul li:first-child a{ height:100%;}
.hm-prolist ul li:first-child a .img{ height:100%;}
.hm-prolist ul li a:hover .img{ transform:scale(1.08)}
.hm-prolist ul li a .txt{ position:absolute; width:100%; padding:25px; left:0; bottom:0; z-index:99; color:#fff;}
.hm-prolist ul li a .txt .cn{ font-size:30px; font-weight:bold;}
.hm-prolist ul li a .txt .en{ font-size:20px; font-weight: lighter; font-style:italic;}
.hm-prolist ul li a .txt i{ display:block; width:46px; height:46px; border-radius:50%; border:2px solid #fff;position:absolute; right:20px; top:50%; transform:translateY(-50%)}
.hm-prolist ul li a .txt i:before{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(40deg);transform-origin: right;}
.hm-prolist ul li a .txt i:hover:before{animation: rota .6s ease 1 forwards;}
.hm-prolist ul li a .txt i:after{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(-40deg);transform-origin: right;}
.hm-prolist ul li a .txt i:hover:after{animation: rotaf .6s ease 1 forwards;}

.hm-about{ position:relative; padding-top:150px; padding-bottom:190px;}
.hm-about .am-container{ position:relative; z-index:999;}
.hm-about .bg{ background:url(../images/bg1.jpg) center no-repeat; background-size:cover; position:absolute;transform:scale(1.1); left:0; top:0; width:100%; height:100%;transition: all 3s linear;}
.hm-about .bg.animated{ transform:scale(1)}
.hm-about .hm-abl{ width:60%; float:left;}
.hm-about .hm-abl .hm-ab-note{ color:#fff; line-height:2; margin:40px 0; text-align:justify;}
.hm-about .hm-abl .hm-ab-note p{ margin-bottom:10px;}
.hm-about .hm-abr{ width:30%; float:right; padding-top:40px;}
.hm-about .hm-abr ul{}
.hm-about .hm-abr ul li{ padding:5px; text-align:center; }
.hm-about .hm-abr ul li a{ display:block; background:rgba(10,110,211,.8);padding:36px;}
.hm-about .hm-abr ul li a img{ transition:all .3s linear;}
.hm-about .hm-abr ul li a:hover img{ transform:translateY(-10px)}
.hm-about .hm-abr ul li a .tit{ color:#fff; font-size:18px;}

.hm-cyqy{ margin-top:50px;}
.hm-cyqy ul{ margin:0 -33px;}
.hm-cyqy ul li{ padding:30px 33px;}
.hm-cyqy ul li a{ display:block; box-shadow:0 2px 20px 2px rgba(10,110,211,.08); border-radius:10px; overflow:hidden; text-align:center; padding-bottom:50px;}
.hm-cyqy ul li a .img{ display:block; overflow:hidden;}
.hm-cyqy ul li a .img img{transition:all .3s linear;}
.hm-cyqy ul li a:hover .img img{ transform:scale(1.05)}
.hm-cyqy ul li a .logo{ margin-top:-75px; position:relative; z-index:22;}
.hm-cyqy ul li a .logo img{ border-radius:10px; box-shadow:0 2px 20px 2px rgba(10,110,211,.08);}
.hm-cyqy ul li a .tit{ font-size:28px; font-weight:bold; color:#333; margin-top:30px;}
.hm-cyqy ul li a .note{ color:#333; margin-bottom:30px;}
.hm-cyqy ul li a .more span{ display:inline-block; padding:6px 30px; border-radius:30px; background:#0066cc; color:#fff;}
.hm-cyqy ul li a .more span i{ margin-left:5px; vertical-align:middle; font-size:14px; transition:all .3s linear;}
.hm-cyqy ul li a .more span:hover i{ transform:translateX(5px)}


.hm-news-head .am-title{ float:left;}
.hm-news-head .hd{ float:right; padding-top:50px;}
.hm-news-head .hd ul li{ display:inline-block; padding:0 15px;}
.hm-news-head .hd ul li a{ display:block; padding:8px 30px; border-radius:30px; border:1px solid #eee;}
.hm-news-head .hd ul li a:hover,.hm-news-head .hd ul li.on a{ border-color:#0066cc; color:#0066cc;}
.hm-news-head .more{ float:right; margin-left:17%; padding-top:50px;}
.hm-news-head .more a{ display:inline-block; padding:8px 0; color:#333;}
.hm-news-head .more a img{ margin-right:8px; transition:all .3s linear; }
.hm-news-head .more a:hover img{ transform:translateX(6px)}

.hm-news .bd{ margin-top:40px;}
.hm-news .bd .hnews-left{ width:50%; float:left;}
.hm-news .bd .hnews-left a{ display:block;}
.hm-news .bd .hnews-left a .img{ position:relative; border-radius:10px; overflow:hidden;}
.hm-news .bd .hnews-left a .img i{ display:block; height:350px; background-position:center; background-repeat:no-repeat; background-position:center; transition:all .3s linear;}
.hm-news .bd .hnews-left a:hover .img i{ transform:scale(1.05)}
.hm-news .bd .hnews-left a .img .date{ position:absolute; right:0; bottom:0; z-index:11; background:#0066cc; color:#fff; padding:6px 20px; font-size:24px; border-radius:10px 0 0 0;font-family: Bahnschrift,Arial, Helvetica, sans-serif;}
.hm-news .bd .hnews-left a .tit{ font-size:20px; font-weight:bold; color:#333; margin:15px 0 10px 0;}
.hm-news .bd .hnews-left a .note{text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; font-size:14px; color:#666; line-height:1.8; margin-bottom:10px;}
.hm-news .bd .hnews-left a .more { color:#0066cc; font-size:14px;}
.hm-news .bd .hnews-left a .more i{ width:24px; height:24px; line-height:22px; text-indent:1px; text-align:center; display:inline-block; border-radius:50%; border:1px solid #8d8d8d; color:#8d8d8d; margin-right:10px;}

.hm-news .bd .hnews-right{ width:46%; float:right;}
.hm-news .bd .hnews-right ul li{ border-bottom:1px solid #e5e5e5;}
.hm-news .bd .hnews-right ul li:first-child{ border-top:1px solid #e5e5e5;}
.hm-news .bd .hnews-right ul li a{ display:block; padding:26px 0; position:relative; padding-right:60px;}
.hm-news .bd .hnews-right ul li a i{width:24px; height:24px; line-height:22px; text-indent:1px; text-align:center; display:inline-block; border-radius:50%; border:1px solid #8d8d8d; color:#8d8d8d; position:absolute; right:20px; top:50%; transform:translateY(-50%); transition:all .3s linear;}
.hm-news .bd .hnews-right ul li a:hover i{ right:0;}
.hm-news .bd .hnews-right ul li a .date{ font-size:18px; color:#a6a6a6;font-family: Bahnschrift,Arial, Helvetica, sans-serif;}
.hm-news .bd .hnews-right ul li a .tit{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-top:18px;}

footer{ background:#f0f0f0;  padding-top:70px;}
footer .foot-main{ padding-bottom:70px;}
footer .foot-main .foot-letxt{ width:32%; float:left;}
footer .foot-main .foot-letxt .stt{font-family: Bahnschrift,Arial, Helvetica, sans-serif; font-size:26px; text-transform:uppercase; font-weight:800; letter-spacing:-1px;}
footer .foot-main .foot-letxt .stel i{ width:32px; height:32px; display:inline-block; margin-right:8px; font-size:20px; text-align:center; background:#4d4d4d; border-radius:30px; color:#fff;}
footer .foot-main .foot-letxt .stel a{font-family: Bahnschrift,Arial, Helvetica, sans-serif; font-size:30px; text-transform:uppercase; font-weight:800; color:#4d4d4d}
footer .foot-main .foot-letxt .foot-le-txt{ font-size:14px; color:#333; line-height:2; margin-top:10px; max-width:96%;}
footer .foot-main .foot-nav{ width:50%; float:left;}
footer .foot-main .foot-nav ul{display: flex;flex-direction: row;justify-content: space-between;}
footer .foot-main .foot-nav ul li{}
footer .foot-main .foot-nav ul li{ float:left;}
footer .foot-main .foot-nav ul li .foot-tit{ font-size:18px; color:#333; margin-bottom:15px; }
footer .foot-main .foot-nav ul li .foot-tit a{ color:#333;}
footer .foot-main .foot-nav ul li p{ font-size:14px; color:#888a92; line-height:2.4;}
footer .foot-main .foot-nav ul li p a{ color:#333;}
footer .foot-main .foot-nav ul li p a:hover{ color:#000;}
footer .foot-main .foot-nav ul li:nth-child(2) p{}
footer .foot-main .foot-ewm{ width:120px; float:right; text-align:center; font-size:14px; color:#333;}
footer .foot-main .foot-ewm p{ margin-top:5px;}
footer .yq-link{ margin-top:35px; color:#666; font-size:18px;}
footer .yq-link a{ color:#666; font-size:14px; display:inline-block; margin-right:10px;}

footer .foot-copyr{ padding:20px 0;font-size:14px;color:#666;border-top:1px solid rgba(0,0,0,.08);}
footer .foot-copyr a{color:#666;}



.wechat-ses{ width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}
.wechat-wrap{background: rgba(0, 0, 0, .6);width: 100%;height: 100%;position: fixed;left: 0;top: 0; z-index: 1400; display: none;}

.wechat-dialog{width:90%; background:#fff; border-radius:10px; padding:18px; position:fixed; left:5%; top:50%; transform:translate(0,-50%); z-index:1211; display:none;box-sizing:border-box;}
.wechat-dialog .tit{ text-align:center; font-size:20px;}
.wechat-dialog .copy-wx{ background:#f5f5f5; border-radius:10px; padding:20px; text-align:center; margin:15px 0; color:#666;}
.wechat-dialog .copy-wx .info{ font-size:12px; color:#999;}
.wechat-dialog .copy-wx p span{ color:#25ba45;}
.wechat-dialog .wx-close{ position:absolute; right:5px; top:5px; font-size:20px; padding:0 10px; cursor:pointer;}
.wechat-mask{ position:fixed; display:none; width:100%; height:100%; background:rgba(0,0,0,.5); left:0; top:0;z-index:1210;}

.wechat-ses{ width:400px; max-width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;box-shadow: 0 2px 20px 2px rgba(0,0,0,.5);}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}

.foot-bar{ position:fixed; width:100%; height:54px; background:#576069; left:0; bottom:0; z-index:999;}
.foot-bar ul li{ padding-top:8px;}
.foot-bar ul li a{ color:#fff; font-size:12px; display:block; text-align:center;}
.foot-bar ul li a img{ width:18px;}
.foot-bar ul li a span{ display:block; font-size:1rem;}


.nybanner{ position:relative; overflow:hidden;}
.nybanner .img img{ width:100%;-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}
.nybanner .txt{ position:absolute; width:100%; color:#fff; z-index:9; left:0; top:60%; transform:translateY(-50%)}
.nybanner .txt .cn{ font-size:36px;}
.nybanner .txt .en{ font-size:48px; font-weight:800;font-family: Bahnschrift,Arial, Helvetica, sans-serif; text-transform:uppercase;}

.am-part{ line-height:66px; background:#eee; overflow:hidden; border-bottom:1px solid #f5f5f5;}
.am-part .sidenav{ float:left;}
.am-part .sidenav ul li{ float:left;}
.am-part .sidenav ul li.on a,.am-part .sidenav ul li a:hover{ color:#0066cc; background:#fff;}
.am-part .sidenav ul li a{ display:block; padding:0 40px; position:relative;}
.am-part .sidenav ul li a:before{ content:""; display:block; width:0%; height:3px; background:#0066cc; position:absolute; left:0; bottom:0; transition:all .3s linear;}
.am-part .sidenav ul li.on a:before,.am-part .sidenav ul li a:hover:before{ width:100%;}
.am-part .am-weizhi{ float:right; font-size:14px; color:#666;}
.am-part .am-weizhi a{ color:#666;}


.ny-abtitle .cn{ font-size:30px; line-height:1; margin-bottom:1%; font-weight:bold;}
.ny-abtitle .en{ font-size:18px;font-weight:800;font-family: Bahnschrift,Arial, Helvetica, sans-serif; line-height:1; color:#666; text-transform:uppercase;}

.ny-abmain{ margin-top:2%;}
.ny-abmain .ny-abmain-note{line-height:2;}
.ny-abmain .ny-abmain-note p{ margin-bottom:15px;}
.ny-abmain .ny-abmain-note .nyabimg{ float:right; margin-left:70px; max-width:50%;}
.ny-abmain .ny-abmain-img{ width:50%; float:right;}

.ny-abicon{ border:1px solid #c7dcf4; border-radius:4px; box-shadow: 0 2px 20px 2px rgba(10,110,211,.08); margin-top:5%;}
.ny-abicon ul li{ text-align:center;}
.ny-abicon ul li:first-child{ border:none;}
.ny-abicon ul li a{ display:inline-block; padding:25px 0;}
.ny-abicon ul li a i{ float:left;}
.ny-abicon ul li a .txt{ float:left; text-align:left; padding-top:15px; transition:all .3s linear;}
.ny-abicon ul li a:hover .txt{ padding-left:6px;}
.ny-abicon ul li a .txt .tit{ font-size:20px; color:#666; font-weight:bold;}
.ny-abicon ul li a .txt .en{ font-size:14px; font-weight:lighter; color:#b2b2b2;}


.swiper-lishi{ margin-top:50px;}
.swiper-lishi .swiper-slide .box{ width:calc(100% - 100px); border-radius:10px; overflow:hidden; background:#eaf6ff; padding:80px;}
.swiper-lishi .swiper-slide .box .img{ width:42%; float:left; border-radius:10px; overflow:hidden; box-shadow: 0 2px 20px 2px rgba(10,110,211,.08);}
.swiper-lishi .swiper-slide .box .img img{ width:100%;}
.swiper-lishi .swiper-slide .box .txt{ width:54%; float:right; padding-left:0%; padding-right:5%; color:#333; padding-top:0%;}
.swiper-lishi .swiper-slide .box .txt .tit{ font-size:100px; line-height:1; font-weight:bold;font-family: Bahnschrift,Arial, Helvetica, sans-serif; color:#d8e8f8}
.swiper-lishi .swiper-slide .box .txt .sub{ font-size:24px; font-weight:bold;}
.swiper-lishi .swiper-slide .box .txt .note{ font-size:14px; margin-top:2%; color:#666;    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;}
.swiper-lishi .swiper-button-ls{ width:100px; height:100px; background-color:#1564b2; opacity:1;background-size:20px auto; margin-top:-50px; z-index:98;transition: all .36s ease;}
.swiper-lishi .swiper-button-ls.swiper-ls-next{right:0; border-radius:0 5px 5px 0;  }
.swiper-lishi .swiper-button-ls.swiper-ls-next:hover{ background-position:50px center;}
.swiper-lishi .swiper-button-ls.swiper-ls-prev{  left:auto; right:100px; border-radius:5px 0 0 5px; background-color:#1774d1}
.swiper-lishi .swiper-button-ls.swiper-ls-prev:hover{ background-position:25px center;}

.cul-year{ position:relative; z-index:985;  margin-top:40px;}
.cul-year:before{ content:""; display:block; width:100%; height:2px; background:#d3d3d3; position:absolute; left:0; bottom:8px;}

.swiper-year .swiper-slide{ width:14.285%; text-align:center; }
.swiper-year .swiper-slide .bxo{ cursor:pointer;}
.swiper-year .swiper-slide .bxo p{ font-size:16px; color:#333; height:54px; line-height:54px; color:#999;transition: all .3s linear;font-family: Bahnschrift,Arial, Helvetica, sans-serif;  }
.swiper-year .swiper-slide .bxo em{ width:7px; height:7px; display:inline-block; background:#fff; border:2px solid #d3d3d3;transition: all .3s linear;}
.swiper-year .swiper-slide.on .bxo p{ font-size:34px;font-weight:bold; color:#0066cc;}
.swiper-year .swiper-slide.on .bxo em{border:2px solid #0066cc;}

.wenhuabox{ height:584px; background:url(../images/cbg.jpg) center bottom no-repeat; background-size:cover; margin-top:40px; padding-top:60px;}
.wenhualist{ max-width:1090px; margin:0 auto;}
.wenhualist ul{ margin:0 -12px;}
.wenhualist ul li{ padding:12px;}
.wenhualist ul li a{ display:block; position:relative; background:rgba(255,255,255,.1); padding:30px 30px 30px 180px; color:#fff;}
.wenhualist ul li a:hover{background:rgba(255,255,255,.15);}
.wenhualist ul li a em{ font-size:130px; font-weight:800; color:rgba(255,255,255,.15); line-height:1; position:absolute; left:20px; top:50%; transform:translateY(-44%);font-family: Bahnschrift,Arial, Helvetica, sans-serif;}
.wenhualist ul li a span{ font-size:30px; font-weight:bold; transition:all .3s linear;}
.wenhualist ul li a:hover span{ margin-right:5px;}
.wenhualist ul li a i{ font-style:normal; font-size:48px; color:rgba(255,255,255,.8); font-weight: lighter; vertical-align:sub; margin-left:5px;}


.zslist{ position:relative;}
.swiper-zss{ padding-top:10px; margin-top:40px; }
.swiper-zss .swiper-slide{ width:25%; padding:0 15px}
.swiper-zss .swiper-slide a{ display:block; position:relative;border-radius:8px; z-index:2;transition: all .3s linear; box-shadow:0 2px 8px 2px rgba(0,0,0,.01); border:1px solid #eee; background:#fff; overflow:hidden;}
.swiper-zss .swiper-slide a i{ display:block; margin:0 auto; position:relative; padding:20px; height:298px; line-height:258px; text-align:center;}
.swiper-zss .swiper-slide a i img{ max-height:100%;}
.swiper-zss .swiper-slide a:hover{ }
.swiper-zss .swiper-slide a .txt{ position:relative; z-index:2; text-align:center;transition: all .3s linear;  padding:15px 0; color:#333; background:#eee; font-size:16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.swiper-zss .swiper-slide a:hover .txt{ background:#0066cc; color:#fff;}
.swiper-pa-zs{ position:relative; bottom:0; margin-top:30px;}
.swiper-z-next,.swiper-z-prev{ width:60px; height:60px; border-radius:50%; cursor:pointer; position:absolute; top:50%; transform:translateY(-150%); z-index:9;transition: all .1s linear; background-repeat:no-repeat; background-position:center;background-color:#e0e0e0; outline:none;}
.swiper-pa-zs .swiper-pagination-bullet{ width:14px; height:14px;}
.swiper-pa-zs .swiper-pagination-bullet-active{ background:#0066cc;}

.ny-warp{ padding:40px 0; background:#fafbfb;}

.ny-news-list ul{ margin:0 -15px;}
.ny-news-list ul li{ padding:15px;}
.ny-news-list ul li a{ display:block;  position:relative;}
.ny-news-list ul li a i{ display:block; overflow:hidden;}
.ny-news-list ul li a i img{transition: all .3s linear;}
.ny-news-list ul li a:hover i img{ transform:scale(1.06)}
.ny-news-list ul li a .txt{padding: 20px 30px;}
.ny-news-list ul li a .txt .tit{ font-size:20px; line-height:1.5;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;height: 60px;}
.ny-news-list ul li a .txt .ls{    font-size: 14px;color: #666666;margin-top: 10px;font-family: arial;}
.ny-news-list ul li a:after {content: '';position: absolute;bottom: 0;left: 50%;width: 0%;height: 4px;background: #1e4588;transition: all .4s ease;-webkit-transition: all .4s ease;}
.ny-news-list ul li a:hover:after {width: 100%;left: 0%;}

.pages{ text-align:center; font-size:14px; margin:15px 0;}
.pages a {display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pages a.on ,.pages a:hover {background: #0066cc;color: #FFF;}



.ny-news-l{    width: calc(100% - 480px);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);}
.ny-news-r{    width: 440px;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:26px; margin-bottom:10px;}
.nynews-head .info{ font-size:14px; color:#999;}
.nynews-head .info span{ display:inline-block; margin-right:15px;}
.nynews-boxarc{ border-bottom:1px solid #eee; margin-bottom:30px; line-height:2; padding-bottom:20px;}
.nysxp{ position:relative;padding-right: 150px;}
.nysxp ul li{ line-height:2;}
.nysxp ul li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nysxp .return{ position:absolute; right:0; top:50%; transform:translateY(-50%)}
.nysxp .return a{ display:block; border-radius:30px; padding:10px 35px; border:1px solid #ddd; font-size:14px;}
.nysxp .return a:hover{ border-color:#1e4588; background:#1e4588; color:#fff;}
.zbcg-mes{padding-top:40px}
.zbcg-mes .tit{text-align:center;margin-bottom:30px;font-size:30px}

.ny-news-r .title{font-size: 20px;padding-bottom: 10px;line-height: 3;font-weight: bold;border-bottom: 1px solid #eee;}
.right_list a{display:block;padding:0 0 20px;width:100%;border-top:1px dashed #e5e5e5}
.right_list a:first-child{border-top:0}
.right_list .picture{width:100%; overflow:hidden;}
.right_list .picture img{ transition:all .3s linear;}
.right_list .picture:hover img{ transform:scale(1.06)}
.right_list .lans{width:100%}
.right_list .t1{font-size:16px;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:14px;color:#999}

.ny-cgzp-list ul li{ margin-bottom:15px;}
.ny-cgzp-list ul li a{ display:block; background:#fff; padding:30px;}
.ny-cgzp-list ul li a:hover{ box-shadow:0 2px 10px 2px rgba(0,0,0,0.06)}
.ny-cgzp-list ul li a:before,.ny-cgzp-list ul li a:after{ content:""; display:block; clear:both;}
.ny-cgzp-list ul li a .date{font-family: Bahnschrift,Arial, Helvetica, sans-serif;float:left;color: #fff;background: #0066cc;padding: 10px;border-radius: 4px;padding-top: 12px;}
.ny-cgzp-list ul li a .date span{display:block;font-size:30px;line-height: 1.1;}
.ny-cgzp-list ul li a .date em{display:block;font-size:20px;text-align: center;}
.ny-cgzp-list ul li a .txt{float:right;width: calc(100% - 130px);}
.ny-cgzp-list ul li a .txt .tit{ font-size:18px; font-weight:bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom:8px;}
.ny-cgzp-list ul li a .txt .note{ font-size:14px; color:#999; line-height:2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.ny-pagscon{ background:#fff; padding:50px;}
.ny-pagscon .nynews-head{ text-align:center;}


#allmap{ height:560px;}
#allmap img{ max-width:inherit;}

.ny-ct-main{ background:#fff; padding:80px; margin-top:-120px; min-height:400px; position:relative; z-index:999;}
.ny-ct-left{ width:50%; float:left;}
.ny-ct-left .tit{ font-size:32px; margin-bottom:10px;}
.ny-ct-left .note{color:#999; }
.ny-ct-left .cont{margin-top:40px;}
.ny-ct-left .cont p{ border-bottom:1px dashed #eee; margin-bottom:15px; padding-bottom:15px;}
.ny-ct-left .cont p img{ margin-right:10px;}
.ny-ct-right{ width:50%; float:right; padding-left:40px;}

.mesipu{}
.mesipu .item{}
.mesipu .item .iput{ width:50%; float:left; padding:0 10px; margin-bottom:20px;position:relative;}
.mesipu .item .iput:nth-child(3){}
.mesipu .item .iput .bitian{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#f30;font-size:14px;}
.mesipu .item .iput .am-form-field{ padding:15px; background:#f5f5f5; border:none; outline:none;}
.zbcg-mes .mesipu .item .iput{width:25%;}
.mesipu .item.wyb .iput{ width:100%;}
.c-t-m-btn{ padding-left:10px;}
.c-t-m-btn .yzm{ float:left; width:50%; margin-right:15px; position:relative;}
.c-t-m-btn .yzm .am-form-field{ padding:15px; background:#f5f5f5; border:none; outline:none;}
.c-t-m-btn .yzm img{ position:absolute; right:10px; top:50%; transform:translateY(-50%); z-index:23;}
.c-t-m-btn .am-btn{ background:#0066cc; padding:15px; width: calc(50% - 25px); color:#fff; border-radius:4px;}

.zbcg-mes .mesipu .item .iput:nth-child(3){width:25%;}

.ny-prolist1 ul{ margin:0 -15px}
.ny-prolist1 ul li{ padding:15px;}
.ny-prolist1 ul li a i{ display:block; overflow:hidden;}
.ny-prolist1 ul li a i img{transition: all 250ms ease-out 0s; width:100%;}
.ny-prolist1 ul li a:hover i img{ transform:scale(1.05)}
.ny-prolist1 ul li a:hover{ box-shadow:0 2px 15px 2px rgba(0,0,0,.1)}
.ny-prolist1 ul li a{ display:block; overflow:hidden; border:1px solid #eee; background:#fff;}
.ny-prolist1 ul li a .txt{ border-top:1px solid #eee;padding:38px 30px;-webkit-transition: all 400ms ease-out 0s;transition: all 400ms ease-out 0s;}
.ny-prolist1 ul li a .txt .tit{color: #333333;font-weight: bold;-webkit-transition: all 400ms ease-out 0s;transition: all 400ms ease-out 0s;line-height: 1.5;position: relative;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ny-prolist1 ul li a .txt .note{margin-top: 10px;color:#999;font-size: 14px;line-height: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: all 400ms ease-out 0s;transition: all 400ms ease-out 0s;}
.ny-prolist1 ul li a .txt .arrow {position: absolute;margin-top: 0.32rem;width: 0;height: 8px;background-image: url(../images/arrows-pdt.png);background-size: auto 8px;background-position: right bottom;background-repeat: no-repeat;-webkit-transition: all 400ms ease-out 0s;transition: all 400ms ease-out 0s;}
.ny-prolist1 ul li a:hover .arrow {width: 52px;height: 8px;margin-top: 0.3rem;}
.ny-prolist1 ul li a:hover .txt .tit,.ny-prolist1 ul li a:hover .txt .note{-webkit-transform: translateY(-10px);transform: translateY(-10px);}


.ny-pro-head-box{ background:#fff;  padding:40px; display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;}

.ny-pro-paly{width: 46%;float: left;  }
.mySwiper-propay .swiper-slide{cursor: url(../images/saf.cur),auto;}
.mySwiper-propay .swiper-slide img{ width:100%;}
.mySwiper-propay .swiper-button-white{ background-size: 16px auto; opacity: .5;}
.mySwiper-propay .swiper-button-disabled{pointer-events:auto;}
.mySwiper-propay .swiper-pagination-bullet{width: 10px;height: 10px;}
.mySwiper-propay .swiper-pagination-bullet-active{background: #0066cc;}

.pro-head-r{ width:54%; float:right; position:relative; padding-left:6%;}
.pro-head-r h1{font-size: 24px;    color: #0066cc;}
.pro-head-r .info{font-size: 14px;color: #0066cc;padding-top: 15px;}
.pro-head-r .note{ margin-top:15px;font-size: 14px;color: #666;line-height:2; max-height: 310px;overflow-y: auto;}
.pro-head-r .note::-webkit-scrollbar{width:4px;height:160px;border-radius:4px;background:#e1e1e1}
.pro-head-r .note::-webkit-scrollbar-thumb{width:4px;height:90px;border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#0066cc}
.pro-head-r .note::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:0;background:rgba(0,0,0,.1)}
.pro-head-r .btns{}
.pro-head-r .btns{position:absolute;left:12%;bottom:0}
.pro-head-r .btns .btn{z-index:2;display:inline-block;vertical-align:top;position:relative;overflow:hidden;min-width:120px;padding: 12px 55px;border-radius:6px;text-align:center;font-size:16px;border:#e0e0e0 solid 1px;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s}
.pro-head-r .btns p{ margin-top:15px; color:#999;}
.pro-head-r .btns .btn:after{background-color:#0066cc;opacity:1;z-index:-1}
.pro-head-r .btns .btn:nth-child(1n+2){margin-left:.6rem}
.pro-head-r .btns .btn2{color:#0066cc;border-color:#0066cc}
.pro-head-r .btns .btn:hover{ color:#fff;}
.pro-head-r .btns .aBtnSc{position:relative;overflow:hidden;z-index:1;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.04); background:#0066cc; color:#fff;}
.pro-head-r .btns .aBtnSc:after{z-index:-1;content:" ";position:absolute;border-radius:50%;left:50%;top:50%;background-color:#fff;width:108%;padding-bottom:108%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);pointer-events:none}
.pro-head-r .btns .aBtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
   background: #0066cc;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
.nypromain{ background:#fff; border-top:1px solid #eee; background:#f5faff;}
.nypromain .left{ width:75%; float:left; padding:40px; background:#fff;}
.fa-tiew{ border-bottom:1px solid #eee; margin-top:-15px;}
.fa-tiew span{ display:inline-block; padding:15px 0; font-size:18px; font-weight:bold; background:url(../images/icon-fa.png) 0 center no-repeat; background-size:20px auto; padding-left:30px; color:#0066cc; border-bottom:2px solid #0066cc;}
.ny-procontentmain{ margin-top:20px; margin-bottom:30px; line-height:2;}

.nypromain .right{ width:25%; float:right; padding:40px;}
.nypromain .right .prrtit{ font-size:18px; font-weight:bold; border-bottom:1px solid #eee; padding-bottom:15px;}
.nypromain .right .prr-list{ margin-top:15px;}
.nypromain .right .prr-list ul li{ margin-bottom:15px;}
.nypromain .right .prr-list ul li a{ display:block; background:#fff;}
.nypromain .right .prr-list ul li a i{ display:block; overflow:hidden;}
.nypromain .right .prr-list ul li a i img{ transition:all .3s linear;}
.nypromain .right .prr-list ul li a:hover i img{ transform:scale(1.05)}
.nypromain .right .prr-list ul li a p{ font-size:14px; padding:10px; text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}




.manage{position:relative;height:100vh}
.manage-tab{position:relative}
.manage-item{position:absolute;height:300px;left:0;top:0;width:100%;opacity:0;visibility:hidden;transform:translateY(80px)}
.manage-item.show{position:relative;opacity:1;visibility:visible;transform:translateY(0);transition:.58s}
.manage-btns{position:absolute;left:20%;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:370px}
.manage-btn-item{position:relative;cursor:pointer;border-bottom:2px solid rgba(255,255,255,.2)}
.manage-btn-item:first-child{margin-bottom:90px}
.manage-btn-item.active span:before,.manage-btn-item:hover span:before{width:100%}
.manage-btn-item.active i,.manage-btn-item:hover i{opacity:1;visibility:visible;right:0}
.manage-btn-item span{display:inline-block;position:relative;color:#fff;font-size:24px;font-weight:700;line-height:58px}
.manage-btn-item span:before{position:absolute;left:0;bottom:-2px;content:"";width:0;height:2px;background:#fff;transition:.45s}
.manage-btn-item i{display:block;position:absolute;right:6px;top:50%;margin-top:-10px;color:#fff;font-size:20px;line-height:1;font-weight:700;opacity:0;visibility:hidden;transition:.4s}
.manage-slide{position:relative;height:100vh;overflow:hidden}
.manage-slide:last-child{overflow:visible}
.manage-bg{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center;background-size:cover}
.manage-bg:before{ content:''; display:block; width:100%; height:100%; background:rgba(0,22,44,.3); position:absolute; left:0; top:0;}

.manage-slide.swiper-slide-active .manage-fix{opacity:1;visibility:visible;margin-top:0;transition-delay:.4s}
.manage-fix{position:absolute;left:10%;top:44%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:670px;opacity:0;visibility:hidden;margin-top:120px;transition:.8s}
.manage-fix .solute-numble:before{display:none}
.manage-fix .solute-numble b{font-size:36px}
.manage-fix strong{display:block;margin-bottom:46px;color:#fff;font-size:36px;font-weight:400}
.manage-fix p{color:#f1f1f1;font-size:16px;line-height:2;letter-spacing:2px}
.manage-fix .more{ margin-top:5%;}
.manage-fix .more a{ display:inline-block; padding:8px 30px; border-radius:30px; background:#0066cc; color:#fff;}
.manage-fix .more a i{ margin-left:5px; vertical-align:middle; font-size:14px; transition:all .3s linear;}
.manage-fix .more a:hover i{ transform:translateX(5px)}

.manage-slide:nth-child(2n+2) .manage-fix{left:auto;right:10%}
.manage-down{position:absolute;left:0;bottom:62px;z-index:10;width:100%}
.manage-down:before{position:absolute;z-index:-1;left:0;top:25px;content:"";width:100%;height:1px;background:#fff;opacity:.2}
.manage-hidden{height:100%}
.manage-li{display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between}
.manage-li li{cursor:pointer;height:50px;line-height:50px;color:#fff;font-size:16px;padding:0 40px;border-radius:25px;transition:.4s;white-space:nowrap}
.manage-li li.active,.manage-li li:hover{background:#0066cc}
.solute-numble{position:relative;padding-bottom:42px;color:#fff;font-size:16px;font-family:Arial,Helvetica,sans-serif;line-height:1;display:flex;display:-webkit-flex}
.solute-numble:before{position:absolute;left:0;bottom:0;content:"";width:46px;height:3px;background:#0066cc;border-radius:2px}
.solute-numble b{display:inline-block;vertical-align:top;margin-right:14px;color:#0066cc;font-size:36px;font-weight:400}
.solute-numble span{display:inline-block;position:relative;top:16px}
.inner {padding: 0 10%;}

@media screen and (max-width: 1680px){
.am-container{max-width: 1300px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:26px;}
.swiper-banner .swiper-slide .txt .tit span{ font-size:38px;}
.swiper-banner .swiper-slide .txt .note{ font-size:54px;}
.swiper-banner .swiper-slide .txt .info{ font-size:14px;}
.hm-prolist ul li a .txt .cn{ font-size:24px;}
.hm-prolist ul li a .txt .en{ font-size:16px;}
.nybanner .txt .cn{ font-size:32px;}
.nybanner .txt .en{ font-size:40px;}
}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:20px;}
.swiper-banner .swiper-slide .txt .tit span{ font-size:28px;}
.swiper-banner .swiper-slide .txt .note{ font-size:44px;}
.swiper-banner .swiper-slide .txt .info{ font-size:12px;}
.hm-prolist ul li a .txt .cn{ font-size:20px;}
.hm-prolist ul li a .txt .en{ font-size:14px;}
.nybanner .txt .cn{ font-size:24px;}
.nybanner .txt .en{ font-size:30px;}
}


@media screen and (max-width:1024px){
html {background: #fafafa;}
body{ max-width:768px; margin:0 auto; background:#fff; zoom:1; padding-bottom:54px;}	
.arccontent img{ height:auto !important;}
.am-container{ padding-left:1.5rem; padding-right:1.5rem;}
.menu-bar{ display:block; width:26px; height:18px; float:right; position: absolute; right:1.5rem; top:20px; border-bottom:2px solid #fff;}
.menu-bar:after{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:0;}
.menu-bar:before{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:50%;}

.swiper-banner .swiper-button-next{ right:10px; background-size:15px auto;}
.swiper-banner .swiper-button-prev{ left:10px; background-size:15px auto;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet{ margin:15px 0;}
.swiper-banner .swiper-banpa{ bottom:5px;}

.swiper-banner .swiper-slide .txt{ top:39%;}
.swiper-banner .swiper-slide .txt .line{ height:1px;}
.swiper-banner .swiper-slide .txt .line.animated{ width:100px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:12px; margin-bottom:2%;}
.swiper-banner .swiper-slide .txt .note{ font-size:18px;}
.swiper-banner .swiper-slide .txt .info{ font-size:12px; margin-top:3%;}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev{ opacity:0;}
.swiper-banner .swiper-slide .txt .tit span{ font-size:18px;}
.swiper-banner .swiper-slide .img100{ max-width:150%; width:150%; margin-left:-25%;}
.hm-more a{ font-size:12px; height:26px; line-height:26px; padding-left:36px;}
.hm-more a i{ width:26px; height:26px; border-width:1px;}

.am-pd{ padding:30px 0;}
.am-pb{ padding-bottom:30px;}
.am-title{ text-align:center;}
.am-title .line{ height:1px; margin:0 auto;}
.am-title .line.animated{ width:40px;}
.am-title .en{ font-size:16px;letter-spacing: 0; margin:10px 0;}
.am-title .cn{ font-size:20px;}

.hm-prolist{ margin-top:20px;}
.hm-prolist ul{ margin:0 -5px; padding-left:0;}
.hm-prolist ul li{ padding:5px;}
.hm-prolist ul li a .txt i{ width:26px; height:26px; border-width:1px; right:10px;}
.hm-prolist ul li a .img{ padding:40% 0;}
.hm-prolist ul li:first-child{ position:relative; width:100%;}
.hm-prolist ul li:first-child a .img{ padding:30% 0;}
.hm-prolist ul li a .txt{ padding:10px;}
.hm-prolist ul li a .txt .cn{ font-size:14px;}
.hm-prolist ul li a .txt .en{ font-size:1rem;}
.hm-about .hm-abl{ width:100%; float:none;}
.hm-about .hm-abr{ width:100%; float:none; padding-top:30px;}
.hm-about .hm-abl .hm-ab-note{ font-size:12px; margin:20px 0;}
.hm-about .hm-abr ul li a{ padding:10px 0;}
.hm-about .hm-abr ul li a img{ width:40px;}
.hm-about .hm-abr ul li a .tit{ font-size:12px;}
.hm-about .bg:before{ content:""; display:block; width:100%; height:100%; background:rgba(0,0,0,.3)}
.hm-cyqy{ margin-top:20px;}
.hm-cyqy ul{ margin:0 -5px;}
.hm-cyqy ul li{ padding:10px 5px;}
.hm-cyqy ul li a{ padding-bottom:15px;box-shadow: 0 2px 8px 2px rgba(10,110,211,.08);}
.hm-cyqy ul li a .img{ display:block;}
.hm-cyqy ul li a .logo img{box-shadow:none;}
.hm-cyqy ul li a .logo{ margin:0;}
.hm-cyqy ul li a .tit{ font-size:14px; margin-top:5px; margin-bottom:10px;}
.hm-cyqy ul li a .note{ font-size:12px; margin-bottom:10px; display:none;}
.hm-cyqy ul li a .more span{ font-size:1rem; padding:4px 10px;}
.hm-cyqy ul li a .more span i{ font-size:1rem;}
.hm-news-head .am-title{ float:none;}
.hm-news-head .more{ display:none;}
.hm-news-head .hd{ float:none; padding-top:20px; text-align:center;}
.hm-news-head .hd ul li a{ padding:6px 20px; font-size:14px;}
.hm-news-head .hd ul li{ padding:0 5px;}
.hm-news .bd .hnews-left{ width:100%; float:none;}
.hm-news .bd .hnews-right{ width:100%; float:none; margin-top:15px;}
.hm-news .bd .hnews-left a .img i{ height:200px;}
.hm-news .bd{ margin-top:20px;}
.hm-news .bd .hnews-left a .img .date{ font-size:14px;}
.hm-news .bd .hnews-left a .tit{ font-size:14px; margin:8px 0;}
.hm-news .bd .hnews-left a .note{ font-size:12px;}
.hm-news .bd .hnews-right ul li a{ padding:10px 0; padding-right:30px;}
.hm-news .bd .hnews-right ul li a .tit{ font-size:14px; margin-top:6px;}
.hm-news .bd .hnews-right ul li a .date{ font-size:14px;}
.hm-news .bd .hnews-right ul li a i{ right:0; opacity:.5; transform: translateY(-50%) scale(.6)}

footer{ padding-top:0;}
footer .foot-main .foot-nav{ display:none;}
footer .foot-main .foot-letxt{ width:60%;}
footer .foot-main .foot-letxt .foot-le-txt{ font-size:12px; max-width:100%;}
footer .foot-main .foot-letxt .stt{ font-size:18px;}
footer .foot-main .foot-letxt .stel a{ font-size:18px;}
footer .foot-main .foot-letxt .stel i{ width:24px; height:24px; font-size:15px;}
footer .yq-link{ display:none;}
footer .foot-main{ border-top:none; padding:40px 0;}
footer .foot-main .foot-ewm{ margin-top:10px;}
footer .foot-main .foot-ewm p{ font-size:12px;}
footer .foot-copyr{ font-size:10px;}
footer .foot-copyr p{ float:none; text-align:center;}
footer .foot-copyr p img{ width:90px; margin-top:-7px !important;}

.nybanner .img img{ max-width:150%; width:150%; margin-left:-15%;}
.nybanner .txt .cn{ font-size:16px;}
.nybanner .txt .en{ font-size:20px;}
.am-part .sidenav ul li a:before{ height:1px;}
.am-part .am-weizhi{ display:none;}
.am-part{ line-height:46px;}
.am-part .sidenav{ overflow-x:auto; float:none; white-space:nowrap; text-align:center;margin: 0 -1.5rem;}
.am-part .sidenav ul li a{ padding:0 15px; font-size:14px;}
.am-part .sidenav ul li{ border:none; float:none; display:inline-block;}


.swiper-lishi{ margin-top:20px;}
.swiper-lishi .swiper-button-ls{ width:30px; height:30px;background-size:10px auto; border-radius:4px; background-position:center;}
.swiper-lishi .swiper-button-ls:hover{background-position:center !important;}
.swiper-lishi .swiper-slide .box{ width:100%; padding:15px;}
.swiper-lishi .swiper-slide .box .img{ width:100%; float:none;}
.swiper-lishi .swiper-slide .box .txt{ float:none; width:100%; padding-left:0;}
.swiper-lishi .swiper-slide .box .txt .tit{ font-size:24px;}
.swiper-lishi .swiper-slide .box .txt .tit:after{ width:40px; height:1px; margin-top:4px;}
.swiper-lishi .swiper-slide .box .txt .note{ font-size:12px; margin-top:5px;}
.swiper-lishi .swiper-button-ls.swiper-ls-prev{ right:auto; left:0;}
.cul-year{ margin-top:20px;}
.swiper-year .swiper-slide{ width:20%;}
.swiper-year .swiper-slide .bxo p{ font-size:18px;height:30px; line-height:30px;}
.swiper-year .swiper-slide.on .bxo p{ font-size:20px;}
.swiper-lishi .swiper-slide .box .txt .sub{ font-size:18px;}

.ny-abtitle{ text-align:center;}
.ny-abtitle .cn{ font-size:20px;}
.ny-abtitle .en{ font-size:14px;}
.ny-abmain .ny-abmain-note{ font-size:12px; margin-top:10px;}
.ny-abmain .ny-abmain-note .nyabimg{ margin-left:0; max-width:100%; float:none; margin-bottom:15px;}
.ny-abicon ul li a{ padding:15px 0;}
.ny-abicon ul li a i{ float:none;}
.ny-abicon ul li a i img{ width:40px;}
.ny-abicon ul li a .txt{ float:none; text-align:center; padding-top:5px;}
.ny-abicon ul li a .txt .tit{ font-size:12px;}
.ny-abicon ul li a .txt .en{ display:none;}
.wenhuabox{ height:300px; margin-top:20px; padding-top:15px;}
.wenhualist ul{ margin:0;}
.wenhualist ul li{ padding:5px;}
.wenhualist ul li a{ padding:15px; text-align:center;}
.wenhualist ul li a span{ display:block; font-size:20px;}
.wenhualist ul li a i{ display:block; font-size:12px;}
.wenhualist ul li a em{ font-size:40px;}

.swiper-zss{ margin-top:10px;}
.swiper-zss .swiper-slide{ width:50%; padding:0 5px;}
.swiper-zss .swiper-slide a i{ padding:10px; height:210px; line-height:190px;}
.swiper-z-next, .swiper-z-prev{ width:30px; height:30px;background-size: contain; background-color:rgba(0,0,0,.5)}
.swiper-z-next{ right:0;}
.swiper-z-prev{ left:0;}
.zslist{ margin-top:10px;}
.swiper-pa-zs{ margin-top:20px;}
.swiper-pa-zs .swiper-pagination-bullet{ width:8px; height:8px;}
.swiper-zss .swiper-slide a .txt{ font-size:12px; padding:6px 0;}

.ny-warp{ padding:20px 0;}
.pages a{ font-size:12px;}

.ny-news-list ul{ margin:0;}
.ny-news-list ul li{ padding:5px 0;}
.ny-news-list ul li a i{ width:36%; float:left; position:absolute; left:0; top:0; height:100%;}
.ny-news-list ul li a i img{ min-height:100%;}
.ny-news-list ul li a .txt{ width:64%; float:right; padding:15px;}
.ny-news-list ul li a .txt .tit{ font-size:14px; height:42px;}
.ny-news-list ul li a:before,.ny-news-list ul li a:after{ content:""; display:block; clear:both; opacity:0; position:relative; height:0;}
.ny-news-list ul li a .txt .ls{ font-size:12px; margin-top:5px;}


.ny-news-l{width: auto;float:none;padding:15px;margin-left: -1.5rem;margin-right: -1.5rem;margin-top: -20px;}
.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;margin-left: -1.5rem;margin-right: -1.5rem;padding-left: 1.5rem;padding-right: 1.5rem;}

.nynews-head h1{ font-size:18px;}
.nynews-head .info{ font-size:1rem;}
.nynews-head .info span{ margin-right:5px;}
.nynews-boxarc p,.nynews-boxarc{ font-size:12px !important;}
.nysxp{ position:relative;padding-right: 0px;}
.nysxp ul li{font-size:12px;}
.nysxp ul li a{ font-size:12px;}
.nysxp .return{ position:relative; top:0; transform:translate(0); text-align:center; margin-top:20px;}
.nysxp .return a{ display:inline-block; padding:5px 20px; font-size:12px;}
.ny-news-r .title{ font-size:18px; line-height:2;}
.right_list .t1{ font-size:14px;}
.right_list .t2{ font-size:12px;}

.ny-cgzp-list{ margin-left:-1.5rem; margin-right:-1.5rem;}
.ny-cgzp-list ul li a{ padding:15px;}
.ny-cgzp-list ul li a .date{ display:none;}
.ny-cgzp-list ul li a .txt{ width:100%;}
.ny-cgzp-list ul li a .txt .tit{ font-size:14px; margin-bottom:4px;}
.ny-cgzp-list ul li a .txt .note{ font-size:12px;}

.ny-pagscon{ padding:15px; margin-left:-1.5rem; margin-right:-1.5rem; margin-top:-20px;}

#allmap{ height:200px; font-size:12px;}
.ny-ct-main{ padding:15px; margin-top:-40px;}
.ny-ct-left{ width:100%; float:none;}
.ny-ct-left .tit{ font-size:16px; font-weight:bold;}
.ny-ct-left .note{ font-size:12px;}
.ny-ct-left .cont{ margin-top:20px;}
.ny-ct-left .cont p{ font-size:14px;}
.ny-ct-left .cont p img{ width:20px; margin-right:5px;}
.ny-ct-right{ width:100%; float:none; padding-left:0;}
.mesipu .item .iput{width: 100%;float: none; margin-bottom: 10px;font-size: 12px;}
.zbcg-mes .mesipu .item .iput,.zbcg-mes .mesipu .item .iput:nth-child(3){width:100%;}
.mesipu .item .iput:last-child{margin-bottom: 0;}
.mesipu .item .iput .bitian{font-size:12px;}
.mesipu .item .iput .am-form-field{font-size: 12px;}
.mesipu .item{margin-bottom: 10px;}
.c-t-m-btn{ padding-right:10px;}
.c-t-m-btn .am-btn{ padding:10px; width:140px; font-size:12px; display:block; margin:0 auto;}
.c-t-m-btn .yzm .am-form-field{font-size: 12px;}
.c-t-m-btn .yzm{ float:none; width:100%; margin-right:0; margin-bottom:10px;}

.ny-prolist1{ margin-top:5px;}
.ny-prolist1 ul{ margin:0 -5px;}
.ny-prolist1 ul li{ padding:5px;}
.ny-prolist1 ul li a .txt{ padding:15px;}
.ny-prolist1 ul li a .txt .tit{ font-size:14px;}
.ny-prolist1 ul li a .txt .note{ font-size:12px; margin-top:5px;}


.ny-pro-paly{ width:100%; float:none;}
.mySwiper-propay .swiper-button-black{background-size: 12px auto;}

.pro-head-r{ width:100%; float:none; padding:15px;}
.pro-head-r h1{font-size: 18px;}
.pro-head-r .info{font-size: 12px;}
.pro-head-r .note{font-size: 12px;}
.pro-head-r .btns{ position:relative; padding:0; left:0; margin-top:20px;}
.pro-head-r .btns .btn{ font-size:12px;padding: 10px 26px;}
.pro-head-r .btns p{ font-size:12px;}
.ny-pro-head-box{ display:block; padding:15px;}
.nypromain .right{ width:100%; float:none; padding:15px;}
.nypromain .left{ width:100%; float:none; padding:15px;}
.ny-procontentmain{ margin-bottom:15px; font-size:12px;}
.nypromain .right .prr-list ul{ margin:0 -5px;}
.nypromain .right .prr-list ul li{ width:50%; float:left; padding:0 5px;}


.ssw-fzgh{background-size: auto 100%;}
.fazlite{ max-width:100%;}
.fazlite p{ font-size:14px; padding:10px; font-weight:normal;}
.fazlite p:before{ width:4px; height:4px;}
.manage-fix{width:80%;top:50%}
.manage-fix strong{font-size:24px;margin-bottom:20px}
.manage-fix p{font-size:14px}
.manage-fix .more a{ font-size:12px;}
.manage-slide:nth-child(2n+2) .manage-fix{right:5%}
.manage-down{ display:none !important;}
	.zbcg-mes{padding-top:30px;}
.zbcg-mes .tit{font-size:18px; margin-bottom:15px}
}



.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
   background:#013677;
}
.pagination a.page-num-current {
  color: #fff;
  background:#013677;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}





