<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{
	font-size:100px;
}
@media screen and (max-width: 1200px) {
html{
	font-size:86px;
}
}




body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #333;
	position: relative;
}
@media screen and (max-width: 820px) {
body {
	line-height: 0.25rem;
}
}
.clr {
	clear: both;
}
.clr2 {
	clear: both;
	height: 35px;
	background-color: #FFF;
}
a {
	text-decoration: none;
	color: #333;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
a:hover {
	color: #00479d;
}

p, dd, dt, dl, li, ul {
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#cen {
	height: auto;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	max-width:1400px;
}
@media screen and (max-width: 1024px) {
#cen {
	width: 100%;
	padding-left:30px;
	padding-right:30px;
}
}
@media screen and (max-width: 580px) {
#cen {
	width: 100%;
	padding-left:15px;
	padding-right:15px;
}
}
#top {
	position: absolute;
	top: 0px;
	z-index: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;


}

#top .show{
	display: inline-block;
	float: right;
}
#top .hiden{
	display: none;
	float: right;
}
/* 导航栏 */
#top{
	width: 100%;
	
}
#top .navFlex{
	position: relative;

}
#top ul{
	font-size: 0px;
	line-height: 0px;
	padding-top: 0.5rem;
}
#top ul li{
	display: inline-block;
	text-align: center;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#top ul li a{
	color: #FFF;
	line-height: 0.3rem;
	font-size: 0.16rem;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 50%;
	-moz-background-size:auto 50%; /* 老版本的 Firefox */
	padding-bottom: 0.2rem;
	position: relative;
	z-index: 1;
}

#top ul li a:hover{
	font-weight: bold;
}
#top ul li a span {
	background-color: #FFF;
	height: 0.1rem;
	width: 0.1rem;
	border-radius:0.05rem;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -0.05rem;
	margin-bottom: -0.05rem;
	display: none;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#top ul li a:hover span {
	display: block;
}



#top .logo{
	float: left;
	position: absolute;
	height: 100%;
	font-size: 0px;
	line-height: 0px;
	width: auto;
}
#top .logo img {
	height: 100%;
	width: auto;
	display: block;
}

#top .btnImg{
	height: 100%;
	width: 100%;
	box-sizing: content-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#top .lg {
	float: right;
	line-height: 0.28rem;
	height: 0.28rem;
	width: 100%;
	color: #FFF;
	text-align: right;
	padding-top: 0.15rem;
	padding-bottom: 0.05rem;
	position: absolute;
	top: 0px;
	z-index: 20;
	right: 0px;
}
#top .lg span {
	float: right;
	display: block;
	padding-right: 0.1rem;
}
#top .lg #language {
	border: 1px solid #FFF;
	line-height: 0.26rem;
	height: 0.26rem;
	font-size: 0.14rem;
	width: auto;
	float: right;
	text-align: center;
	margin-right: 0.2rem;
	overflow: hidden;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#top .lg #language a {
	padding-right: 0.26rem;
	padding-left: 0.26rem;
}

#top .lg #language .yyqh {
	display: block;
	color: #FFF;
	background-position: left center;	
	background:url("../images/q.png") left center no-repeat,url("../images/x.png") right center no-repeat;
	background-size:auto 100%;
    -moz-background-size:auto 100%; /* 老版本的 Firefox */
	cursor:pointer; 
}

#top .lg .main {
	overflow: visible !important;
	height: auto !important;
}
#top .lg #language li {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
}
#top .lg #language li:hover {
	background-color: #ECECEC;
}
@media screen and (min-width:821px){
#top ul li {
	background:none!important;
}

}
@media screen and (max-width:1024px){
#top ul li {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
}

@media screen and (max-width:820px){
#top{
	border:none;
}
#top .clr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
#top .navFlex{
	flex-wrap:wrap;
	justify-content: space-between;
}

