@charset "UTF-8";
/* CSS Document */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
* {
  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;
}
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;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
.head {
  /*box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);*/
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease;
  z-index: 10000;
  background-color: rgba(0, 72, 71, 0.6);
}
.head:hover {
  background-color: rgba(0, 72, 71, 0.6);
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.head .wid {
  display: flex;
  justify-content: space-between;
}
.head .wid .logo {
  padding: 10px 0;
  width: 200px;
  height: 60px;
}
.head:hover .wid .logo a {
}
.head .wid .logo img {
  height: 60px;
  width: auto;
}
.head.scroll-fix .wid .logo img {
  filter: none;
}
/*nav*/
.head .nav {
  height: 80px;
}
.head .nav ul {
  font-size: 0;
}
.head .nav li {
  display: inline-block;
  position: relative;
  line-height: 80px;
  margin: 0 10px;
}
.head .nav li a {
  font-size: 17px;
  color: #fff;
  padding: 0 10px;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 2px #222;
}
.head .nav li .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  color: #999;
  width: 20px;
  color: #fff;
}
.head.scroll-fix .nav li a {
  color: #333;
  text-shadow: none;
}
.head.scroll-fix .nav li .iconfont {
  color: #333;
}
.head:hover .nav li a, .head:hover .nav li .iconfont {
  color: #fff;
}
/*
.head .nav li:last-child a{
	width: 160px;
}
.head .nav li a:hover{
	background-color: #1769b0;
	color: #fff;
}*/
.head .nav li::before {
  content: "";
  display: none;
  width: 80%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 0;
  margin-left: 10%;
  bottom: 10px;
}
/*
.head.scroll-fix .nav li::before{
	background-color: #004847;
}
.head .nav li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ebf3f9;
  position: absolute;
  right: 0;
  top: 15px;
}
*/
.head .nav li:last-child:after {
  display: none;
}
.head .nav li#parent::before {
  display: block;
}
.head .nav li#selected::before {
  display: block;
}
.head .nav li:hover::before {
  display: block;
}
.head .nav li .navitem-wrap {
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 130px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.navitem {
  position: absolute;
  left: 50%;
  top: 80px;
  display: none;
  margin-left: -65px;
  width: 130px;
  z-index: 1000;
}
.head .nav li .navitem-wrap dl dd {
  line-height: 40px;
  text-align: center;
  border-bottom: #eee solid 1px;
}
.head .nav li .navitem-wrap dl dd:last-child {
  border: none;
}
.head .nav li .navitem-wrap dl dd a {
  font-size: 16px;
  color: #333;
  text-shadow: none;
}
.head .nav li .navitem-wrap dl dd:last-child a {
  border-radius: 0 0 8px 8px;
}
.head .nav li .navitem-wrap dl dd:hover a {
  background-color: #004847;
  color: #fff;
}
.head .nav li:hover .navitem {
  display: block;
}
.banner {
  margin-bottom: 50px;
}
.banner .swiper-container {
  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: 20px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.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;
  left: 3%;
}
.banner .swiper-container .swiper-button-next {
  right: 3%;
  left: auto;
}
.main {}
.main .title {
  text-align: center;
  margin-bottom: 30px;
}
.main .title h3 {
  font-size: 26px;
  line-height: 160%;
}
.main .title em {
  display: block;
  margin: 4px auto;
  width: 60px;
  height: 4px;
  background-color: #8dc887;
}
.main .title span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 160%;
}
.main .about {
  margin-bottom: 50px;
}
.main .about .con {
  display: flex;
  justify-content: space-between;
}
.main .about .con .img {
  width: 500px;
  height: 375px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.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: 650px;
}
.main .about .con .info h1 {
  font-size: 24px;
  line-height: 200%;
  color: #004847;
}
.main .about .con .info p {
  line-height: 180%;
  font-size: 16px;
}
.main .about .con .info ul {
  padding: 20px 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: 64px;
  line-height: 50px;
  font-family: "DINCondensed";
  color: #8dc887;
}
.main .about .con .info ul li em {
  font-style: normal;
  font-size: 20px;
  padding-left: 10px;
}
.main .about .con .info ul li p {
  color: #999;
  margin-top: 10px;
}
.more {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #004847;
  background-color: #004847;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: "DINCondensed";
  font-size: 20px;
  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-left: auto;
}
.main .pro {
  padding: 60px 0;
  background-image: linear-gradient(to right, #e9f9ff, #FFFFFF, #e9f9ff);
}
.main .pro .sort {
  text-align: center;
  margin-bottom: 30px;
}
.main .pro .sort a {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 0 10px;
  line-height: 250%;
  border: solid 1px #e6e6e6;
  border-radius: 20px;
  transition: all .4s;
  font-size: 16px;
}
.main .pro .sort a:hover, .main .pro .sort a.on {
  background-color: #004847;
  border-color: #004847;
  color: #fff;
}
.main .pro .con {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.main .pro .con .swiper-container {
  width: 1140px;
  padding: 15px 0px 50px 0px;
  margin: 0 50px;
  overflow: hidden;
}
.main .pro .con .swiper-container .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .pro .con .swiper-container .swiper-slide .item {
  background-color: #f8f8f8;
  width: 350px;
  margin: 15px;
  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: 210px;
  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: 20px;
}
.main .pro .con .swiper-container .swiper-slide .item .info h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .pro .con .swiper-container .swiper-slide .item .info p {
  font-size: 16px;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.main .pro .con .swiper-container .swiper-slide .item .info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: 16px;
}
.main .pro .con .swiper-container .swiper-slide .item:hover {
  transform: translateY(-15px);
  background-color: #f3f3f3;
}
.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: 1140px;
  bottom: 0px;
}
.main .pro .con .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.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: 60px 0;
  background-image: url("../images/news-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main .news .wid .con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main .news .wid .slide {
  width: 500px;
  height: 380px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.main .news .wid .slide .swiper-container {
  width: 500px;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.main .news .wid .slide .swiper-slide a {
  position: relative;
}
.main .news .wid .slide .swiper-slide a img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  transition: .4s;
}
.main .news .wid .slide .swiper-slide a img:hover {
  transform: scale(1.1);
}
.main .news .wid .slide .swiper-slide a h4 {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  width: 78%;
  min-height: 40px;
  padding: 5px 20% 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: 15px;
}
.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: 660px;
}
.main .news .wid .list h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 5px 0 20px 0;
}
.main .news .wid .list h1 span {
  display: block;
  margin-top: 10px;
  width: 120px;
  height: 3px;
  background-color: #fff;
}
.main .news .wid .list h1 a {
  float: right;
  font-size: 14px;
}
.main .news .wid .list ul li {
  border-bottom: dashed 1px #ccc;
  padding: 12px 0px 12px 0;
}
.main .news .wid .list ul li:last-child {
  border: none;
}
.main .news .wid .list ul li a {
  font-size: 16px;
}
.main .news .wid .list ul li:first-child, .main .news .wid .list ul li:nth-child(2) {
  padding: 12px 0px;
}
.main .news .wid .list ul li a h3 {
  font-size: 16px;
  margin-bottom: 6px;
  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;
}
.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: 24px;
  float: left;
  text-indent: -10px;
}
.main .news .wid .list ul li span {
  float: right;
}
.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 {}
.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;
}
.nmain .nsort ul li {
  padding: 0 25px;
  line-height: 80px;
  font-size: 16px;
  position: relative;
}
.nmain .nsort ul span {
  width: 1px;
  height: 20px;
  margin-top: 30px;
  background-color: #ccc;
}
.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 {
  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: 32px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.nmain .ntitleb {
  font-size: 26px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.nmain .ntitleb span {
  display: block;
  font-size: 16px;
  color: #777;
  margin-top: 15px;
}
.nmain .ntitle span i {
  padding-right: 10px;
}
.nmain .con {
  line-height: 180%;
  min-height: 500px;
  font-size: 16px;
}
.nmain .con img {
  max-width: 100%;
}
.nmain .prolist {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 380px);
}
.nmain .prolist .item {
  width: 380px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  transition: all .4s;
}
.nmain .prolist .item .img {
  width: 100%;
  height: 230px;
  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: 20px;
}
.nmain .prolist .item .info h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nmain .prolist .item .info p {
  font-size: 16px;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.nmain .prolist .item .info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: 16px;
}
.nmain .prolist .item:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background-color: #f3f3f3;
}
.nmain .prodetail .detail-a {
  padding: 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.nmain .prodetail .detail-a .img {
  width: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.nmain .prodetail .detail-a .img img {
  max-width: 100%;
}
.nmain .prodetail .detail-a .info {
  width: 600px;
  padding-top: 20px;
  font-size: 16px;
}
.nmain .prodetail .detail-a .info h1 {
  font-size: 24px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
.nmain .prodetail .detail-a .info h1 span {
  display: inline-block;
  width: 3px;
  height: 23px;
  background-color: #004746;
  margin-right: 15px;
}
.nmain .prodetail .detail-a .info .txt h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.nmain .prodetail .detail-a .info .txt h3 img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.nmain .prodetail .detail-a .info .txt p {
  margin-bottom: 30px;
  line-height: 180%;
}
.nmain .prodetail .detail-a .info .txt ul li {
  margin-bottom: 8px;
}
.smain .prodetail .detail-a .info .txt ul li i {
  font-size: 32px;
  float: left;
}
.nmain .prodetail .detail-b h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.nmain .prodetail .detail-b h2 span {
  display: block;
  width: 40px;
  margin-left: calc((100% - 40px) / 2);
  height: 3px;
  background-color: #004746;
  margin-top: 10px;
}
.nmain .prodetail .detail-b .txt img {
  max-width: 100%;
}
.nmain .prodetail .detail-b .txt {
  font-size: 16px;
  line-height: 180%;
}
.nmain .nnews .nslide {
  margin-bottom: 50px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: all .4s;
  height: 350px;
  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;
}
.nmain .nnews .nslide .item a .img {
  width: 520px;
  height: 350px;
  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: 600px;
  padding: 35px;
}
.nmain .nnews .nslide .item a .info h2 {
  font-size: 20px;
  line-height: 170%;
  margin-bottom: 15px;
}
.nmain .nnews .nslide .item:hover .info h2 {
  color: #004847;
}
.nmain .nnews .nslide .item a .info p {
  font-size: 17px;
  line-height: 200%;
  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: 30px;
  color: #777;
  font-size: 16px;
}
.nmain .nnews .nslide .item a .info span i {
  padding-right: 10px;
}
.nmain .nnews .nslide .swiper-pagination {
  width: 96%;
  padding-right: 4%;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 25px;
}
.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: 30px;
  padding-bottom: 30px;
  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 {
  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: 690px;
  padding: 15px;
  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: 20px;
  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: 17px;
  line-height: 200%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nmain .nnews .nnewslist .item a .date {
  width: 125px;
  height: 80px;
  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: 40px;
  width: 100%;
}
.nmain .nnews .nnewslist .item a .date span:last-child {
  font-size: 14px;
  width: 100%;
}
.nmain .con .contact {
  display: flex;
  justify-content: space-between;
}
.nmain .con .contact .img {
  width: 700px;
  height: 600px;
}
.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: 70px 35px 40px 35px;
  width: 430px;
  color: #fff;
}
.nmain .con .contact .info h1 {
  font-size: 32px;
  margin-bottom: 40px;
}
.nmain .con .contact .info p {
  margin-bottom: 25px;
  font-size: 18px;
}
.nmain .con .contact .info p span {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.nmain .con .contact .info p span i {
  padding-right: 8px;
}
/*========*/
.foot {
  background-image: url("../images/foot-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.foot .wid {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.foot .wid .a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.foot .wid .a dl {
  width: 100px;
  margin-right: 30px;
}

.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 60px 0 0px;
  background-color: #bbb;
}
.foot .wid .b {
  width: 350px;
  margin-right: 40px;
}
.foot .wid .b h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #004847;
}
.foot .wid .b p {
  font-size: 16px;
  line-height: 200%;
}
.foot .wid .c h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #004847;
  text-align: center;
}
.foot .wid .c img {
  width: 110px;
  height: 110px;
}
.foot .copy {
  border-top: solid 1px #ccc;
  background-color: #004847;
  color: #fff;
}
.foot .copy a {
  color: #fff;
}
.foot .copy .wid {
  padding: 10px 0;
}
.scroll-fix {
  background-color: #fff;
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.right_bar {
  position: fixed;
  top: 300px;
  right: 0;
  width: 50px;
  height: 203px;
  z-index: 10
}
.right_bar li {
  width: 62px;
  height: 50px;
  z-index: 20
}
.right_bar li.rtbar_li1, .right_bar li.rtbar_li4 {
  position: absolute;
  left: 0
}
.right_bar li.rtbar_li1 {
  top: 0;
  width: 172px
}
.right_bar li.rtbar_li2 {
  position: absolute;
  top: 51px;
  left: 0
}
.right_bar li.rtbar_li3 {
  position: absolute;
  top: 102px;
  left: 0;
  width: 232px
}
.right_bar li.rtbar_li4 {
  top: 153px
}
.rtbar_li4 {
  position: absolute;
  top: 153px;
  left: 0
}
.right_bar li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #004847;
  opacity: 0.9;
  border-radius: 0px
}
.right_bar li a img {
  display: block;
  float: left;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px 12px 14px 14px
}
.right_bar li a:hover {
  background-color: #004847;
  opacity: 1
}
.rtbar_shwx {
  display: none;
  position: absolute;
  top: -120px;
  left: -160px;
  padding-bottom: 9px
}
.rtbar_shwx img {
  padding: 14px;
  background-color: #FFF
}
.right_bar {
  display: none
}