﻿@charset "utf-8";
#page {
	margin: 30px auto
}
.left-prolist {
	background: #005bac;
	padding: 0 10px 10px
}
.left-prolist .tt {
	line-height: 80px;
	color: #fff;
	text-align: left;
	font-size: 30px;
	background: #005bac url(../images/icon.png) no-repeat right center;
	background-size: 38px;
}
.left-prolist .lBOx {
	padding: 10px 0;
	background: #fff;
}
.left-prolist dl {
	background: #fff;
	padding: 0 10px;
	overflow: hidden
}
.left-prolist dl:after {
	display: block;
	content: '';
	clear: both
}
.left-prolist dt {
	background: url(../images/jt2-1.png) no-repeat right 12px center;
	background-size: 18px;
	line-height: 46px;
	font-size: 17px;
	padding-left: 10px;
	border-bottom: 1px dashed #dedede;
	font-weight: 500;
	margin-bottom: 5px
}
.left-prolist dd {
	display: none;
	width: 50%;
	float: left;
	text-align: center;
	color: #333;
	line-height: 36px;
	transition: 0.3s;
	white-space: nowrap
}
.left-prolist dl.on dt {
	background: #0271bd url(../images/jt2.png) no-repeat right 5px center;
	background-size: 18px;
	color: #fff;
	border-bottom: none
}
.left-prolist dl.on dd {
	display: block
}
.left-prolist dl a {
	display: block;
	font-size: 14px
}
.left-prolist dl dt a {
	display: block;
	font-size: 17px
}
.left-prolist dl a:hover {
	background: #dedede;
	color: #2b2b2b;
}
.left-prolist dl dd a.on {
	background: #dedede;
	color: #2b2b2b;
}
.contact {
	background: #f1f1f1;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0 0 10px 0;
	border-radius: 0 0 5px 5px;
}
.contact img {
	width: 92%;
	display: block;
	margin: 0 auto 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
}
.tj {
	background: #fff;
}
.tj dd a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #dedede;
}
.tj dd a span {
	color: #005bac;
}
#position {
	background: #005bac;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}