#top .logo{
	height: 70px;
}
#top ul {
    padding-top: 0;
    padding-bottom: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-color:#FFF;
}
#top ul li {
    padding-right: 0;
    padding-left: 0;
	padding-top:5px;
	padding-bottom:5px;
	width:auto;
}
#top ul li:hover {
	background-color:#ECECEC;
}
#top ul li a {
    color: #0b4d9f;
    line-height: 0.3rem;
    font-size: 0.16rem;
    padding-bottom: 0;
	padding-left:1em;
	padding-right:1em;
}
#top ul li a span {
	display:none !important;
}
#top .hiden{
	display: block;
	height:30px;
	width:30px;
	padding-top:20px;
	padding-bottom:20px;
}
#top .show{
	width: 100%;
	font-size: 14px;
	display: none;
}
#top .lg {
    right: 60px;
	padding-top:0;
	padding-bottom:0;
	top:24px;
}
#top .lg span {
    display: none;
}
}
@media screen and (max-width:500px){
#top .lg {
    right: 45px;
}
}
#banner {
	position: relative;
	padding-top: 23.43vw;
	font-family: "futura", arial;
	overflow: hidden;
	clear: both;
	float: none;
	background-color: #FFF;
	z-index: 1;
}

#banner .slide {
	position: absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%);
}

#hzkh {
	clear: both;
	float: none;
}
#hzkh li {
	float: left;
	width: 23%;
	height: 0px;
	padding-top: 10.12%;
	margin: 1%;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#hzkh li:hover {
    transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);	/* IE 9 */
    -moz-transform:translate(0,-10px); 	/* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari 和 Chrome */
    -o-transform:translate(0,-10px); 	/* Opera */
}
#hzkh li img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	left: 0px;
	top: 0px;
}
@media screen and (max-width: 1400px) {
#h_customer #cen {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
}

@media screen and (max-width: 580px) {
#h_customer #cen {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:0;
	padding-right:0;
}
#hzkh {
	text-align:center;
}
#hzkh li {
    float: none;
    width: 28%;
    height: 0px;
    padding-top: 8.8%;
    margin: 1.5%;
    border-radius: 4px;
	display:inline-block;
}
}

#foot {
	background-color: #232323;
	padding-top: 0.3rem;
	padding-bottom: 0.5rem;
	color: #FFF;
	position: relative;
	z-index: 1;
}
#foot #cen {
	display: -webkit-flex; /* Safari */
    display: flex;
	align-items: center;
	justify-content: space-between;
}
#foot #cen .left {
	width: 50%;
	flex:0 1 auto;
}
#foot #cen .left .text01 {
	font-size: 0.3rem;
	letter-spacing: 2px;
	background-image: url(../images/logo01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;     /* 100%高度 */
	-moz-background-size:auto 100%; /* 老版本的 Firefox */
	line-height: 1.4rem;
	padding-left: 2.4rem;
	white-space: nowrap;
	text-transform: uppercase;
}
#foot #cen .left ul {
	padding-top: 0.2rem;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#foot #cen .left ul li {
	float: left;
	line-height: 0.2rem;
	padding-top: 0.2rem;
	padding-right: 0.4rem;
}
#foot #cen .left ul li a {
	color: #FFF;
}
#foot #cen .right {
	width: 50%;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	flex:0 1 auto;
	padding-left:0.4rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#foot #cen .right .text02 {
	padding-right: 0.2rem;
	flex:0 1 auto;
}
#foot #cen .right .text02 span {
	display: block;
	font-size: 0.2rem;
	line-height: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
}
#foot #cen .right .ewm {
	padding: 0.1rem;
	flex:0 1 auto;
}
#foot a:hover {
	text-decoration: underline;
}

#bq {
	background-color: #111111;
	text-align: center;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	color: #666;
	position: relative;
	z-index: 1;
}
#bq #cen a {
	color: #666;
}

