@font-face {
	font-family: 'DIN';
  src: url("../font/DIN-Medium.eot"); /* IE9 */
  src: url("../font/DIN-Medium.eot?#iefix") format("embedded-opentype"),
  url("../font/DIN-Medium.woff") format("woff"),
  url("../font/DIN-Medium.ttf") format("truetype"),
  url("../font/DIN-Medium.svg#DIN-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}
.DIN {
	font-family: "DIN";
}
.culture {
  background: url(../image/cultureBg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.culture::before {
	display: block;
  content: '';
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #0d3191, #0e6eb8);
}
.cultureBigUl {
	height: 430px;
}
.cultureBigUl li {
	display: none;
	animation: rightTop .5s;
	-webkit-animation: rightTop .5s;
}
.cultureBigUl li.on {
	display: flex;
}
.cultureBigUl .DIN {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to bottom, #fff, #94b0d2);
}
.cultureSmallUl li .round {
	width: 80px;
	height: 80px;
}
.cultureSmallUl li .round::before {
	transition: all .36s;
  border-radius: 50%;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--blue);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cultureSmallUl li.on .round::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cultureIcon {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.cultureSmallUl li.on .round img {
	filter: drop-shadow(100px 0 0 #fff);
  transform: translateX(-100px);
  -webkit-filter: drop-shadow(100px 0 0 #fff);
}
.slide-c .img {
	height: 275px;
}
.honorTit .on {
	background: var(--blue);
  color: #fff;
}
.slide-c .swiper-slide {
	background: #f7f8fc;
}
.mySwiper {
	width: 66px;
	height: 66px;
}
@media screen and (max-width: 1440px) {
	.cultureBigUl {
		height: 400px;
	}
	.cultureSmallUl li .round {
		width: 70px;
		height: 70px;
	}
	.slide-c .img {
		height: 250px;
	}
	.mySwiper {
		width: 60px;
		height: 60px;
	}
}
.environment {
	background: #f7f8fc;
}
.environment .next, .environment .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.environment .prev {
	left: 18%;
}
.environment .next {
	right: 18%;
}
.envSwiper .swiper-slide {
	transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.envSwiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.prolsit li .img {
	box-shadow: 10px 0 30px rgba(13, 49, 145, .3);
	max-height: 432px;
}
.prolsit li .more .round {
  width: 70px;
  height: 70px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.prolsit li .more span {
	font-style: italic;
}
.prolsit li .num {
	position: absolute;
	left: 0;
	bottom: 0;
}
.prolsit li:nth-child(2n) a {
	flex-direction: row-reverse;
}
.prolsit li:hover .img {
	box-shadow: 0 0 10px rgba(13, 49, 145, .3);
}
.prolsit li:hover .more .round {
	transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.text-miao-blue {
	-webkit-text-stroke: 1px #0d3191;
  text-stroke: 1px #0d3191;
  color: transparent;
}
.proInfoOne {
	background: url(../image/proInfoOne.jpg) no-repeat center bottom 30vh;
  background-size: cover;
  padding-top: 30vh;
}
.proInfoOne::before {
  display: block;
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15), transparent);
}
.innerSmall {
	width: 1520px;
  margin: 0 auto;
}
.proInfo {
  background: url(../image/infoBg.jpg) no-repeat center center;
  background-size: cover;
  height: 66vh;
}
.topTitle::after {
	display: block;
  content: '';
  width: 2em;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--blue);
}
.proInfoMessage {
	background: #f7f8fc;
}
.messageLeft {
  width: 67%;
  box-shadow: 10px 0 30px rgba(13, 49, 145, .2);
}
.messageLeft .inputRed {
	position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.messageContact {
	width: 33%;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}
.newslist li {
  width: calc((100% - 132px) / 3);
  margin-right: 66px;
}
.newsItem .img {
	height: 0;
  padding-bottom: 66%;
  width: 100%;
}
.newsItem .tit {
	height: 3.2em;
}
.newslist li:nth-child(3n) {
	margin-right: 0;
}
.newsItem:hover .more {
	background: var(--blue);
  color: #fff;
  padding: 0 20px;
}
.newsItem:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.zwHeader {
	height: 100px;
}
.newLeft {
	width: 68%;
}
.newRight {
	width: 28%;
}
.newRightUl {
	position: sticky;
  top: 100px;
  right: 0;
}
.newRightUl .img {
	width: 36%;
}
.newRightUl .img img {
  width: 100%;
  object-fit: cover;
  height: 122px;
}
.newRightUl a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newRightUl .text {
	width: 60%;
}
.border-bottom-blue {
	border-bottom: 1px solid var(--blue);
}
.contactIcon {
	height: 76px;
}
@media screen and (max-width: 1660px) {
	.innerSmall {
		width: 1360px;
	}
	.zwHeader {
		height: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.prolsit li .more .round {
		width: 60px;
		height: 60px;
	}
	.innerSmall {
		width: 1240px;
	}
	.newslist li {
		width: calc((100% - 100px) / 3);
    margin-right: 50px;
	}
	.zwHeader {
		height: 80px;
	}
	.newRightUl .img img {
		height: 100px;
	}
	.contactIcon {
		height: 66px;
	}
}
@media screen and (max-width: 1280px) {
	.cultureBigUl {
		height: 360px;
	}
	.slide-c .img {
		height: 230px;
	}
	.prolsit li .line-clamp3 {
		-webkit-line-clamp: 2;
	}
	.prolsit li .more .round {
		width: 50px;
		height: 50px;
	}
	.innerSmall {
		width: 88%;
	}
	.newslist li {
		width: calc((100% - 40px) / 3);
    margin-right: 20px;
	}
	.contactStyleUl li {
		width: 32%;
	}
	.contactIcon {
		height: 50px;
	}
	.contactStyleUl li {
		width: 32%;
	}
}
@media screen and (max-width: 1100px) {
	.slide-c .img {
		height: 200px;
	}
	.mySwiper {
		width: 50px;
		height: 50px;
	}
	.innerSmall {
		width: 96%;
	}
	.newslist li {
		width: 48%;
    margin-right: 4%;
	}
}
@media screen and (max-width: 900px) {
	.numUl {
		flex-wrap: wrap;
	}
	.numUl li {
		width: 100%;
		justify-content: flex-start;
		margin: 5px 0;
	}
	.cultureBigUl {
		height: 200px;
		margin-top: 30px;
	}
	.cultureSmallUl li {
		margin: 0 8px;
	}
	.cultureSmallUl li .round {
		width: 46px;
		height: 46px;
	}
	.mySwiper {
		width: 40px;
		height: 40px;
	}
	.slide-c .img {
		height: 160px;
	}
	.envSwiper .swiper-slide {
		transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
	}
	.prolsit li a {
		flex-direction: column !important;
	}
	.prolsit li .line-clamp3 {
		margin: 8px 0;
	}
	.prolsit li .more .round {
		width: 40px;
		height: 40px;
	}
	.proInfoOne {
		padding-top: 60px;
    background: url(../image/proInfoOne.jpg) no-repeat center bottom 150px;
    background-size: cover;
	}
	.innerSmall {
    width: calc(100% - 40px);
    margin: 0 auto;
	}
	.proInfoOne .font120 {
		font-size: 30px;
	}
	.proInfo {
		height: 300px;
	}
	.iconfont {
		font-size: 16px;
	}
	.wapMax {
		width: 100%;
	}
	.contactIcon {
		height: 40px;
	}
	.contactStyleUl li + li {
		margin-top: 18px;
	}
}
@media screen and (max-width: 560px) {
	.newslist li {
		width: 100%;
    margin-right: 0 !important;
	}
}