﻿@charset "utf-8";
.tjnews {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 00px;
}

.tjnewstit {
    width: 100%;
    height: auto;
    float: left;
    background: #f0f0f0;
}

.tjnewstit h3 {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #005bac;
    border-left: 10px solid #f5710b;
    padding: 0 20px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
.tjnewslist {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.tjnewslist ul {
    width: 100%;
    height: auto;
    float: left;
}

.tjnewslist ul li {
    width: 49%;
    height: auto;
    float: left;
    border-bottom: 1px dashed #cccccc;
    margin-right:2%;
}
.tjnewslist ul li:nth-child(2n) {margin-right:0}
.tjnewslist ul li a {
    width: 80%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.tjnewslist ul li span.riqi {
    float: right;
    color: #999999;
    line-height: 36px;
}

.tjnewslist ul li a:hover {
    color: #15267e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#page {
	margin: 30px auto
}
#left dl {
	background: #eee;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
	border-radius: 0 0 5px 5px
}
#left dt {
	line-height: 40px;
	background: #005bac;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
}
#left dd {
	padding: 0 10px;
	font-size: 14px
}
#left dl:first-child>dd>a {
	background: #005bac;
	color: #fff
}
#left dl:first-child a {
	display: block;
	background: #fff;
	margin: 5px 0;
	padding: 0 10px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
	line-height: 2.5;
	font-size: 14px
}
#left dl:first-child a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: ' ';
	width: 0;
	height: 100%;
	background: #009944;
	z-index: -1;
	transition: .5s all
}
#left dl:first-child a:hover:after {
	width: 100%
}
.contact {
	background: #eee;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0 0 10px 0;
	border-radius: 0 0 5px 5px;
}
.contact dt {
	line-height: 40px;
	background: #005bac;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
}
.contact dd {
	padding: 0 10px;
	font-size: 14px
}
#position {
	background: #005bac;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.position {
	text-align: right;
}
.update {
	color: #005bac;
}
#position a {
	color: #fff;
}
#position a:hover {
	color: #fff
}
#content {
	margin-top: 30px
}
.nprolist li>a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	padding: 0 0 75%;
	border: 1px solid #ccc;
}
.nprolist li>a:after, .nprolist li>a:before {
	background-color: #009944;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	z-index: 10
}
.nprolist li:hover>a:before {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: .5
}
.nprolist img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.nprolist p {
	text-align: center;
	line-height: 2.5;
	margin-bottom: 20px;
	height:2em;
	overflow:hidden;
}
#ndownload li>a:after, #ndownload li>a:before {
	background-color: #666;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	z-index: 10
}
#ndownload li:hover>a:before {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: .5
}
#ndownload img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
#ndownload p {
	text-align: center;
	line-height: 2.5;
	margin-bottom: 20px;
}
.nnewslist dl {
	border: 1px solid #005bac;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	transition: 0.5s all
}
.nnewslist dl:hover {
	padding: 20px 30px;
	background: #eee;
}
.nnewslist dt {
	color: #000;
	font-weight: bold;
	max-width: 90%;
	height: 2em;
	overflow: hidden;
}
.nnewslist dd {
	font-size: 12px;
	color: #666;
	max-height: 72px;
	overflow: hidden
}
.date {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	line-height: 56px;
	text-align: center;
	color: #eee;
}
.date span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	background: #666
}
.date b {
	display: block;
	line-height: 20px;
	font-size: 16px;
	background: #005bac
}
.newsT {
	text-align: center
}
.newsT p {
	font-size: 14px
}
.dproT {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px
}
.dproT>div:first-child {
	border-radius: 5px;
	padding: 10px 0;
	max-width: 80%;
	margin: 0 auto
}
.dproT img {
	max-width: 500px;
	max-height: 500px;
	display: block;
	margin: 0 auto
}
.dproT h1 {
	font-size: 26px;
}
.dproT p {
	font-size: 14px;
	line-height: 2.5
}
.dproC {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px 0;
	border-radius: 5px
}
.dproC table {
	border-collapse: collapse;
	text-align: center;
}
.tag {
	font-size: 14px
}
.related-news {
	margin: 10px 0
}
.related-news dt, .related-product dt {
	background: #eee;
	padding-left: 10px;
	margin: 10px 0
}
.related-news dd {
	line-height: 2.5;
	border-bottom: 1px dotted #ccc;
}
.related-news span {
	float: right;
	font-size: 14px;
	display: block;
	width: 80px;
	height: 35px;
	overflow: hidden;
}
.related-product dd>a {
	display: block;
	position: relative;
	height: 0;
	padding: 0 0 74%;
	border: 1px solid #ccc;
}
.related-news a {
	height: 40px;
	overflow: hidden;
}
.related-product img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.related-product p {
	text-align: center
}
#ndownload li>a {
	padding: 0 0 75%;
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	border: 1px solid #ccc;
}
.pages {
	text-align: center;
	margin-top: 10px
}
.pages span a {
	display: inline-block;
    color: #000;
    height: 28px;
    border: 1px solid #000;
    padding: 0 5px;
    margin: 0 3px;
}

.pages span a:hover {
	background: #005bac;
	color: #fff;
}
.pages .page-status {
	display: none;
}
#ryzz:after {
	display: block;
	content: '';
	clear: both
}
#ryzz a {
	width: 23%;
	margin: 1% 1%;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	padding: 0 10px 29%;
	box-sizing: border-box;
	border: 3px solid #ccc
}
#ryzz img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
 @media (max-width:767px) {
.position {
}
.nprolist p {
	line-height: 2;
	height: 2em;
	overflow: hidden;
	margin-bottom: 10px;
}
#left dl:first-child a {
	font-size: 12px
}
#ndownload p, .related-product p a {
	font-size: 12px;
	line-height: 2;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
}
.related-news a {
	font-size: 14px
}
.dproC img {
	max-width: 100%;
	display: block;
	height: auto;
}
.nprolist li {
	border-top: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.box1 {
	width: 100%;
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
}
.box2 {
	display: block;
	width: 100%;
}
.tab1 li {
	width: 33%;
}