#bq a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
#foot #cen .left .text01 {
    font-size: 0.24rem;
    line-height: 1rem;
    padding-left: 1.6rem;
}
}
@media screen and (max-width: 1024px) {
#foot #cen .left .text01 {
    font-size: 0.24rem;
    line-height: 1rem;
    padding-left: 0;
    padding-top: 1rem;
    background-size: auto 75%;
    -moz-background-size: auto 100%;
    background-position: left top;
}
}
@media screen and (max-width: 820px) {
#foot {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
#foot #cen .left ul {
	display:none;
}
#foot #cen .right .ewm {
    display:none;
}
}

@media screen and (max-width: 580px) {
#foot {
    padding-top: 0;
    padding-bottom: 15px;
}
#foot #cen {
    flex-wrap: wrap;
	text-align:center;
}
#foot #cen .left {
    width: 100%;
    flex: none;
}
#foot #cen .left .text01 {
    font-size: 0.24rem;
    line-height: 40px;
    padding-left: 0;
    padding-top: 60px;
    background-size: auto 75%;
    -moz-background-size: auto 100%;
    background-position: center top;
}
#foot #cen .right {
    width: 100%;
    flex: none;
	padding-left: 0;
}
#foot #cen .right .text02 {
    padding-right: 0;
    flex: none;
}
#foot #cen .right .text02 span {
    font-size: 0.16rem;
    line-height: 30px;
}
}
.cd-top {
	display: inline-block;
	height: 0.6rem;
	width: 0.6rem;
	position: fixed;
	bottom: 0.6rem;
	right: 0.3rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
  overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 71, 157, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%;
	background-size:18px 18px;
	-moz-background-size:18px 18px; /* 老版本的 Firefox */
	visibility: hidden;
	opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 7;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
	background-color: #00479d;
	opacity: 1;
}
@media screen and (max-width: 580px) {
.cd-top {
	height: 40px;
	width: 40px;
	bottom: 40px;
	right: 15px;
}
}

.________________________________________________ {}
#particles-js {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#ny {
	position: relative;
	z-index: 1;
}
#ny #cen {
	display: -webkit-flex; /* Safari */
	display: flex;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}

#ny_menu {
	padding-top: 2em;
	padding-bottom: 2em;
}
#ny_menu ul {
	text-align: left;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: column;
}
#ny_menu ul li {
	flex:0 0 auto;
	line-height: 2.4em;
	font-size: 0.16rem;
	padding-right:2em;
	padding-left:2em;
	font-weight: bold;
	padding-top:0.5em;
	padding-bottom:0.2em;
	letter-spacing: 1px;
	white-space: nowrap;
}
#ny_menu ul li a {
	display: block;
	color: #BFBFBF;
	background-position: left bottom;
	background-size:0 2px;     
    -moz-background-size:0 2px; /* 老版本的 Firefox */
}
#ny_menu ul li a:hover {
	color: #333;
	background-image: url(../images/d.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:50% 2px;     
    -moz-background-size:50% 2px; /* 老版本的 Firefox */
}

#ny_menu ul li .aaa {
	color: #333;
	background-image: url(../images/d.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:50% 2px;     
    -moz-background-size:50% 2px; /* 老版本的 Firefox */
}
#ny_menu .weizhi {
	flex:none;
	color: #666;
	font-size: 0.14rem;
	padding-left: 2em;
	line-height: 2em;
	background-image: url(../images/wz.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;     /* 100%高度 */
	-moz-background-size:auto 100%; /* 老版本的 Firefox */
}
#ny .ny_title {
	font-size: 0.24rem;
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(../images/ny_tb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;     /* 100%高度 */
	-moz-background-size:auto 100%; /* 老版本的 Firefox */
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	float: none;
}
#ny .ny_title .text01 {
	text-transform: uppercase;
	color: #00479d;
	font-size: 0.18rem;
	line-height: 2em;
	letter-spacing: 2px;
}
#ny .ny_title .text02 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
#ny .ny_neirong {
	flex:1 1 auto;
	min-height:80vh;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.15rem;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 2em;
}
#ny .ny_neirong img {
	max-width:100%;
	height: auto;
}

