@charset "UTF-8";
/* CSS Document */
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  scroll-behavior: smooth;
}
.wid {
  width: 96%;
  margin: 0 auto;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img {
  display: block;
  max-width: 100%;
}
li {
  list-style-type: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  font-size: 0.26rem;
}
.mb60 {
  margin-bottom: .6rem
}
/*====head==nav====*/
.head {
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 72, 71, 0.7);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.head .wid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head .wid .logo {
  padding: .25rem;
  height: .5rem;
}
.head .wid .logo img {
  height: .5rem;
  filter: grayscale(100%) brightness(1000%);
}
/*nav*/
.head .nav {
  line-height: .4rem;
  height: auto;
  position: absolute;
  top: 0rem;
  width: 100%;
  border-top: 0;
  background-color: transparent;
}
.head .nav .navtxt {
  display: none;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 1rem;
  z-index: 10;
}
.head .nav .navtxt ul {
  font-size: 0
}
.head .nav .navtxt li {
  display: inline-block;
  width: 100%;
  border-bottom: #ddd solid 1px;
  padding: 0.1rem 0;
}
.head .nav .navtxt li a {
  line-height: .5rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  display: block;
  position: relative;
  width: 100%;
}
.head .nav .navtxt li a i {
  position: absolute;
  display: inline-block;
  transform: rotate(90deg);
  font-size: .16rem;
  color: #999;
  margin-left: .1rem;
}
.head .nav .navtxt li#parent {
  background: #fff;
  color: #156BC6;
}
.head .nav .navtxt li#parent a {
  background: #fff;
  color: #054e93;
}
.head .nav .navtxt li#selected {
  background: #fff;
  color: #054e93;
}
.head .nav .navtxt li#selected a {
  background: #fff;
  color: #333;
}
.head .nav .navtxt li:last-child {
  border: none;
}
.head .nav .navico {
  width: 1rem;
  display: block;
  height: 1rem;
  right: 0;
  top: 0;
  background: url(../images/wap-menu.png) center center no-repeat;
  background-size: 50%;
  position: absolute;
}
.head.on .nav .navico {
  background: url(../images/wap-menu2.png) center center no-repeat;
  background-size: 50%;
}
.mmask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.head .nav .navtxt li dl {
  text-align: center;
}
.head .nav .navtxt li dl dd {
  display: inline-block;
  width: 22%;
  text-align: center;
  background-color: #004847;
  margin: 1.5%;
  margin-bottom: .15rem;
}
.head .nav .navtxt li:nth-child(2) dl dd {
  width: 27%;
  margin: .05rem;
}
.head .nav .navtxt li dl dd a {
  display: inline-block;
  font-size: 0.2rem;
  line-height: .5rem;
  color: #fff;
}
.head .nav .navtxt li.on dl dd a {
  color: #fff;
}
.head .nav .navtxt li.on dl dd a:{
	color: #fff;
}
.head .nav span {
  width: 80px;
  background-image: url("../images/ico-eng.png");
  background-position: 20px;
  center;
  background-repeat: no-repeat;
  padding-left: 60px;
  display: inline-block;
  text-align: left;
  font-size: .22rem;
  margin-left: calc((100% - 120px) / 2);
}
/*====banner====*/
.banner {
  margin-top: 1rem;
  margin-bottom: .6rem;
}
.banner .swiper-container {
  height: 60vw;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-pagination {
  width: 100%;
  bottom: .2rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .12rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  position: relative;
  opacity: .58;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004847;
}
.banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #004847;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.banner .swiper-container .swiper-button-next, .banner .swiper-container .swiper-button-prev {
  color: #fff;
}
/*====main====*/
.main {}
.main .title {
  text-align: center;
  margin-bottom: .3rem;
}
.main .title h3 {
  font-size: .32rem;
  line-height: 160%;
}
.main .title em {
  display: block;
  margin: 4px auto;
  width: 60px;
  height: 4px;
  background-color: #8dc887;
}
.main .title span {
  font-size: .2rem;
  text-transform: uppercase;
  line-height: 160%;
}
.main .about {
  margin-bottom: .5rem;
}
.main .about .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .about .con .img {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.2rem;
}
.main .about .con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.main .about .con .img img:hover {
  transform: scale(1.1);
}
.main .about .con .info {
  width: 96%;
  margin: 0 auto;
}
.main .about .con .info h1 {
  font-size: .28rem;
  line-height: 200%;
  color: #004847;
}
.main .about .con .info p {
  line-height: 180%;
  font-size: .18rem;
}
.main .about .con .info ul {
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
}
.main .about .con .info ul li {}
.main .about .con .info ul li span, .main .about .con .info ul li em {
  font-size: .6rem;
  line-height: .6rem;
  font-family: "DINCondensed";
  color: #8dc887;
}
.main .about .con .info ul li em {
  font-style: normal;
}
.main .about .con .info ul li p {
  color: #999;
  margin-top: .05rem;
  font-size: .16rem;
}
.more {
  width: 40%;
  height: .6rem;
  border-radius: .3rem;
  border: 1px solid #004847;
  background-color: #004847;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: "DINCondensed";
  font-size: .22rem;
  color: #fff;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more i {
  display: block;
  width: 32px;
  height: 9px;
  background-image: url(../images/08.png);
  background-size: auto 100%;
  background-position: 0px 0;
  margin-left: 12px;
  margin-top: -4px;
  transition: all 0.3s;
}
.more:hover {
  background-color: #fff;
  border-color: #E6E6E6;
  color: #333;
}
.more:hover i {
  background-position: 32px 0px;
}
.main .about .con .more {
  margin-top: 10px;
  margin: 0 auto;
}
.main .pro {
  padding: .5rem 0;
  background-image: linear-gradient(to right, #e9f9ff, #FFFFFF, #e9f9ff);
}
.main .pro .sort {
  text-align: center;
  margin-bottom: .3rem;
}
.main .pro .sort a {
  display: inline-block;
  width: 27%;
  text-align: center;
  margin: 0 1.5%;
  line-height: 250%;
  border: solid 1px #e6e6e6;
  border-radius: .25rem;
  transition: all .4s;
  font-size: .2rem;
}
.main .pro .sort a:hover, .main .pro .sort a.on {
  background-color: #004847;
  border-color: #004847;
  color: #fff;
}
.main .pro .con {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.main .pro .con .swiper-container {
  width: 80%;
  padding: 2%;
  padding-bottom: .5rem;
  margin: 0 8%;
  overflow: hidden;
}
.main .pro .con .swiper-container .swiper-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .pro .con .swiper-container .swiper-slide .item {
  background-color: #f5f5f5;
  transition: all .4s;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.main .pro .con .swiper-container .swiper-slide .item .img {
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
.main .pro .con .swiper-container .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.main .pro .con .swiper-container .swiper-slide .item:hover .img img {
  transform: scale(1.1);
}
.main .pro .con .swiper-container .swiper-slide .item .info {
  padding: 5%;
}
.main .pro .con .swiper-container .swiper-slide .item .info h2 {
  font-size: .22rem;
  font-weight: normal;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .pro .con .swiper-container .swiper-slide .item .info p {
  font-size: .18rem;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .15rem;
}
.main .pro .con .swiper-container .swiper-slide .item .info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: .18rem;
}
.main .pro .con .swiper-container .swiper-slide .item:hover {
  transform: translateY(-15px);
}
.main .pro .con .swiper-button-next, .main .pro .con .swiper-button-prev {
  color: #004847;
  opacity: .8;
  left: 0;
}
.main .pro .con .swiper-button-next {
  right: 0;
  left: auto;
}
.main .pro .con .swiper-container .swiper-pagination {
  width: 80%;
  bottom: 0px;
}
.main .pro .con .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .12rem;
}
.main .pro .con .swiper-container .swiper-pagination-bullet {
  background: #004847;
  position: relative;
  opacity: .58;
}
.main .pro .con .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004847;
}
.main .pro .con .swiper-container .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #004847;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.main .news {
  padding: .5rem 0;
  background-image: url("../images/news-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main .news .wid .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .3rem;
}
.main .news .wid .slide {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: .15rem;
}
.main .news .wid .slide .swiper-container {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  position: relative;
}
.main .news .wid .slide .swiper-slide a {
  position: relative;
}
.main .news .wid .slide .swiper-slide a img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  position: relative;
  display: inline-block;
}
.main .news .wid .slide .swiper-slide a h4 {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  line-height: .5rem;
  position: absolute;
  bottom: 0;
  width: 75%;
  min-height: .5rem;
  padding: 5px 23% 5px 2%;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .wid .slide .swiper-pagination {
  text-align: right;
  width: 96%;
  padding-right: 4%;
  bottom: .2rem;
}
.main .news .wid .slide .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0;
}
.main .news .wid .slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main .news .wid .list {
  width: 96%;
	margin: 0 auto;
}
.main .news .wid .list ul li {
  border-bottom: dashed 1px #ccc;
  padding: .1rem 0;
}
.main .news .wid .list ul li:last-child {
  border: none;
}
.main .news .wid .list ul li a {
  font-size: .22rem;
  line-height: .5rem;
}
.main .news .wid .list ul li:first-child, .main .news .wid .list ul li:nth-child(2) {
  padding: .1rem 0;
}
.main .news .wid .list ul li a h3 {
  font-size: .22rem;
  margin-bottom: .06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .wid .list ul li a p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .18rem;
  line-height: .25rem;
}
.main .news .wid .list ul li a:hover h3 {
  color: #004746;
}
.main .news .wid .list ul li a:hover p {
  text-decoration: underline;
}
.main .news .wid .list ul li i {
  font-size: .22rem;
  float: left;
  line-height: .5rem;
	text-indent: -.1rem;
}
.main .news .wid .list ul li span {
  float: right;
  line-height: .5rem;
}
.main .news .wid .list ul li:nth-child(3), .main .news .wid .list ul li:nth-child(4), .main .news .wid .list ul li:nth-child(5), .main .news .wid .list ul li:nth-child(6) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .wid .list ul li:nth-child(3) a:hover, .main .news .wid .list ul li:nth-child(4) a:hover, .main .news .wid .list ul li:nth-child(5) a:hover, .main .news .wid .list ul li:nth-child(6) a:hover {
  font-weight: bold;
  color: #004746;
}
.main .news .wid .more {
  margin: 0 auto;
}
/*=======*/
.nbanner {
	margin-top: 1rem;
}
.nbanner img {
  width: 100%;
}
.nmain {
  margin-bottom: 50px;
}
.nmain .nsort {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.nmain .nsort .wid {
  display: flex;
  justify-content: space-between;
}
.nmain .nsort ul {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.nmain .nsort ul li {
	width: 28%;
	text-align: center;
  line-height: .6rem;
  font-size: .2rem;
  position: relative;
}
.nmain .nsort ul span {
  width: 1px;
  height: .2rem;
  margin-top: .22rem;
  background-color: #ccc;
}
.nmain .nsort ul span:nth-child(6){
	display: none;
}
.nmain .nsort ul li a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: none;
  transition: all .3s;
}
.nmain .nsort ul li a:hover:before, .nmain .nsort ul li a.on:before {
  width: 70%;
  left: 15%;
  background-color: #004847;
}
.nmain .nsort ul li a:hover, .nmain .nsort ul li a.on {
  font-weight: bold;
  color: #004847;
}
.nmain .nsort .loc {
	display: none;
  line-height: 80px;
  font-size: 16px;
  color: #777;
}
.nmain .nsort .loc i {
  padding-right: 10px;
}
.nmain .nsort .loc span {
  padding: 0 10px;
}
.nmain .nsort .loc a {
  color: #777;
}
.nmain .ntitle {
  font-size: .35rem;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
}
.nmain .ntitleb {
  font-size: .24rem;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
}
.nmain .ntitleb span {
  display: block;
  font-size: .16rem;
  color: #777;
  margin-top: .15rem;
}
.nmain .ntitle span i {
  padding-right: .1rem;
}
.nmain .con {
  line-height: 180%;
  min-height: 5rem;
  font-size: .18rem;
}
.nmain .con img {
  max-width: 100%;
}
.nmain .prolist {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.nmain .prolist .item {
  width: 94%;
	margin: 0 auto;
  margin-bottom: .25rem;
  background-color: #f5f5f5;
  transition: all .4s;
}
.nmain .prolist .item .img {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.nmain .prolist .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.nmain .prolist .item:hover .img img {
  transform: scale(1.1);
}
.nmain .prolist .item .info {
  padding: 5%;
}
.nmain .prolist .item .info h2 {
  font-size: .22rem;
  font-weight: normal;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nmain .prolist .item .info p {
  font-size: .18rem;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .15rem;
}
.nmain .prolist .item .info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: .18rem;
}
.nmain .prolist .item:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background-color: #fff;
}
.nmain .prodetail .detail-a {
  padding: 3%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: .4rem;
}
.nmain .prodetail .detail-a .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
	margin-bottom: .3rem;
}
.nmain .prodetail .detail-a .img img {
  max-width: 100%;
}
.nmain .prodetail .detail-a .info {
  width: 100%;
  padding-top: 0;
  font-size: .18rem;
}
.nmain .prodetail .detail-a .info h1 {
  font-size: .26rem;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
  border-bottom: solid 1px #ddd;
}
.nmain .prodetail .detail-a .info h1 span {
  display: inline-block;
  width: 3px;
  height: .3rem;
  background-color: #004746;
  margin-right: .15rem;
}
.nmain .prodetail .detail-a .info .txt h3 {
  font-size: .2rem;
  font-weight: normal;
  margin-bottom: .15rem;
}
.nmain .prodetail .detail-a .info .txt h3 img {
  margin-right: .1rem;
	padding-top: .05rem;
  width: .25rem;
  height: .25rem;
	float: left;
}
.nmain .prodetail .detail-a .info .txt p {
  margin-bottom: .3rem;
  line-height: 180%;
}
.nmain .prodetail .detail-a .info .txt ul li {
  margin-bottom: .1rem;
}

.nmain .prodetail .detail-b h2 {
  font-size: .26rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.nmain .prodetail .detail-b h2 span {
  display: block;
  width: .5rem;
  margin-left: calc((100% - .5rem) / 2);
  height: 3px;
  background-color: #004746;
  margin-top: .15rem;
}
.nmain .prodetail .detail-b .txt img {
  max-width: 100%;
}
.nmain .prodetail .detail-b .txt {
  font-size: .18rem;
  line-height: 180%;
}
.nmain .nnews .nslide {
  margin-bottom: .3rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: all .4s;
  height: auto;
  overflow: hidden;
}
.nmain .nnews .nslide:hover {
  transform: translateY(-10px);
}
.nmain .nnews .nslide .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nmain .nnews .nslide .item {
  background-color: #f5f5f5;
}
.nmain .nnews .nslide .item a {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.nmain .nnews .nslide .item a .img {
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
.nmain .nnews .nslide .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.nmain .nnews .nslide .item:hover .img img {
  transform: scale(1.1);
}
.nmain .nnews .nslide .item a .info {
  width: 94%;
  padding: 3%;
}
.nmain .nnews .nslide .item a .info h2 {
  font-size: .24rem;
  line-height: 150%;
  margin-bottom: .15rem;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nmain .nnews .nslide .item:hover .info h2 {
  color: #004847;
}
.nmain .nnews .nslide .item a .info p {
  font-size: .2rem;
  line-height: 180%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.nmain .nnews .nslide .item:hover .info p {
  text-decoration: underline;
}
.nmain .nnews .nslide .item a .info span {
  display: inline-block;
  margin-top: .2rem;
  color: #777;
  font-size: .18rem;
}
.nmain .nnews .nslide .item a .info span i {
  padding-right: .1rem;
}
.nmain .nnews .nslide .swiper-pagination {
  width: 96%;
  padding-right: 4%;
  text-align: right;
  display: block;
  position: absolute;
  bottom: .15rem;
}
.nmain .nnews .nslide .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #004847;
}
.nmain .nnews .nnewslist {}
.nmain .nnews .nnewslist .item {
  border-bottom: solid 1px #eee;
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  transition: all .4s;
}
.nmain .nnews .nnewslist .item:hover {
  transform: translateY(-10px);
}
.nmain .nnews .nnewslist .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nmain .nnews .nnewslist .item a .img {
	display: none;
  width: 280px;
  height: 170px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.nmain .nnews .nnewslist .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.nmain .nnews .nnewslist .item:hover a .img img {
  transform: scale(1.1);
}
.nmain .nnews .nnewslist .item a .info {
  width: 70%;
  padding: 2.5%;
  transition: all .4s;
}
.nmain .nnews .nnewslist .item:nth-child(2n) a .info, .nmain .nnews .nnewslist .item:hover a .info {
  background-color: #f5f5f5;
}
.nmain .nnews .nnewslist .item a .info h2 {
  font-size: .22rem;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.nmain .nnews .nnewslist .item:hover a .info h2 {
  color: #004847;
}
.nmain .nnews .nnewslist .item a .info p {
  font-size: .18rem;
  line-height: 160%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nmain .nnews .nnewslist .item a .date {
  width: 22%;
  height: .6rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: solid 1px #ccc;
  color: #004847;
}
.nmain .nnews .nnewslist .item a .date span:first-child {
  font-size: .4rem;
  width: 100%;
}
.nmain .nnews .nnewslist .item a .date span:last-child {
  font-size: .18rem;
  width: 100%;
}
.nmain .con .contact {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.nmain .con .contact .img {
  width: 100%;
  height: 70vw;
}
.nmain .con .contact .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nmain .con .contact .info {
  background-color: #004845;
  background-image: url("../images/contact-bg.jpg");
  background-position: right bottom;
  background-size: 150%;
  padding: 8%;
  width: 84%;
  color: #fff;
}
.nmain .con .contact .info h1 {
  font-size: .32rem;
  margin-bottom: .3rem;
}
.nmain .con .contact .info p {
  margin-bottom: .2rem;
  font-size: .2rem;
}
.nmain .con .contact .info p span {
  display: block;
  font-size: .22rem;
  margin-bottom: .1rem;
}
.nmain .con .contact .info p span i {
  padding-right: .1rem;
}
/*========*/
.foot {
  background-image: url("../images/foot-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.foot .wid {
  padding: .4rem 0;
  display: flex;
  justify-content: space-between;
}
.foot .wid .a {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.foot .wid .a dl {
  width: 80px;
  margin-right: 30px;
}
.foot .wid .a dl:first-child {
  width: 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot .wid .a dl:first-child dd {
  width: 50%;
}
.foot .wid .a dl dt {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #004847;
}
.foot .wid .a dl dd {
  font-size: 16px;
}
.foot .wid .a dl dd a {
  line-height: 35px;
}
.foot .wid .line {
  width: 1px;
  height: 80px;
  margin: 40px 40px 0 0px;
  background-color: #bbb;
	display: none;
}
.foot .wid .b {
  width: 65%;
}
.foot .wid .b h3 {
  margin-bottom: .15rem;
  font-size: .22rem;
  font-weight: bold;
  color: #004847;
}
.foot .wid .b p {
  font-size: .18rem;
  line-height: 180%;
}
.foot .wid .c {
}
.foot .wid .c h3 {
  margin-bottom: .15rem;
  font-size: .22rem;
  font-weight: bold;
  color: #004847;
  text-align: center;
}
.foot .wid .c img {
  width: 90%;
	margin-left: 5%;
}
.foot .copy {
  border-top: solid 1px #ccc;
  background-color: #004847;
  color: #fff;
}
.foot .copy a {
  color: #fff;
}
.foot .copy .wid {
  display: block;
  padding: .2rem 0;
  font-size: .18rem;
  line-height: 180%;
}
.foot .copy .wid span{
	display: block;
}
.foot .copy .wid span:last-child{
	text-align: center;
}
.scroll-fix {
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
}