.position {
	text-align: right;
}
.update {
	color: #005bac;
}
#position a {
	color: #fff;
}
#position a:hover {
	color: #fff
}
#content {
	margin-top: 30px
}
.nprolist a {
	color: #2b2b2b;
	display: table;
	border-collapse: collapse;
	width: 100%
}
.box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding: 10px 6px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	border-top: none
}
.nprolist li:first-child .box {
	background: #f1f1f1;
	line-height: 1;
	font-size: 15px;
}
.box1 {
	width: 25%
}
.box1 img {
	display: block;
	margin: 0 auto;
	width: 80%
}
.box2 {
	width: 35%
}
.box2 dt {
	font-weight: bold;
}
.box2 dd {
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.box3 {
	width: 13.33%
}
.box4 {
	width: 13.33%
}
.box4 span {
	display: block;
	background-color: #c9221e;
	background-image: linear-gradient(90deg, #c9211e 0%, #de7c1b 50%, #c9211e 100%);
	border-radius: 20px;
	color: #fff;
	font-size: 14px
}
.box5 {
	width: 13.33%
}
#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;
	width: 100%;
	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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.nnewslist dl {
	border: 2px solid #005bac;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
	transition: 0.5s all;
	border-radius: 4px;
}
.nnewslist dl a {
	display: block;
	overflow: hidden;
}
.nnewslist dl:hover {
	background: #ddd;
}
.nnewslist dt {
	width: 200px;
	float: left;
	line-height: 1;
}
.nnewslist dt img {
	width: 100%;
}
.nnewslist dd h3 {
	font-size: 16px;
	color: #333;
}
.nnewslist dd {
	font-size: 14px;
	color: #666;
	position: relative;
	margin-left: 220px;
	padding-right: 100px;
}
.nnewslist dd p {
	max-height: 60px;
	overflow: hidden;
	margin-top: 8px;
}
.nnewslist dd span.more {
	display: block;
	width: 100px;
	line-height: 33px;
	text-align: center;
	background: #005bac;
	color: #fff;
	margin-top: 5px;
}
.date {
	position: absolute;
	top: 0px;
	right: -2px;
	width: 90px;
	line-height: 56px;
	text-align: center;
	color: #eee
}
.date span {
	display: block;
	line-height: 40px;
	font-size: 16px;
	background: #666
}
.date b {
	display: block;
	line-height: 40px;
	font-size: 18px;
	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 .col-sm-4 {
	width: 45%;
	padding: 10px !important;
}
.dproT .col-sm-8 {
	width: 55%;
}
.dproT .col-sm-8 h1 {
	font-size: 22px;
}
.dproT .col-sm-8 .zx a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #e5a21e;
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.dproT img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto
}
.dproT p {
	font-size: 15px;
	line-height: 30px
}
.dproT p.inf {
	height: 90px;
	overflow: hidden;
	margin: 5px 0 8px;
}
.dproC {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px 0;
	border-radius: 5px
}
.dproC table {
	border-collapse: collapse;
	border-color: grey;
	display: table;
}
.dproC td, .cpxx_con th {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.dproC td img {
	max-width: 100%;
}
.dproC td p {
	padding: 0;
}
.dpro .tit {
	line-height: 40px;
	margin: 20px 0;
	border-bottom: 2px solid #0271bd;
}
.dpro .tit span {
	display: block;
	width: 120px;
	background: #0271bd;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.dproC img {
	max-width: 60% !important;
}
.dproC table {
	border-collapse: collapse;
	text-align: center;
}
.tag {
	font-size: 14px
}
.related-news {
	margin: 10px 0;
	overflow: hidden;
}
.related-product {
	margin: 10px 0;
	overflow: hidden;
}
.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 65%;
	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.page-num-current {
	background: #005bac;
	border-color: #005bac;
	color: #fff
}
.pages span {
	display: inline-block;
	margin: 0 4px;
	overflow: hidden
}
.pages span a {
	display: inline-block;
	color: #333;
	padding: 5px 12px;
	line-height: 1;
	border: 1px solid #ddd;
}
.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%)
}
.dproC h2 {
	width: 100% !important;
	border-bottom: 2px solid #005bac !important;
	color: #005bac !important;
	font-size: 18px;
	font-weight: normal;
	margin-top: 2%;
}

@media (max-width:767px) {
#left dl:first-child a {
	font-size: 14px;
	white-space: nowrap;
}
#ndownload p, .related-product p a {
	font-size: 12px;
	line-height: 2;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
}
.related-news dd {
	overflow: hidden;
}
.related-news a {
	font-size: 14px;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 72%;
}
.dproC img {
	width: 100% !important;
	height: inherit !important;
	max-width: 100% !important;
	display: block;
	height: auto;
}
.nprolist li:first-child {
	display: none;
}
.nprolist li {
	border-top: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.nprolist a {
	display: block;
}
.box1 {
	width: 100%;
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
}
.box2 {
	display: block;
	width: 100%;
}
.box1 img {
	width: 100%;
}
.position {
	text-align: left;
	line-height: 30px;
}
.dproT>div:first-child {
	width: 100%;
	padding: 0 !important;
	max-width: 100% !important
}
.dproT>div:first-child img {
	width: 100%;
}
.dproT .col-sm-8 h1 {
	font-size: 20px;
	font-weight: 500;
}
.dproT p {
	font-size: 14px;
	line-height: 24px;
	height: inherit !important;
}
.dproT .col-sm-8 {
	width: 100%;
	padding: 0;
}
.dproT .col-sm-8 .zx a {
	width: 100px;
	line-height: 32px;
	font-size: 14px;
}
.nnewslist dd {
	margin-left: 0;
}
.nnewslist dd h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.nnewslist dd p {
	margin-top: 0;
}
.nnewslist dd span.more {
	display: none;
}
.nnewslist dt {
	display: none;
}
#left {
	display: block !important;
	margin-bottom: 10px;
}
.left-prolist .tt {
	line-height: 60px;
	font-size: 25px;
	border-bottom: none;
}
.left-prolist .lBOx {
	display: none;
}
#left .contact {
	display: none;
}
#bot-nav a {
	font-size: 14px;
}
.bot-contact li:before {
	width: 35px;
	height: 35px;
	background-size: 20px;
}
.dpro .tit span {
	width: 110px;
	line-height: 36px;
}
}