@media screen and (max-width: 820px) {
#banner {
    padding-top: 60vw;
}
#banner .slide {
    width: 100%;
    height: 100%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    top: 0;
}
#ny {
    padding-bottom: 20px;
}
#ny #cen {
    display: block;
}
#ny_menu {
	background-color:#FFF;
	box-shadow:0px 0px 3px #ccc;
    padding: 8px;
    transform: translate(0,-15px);
    -ms-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px);
    -webkit-transform: translate(0,-15px);
}
#ny_menu ul{
	text-align:center;
	display: block;
}
#ny_menu ul li {
	display: inline-block;
	font-size: 0.16rem;
	line-height: 2em;
	width:auto;
	padding-right: 0;
    padding-left: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    letter-spacing: 0;
}
#ny_menu ul li a {
	background:none;
	padding-right: 1em;
    padding-left: 1em;
}
#ny_menu ul li a:hover {
	color: #fff;
	background-color:#00479d;
	background:none;
}

#ny_menu ul li .aaa {
	background:none;
	color: #fff;
	background-color:#00479d;
}

#ny .ny_title {
    font-size: 0.2rem;
	padding-top: 0;
	text-align:center;
	background-position: center center;
}
#ny .ny_neirong {
    padding-top:0;
    padding-bottom: 15px;
	padding-left:0;
	padding-right:0;
    min-height: 5vw;
    font-size: 0.15rem;
	border-left-width: 0px;
}
}
.___________________ 公司简介 ___________________{}
#ny .jbxx {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	background-color: #F8F8F8;
	margin-bottom: 2em;
}
#ny .jbxx .pic {
	flex:0 1 auto;
}
#ny .jbxx .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

#ny .jbxx .nr_box{
	flex:1 1 auto;
	padding: 2em;
}

#ny .jbxx .nr_box li {
	padding-left: 4.5em;
	position: relative;
	line-height:2em;
}

#ny .jbxx .nr_box span{
	width: 4em;
	font-weight: bold;
	color: #333;
	display:inline-block;
	text-align: justify;
	text-align-last: justify;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ny .jbxx .nr_box li:before{
  content:"：" 
}

#ny .ny_neirong .zs01 {
	width: 50%;
	float: left;
}
#ny .ny_neirong .zs02 {
	width: 50%;
}

@media screen and (max-width: 500px) {
#ny .jbxx {
    flex-wrap: wrap;
	margin-bottom: 1em;
}
#ny .jbxx .nr_box {
    padding: 1em;
}
}

.___________________ 合作伙伴 ___________________ {
}

#ny #hzkh li {
	box-shadow: 0px 0px 3px #ccc;;
	border-radius:0;
    -moz-border-radius:0; /* 老的 Firefox */
}

.___________________ 图片列表 ___________________ {
}

#ny #tplb {
	padding-bottom: 2em;
	min-height: 55vmin;
}
.hidden{ display: none;}
#ny #tplb .list {overflow: hidden;}

#ny #tplb .list li {
	float: left;
	width: 25%;
	height: auto;
	padding-left:0.1rem;
	padding-right:0.1rem;
	padding-top:0.1rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#ny #tplb .list li:hover {
    transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);	/* IE 9 */
    -moz-transform:translate(0,-10px); 	/* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari 和 Chrome */
    -o-transform:translate(0,-10px); 	/* Opera */
}
#ny #tplb .list li .pic {
	height: 0px;
	width: 100%;
	padding-top: 66%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 3px #ccc;;
}
#ny #tplb .list li .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ny #tplb .list li .title {
	text-align: center;
	font-size: 0.16rem;
	line-height: 2em;
	padding-top: 0.5em;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
	text-shadow:1px 1px 0px #eaeaea;
}
#ny #tplb .list li:hover .title {
	color:#00479d;
}
#ny #tplb ul.list p{text-align: center;padding: 10px;}
#ny #cen .more {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#ny #cen .more a {
	font-size: 0.16rem;
	line-height: 3em;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F5;
	text-align: center;
	display: inline-block;
	margin-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	box-shadow: 0px 0px 3px #ccc;;
}
#ny #cen .more a:hover {
	background-color: #00479d;
	color: #FFF;
}
#ny #cen .more p {
	font-size: 0.16rem;
	line-height: 3em;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F5;
	text-align: center;
	display: inline-block;
	margin-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	box-shadow: 0px 0px 3px #ccc;;
}

