@charset "UTF-8";
.container {
  width: 1200px;
  margin: 0 auto;
}

* {
  font-family: "微软雅黑";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app .header .container .logo-layer {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .header .container .logo-layer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.app .header .container .logo-layer .right .map-icon {
  position: relative;
}

.app .header .container .logo-layer .right .map-icon .box2 {
  margin-right: 15px;
}

.app .header .container .logo-layer .right .map-icon .x {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  white-space: nowrap;
}

.app .header .container .logo-layer .right .map-icon .x::after {
  content: '|';
  margin: 0 15px;
}

.app .header .container .nav-layer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
  background: #00204c;
  margin-bottom: 0;
}

.app .header .container .nav-layer .nav-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .header .container .nav-layer .nav-list .item a {
  color: #fff;
  font-size: 16px;
}

.app .header .container .banner-layer .banner .x {
  width: 100%;
  margin-top: 2px;
}

.app .main-title {
  height: 130px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .prod-layer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 100px;
}

.app .prod-layer-list.inner {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.app .prod-layer-list.inner .item .x1 {
  width: 100%;
}

.app .prod-layer-list.inner .item .right {
  width: inherit;
}

.app .prod-layer-list .item {
  padding: 13px;
  height: 320px;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.app .prod-layer-list .item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  background: #004098;
  top: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.app .prod-layer-list .item:hover .x2 .right {
  color: #fff;
}

.app .prod-layer-list .item:hover .x2 .left {
  border: 1px solid #fff;
}

.app .prod-layer-list .item:hover .x3 {
  color: #fff;
}

.app .prod-layer-list .item .x1 {
  height: 265px;
  width: inherit;
  overflow: hidden; 
}

.app .prod-layer-list .item .x2 {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .prod-layer-list .item .x2 .left {
  overflow: hidden;
  height: 54px;
  width: 54px;
  border: 1px solid #000;
  border-radius: 50%;
}

.app .prod-layer-list .item .x2 .right {
  font-size: 20px;
  color: #000;
  padding-left: 10px;
}

.app .prod-layer-list .item .x3 {
  font-size: 16px;
  color: #828282;
}

.app .prod-layer-list .item .x4 {
  bottom: 24px;
  left: 12px;
  position: absolute;
  color: #4694ff;
  font-size: 16px;
}

.app .adv-banner {
  height: 250px;
  width: 100%;
  overflow: hidden;
  padding: 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 74px;
}

.app .adv-banner .left {
  width: 460px;
}

.app .adv-banner .left .x {
  font-weight: lighter;
  font-size: 26px;
  color: #fff;
}

.app .adv-banner .left .xl {
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
}

.app .adv-banner .right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.app .adv-banner .right .nav {
  display: inline-block;
  padding: 16px 30px;
  background: #004098;
  color: #fff;
  margin-bottom: 76px;
}

.app .hangye-layer .banner {
  height: 155px;
  width: 100%;
  overflow: hidden;
}

.app .hangye-layer .banner img {
  width: 100%;
}

.app .hangye-layer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.app .hangye-layer .list .item {
  width: 288px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.app .hangye-layer .list .item:hover .mid img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app .hangye-layer .list .item .top {
  height: 35px;
  font-size: 16px;
  color: #004098;
}

.app .hangye-layer .list .item .mid {
  width: 288px;
  height: 130px;
  overflow: hidden;
}

.app .hangye-layer .list .item .mid img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app .hangye-layer .list .item .bot {
  padding: 25px 0;
}

.app .hangye-layer .list .item .bot .x {
  font-size: 16px;
  color: #000;
}

.app .hangye-layer .list .item .bot2 {
  font-size: 16px;
  color: #004098;
}

.app .newslist-layer {
  margin-bottom: 118px;
}

.app .newslist-layer .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 30px;
}

.app .newslist-layer .list .item:hover .top .box {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.app .newslist-layer .list .item:hover .top .desc {
  left: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1;
}

.app .newslist-layer .list .item .top {
  overflow: hidden;
  width: inherit;
  height: 114px;
  position: relative;
}

.app .newslist-layer .list .item .top .desc {
  position: absolute;
  top: 0;
  left: -30%;
  height: inherit;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  opacity: 0;
}

.app .newslist-layer .list .item .top .desc .xx {
  padding: 5px 10px;
}

.app .newslist-layer .list .item .top .box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.app .newslist-layer .list .item .bot {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.app .newslist-layer .list .item .bot .x {
  color: #000;
}

.app .footer {
  background: #004098;
}

.app .footer .top {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.app .footer .top .x {
  padding-bottom: 10px;
}

.app .footer .mid {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.app .footer .mid .content {
  padding: 22px 30px;
  color: #fff;
  font-size: 16px;
  height: 230px;
}

.app .footer .mid .content .c-title {
  font-size: 22px;
}

.app .footer .mid .content .e-title {
  font-size: 14px;
}

.app .footer .mid .content .content1 {
  margin-top: 30px;
  font-size: 13px;
}

.app .footer .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.app .footer .bot .left {
  color: #fff;
}

.app .footer .bot .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

.app .footer .bot .right .copy {
  color: #fff;
}

.app .pos .container {
  height: 45px;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .pos .container a {
  font-size: 16px;
  font-weight: bold;
}

.app .pos .container .x1 {
  color: #004098;
}

.app .pos .container .x2 {
  color: #000;
}

.app .pcenter {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.app .pcenter .left {
  width: 237px;
}

.app .pcenter .right {
  width:900px;
}

.app .prod-class-nav {
  padding-left: 0;
}

.app .prod-class-nav .item:nth-child(1) .xx {
  border-top: 1px solid #000;
}

.app .prod-class-nav .item.active .right {
  color: #000;
}

.app .prod-class-nav .item .xx {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}

.app .prod-class-nav .item .right {
  color: #004098;
  font-weight: bold;
}

.app .prod-detail .pic {
  margin: 0 auto;
}

.app .prod-detail .title {
  text-align: center;
  color: #004098;
  font-size: 23px;
}

.app .prod-detail .content {
  margin-bottom: 68px;
}

.app .prod-detail .content p {
  padding: 10px 0;
  font-size: 16px;
  font-weight: lighter;
}

.newslist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ccc;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  top: 0;
}

.newslist .item:hover {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  top: -1px;
  border: 2px solid #004098;
}

.newslist .item:hover .left .click .btn {
  background: #004098;
  color: #fff;
}

.newslist .item .left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.newslist .item .left .info {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-right: 20px;
  color: #000;
}

.newslist .item .left .info .x1 {
  font-size: 23px;
}

.newslist .item .left .info .x2 {
  margin: 5px 0;
  color: #666;
  font-size: 12px;
}

.newslist .item .left .info .x3 {
  font-weight: lighter;
  font-size: 14px;
  margin-bottom: 13px;
}

.newslist .item .left .click {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.newslist .item .left .click .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #004098;
  height: 40px;
  width: 150px;
}

.newslist .item .left .click .btn span {
  font-size: 10px;
}

.newslist .item .right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
  height: inherit;
}

.newslist .item .right .box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pagerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.art-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.art-page .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.art-page .item:hover {
  color: #004098;
}

.art-page .item:hover .xx {
  color: #004098;
}

.art-page .item .xx {
  color: #000;
  font-weight: bold;
  margin-left: 20px;
}

.container .map-t {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  position: relative;
  top: 0;
}

.container .map-t::after {
  position: absolute;
  content: '';
  left: -50px;
  width: 20px;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000;
}

.container .map-t::before {
  position: absolute;
  content: '';
  right: -70px;
  width: 20px;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000;
}

.container .map {
  margin-bottom: 10px;
}

.container .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.huanjing .right .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.huanjing .right .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 283px;
}

.huanjing .right .list .item .x {
  width: 100%;
}


	.list_liebiao{
							width:292px;
							height:292px;
							float:left;
							border:1px solid #c4c3c3;
						}
						
						.list_liebiao_top{
							width:292px;
							height:116px;
						}
						
						.list_liebiao_top_middle{
							width:264px;
							height:92px;
							margin:0 auto;
							margin-top:12px;
						}
						
						.list_liebiao_under{
							width:292px;
							height:173px;
						}
						
						.list_liebiao_under_middle{
							width:264px;
							height:auto;
							margin:0 auto;
						}
						
						.list_liebiao_under_middle_top{
							width:264px;
							height:56px;
						
						}
						
						.tag_icon{
							width:56px;
							height:56px;
							float:left;
						}
						
						.tag_icon img{
							border-radius:50%;
						}
						
						.right_list{
						  width:207px;
						  height:56px;
						  float:left;
						  line-height:56px;
						  font-size:16px;
						  font-weight:bold;
						}
						
						.under_under{
							width:264px;
							height:93px;
							margin:0 auto;
							font-size: 14px;
						}
						
						.under_under_top{
							width:264px;
							height:76px;
							line-height:2em;
						}
						
						.under_under_more{
							width:264px;
							height:17px;
							color:#4694ff;
							line-height:17px;
						}
/*# sourceMappingURL=app.css.map */