﻿* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body{
-webkit-font-smoothing: subpixel-antialiased;
}
/*头部*/
.mian{
	width: 100%;
	margin-bottom: 50px;
}
.container{
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.style-header{
	background-color: #fff;
}
.style-header.fixed .hd-bottom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}
.hd-bottom {
*zoom:1;
}
.hdwy{
	background-color: #1a1a1a;
	height: 40px;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.hdwy_a{
	height: 40px;
	line-height: 40px;
	width: 50%;
	float: left;
}
.hdwy_b{
	float: right;
	height: 40px;
}

.hd-bottom:after, .hd-bottom:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.hd-bottom .logo {
	float: left;
	height: 90px;
	line-height: 90px;
}
.hd-bottom .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.menuBtn {
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #142a94;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b {
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.style-nav {
	float: left;
	width: calc(100% - 810px);
	margin-left: 47px;
}
.style-nav li {
	float: left;
	position: relative;
	margin-top: 12px;
	width: 16.6666666666666%;
}
.style-nav li > a {
	position: relative;
	display: block;
	font-size: 16px;
	text-align: center;
	height: 65px;
	line-height: 65px;
	color: #000;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	padding: 0;
	font-weight: bold;
}
.style-nav li > a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	height: 35px;
	width: 0;
	border-radius: 0;
	opacity: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	z-index: -1;
}
.style-nav li.on > a:after, .style-nav li:hover > a:after {
	left: 0;
	padding-top: 10px;
	width: 100%;
	opacity: 1;
	z-index: 999999;
}
.style-nav li.on > a, .style-nav li:hover > a {
	color: #142a94;
}
.style-nav li dl {
	display: none;
	position: absolute;
	width: 120px;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
	padding-top: 10px;
	z-index: 999;
}
.style-nav li dd .hlcj{
	display: none;
	margin-left: 120px;
	width: 120px;
	position: absolute;
	margin-top: -40px;
}
.style-nav dd:hover .hlcj {
	display: block;
}
.style-nav li:hover dl {
	display: block;
}
.style-nav li dl:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -10px;
	width: 15px;
	height: 15px;
	background-color: #000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: -1;
}
.style-nav li dl dd a {
	display: block;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #000;
	border-bottom: 1px solid #e6e6e6;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	text-indent: 0;
}
.style-nav dl dd:first-child a {
	border-radius: 5px 5px 0 0;
}
.style-nav dl dd:last-child a {
	border-radius: 0 0 5px 5px;
}
.style-nav li dl dd a:hover {
	text-indent: 1em;
	background-color: #000;
	color: #fff;
}
.tfwrx{
	float: left;
	width: 270px;
	margin-left: 40px;
	background-image: url(../img/em.png);
	background-repeat: no-repeat;
	/* background-position: 0px 11px; */
	height: 50px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 35px;
}
.albb{
	width: 100%;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}
/*banner*/
.banner {
	position: relative;
}
.swiper_dots {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
}
.swiper_dots li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.swiper_dots .pic {
	position: absolute;
	width: 196px;
	height: 80px;
	background-color: #fff;
	top: -128px;
	display: none;
	left: -99px;
	padding: 4px;
}
.swiper_dots .pic:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #fff;
	z-index: -99;
}
.swiper_dots .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide .con {
	padding-top: 36.5%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: contain;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 8px;
	border: 0;
	background-color: rgba(0,0,0,0);
	position: relative;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -4px;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(0,0,0,0);
}
.in_ata{
	width: 100%;
	padding-top: 50px;
	background-color: #fff;
	padding-bottom: 70px;
	}