@media screen and (max-width: 820px) {
#ny #tplb .list li {
    width: 33.33%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
}
#ny #tplb .list li:first-child {
	padding-top:0;
}
#ny #tplb .list li:nth-child(2) {
	padding-top:0;
}
#ny #tplb .list li:nth-child(3) {
	padding-top:0;
}
#ny #tplb .list li .title {
    font-size: 0.14rem;
    line-height: 1em;
    padding-top: 0.5em;
}
#ny #cen .more a {
	margin-top: 1em;
	font-size: 0.14rem;
	line-height: 2.2em;
}
#ny #cen .more p {
	margin-top: 1em;
	font-size: 0.14rem;
    line-height: 2.2em;
}
}

.___________________ 产品内页 ___________________ {
}


.ny_cp {
	padding-top: 0.4rem;
}

#ny .cp_menu {
	font-weight: bold;
	color: #CCC;
	counter-reset: li;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}
#ny .cp_menu li {
	width: 30.33%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	float: left;
	margin:1.5%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	background-color: #FFF;
}
#ny .cp_menu li:hover {
	transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);	/* IE 9 */
    -moz-transform:translate(0,-10px); 	/* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari 和 Chrome */
    -o-transform:translate(0,-10px); 	/* Opera */
}

#ny .cp_menu li .box {
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	padding-left:0.4rem;
	padding-right:0.4rem;
	box-shadow: 0px 0px 3px #dddddd;
	background:url("../images/ny_li.png") left top no-repeat,url("../images/ny_li2.png") right bottom no-repeat;
	background-size:36% auto;    
    -moz-background-size:36% auto; /* 老版本的 Firefox */
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}

#ny .cp_menu li .box:hover {
	background-size:41% auto;    
    -moz-background-size:41% auto; /* 老版本的 Firefox */
}

#ny .cp_menu li .box .bh:before {
	font-size: 0.45rem;
	line-height:1.5em;
	color: #999999;
	font-weight: bold;
	letter-spacing: 2pt;
	content: '0'counter(li);
	counter-increment: li;
	display:block;
}

#ny .cp_menu li:nth-of-type(n+10) .box .bh:before {
	content: counter(li) !important;
}

#ny .cp_menu li .box .title {
	font-weight: bold;
	line-height: 1.2em;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 0.24rem;
	letter-spacing: 2px;
}
#ny .cp_menu li .box .text {
	line-height: 1.5em;
	height: 7.5em;
	overflow: hidden;
}
#ny .cp_menu li .box .text a {
	color: #666;
}
#ny .cp_menu li:hover .box a {
	color: #00479d;
}
#ny .cp {
	counter-reset: li;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	min-height: 60vmin;
}
#ny .cp li {
	background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0.4rem;
}
#ny .cp li:first-child {
	margin-top: 0;
}
#ny .cp li .cp_title {
	font-size: 0.2rem;
	line-height: 1.4em;
	padding-bottom:0.8em;
	padding-top:0.8em;
	background-color: #00479d;
	padding-left: 0.3rem;
	padding-right:0.3rem;
	font-weight: bold;
	color: #FFF;
}

#ny .cp li .cp_title:before {
	content: '0'counter(li)'. ';
	counter-increment: li;
}

#ny .cp li:nth-of-type(n+10) .cp_title:before {
	content: counter(li)'. ' !important;
}
#ny .cp li .nr_top {
	padding: 0.4rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	flex-direction: column;
}
#ny .cp li .nr_top .left {
	min-width:3.5rem;
	max-width: 50%;
	
}
#ny .cp li .nr_top .left img {
	display: block;
}
#ny .cp li .nr_top .rigth {
	padding-left: 0rem;
	padding-top: 0.15rem;
}
#ny .cp li .clr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 0.4rem;
}
#ny .cp li .nr_bottom {
	padding-right: 0.4rem;
	padding-bottom: 0.4rem;
	padding-left: 0.4rem;
}

@media screen and (max-width: 820px) {
#ny .cp_menu li {
    width: 30.33%;
    margin: 1.5%;
}
#ny .cp li {
    margin-top: 0.3rem;
}
#ny .cp li .cp_title {
	padding-left: 15px;
	padding-right:15px;
}
#ny .cp li .nr_top {
    padding: 0.2rem;
}
#ny .cp li .clr {
    padding-bottom: 0.2rem;
}
#ny .cp li .nr_bottom {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.2rem;
}
}

@media screen and (max-width: 500px) {
#ny .cp_menu li {
    width: 46%;
    margin: 2%;
}
#ny .cp_menu li .box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: 36% auto;
    -moz-background-size: 36% auto;
}
#ny .cp_menu li .box .bh:before {
    font-size: 0.4rem;
    line-height: 1.5em;
}
#ny .cp_menu li .box .title {
    line-height: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.2rem;
    letter-spacing: 0px;
}
#ny .cp li {
    margin-top: 15px;
}
#ny .cp li .cp_title {
	padding-left: 10px;
	padding-right:10px;
	font-size: 0.16rem;
}
#ny .cp li .nr_top {
    padding: 10px;
	flex-wrap: wrap;
}
#ny .cp li .nr_top .rigth {
    padding-left: 0;
	padding-top:10px;
}
#ny .cp li .clr {
    padding-bottom: 10px;
}
#ny .cp li .nr_bottom {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
}
.___________________ 仪器设备 ___________________ {
}

#ny .yq_box {
	counter-reset: li;
	font-size: 0.16rem;
	background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	min-height: 65vmin;
}
#ny .yq_box .xx {
	background-color: #00479d;
	line-height: 4em;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #FFF;
}
#ny .yq_box .munb0 {
	width: 5%;
	text-align:center;
	flex:0 0 auto;
}
#ny .yq_box .munb {
	width: 5%;
	text-align:center;
	flex:0 0 auto;
}

#ny .yq_box .munb:before {
	content: counter(li);
	counter-increment: li;
}

#ny .yq_box .title {
	width: 50%;
	flex: 0 1 auto;
}
#ny .yq_box .guige {
	width: 10%;
	text-align:center;
	flex:0 1 auto;
	min-width:5em;
}
#ny .yq_box .shuliang {
	text-align:center;
	flex:0 1 auto;
	min-width:2em;
	width: 10%;
}
#ny .yq_box .chandi {
	width: 10%;
	text-align:center;
	flex:0 1 auto;
	padding-right:1em;
}
#ny .yq_box .beizhu {
	width: 20%;
	text-align:center;
	flex:0 1 auto;
	padding-right:1em;
}
#ny .yq_box li {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	line-height: 1.2em;
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ECECEC;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#ny .yq_box li a {
	display: block;
}
#ny .yq_box li:hover {
	background-color: #F6F6F6;
}
#ny .yq_box li:hover a {
	color: #00479d;
}
#ny .yq_box li:hover .munb {
	color: #00479d;
}#ny .yq_nr {
	background-color: #FFF;
	box-shadow: 0px 0px 3px #ccc;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 2em;
}
#ny .yq_nr .yq_title {
	font-size: 0.2rem;
	line-height: 3em;
	background-color: #00479d;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#ny .yq_nr .yq_text {
	min-height:4rem;
	padding-top: 0.2rem;
	padding-right: 0.4rem;
	padding-bottom: 0.2rem;
	padding-left: 0.4rem;
}