.in_ata .wmys{
	width: 100%;
	margin-top: 50px;
}
.in_ata .wmys li{
	width: 22.75%;
	float: left;
	margin-right: 3%;
	position: relative;
}
.in_ata .wmys li:nth-child(4){ margin-right:0;}
.in_ata .wmys li:hover{transform: scale(1.05);-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.in_ata .wmys li .sz{
	position: absolute;
	z-index: 10;
	top: 20px;
	left:10px;
	font-size: 26px;
	font-weight: bold;
}
.in_ata .wmys li .tb{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center calc(50% - 50px);
	height: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top: calc(50% + 90px);
}
.in_ata .wmys li .tb span{
	font-size: 23px;
	line-height: 40px;
	font-weight: bold;
}
.in_ata .wmys li .tbb{
	display: none;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	padding-top: 90px;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
}
.in_ata .wmys li .tbb span{
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
}
.in_ata .wmys li:hover .tb{
	display: none;
}
.in_ata .wmys li:hover .tbb{
	display: block;
}
.in_atb{
	width: 100%;
	padding-top: 50px;
	background-color: #fff;
	padding-bottom: 50px;
	}
.in_a1{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
	background-image: url(../img/cpbja.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.in_a1 .cpzs{
	width: 100%;
	margin-top: 50px;
}
.in_a1 .cpzs li{
	float: left;
	margin-top: 20px;
	overflow: hidden;
	width: 23.875%;
	margin-right: 1.5%;
	
}
.in_a1 .cpzs li:nth-child(4n){ margin-right:0;}
.in_a1 .cpzs li .tit{
	color: #000;
	width: 100%;
	left: 0;
	height: 50px;
	font-size: 16px;
	text-align: center;
	background-color: #FFF;
	line-height: 50px;
}
.in_a1 .cpzs li:hover .tit{background-color: #142a94;color: #fff;
}
.in_a1 .cpzs li:hover{transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.in_a1 .more,.in_cp .more{
	line-height: 40px;
	width: 120px;
	height: 40px;
	border-radius: 15px;
	margin-top: 50px;
	font-size: 15px;
	text-align: center;
	color: #000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2d2b26;
}
.in_cp{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #f0f0f0;
}
.al-box{
	width:100%;
	overflow:hidden;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.al-con{
	width:100%;
	margin:0;
	position:relative;
}
.al-con .bd{ width:100%;float:left;}
.al-con li{
	float: left;
	width: 20%;
}
.al-con li a{
	color: #000;
}
.al-con .c-tu{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.al-con .c-tu img{
	width:100%;  
}
.al-con .c-tit{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

.in_a2{
	width: 100%;
	padding-top: 60px;
	background-color: #dddddd;
	background-image: url(../img/jjbb.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 480px) 400px;
}
.in_a2 .gsj{
	width: 100%;
	height: 100%;
	background-image: url(../img/jjba.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 400px) top;
}
.in_a2 .gsjj{
	width: 100%;
	padding-top: 30px;
}
.in_a2 .gsjja{
	width: calc(50% - 30px);
	float: left;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.in_a2 .gsjja a{
	color: #FFF;
}
.in_a2 .gsjja span{
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
}
.in_a2 .gsjjb{
	width: calc(50% + 30px);
	float: left;
	font-size: 0px;
	background-image: url(../img/jjbb.png);
	background-repeat: no-repeat;
	background-position: left 310px;
	padding-left: 30px;
}
.in_a2 .gsjjc{
	width: calc(50% - 30px);
	float: left;
	height: 30px
}
.in_a2 .gsjjd{
	width: calc(50% + 30px);
	float: left;
	height: 30px;
	background-color: #142a94;
}
.in_a2 .gsjm{
	width: 100%;
}
.in_a2 .gsjje{
	width: calc(50% - 30px);
	float: left;
	height: 60px;
}
.in_a2 .gsjjea{
	width: 140px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #142a94;
	margin-top: 25px;
	text-align: center;
	margin-left: 50px;
}
.in_a2 .gsjjeb{
	width: 40px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #292929;
	margin-top: 25px;
	text-align: center;
}
.in_a2 .gsjjf{
	width: calc(50% + 30px);
	float: left;
	background-color: #142a94;
}
.insz{
	width: 100%;
	margin-top: 30px;
}
.number{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	padding-bottom: 30px;
}
.num{
	/* width: 25%; */
	float: left;
	text-align: center;
	background-repeat: no-repeat;
}
.gd-count{
	font-size: 45px;
	font-weight: 900;
	color: #fff;
	line-height: 45px;
}
.scs{
	font-size: 15px;
	margin-left: 5px;
	font-weight: bold;
}
.scsc{
	width: 100%;text-align: center;
}
.num1{
	font-size: 15px;
	line-height: 15px;
	padding-top: 5px;
	font-weight: bold;
}
.in_a3{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
	height: 950px;
}
.gallery-container {
	display: grid;
	place-content: center; /* 水平垂直方向居中 */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.gallery {
  --s: 340px; /* control the size */
  --g: 10px; /* control the gap */
  display: grid;
}

.gallery > img {
  grid-area: 1/1; /* 规定从第一行第一列开始显示项目 */
  width: var(--s);
  aspect-ratio: 1.15; /* 宽高比例缩放 */
  object-fit: cover; /* 保持图片原有比例, 会有剪切*/
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  transform: translate(var(--_x, 0), var(--_y, 0)) scale(var(--_t, 1)); /* 对图片进行移动和缩放 */
  cursor: pointer;
  filter: blur(1.5px); /* 灰度滤镜 */
  transition: 0.2s linear; /* 过渡效果 */
}
.gallery .imgsc {
  filter: blur(0px); /* 灰度滤镜 */
}

.gallery > img:hover {
  filter: grayscale(0);
  z-index: 1;
  --_t: 1.1;
}
.gallery > img:nth-child(1) {
  --_x: calc(-150% - 1.87 * var(--g));
}
.gallery > img:nth-child(7) {
  --_x: calc(150% + 1.87 * var(--g));
}
.gallery > img:nth-child(3),
.gallery > img:nth-child(5) {
  --_x: calc(-75% - 0.87 * var(--g));
}
.gallery > img:nth-child(4),
.gallery > img:nth-child(6) {
  --_x: calc(75% + 0.87 * var(--g));
}
.gallery > img:nth-child(3),
.gallery > img:nth-child(4) {
  --_y: calc(-50% - 0.5 * var(--g));
}
.gallery > img:nth-child(5),
.gallery > img:nth-child(6) {
  --_y: calc(50% + 0.5 * var(--g));
}
.gallery > img:nth-child(8) {
  --_y: calc(100% + var(--g));
}

.in_lc{
	background-color: #ededed;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
}
.in_lc .lc{
	width: 100%;
	margin-top: 40px;
}
.in_lc .lc ul{display: flex;}
.in_lc .lc li{
	list-style-type: none;
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.in_lc .lc li:nth-child(6){ margin-right:0;}
.in_lc .lc li:hover{
}
.in_lc .lc li span{
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
.in_lc .lc li {
    perspective: 100px; /* 设置3D空间的视景体，值越大，翻转效果越不明显 */
}
 
.in_lc .lc li img {
    transition: transform 1s; /* 设置过渡效果，这里设置的是1秒 */
}
 
.in_lc .lc li:hover img {
    transform: scaleX(-1); /* 鼠标悬停时翻转图片 */
}

.in_a4{
	width: 100%;
	padding-top: 60px;
}
.in_a4 .scsb{
	width: 100%;
	padding-top: 30px;
}
.in_a4 .scsb li{
	float: left;
	width: 32.5%;
	margin-top: 15px;
	transition: all .5s;
	position: relative;
	overflow: hidden;
	margin-right: 1.25%;
}
.in_a4 .scsb li:nth-child(3n){ margin-right:0;}
.in_a4 .scsb li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.lmbt{
	width: 100%;
	font-size: 18px;
	color: #6d6d6d;
	line-height: 32px;
	text-align: center;	
}
.lmbt span{
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	color: #142a94;
}
.in_a5{
	width: 100%;
	padding-top: 60px;
}
.in_a5 .alzs{
	margin-top: 50px;
	height: 500px;
}
.Choices{
	width: 100%;
	float: left;
	height: 500px;
}
.Choices_text{ width:100%; height:500px; margin:0 auto;}
.Choices_content{ width:100%; height:500px; float:left;position: relative;}
.Choicesnext{
	width: 100%;
	float: left;
	margin-left: auto;
	cursor: pointer;
	left: -50px;
	position: absolute;
	margin-right: auto;
	text-align: right;
	margin-top:220px;
}
.Choices_banner{ width:100%; height:500px; float:left; overflow: hidden;}
.Choices_banner ul{ width: 100%;  overflow: hidden;}
.Choices_banner ul li{ width:100%; height:500px; float:left;}
.Choices_left{
	width: 60%;
	height: 500px;
	float: left;
}
.Choices_right{ width:40%; height:500px; float:left; background-color: rgba(255,255,255,1.0);}
.right_jz{
	margin-left: 80px;margin-top:187px;
}
.Choices_right h1{width: 100%;height:30px; line-height:30px; float:left; text-align:center; font-size:28px; margin-top:70px; color:#464646;}
.Choices_right h2{width: 100%;height:30px; line-height:30px; float:left; text-align:center; font-size:28px; margin-top:10px; color:#464646;}
.Choices_right p{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #151515;
	font-weight: bold;
}
.Choices_right p span{
	font-size: 24px;
	line-height: 36px;
}
.Choicesbut{
	width: 100px;
	height: 36px;
	float: left;
	background-color: #142a94;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
}
.Choicesbut a{color: #fff;}
.in_a6{
	width: 100%;
	padding-top: 50px;
	background-color: #fff;
	padding-bottom: 70px;
}
.in_a6 .xw{
	width: 100%;
}
.in_a6 .xwa{
	width: calc(67% - 50px);
	float: left;
	margin-right: 50px;
}
.in_a6 .xwb{
	width: 33%;
	float: left;
}
.in_a6 .xwlm{
	height: 60px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #142a94;
}
.in_a6 .xwlm span{
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.in_a6 .xwlm span a{
	color: #000;
}
.xwaa{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 40px;
}
.xwaa li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	padding-top: 30px;
	padding-bottom: 40px;
}
.xwaa .dd21{
	height: 70px;
	width: 70px;
	font-size: 15px;
	color: #142a94;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.xwaa .dd21 span{
	font-size: 23px;
	line-height: 50px;
}

.xwaa .dd22{
	float: left;
	font-size: 15px;
	width: calc(80% - 115px);
	line-height: 28px;
	overflow: hidden;
	margin-right: 20px;
}
.xwaa .dd22 span{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}
.xwaa .dd22 a{color: #000;}
.xwaa .dd23{
	float: left;
	width: 20%;
}
.xwba{
	width: 100%;
	margin-top: 40px;
	line-height: 35px;
	font-size: 15px;
}
.xwba span{
	font-weight: bold;
	font-size: 18px;
}

/*手机底部菜单*/
.h50 {
	display: none;
}
.style-link {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999999999999;
	background-color: #142a94;
	padding: 6px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.style-link li {
	float: left;
	width: 25%;
}
.style-link li a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.style-link li.on a, .style-link li:hover a {
	color: #fff;
}
.style-link li a i {
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.style-link li a .i1 {
	background-image: url(/skin/img/sj-nav1.png);
}

.style-link li a .i2 {
	background-image: url(/skin/img/sj-nav2.png);
}

.style-link li a .i3 {
	background-image: url(/skin/img/sj-nav3.png);
}

.style-link li a .i4 {
	background-image: url(/skin/img/sj-nav4.png);
}

.footer {
	padding-top: 50px;
	background-image: url(../img/cp4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer .flogo{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.footer .fnav {
	width: 19%;
	float: left;
}
.footer .fnav .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fnav a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;　
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .fnav a:hover {
  color: #fff;
}
.footer .fcon {
	float: left;
	width: 30%;
}
.footer .fcon .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fcon .nr {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
.fcons {
	float: left;
	width: 13%;
	padding-left: 50px;
	font-size: 15px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
}
.footer .banq {
	font-size: 14px;
	color: #eeeceb;
	line-height: 40px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
}
.footer .banq a{
  color: #eeeceb;
}
.rwm{
	position: fixed;
	top: 50%;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	}
.Bottomerkg {
  height: 59px;
  display: none;
}
.Bottomer {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: #005bca;
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.nybanner {
  background-size: auto 100% !important;
}
.key-serch {
  width: 100%;
  background: #f2f2f2;
  height: 68px;
  padding: 0px 0;
}
.key-serch .tem_inner {
  height: 68px;
  overflow: hidden;
}
.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 68px;
  font-size: 14px;
}
.met_position a {
  color: #666666;
}
.met_section {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}
.met_section aside {
  position: relative;
  float: left;
  width: 280px;
  padding-top: 10px;
}
.met_section article {
	float: left;
	width: calc(100% - 300px);
	margin-right: 20px;
}
.met_section article .met_article {
width: 100%;
}
.met_section_asidenone article {
  float: none;
  margin-left: 0;
}
.met_section_asidenone article .met_article {
  margin-left: 0;
}
.met_section aside section {
  border: 0px solid #e8e8e8;
  background: transparent;
}
.met_section aside section h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	padding: 20px 0 20px 0px;
	margin: 0;
	background: #142a94;
}
.met_section aside section h2 span {
  font-size: 18px;
  width: 100%;
  display: block;
  line-height: 18px;
  font-weight: normal;
  margin-top: 5px;
}
.met_section aside .met_aside_list {
  padding: 0px;
  background: transparent;
  border: 0px solid #eeeeee;
  padding: 0px;
}
.met_section aside .met_aside_list dl {
  width: 100%;
}
.met_section aside .met_aside_list .met_clear {
  border-top: 1px solid #fff;
}
.met_section aside .met_aside dl dt {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #d2d2d2;
  background: transparent;
}
.met_section aside .met_aside dl:first-child dt {
  border-top: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl:last-child dt {
  border-bottom: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl dt {
  line-height: 20px;
  font-weight: normal;
}
.met_section aside .met_aside dl dt a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	font-size: 15px;
	background: #2d5caa;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;overflow:hidden;
}
.met_section aside .met_aside dl dt a:hover:before, .met_section aside .met_aside dl dt:hover a:before, .met_section aside .met_aside dl dt.on a:before, .met_section aside .met_aside dl dt.ons a:before {
  background: #fff;
}
.met_section aside .met_aside dl dt a .grayimg {
  width: 25px;
  height: 55px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  background-size: 25px auto !important;
}
.met_section aside .met_aside dl dt a img {
  width: 25px;
  margin: 15px 0px;
  height: 25px;
}
.met_section aside .met_aside dl dt a:hover .gray, .met_section aside .met_aside dl dt.on .gray {
  color: #282929;
}
.met_section aside .met_aside dl dt a:hover, .met_section aside .met_aside dl dt:hover a {
  color: #fff;
  background: #142a94;overflow:hidden;
}
.met_section aside .met_aside dl dt.on, .met_section aside .met_aside dl dt.on a, .met_section aside .met_aside dl dt.ons, .met_section aside .met_aside dl dt.ons a {
  color: #fff;
  background: #142a94;
}
.met_section aside .met_aside dl dt {
  position: relative;
}
.met_section aside .met_aside dl dt .slideclick {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0px;
  top: 0px;
  background: url(../images/lefticons.png) no-repeat 15px center;
  padding: 0 0px;
}
.met_section aside .met_aside dl dt.on .slideclick, .met_section aside .met_aside dl dt:hover .slideclick {
  background: url(../images/lefticons_hover.png) no-repeat 15px center;
}
.met_section aside .met_aside dl dt .slideclickon, .met_section aside .met_aside dl dt.on .slideclickon, .met_section aside .met_aside dl dt:hover .slideclickon {
  background: url(../images/lefticonsa_hover.png) no-repeat 13px center;
  color: #142a94;
}
.met_section aside .met_aside dl dd {
  padding: 10px 10px;
  display: none;
  background: #f2f2f2;
}
.met_section aside .met_aside dl dd.ecoclassslide {
  display: block;
}
.met_section aside .met_aside dl dd a {
  display: block;
  color: #323333;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 0 8px 15px;
  border-bottom: 0px solid #e6e6e5;
  border-top: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl dd a:hover {
  color: #142a94 !important;
}
.met_section aside .met_aside dl dd a:hover span {
  border-bottom: 0px solid #142a94;
}
.met_section aside .met_aside dl dd span {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.met_section aside .met_aside dl dd h4 {
  border-bottom: 0px solid #fff;
}
.met_section aside .met_aside dl dd:first-child h4 {
  border-top: 0px solid #f9f9f9 !important;
}
.met_section aside .met_aside dl dd a:hover, .met_section aside .met_aside dl dd h4.active a {
  color: #142a94;
}
.met_section aside .met_aside dl dd .on a, .met_aside dl dd a:hover {
  color: #142a94;
}
.met_section aside .met_aside dl dd a:hover span, .met_section aside .met_aside dl dd h4.active a span, .met_section aside .met_aside dl dd .on a span, .met_aside dl dd a:hover span {
  border-bottom: 0px solid #142a94;
}
.met_section aside .met_related {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.met_section aside .met_related h2 {
  padding: 0px 10px 0px 10px;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  background: #142a94;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.met_section aside .met_related h2 span {
  font-size: 16px;
}
.met_section aside .met_related .show_contact {
  padding: 20px 15px;
  color: #323333;
  line-height: 2;
}
.met_section aside .met_related ul {
  padding: 5px;
}
.met_section aside .met_related li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  height: 36px;
  line-height: 36px;
  background: url(../images/li.png) no-repeat 8px center;
  width: 100%;
  float: left;
  font-size: 12px;
  border-top: 1px solid #dcdcdc;
}
.met_section aside .met_related li:first-child {
  border: 0px;
}
.met_section aside .met_related li a {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 0 10px 0 20px;
}
.met_section aside .met_related li span.time {
  float: right;
  padding-left: 5px;
  color: #aaa9a9;
}
.met_section aside .met_related li:hover a {
  display: block;
  font-size: 12px;
  color: #142a94;
}
.met_section aside .met_left_aside h2 {
  text-align: center;
}
.met_section aside .met_left_aside .met_related_contact {
  padding: 20px 20px;
  line-height: 24px;
  background: #e1e0e0;
  color: #323333;
  font-size: 12px;
}
.eco_aside_list h3 {
  color: #323333;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  padding: 0 0px 0 15px;
  border-left: 3px solid #aaaaaa;
  margin-bottom: 20px;
  margin-top: 20px;
}
.met_section aside .eco_aside_listb {
  background: #141414;
}
.met_section aside .eco_aside_listb h3 {
  color: #fff;
}
.met_section aside .eco_aside_listb dl dt {
  background: #141414;
}
.met_section aside .eco_aside_listb dl dt a {
  color: #fff;
}
.met_section aside .eco_aside_listb dl dd a {
  color: #fff;
}
.met_section aside .met_search {
  margin-top: 20px;
  background: #f5f5f5;
}
.met_section aside .met_search h2 {
  color: #404040;
  line-height: 38px;
  height: 38px;
  font-size: 12px;
  padding: 5px 15px;
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
  border-bottom: 0px solid #282929;
}
.met_section aside .met_search .search {
  padding: 0 0px;
  height: 50px;
}
.met_section aside .met_search .search span.navsearch_input {
  position: relative;
  display: block;
  float: left;
}
.met_section aside .met_search .search span.navsearch_input input {
  float: left;
  border: #003d8c solid 1px !important;
  height: 40px;
  line-height: 40px;
  width: 190px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
.met_section aside .met_search .search span.navsearch_input label {
  left: 10px;
  top: 0px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  cursor: text;
  font-size: 14px;
  position: absolute;
}
.met_section aside .met_search .search .searchgo {
  color: #fff;
  padding: 0 20px;
  height: 42px;
  border: 0;
  float: left;
  border-radius: 10px;
  margin-left: -10px;
  background: #004199;
  background: -o-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -moz-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -webkit-linear-gradient(right, #004199 0, #205fb4 100%);
  background: linear-gradient(to right, #004199 0, #205fb4 100%);
}
.met_section aside .met_search .search .searchgo i {
  font-size: 16px;
}
.ecoslider {
  padding: 0;
  background: #f0f0f0;
  line-height: 95px;
  margin-bottom: 35px;
}
.met_article_head {
  position: relative;
  padding: 0;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
  margin-bottom: 30px;
}
.met_article_head:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 0px;
  background: #142a94;
}
.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 68px;
  font-size: 14px;
}
.met_position span {
  color: #666666;
}
.met_position a {
  color: #666666;
}
.met_position a:last-child {
  color: #666666;
}
.met_article_head h1 {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  margin: 12px 0;
  padding: 0 0 0 12px;
  line-height: 26px;
  float: left;
  border-left: 3px solid #142a94;
}
.met_section_sehed {}
.met_section_head {
  height: 50px;
  color: #aaa;
  font-size: 12px;
  line-height: 50px;
}
.met_section_head a {
  color: #999;
}
.met_section_head a:hover {
  color: #142a94;
}
.met_ecoimg {
  padding: 0px 0 0px;
}
.met_article_heads {
  margin-top: 30px;
  position: relative;
  padding: 0;
  border-bottom: 2px solid #ececec;
  margin-bottom: 40px;
}
h3.met_related {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0px 0;
  padding: 10px 0;
  line-height: 24px;
  font-weight: normal;
  border-bottom: 2px solid #142a94;
}
h3.met_related:before {
  width: 50px;
  height: 0px;
  margin: 0 auto;
  background: #142a94;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  margin: 0 auto;
}
h3.met_related p {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
.met_article_heads .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  color: #8d8d8d;
}
.met_article_heads .more:hover {
  color: #142a94;
}
h3.met_related span {
  color: #142a94;
}
h3.met_related .titleen {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  padding: 0;
  text-transform: Uppercase;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  top: 2px;
}
h3.met_related .titleen:before {
  width: 8px;
  height: 2px;
  margin: 0 auto;
  background: #142a94;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  margin: 0 auto;
}
.met_aside_product ul {
  list-style: none;
  border: 1px solid #142a94;
  padding: 15px 30px 10px;
}
.met_aside_product ul li {
  margin-bottom: 10px;
}
.met_aside_product ul li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.met_aside_product ul li img {
  border: 1px solid #d2d2d2;
}
.met_aside_product ul li h4 {
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  background: #d2d2d2;
  color: #323333;
  overflow: hidden;
}
.met_aside_product ul li:hover img {
  border: 1px solid #142a94;
}
.met_aside_product ul li:hover h4 {
  background: #142a94;
  color: #fff;
}
.met_relateds_yingyong {
  background: url(../images/relateds.jpg) no-repeat center;
  padding: 1px 0 70px;
  margin-bottom: -30px;
  margin-top: 30px;
}
.met_relateds_list {
  display: block;
  position: relative;
  margin: 0px -10px;
}
.met_relateds_list ul {}
.met_relateds_list ul.slides li {
  list-style: none;
  padding: 0px 0px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.met_relateds_list ul.slides li .details {
  padding: 2px 2px 0px;
  margin: 0 10px;
  background: #ffffff;
}
.met_relateds_list ul.slides li a {
  position: relative;
  display: block;
}
.met_relateds_list ul.slides li .desc {
  padding: 15px 20px;
  position: relative;
}
.met_relateds_list ul.slides li .desc i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #fff;
}
.met_relateds_list ul.slides li img {
  display: block;
  width: 100%;
}
.met_relateds_list ul.slides li h5 {
  padding: 0px 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.met_relateds_list ul.slides li p {
  padding: 0px 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
}
.met_relateds_list ul.slides li:hover h5, .met_relateds_list ul.slides li:hover p {
  color: #fff;
}
.met_relateds_list ul.slides li:hover .details {
  background: #142a94;
}
.met_relateds_list ul.slides li:hover .desc i {
  background: #fff;
  color: #142a94;
}
.met_relateds_list .flex-direction-nav li a {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  font-size: 0px;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #cfcfcf;
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}
.met_relateds_list .flex-direction-nav li a.flex-prev {
  left: -50px;
  background: url(../images/product_left.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li a.flex-next {
  right: -50px;
  background: url(../images/product_right.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li:hover a.flex-prev {
  background: #142a94 url(../images/product_left_hover.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li:hover a.flex-next {
  background: #142a94 url(../images/product_right_hover.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li a.flex-disabled {
  display: block;
}
.met_relateds_list .flex-control-nav {
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  text-align: center;
}
.met_relateds_list .flex-control-nav li {
  margin: 0px;
}
.met_relateds_list .flex-control-nav li a {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  border: 1px solid #142a94;
  position: relative;
}
.met_relateds_list .flex-control-nav li a.flex-active, .met_relateds_list .flex-control-nav li a:hover {
  background: #142a94;
  border: 1px solid #142a94;
}
.news_related_list {
  margin: 0 -10px;
  padding-bottom: 30px;
  border-bottom: 0px solid #e1e1e1;
}
.news_related_list li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  float: left;
  position: relative;
  margin: 0 10px;
  width: 590px;
}
.news_related_list li a {
  font-size: 14px;
  color: #323333;
  padding: 0 10px 0 15px;
  position: relative;
  border-bottom: 0px solid #eeeeee;
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_related_list li a:before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -2px;
  background: #142a94;
  border-radius: 100%;
}
.news_related_list li span.time {
  float: right;
  padding-right: 0px;
  color: #999999;
  background: #fff;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}
.news_related_list li:hover a {
  color: #142a94;
}
.nyabout {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.met_editor {
  line-height: 2
}
.met_editor ul, .met_editor ol {
  padding: 0 0 0 25px;
  margin: 0
}
.met_editor a {
  color: #1c57c4
}
.met_editor a:hover {
  text-decoration: underline
}
.met_editor img {
  max-width: 100%;
  height: auto !important;
}
.met_editor blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #e8e8e8
}
.met_editor hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e8e8e8;
  margin: 20px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.met_editor .metvideobox {
  text-align: center;
  visibility: hidden;
  margin: 10px auto;
}
.met_editor .video-js {
  max-width: 100%;
}
.met_editor table {
  width: 100% !important;
  margin-bottom: 1.6rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  padding: 0 !important;
  border: 0
}
.met_editor table td {
  border: 1px solid #e8e8e8 !important
}
.met_editor table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	line-height: 1.6;
	vertical-align: top;
	border-top: 0px solid #e8e8e8;
	padding-bottom:.7rem; 
}
.met_editor table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e8e8e8
}
.met_editor #page_break .collapse {
  display: none
}
.met_editor #page_break .num {
  padding: 10px 0;
  text-align: center
}
.met_editor #page_break .num li {
  display: inline;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden
}
.met_editor #page_break .num li.on {
  background-color: #ccc;
  color: #fff;
  font-weight: bold
}
.metinfo-banner1 {
  overflow: hidden;
  margin: 0 auto
}
.met_pager {
  text-align: center;
  padding: 20px 0 10px
}
.met_pager a {
  border: 1px solid #e2dfdf;
  text-align: center;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  min-width: 45px;
  _width: 50px;
  text-align: center;
  display: inline-block;
  color: #474747;
  margin: 0 3px;
  background: #f0f0f0;
  font-size: 13px;
  color: #71716c;
}
.met_pager a:hover {
  border: 1px solid #142a94;
  color: #fff;
  background: #142a94;
}
.met_pager .PreSpan, .met_pager .NextSpan {
  height: 40px;
  line-height: 40px;
  min-width: 60px;
  _width: 60px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  color: #474747;
  display: inline-block;
  border: 1px solid #e2dfdf;
}
.met_pager .PreA, .met_pager .NextA {
  height: 38px;
  line-height: 38px;
  min-width: 58px;
  _width: 58px;
  color: #474747
}
.met_pager .PreSpan, .met_pager .PreA {}
.met_pager .NextSpan, .met_pager .NextA {}
.met_pager .firstPage, .met_pager .lastPage {
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  min-width: 40px;
  _width: 40px;
  color: #aaa
}
.met_pager .Ahover {
  font-weight: bold;
  border: 1px solid #142a94;
  color: #fff;
  background: #142a94;
}
.met_pager .PageText {
  margin-left: 10px;
  color: #aaa
}
.met_pager #metPageT, #metPageB {
  text-align: center;
  border: 1px solid #e2dfdf;
  color: #474747;
  background: #fff;
}
.met_pager #metPageT {
  width: 20px;
  padding: 11px 5px 10px
}
.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 9px 0;
  cursor: pointer;
}
*html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}
*html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}
* + html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}
* + html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}
.met_module1 {
  padding: 0px 10px 30px 10px
}
.met_module2 {
  padding: 20px 20px 0 20px;
  border: 1px solid #e8e8e8;
}
.met_module2_list {
  padding: 0px 0px 10px;
  margin-top: -15px;
}
.met_module2_list li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 100px 15px 10px;
  position: relative
}
.met_module2_list h2 {
  font-weight: normal
}
.met_module2_list li p {
  color: #818181
}
.met_module2_list li span.time {
  color: #818181;
  position: absolute;
  right: 10px;
  top: 15px
}
.met_module2_list li h2 i {
  margin-right: 10px;
  position: relative
}
.met_module2_list li.list_2 h2, .met_module2_list li.list_3 h2 {
  margin-bottom: 3px;
  font-weight: bold
}
.met_module2_list li.list_2 {
  padding: 15px 0
}
.met_module2_list li.list_3 {
  padding-left: 100px;
  min-height: 80px
}
.met_module2_list li.list_3 img {
  position: absolute;
  left: 0;
  top: 15px
}
.met_module2_list li.list_3 span.time {
  position: static
}
.met_module2 h1.met_title {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
}
.met_module2 .met_infos {
  color: #818181;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.met_module2 .met_time {
  padding-right: 6px
}
.met_module2 .met_source {
  padding-right: 6px
}
.met_module2 .met_source a {
  color: #607fa6
}
.met_module2 .met_editor {
  padding: 0 10px
}
.met_tools {
  border-top: 1px solid #e8e8e8;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px
}
.met_tools .met_page {
  clear: both;
  position: absolute;
  top: 0;
  color: #818181
}
.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_page li span {
  padding-right: 5px;
}
.met_tools .met_page a {
  color: #607fa6
}
.met_module3_list ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}
.met_module3_list ul.lists_1 li {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	width: calc(33% - 10px);
	margin-top: 0;
	margin-right: 0px;
	margin-left: 10px;
}
.met_module3_list ul.lists_1 li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 2px;
  border: 0px solid #bfbfbf;
}
.met_module3_list ul.lists_1 li .img {
  padding: 0px;
  background: #fff;
  position: relative;
}
.met_module3_list ul.lists_1 li .product_detail {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;text-align: center;
}
.met_module3_list ul.lists_1 li h2 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.met_module3_list ul.lists_1 li p {
	height: 40px;
	line-height: 20px;
	text-align: left;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}
.met_module3_list ul.lists_1 li i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #142a94;
  color: #fff;
}
.met_module3_list ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
  height: 250px;
}
.met_module3_list ul.lists_1 li:hover a {
  border: 0px solid #142a94;
  background: #142a94;
}
.met_module3_list ul.lists_1 li:hover i {
  background: #fff;
  color: #142a94;
}
.xgcase {
  padding: 50px 0;
  background: url(../images/relateds.jpg) no-repeat center;
}
.xgcase .lmtit {
  text-align: left;
  margin-bottom: 30px;
}
.xgcase .lmtit .cn {
  font-size: 25px;
  color: #333;
  margin-bottom: 0px;
}
.xgcasenr {
  position: relative;
}
.xgcasenr .bd ul li {
  display: block;
  width: 25%;
  float: left;
}
.xgcasenr .bd ul li a {
  display: block;
  padding: 0 15px;
}
.xgcasenr .bd ul li .pic {
  overflow: hidden;
}
.xgcasenr .bd ul li .pic img {
  width: 100%;
  height: 245px;
  transition: all .5s;
}
.xgcasenr .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}
.xgcasenr .bd ul li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #d8d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgcasenr .bd ul li:hover .tit {
  background: #142a94;
  color: #fff;
}
.xgcasenr .prev, .xgcasenr .next {
  opacity: .5;
  width: 40px;
  height: 60px;
  background: #a1a1a1;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  position: absolute;
}
.xgcasenr .prev:hover, .xgcasenr .next:hover {
  opacity: 1;
}
.xgcasenr .prev {
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.xgcasenr .next {
  right: -60px;
  top: 50%;
  margin-top: -30px;
}
.showpro {
  position: relative;
}
.box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.tb-pic a {
  *display: block;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 55px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 2px;
}
.tb-s310, .tb-s310 a {
  height: 450px;
  width: 450px;
}
.tb-s310, .tb-s310 img {
  max-height: 450px;
  max-width: 450px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40, .tb-s40 a {
  height: 55px;
  width: 60px;
}
.tb-booth {
  border: 0px solid #CDCDCD;
  position: relative;
  z-index: 1;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #142a94;
  height: 60px;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}
.tb-thumb li div {
  border: 0px solid #CDCDCD;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
div.zoomDiv img {
  max-width: none !important;
}
.showprojj {
  min-height: 690px;
}
.showproleft * {
  transition: all 0.3s ease-in-out;
}
.showproleft {
  height: auto;
  padding-left: 51%;
  box-sizing: border-box;
}
.showproleft .title {
  line-height: 30px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 20px;
  color: #142a94;
}
.showproleft .jj {
  line-height: 30px;
  color: #666;
  padding-bottom: 25px;
  font-size: 14px;
}
.showproleft .jj hr {
  display: block;
  height: 1px;
  background: #dfdfdf;
  border: none;
  margin: 7px 0;
}
.showproleft .price {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #098ed0;
}
.showproleft .advisory {
  display: block;
  width: 130px;
  height: 40px;
  background: #142a94;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #142a94;
}
.showproleft .advisory:hover {
  background: #fff;
  color: #142a94;
}
.slideTxtBox {
  width: 100%;
  text-align: left;
}
.slideTxtBox .hd {
  height: 50px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.slideTxtBox .hd ul {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  height: 52px;
}
.slideTxtBox .hd ul li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.slideTxtBox .hd ul li.on {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #fff;
  color: #142a94;
  font-weight: bold;
}
.slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
  display: block;
  line-height: 24px;
  font-size: 16px;
}
#imglist ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}
#imglist ul.lists_1 li {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 333px;
  margin: 0 12px auto;
  margin-bottom: 20px;
}
#imglist ul.lists_1 li figure {
  margin: 0;
}
#imglist ul.lists_1 li figcaption {
  font-size: 0;
  height: 0;
}
#imglist ul.lists_1 li a {
  text-align: center;
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  font-size: 0;
  padding: 7px 7px 0;
  text-align: center;
}
#imglist ul.lists_1 li h2 {
  display: block;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: normal;
  color: #656565;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#imglist ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
}
#imglist ul a:hover h2 {
  color: #142a94
}
#imglist ul.lists_2 {
  list-style: none;
}
#imglist ul.lists_2 li {
  padding: 0px 0px 20px;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 20px;
}
#imglist ul.lists_2 dt {
  float: left;
  position: relative;
  margin-right: 20px;
}
#imglist ul.lists_2 dt img {
  border: 1px solid #ddd;
}
#imglist ul.lists_2 dd h2 {
  padding: 0px 10px 10px 10px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
#imglist ul.lists_2 dd p {
  padding: 5px 10px 20px 10px;
  color: #666666;
  line-height: 28px;
}
#imglist ul.lists_2 dd .productmore a {
  width: 155px;
  height: 40px;
  background: #dadadc;
  line-height: 40px;
  padding: 10px 40px;
  color: #666666;
}
.tjwtBox {
  padding: 22px;
  width: 648px;
  background-color: #fff;
}
.tjwtBox h4 {
  padding-bottom: 14px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #676364;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}
.tjwtBox .m_form {}
.tjwtBox .m_form li {
  margin-bottom: 13px;
  color: #777;
  height: 38px;
}
.tjwtBox .m_form label {
  display: inline-block;
  float: left;
  line-height: 36px;
  height: 36px;
  width: 77px;
  border: 1px solid #dedede;
  border-right-width: 0;
  text-align: center;
  background: #fff;
}
.tjwtBox .m_form .iptTxt {
  float: left;
  width: 252px;
  border: 1px solid #dedede;
  height: 16px;
  line-height: 16px;
  padding: 10px 0;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #333;
}
.tjwtBox .m_form .btnTjly {
  width: 93px;
  height: 31px;
  background: #9d2737;
  border: none;
  cursor: pointer;
  color: #fff;
}
.tjwtBox .m_form li.yzm .iptTxt {
  float: left;
  width: 180px;
}
.tjwtBox .m_form .areLi label {
  height: 132px;
}
.tjwtBox .m_form .txtAre {
  float: left;
  width: 343px;
  height: 104px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #333;
  line-height: 18px;
}
.tjwtBox .m_form .btnSubmit, .tjwtBox .m_form .btnReset {
  width: 161px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  background-color: #b3b3b3;
  cursor: pointer;
}
.tjwtBox .m_form .btnSubmit {
  margin-right: 10px;
  background-color: #142a94;
  cursor: pointer;
}
.tjwtBox .m_form .areLi {
  height: 138px;
}
.nycon1 {
  margin-top: 10px;
}
.nycon1 .lmtit {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  font-weight: bold;
  background: #142a94;
  color: #fff;
}
.nycon1 .lmtit .kuai {
  position: absolute;
  width: 2px;
  height: 24px;
  background: #142a94;
  left: 0;
  top: 13px;
}
.nycon1 .lmtit .xian {
  width: 70px;
  height: 1px;
  position: absolute;
  background: #142a94;
  left: 0;
  bottom: 0;
}
.nycon1 .lmtit span {
  font-size: 12px;
  color: #999;
  font-weight: lighter;
  padding-left: 20px;
}
.nycon1 .nr {
	font-size: 14px;
	line-height: 28px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.nycon1 .nr .pic {
  margin-bottom: 10px;
}
.p14-infolist-1-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  padding: 22px 50px 22px 22px;
  background: #fff;
  overflow: hidden
}
.p14-infolist-1-list dt {
  width: 29.5%;
  float: left;
  margin-right: 5.8%
}
.p14-infolist-1-list dt img {
  width: 100%;
  display: block
}
.p14-infolist-1-list dd h4 {
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #154c64;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden
}
.p14-infolist-1-list h4 a {
  display: block;
  height: 40px;
  color: #4b4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.p14-infolist-1-list dl:hover {
  border: 1px solid #142a94
}
.p14-infolist-1-list dl:hover h4 a {
  color: #142a94
}
.p14-infolist-1-list-desc {
  max-height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  overflow: hidden
}
.p14-infolist-1-list-deta {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff
}
.p14-infolist-1-list-deta a {
  color: #fff
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
  background: #142a94;
  border-color: #142a94
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
  color: #fff
}
a:link,a:visited{text-decoration: none;}
.list{width: width: 100%;}
.list ul li{background-color:#f2f2f2;border-top: 1px solid #cccccc;}
.list ul li a{
	color: #000;
	display: block;
	position: relative;
	font-size: 16px;
	padding: 15px;
}
.list ul li .inactive{ background:url(../img/off.png) no-repeat 184px center;background-size: 25px;}
.list ul li .inactives{background:url(../img/on.png) no-repeat 184px center;background-size: 25px;} 
.list ul li ul{display: block;}
.list ul li ul li { border-left:0; border-right:0; background-color:#f9f9f9; border-color:#cccccc;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{
	padding-left: 40px;
	font-weight: normal;
}
.hyfl{
	width: 100%;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.hyfl li{
	float: left;
	width: 22%;
	box-shadow: 1px 1px 6px #142a94;
	height: 40px;
	text-align: center;
	padding-top: 170px;
	margin-bottom: 12px;
	color: #FFF;
	margin-right: 1.5%;
	margin-left: 1.5%;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.sosoa2{
	float: left;
	width: 180px;
	font-size: 13px;
	margin-left: 20px;
}
        form {
            position: relative;
            width: 180px;
            margin: 0 auto;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 100%;
            height: 26px;
            padding-left: 13px;
        }

        button {
            height: 25px;
            width: 25px;
            cursor: pointer;
            position: absolute;
        }

        /*搜索框1*/
        .bar1 {
}
        .bar1 input {
            border: 1px solid #142a94;
            border-radius: 50px;
            color: #000;background-color:rgba(255,255,255,.5);
        }
        .bar1 button {
	top:1px;
	right:0px;
	background: #142a94;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
        }
        .bar1 button:before {
            font-size: 13px;
            color: #142a94;
        }
.pagination{
	text-align: left;
	float: right;
}
.pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	float: left;
}
.search {
	margin-top: 7px;
	width: 200px;
	float: left;
}
.search span.navsearch_input {
  position: relative;
  display: block;
  float: right;
}
.search span.navsearch_input input {
  border: #fff solid 1px !important;
  border-right: #333333 solid 0px !important;
  height: 26px;
  line-height: 24px;
  width: 200px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  border-radius:10px; 
  background-color: rgba(255,255,255,1.0);
  color: #000;
}
.search span.navsearch_input label {
  left: 0px;
  top: 0px;
  z-index: 1;
  cursor: text;
  font-size: 12px;
  position: absolute;
  line-height: 36px;color: #000;
}
.search .searchgo {
	color: #000;
	background-color: rgba(255,255,255,0.0);
	height: 24px;
	right: 10px;border: none;position: absolute;
}
.search .searchgo i {
  font-size: 16px;
}
.search ::-webkit-input-placeholder {
  color: #717171 !important;
}
.search ::-moz-placeholder {
  color: #717171 !important;
}
.search :-ms-input-placeholder {
  color: #717171 !important;
}
.search input:-moz-placeholder {
  color: #717171 !important;
}
.examples {}
.examples .row { margin-bottom: 20px; }
.examples .col-md-4  a{ color:#000;}
.examples .col-md-4 { text-align: center; margin-bottom: 20px;color:#000;font-size: 15px;}
.example img{
	width: 100%;
	margin-bottom: 20px;
}
.example p{
	width: 100%;
	line-height: 26px;
}
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; }
#mbCenter.mbLoading { background:url(images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage {
	left: 0;
	top: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
}
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(../img/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../img/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../img/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(images/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px}
.mod_gallerylist{width:100%; margin:0 auto;position: relative;}
.mod_gallerylist li{
	float: left;
	width: 20%;list-style:none;
}
.meta{font-size:12px; text-align:center;}
.image_container img{border:1px solid #CCC; padding:2px}
.meta a{color:#333; text-decoration:none}
.ltt{
	position: absolute;
	left:0;
	display: none;
	bottom:0;
	transition-delay:9999s;
}
.mod_gallerylist li:hover .ltt{
	display: block;
}

.page-num.page-num-current{
  background: #142a94;
  color: white;
  border: 1px solid #142a94;
}
.container.pages {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-4 {
  width: 50%;
}

.form-group{
  margin-bottom: 20px;
}

#mobile {
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius:5px;
	height:40px;
}

#content {
	border: 1px solid #e6e6e6;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius:5px;
	height:120px;
}

#contacts {
	border: 1px solid #e6e6e6;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius:5px;
	height:40px;
}

#checkcode {
	border: 1px solid #e6e6e6;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius:5px;
	height:40px;
}

.btn.btn-info.mb-2 {
  width: 200px;
  background-color: #06088a;
  color: white;
  border-radius:5px;
  height:38px; 
  position: initial;
  font-size: 16 px;
}
.cpzs ul li{
	height: 314 px;
}

.nyabout p{
	margin-bottom: 15px;
}
.cpzs ul li a img{
	height: 15.625rem;
}
.sz {
  font-size: 18px !important;
}
.jingyiqiujing {
  margin-left: 20px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 3px;
}
.jyqjyw {
  font-size: 22px;
  margin-left: 20px;
}