@media screen and (max-width: 820px) {
#ny .yq_nr .yq_title {
    font-size: 0.18rem;
    line-height: 2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#ny .yq_nr .yq_text {
    min-height: 2rem;
    padding-top: 0.1rem;
    padding-right: 0.2rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
}
#ny .yq_box .munb0 {
    display:none;
}
#ny .yq_box .munb {
    display:none;
}
}

@media screen and (max-width: 500px) {
#ny .yq_box .xx {
    line-height: 3em;
}
#ny .yq_box li {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
#ny .yq_box .beizhu {
	display:none;
}
#ny .yq_box .title {
	padding-left:1em;
}
#ny .yq_box .chandi {
    padding-right: 0.5em;
	padding-left: 0.5em;
}
#ny .yq_nr .yq_title {
    font-size: 0.16rem;
    line-height: 1.5em;
}
#ny .yq_nr .yq_text {
    min-height: 50vh;
}
}

.___________________ 新闻发布 ___________________ {
}

#ny #news {
	padding-bottom: 2em;
}
#ny #news .list {
	overflow: hidden;
}
#ny #news .list li {
	position: relative;
	padding-left: 30%;
	font-size: 0.14rem;
	margin-top: 0.4rem;
}
#ny #news .list li:first-child {
	margin-top: 0;
}

#ny #news .list li .pic {
	position: absolute;
	height: 100%;
	width: 30%;
	left: 0px;
	top: 0px;
}
#ny #news .list li .pic img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
#ny #news .list li .text {
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#ny #news .list li .text a {
	display: block;
	overflow: hidden;
	color: #999;
}
#ny #news .list li .text .title {
	font-size: 1.8em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
#ny #news .list li .text .title a {
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
	color: #333;
}
#ny #news .list li .text .jianjie {
	line-height: 2em;
	max-height:6em;
	overflow:hidden;
}
#ny #news .list li .text .x {
	height: 0.1em;
	width: 15em;
	background-color: #E9E9E9;
	margin-top: 1em;
	transition:all 0.9s;
	-webkit-transition:all 0.9s;
	-moz-transition:all 0.9s;
}
#ny #news .list li .text .time {
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	 align-items: center;
	padding-top: 1em;
}
#ny #news .list li .text .time a {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	color: #CCC;
}
#ny #news .list li .text .time .m {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

#ny #news .list li:hover .text .title a {
	color:#00479d;
	font-weight:bold;
}
#ny #news .list li:hover .text .jianjie a {
	color:#666;
}
#ny #news .list li:hover .text .x {
	background-color:#00479d;
	width: 100%;
}
#ny #news .list li:hover .text .time a {
	color:#00479d;
}
#ny .news_nr {
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-bottom: 2em;
}
#ny .news_nr .xw_title {
	font-size: 0.2rem;
	line-height: 1.4em;
	background-color: #00479d;
	font-weight: bold;
	color: #FFF;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#ny .news_nr .xw_title .bt {
	flex:0 1 auto;
}
#ny .news_nr .xw_title .time {
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
}
#ny .news_nr .xw_title .time:before {
	content:"发布时间：" 
}
#ny .news_nr .xw_text {
	min-height:4rem;
	padding-top: 0.2rem;
}

@media screen and (max-width: 820px) {
#ny #news .list li {
    margin-top: 0.25rem;
}
#ny #news .list li .text {
    padding-left: 2em;
}
#ny #news .list li .text .title {
    font-size: 1.6em;
    line-height: 1.5em;
    padding-bottom: 0.5em;
}
#ny #news .list li .text .jianjie {
    line-height: 1.8em;
    max-height: 5.4em;
}
#ny #news .list li .text .x {
    margin-top: 1em;
}
#ny #news .list li .text .time {
    padding-top: 1em;
}
#ny #news .list li .text .time a {
    font-size: 1.8em;
    line-height: 1em;
}
#ny .news_nr .xw_title {
    font-size: 0.18rem;
    line-height: 2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;
}
#ny .news_nr .xw_text {
    min-height: 2rem;
    padding-top: 0.1rem;
}
}

@media screen and (max-width: 500px) {
#ny #news .list li {
    padding-left: 35%;
    margin-top: 10px;
}
#ny #news .list li .pic {
    width: 35%;
}
#ny #news .list li .text {
    padding-left: 1em;
	padding-top: 0;
    padding-bottom: 0;
}
#ny #news .list li .text .title {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 0.4em;
}
#ny #news .list li .text .jianjie {
    line-height: 1.3em;
    max-height: 2.6em;
}
#ny #news .list li .text .x {
    margin-top: 0.5em;
	height: 0.08em;
}
#ny #news .list li .text .time {
    padding-top: 0.5em;
}
#ny #news .list li .text .time a {
    font-size: 1.2em;
    line-height: 1em;
}
#ny .news_nr .xw_title {
    font-size: 0.16rem;
    line-height: 1.5em;
}
#ny .news_nr .xw_text {
    min-height: 50vh;
}
#ny .news_nr .xw_title .time:before {
	content:"" 
}
}
.___________________ 联系我们 ___________________ {
}

#ny .lxfs {
	padding: 0.3rem;
	background: rgba(229, 229, 229, 0.3) none repeat scroll 0 0 !important;
	font-size: 0.16rem;
	line-height: 0.36rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:center;
	max-width:9rem;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
}
#ny .lxfs .pic {
	max-width:5rem;
}
#ny .lxfs .pic img {
	display:block;
}
#ny .lxfs .text {
	padding-left:2em;
}

#ly {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#ly input   {
	background-color: #F3F3F3;
	font-size: 0.14rem;
	line-height: 0.4rem;
	height: 0.4rem;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 10px;
	color: #666;
	margin-bottom: 0.14rem;
	clear: both;
	float: none;
	width: 100%;
	display: block;
}

#ly #linkman   {

}
#ly #phone {

}
#ly #email   {

}
#ly #message   {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.14rem;
	line-height: 0.3rem;
	text-indent: 10px;
	color: #666;
	background-color: #F3F3F3;
	clear: both;
	float: none;
}
#ly #validCode   {
	width: 100px;
	font-size: 0.14rem;
	line-height: 0.4rem;
	height: 0.4rem;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 10px;
	color: #666;
	margin-top: 0.14rem;
	float: left;
	clear: none;
}
#ly #checkCode   {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.2rem;
	line-height: 0.4rem;
	height: 0.4rem;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0;
	color: #00479d;
	margin-top: 0.14rem;
	margin-left: 0.14rem;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
	cursor:pointer;
	float: left;
	clear: none;
}
#ly .lx_an {
	height: 0.4rem;
	width: 30%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666;
	color: #FFF;
	cursor:pointer;
	text-align: center;
	text-indent: 0;
	clear: none;
	float: left;
	margin-top: 0.14rem;
	margin-left: 0.14rem;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#ly .lx_an:hover {
	color:#FFF;
	background-color:#00479d;
}

@media only screen and (max-width:500px) {
#ny .lxfs {
    padding: 20px;
    font-size: 0.16rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	flex-direction: column-reverse;
	align-items: flex-start;
}
#ny .lxfs .text {
	padding-left:0;
}

#ly {
	text-align:center;
}
#ly input   {
	display: inline-block;
}
#ly #validCode   {
	width: 28%;
	float: none;
}
#ly #checkCode   {
	width: 28%;
	float: none;
}
#ly .lx_an {
	width: 28%;
	float: none;
}
}
</pre></body></html>