@charset "utf-8";

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0062a7;
}

h3 {
	color: #0062a7;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 0.20rem;
	border-bottom:3px  solid #0062a7;
	padding-bottom:20px;

}
h3 small {
	display: none;
	color: #999;
	font-size: 12px;
	margin-top: 15px;
}

h4 {
	color: #0062a7;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 0.20rem;

}
h4 small {
	display: none;
	color: #999;
	font-size: 14px;
	margin-top: 15px;
	text-align:center;
}

hr {
	background-color: #dfdfdf;
	border: 0;
	height: 3px;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	margin-top: 0.30rem;
	margin-bottom: 30px;
	margin-bottom: 0.30rem;
}

.txt:before, .txt:after {
	display: table;
	content: '';
}

/* Top */
.top {
	background-color: #0062a7;
	line-height: 34px;
	text-align: right;
	width: 100%
}
.top a, .top span {
	display: inline-block;
	color: #fff;
}
.top a.zh {
	background: url(../image/Ico-01.png) 0 50% no-repeat;
	padding-left: 46px;
}
.top span {
	padding-left: 10px;
	padding-right: 10px;
}

/* Header */
.header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}
.header h1 {
	line-height: 0;
}
.header h1 img {
	height: 0.60rem;
}
.header .tel {
	display: none;
	color: #999;
	line-height: 1;
	top: -8px;
	right: 10px;
	z-index: 5;
}
.header .tel em {
	color: #e81120;
	font-size: 22px;
	font-style: normal;
}

/* Pc 导航 */
.pc-nav {
	display: none;
	right: 10px;
	bottom: 0;
	z-index: 9;
}
.pc-nav ul li {
	float: left;
	margin-left: 1px;
	position: relative;
}
.pc-nav ul li > a {
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pc-nav ul li:hover > a, .pc-nav ul li.hover > a {
	background-color: #e81120;
	color: #fff;
}

/* 移动端导航 */
.mobile-nav {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	width: 34px;
	overflow: hidden;
	padding: 4px;
	margin-top: -15px;
	top: 50%;
	right: 10px;
	border-radius: 4px;
}
.mobile-nav:before, .mobile-nav:after {
	display: table;
	content: '';
	background-color: #e81120;
	height: 3px;
	width: 24px;
	position: absolute;
	left: 4px;
	transition: all 0.2s;
}
.mobile-nav:before {
	top: 5px;
}
.mobile-nav:after {
	bottom: 5px;
}
.mobile-nav span {
	display: block;
	background-color: #e81120;
	height: 3px;
	width: 100%;
	margin-top: 10px;
}
.closeBtn:before {
	top: 14px;
	transform: rotate(45deg);
}
.closeBtn:after {
	top: 14px;
	transform: rotate(-45deg);
}
.closeBtn span {
	display: none;
}

.mobile-nav-list {
	display: none;
	width: 100%;
	padding-top: 20px;
	top: 100%;
	left: 0;
	z-index: 10;
}
.mobile-nav-list .content {
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
}
.mobile-nav-list ul li {
	padding: 5px;
}
.mobile-nav-list a {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 3;
	text-align: center;
}
.mobile-nav-list a:hover {
	background-color: #0062a7;
	color: #fff;
}

/* Banner */
.banner {
	width: 100%;
	position: relative;
	z-index: 5;
}
.banner img {
	display: block;
	width: 100%;
}

/* Product */
.product {
	width: 100%;
	padding-top: 30px;
	padding-top: 0.30rem;
}
.product ul li {
	width: 50%;
}
.product .pro-item {
	padding: 10px;
}
.product .item {
	background-color: #f4f4f4;
	border-bottom: 3px solid #939393;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}
.product .item h5 {
	border-bottom: 1px dashed #939393;
	line-height: 2.5;
	margin-top: 8px;
	margin-bottom: 8px;
}
.product .item img {
	display: block;
	width: 100%;
}
.product .item .view-more {
	background: rgba(1, 71, 143, .6) url(../image/Ico-02.png) 50% bottom no-repeat;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 10;
}
.product .item .view-more a {
	display: inline-block;
	background: #01478f;
	color: #fff;
	padding: 10px 50px;
	padding: 0.10rem 0.50rem;
	margin-top: 40%;
}
.product .item:hover {
	border-bottom: 3px solid #01478f;
}
.product .item:hover .view-more {
	top: 0;
}

/* About */
.about {
	width: 100%;
}
.about .txt h3 {
	line-height: 0;
}
.about .txt h3 img {
	height: 68px;
	height: 0.68rem;
}
.about .txt p {
	margin-top: 10px;
	margin-top: 0.10rem;
}
.about .txt p.number span {
	display: inline-block;
	color: #999;
	border-left: 1px solid #dfdfdf;
	padding: 10px 40px;
	padding: 0.10rem 0.40rem;
}
.about .txt p.number span:first-child {
	border-left: 0;
	padding-left: 0;
}
.about .txt p.number span em, .about .txt p.number span i {
	font-weight: normal;
	font-style: normal;
}
.about .txt p.number span em {
	color: #0062a7;
}
.about .txt p.number span i {
	font-size: 30px;
	font-size: 0.30rem;
	line-height: 1.2;
}
.about .video {
	margin-top: 0.30rem;
}
.about .video-list {
	/*margin-top: 30px;*/
}
.about .video-list ul li {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
.about .video-list .item {
	overflow: hidden;
	width: 100%;
}
.about .video-list .item a{ color:#FFFFFF;
	}
.about .video-list .item p {
	background-color: #0062a7;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	/*padding-left: 20px;
	padding-right: 50px;*/
	position: relative;
}
.about .video-list .item p i {
	background: url(../image/Ico-03.png) 0 0 no-repeat;
	height: 21px;
	width: 21px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 9;
}

/* News */
.new {
	width: 100%;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}
.new .title {
	text-align: center;
}
.new .title span {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 2.5;
	border: 1px solid #dfdfdf;
	padding-left: 40px;
	padding-left: 0.40rem;
	padding-right: 40px;
	padding-right: 0.40rem;
}
.new .title span:hover, .new .title span.current {
	background-color: #0062a7;
	border: 1px solid #0062a7;
	color: #fff;
}
.new .title span:first-child {
	border-right: 0;
}
.new .title span:last-child {
	border-left: 0;
}
.new .hot {
	display: none;
}
.new .hot, .new .list {
	margin-top: 30px;
	margin-top: 0.30rem;
}
.new .hot ul {
	margin-left: -10px;
	margin-right: -10px;
}
.new .hot ul li {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.new .hot .img {
	height: 195px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.new .hot .img span {
	display: inline-block;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.new .hot .img img {
	display: block;
	height: 195px;
	min-width: 100%;
}
.new .hot .txt {
	background-color: #efefef;
	padding: 10px 10px;
}
.new .hot .txt p {
	height: 72px;
	overflow: hidden;
}
.new .list .item {
	border-top: 1px solid #dfdfdf;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.new .list .item:first-child {
	border-top: 0;
	padding-top: 0;
}

.new .list .item .img {
	height: 100px;
	width: 30%;
	overflow: hidden;
}
.new .list .item .img img {
	height: 100px;
}
.new .list .item .txt {
	margin-left: 34%;
}
.new .list .item .txt h5 {
	line-height: 1.5;
}
.new .list .item .txt p.dec {
	height: 42px;
	overflow: hidden;
	margin-top: 5px;
}
.new .list .item .txt p.date {
	color: #999;
	margin-top: 8px;
}

/* Footer */
.footer {
	background-color: #f1f1f1;
	width: 100%;
	padding-top: 30px;
	padding-top: 0.30rem;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}
.footer a {
	color: #8e8e8e;
}
.footer a:hover {
	color: #0062a7;
}
.footer .item {
	display: none;
	margin-right: 40px;
}
.footer .item h5 {
	color: #333;
	margin-bottom: 5px;
}
.footer .other {
	text-align: right;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.footer .other input {
	color: #666;
	font-family: "微软雅黑";
	font-size: 12px;
	outline: none;
}
.footer .other input[type="text"] {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	height: 34px;
	line-height: 32px;
	width: 204px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer .other input[type="submit"] {
	background: url(../image/Ico-09.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 34px;
	width: 36px;
}
.footer .other .txt {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .other .img {
	line-height: 0;
}
.footer .other .img span {
	display: inline-block;
	margin-left: 10px;
}
.footer .other .img img {
	display: block;
	height: 24px;
	width: 24px;
}

/* Copyright */
.copyright {
	background-color: #0062a7;
	color: #fff;
	width: 100%;
	padding-top: 15px;
	padding-top: 0.15rem;
	padding-bottom: 15px;
	padding-bottom: 0.15rem;
}
.copyright a {
	color: #fff;
}

/* 二级页面 */
.page-main {
	width: 100%;
	padding-top: 30px;
	padding-top: 0.30rem;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}

.page-main .container img {
            display: block;
	height: auto;
	max-width: 100%;
} 
/* Pos */
.pc-pos {
	display: none;
	background-color: #eee;
	width: 100%;
}
.pc-pos dl dt, .pc-pos dl dd {
	float: left;
	height: 46px;
	line-height: 46px;
}
.pc-pos dl dt {
	background-color: #0062a7;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 140px;
}
.pc-pos dl dd {
	margin-left: 20px;
}
.pc-pos dl dd span {
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
.pc-pos dl dd a.current, .m-pos dl dd a.current {
	color: #0062a7;
}
.pc-pos p {
	color: #999;
	margin-top: -12px;
	right: 10px;
	top: 50%;
	z-index: 9;
}

.m-pos {
	width: 100%;
}
.m-pos p {
	margin-top: 0.20rem;
	margin-bottom: 0.05rem;
}
.m-pos dl {
	margin-right: -0.05rem;
	margin-left: -0.05rem;
}
.m-pos dl dt, .m-pos dl dd {
	float: left;
	padding: 0.02rem 0.20rem;
	margin-top: 0.10rem;
	margin-right: 0.05rem;
	margin-left: 0.05rem;
}
.m-pos dl dt {
	background-color: #0062a7;
	border: 1px solid #0062a7;
	color: #fff;
	font-weight: bold;
}
.m-pos dl dd {
	border: 1px solid #dfdfdf;
}

/* 新闻列表 */
.news-item {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-item:first-child {
	padding-top: 0;
}
.news-item .img {
	float: left;
	height: 145px;
	width: 30%;
	overflow: hidden;
}
.news-item .img img {
	display: block;
	height: 145px;
	min-width: 100%;
}
.news-item .txt {
	margin-left: 34%;
}
.news-item .txt h5 a {
	color: #0062a7;
}
.news-item .txt p.dec {
	height: 72px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}
.news-item .txt a.more {
	display: inline-block;
	border: 1px solid #dfdfdf;
	height: 30px;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 15px;
}
.news-item .txt a.more:hover {
	background-color: #0062a7;
	border: 1px solid #0062a7;
	color: #fff;
}


/* 产品列表 */
.pro-list {
	margin-left: -10px;
	margin-right: -10px;
}
.pro-list ul li {
	float: left;
	width: 50%;
	padding: 10px;
}
.pro-list ul li .pro-box {
	border: 1px solid #e1e1e1;
}
.pro-list ul li img {
	display: block;
	width: 100%;
}
.pro-list ul li p {
	border-top: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 46px;
	line-height: 0.46rem;
	text-align: center;
	margin-top: 10px;
	margin-top: 0.10rem;
}

/* 媒体 */
@media (min-width: 576px) {
	.new .list .item .img {
		width: 150px;
	}
	.new .list .item .txt {
		margin-left: 165px;
	}
	.news-item .img {
		width: 205px;
	}
	.news-item .txt {
		margin-left: 225px;
	}
}
@media (min-width: 768px) {
	h3 small {
		display: block;
	}
	.about .video-list ul li {
		float: left;
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.new .hot {
		display: block;
	}
	.copyright .copy {
		float: left;
	}
	.copyright .icp {
		float: right;
	}
	.show-pro .img {
		width: 48%;
	}
	.show-pro .txt {
		width: 48%;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.header .tel {
		display: block;
	}
	.header .pc-nav {
		display: block;
	}
	.header .mobile-nav {
		display: none;
	}
	.product ul li {
		width: 25%;
	}	
	.about .video {
		margin-top: 0;
	}
	.new .hot .txt {
		padding-bottom: 72px;
	}
	.footer .item {
		display: block;
	}
	.footer .other {
		float: right;
		padding-top: 10px;
	}
	.m-pos {
		display: none;
	}
	.pc-pos {
		display: block;
	}
	.like-pro {
		display: block;
	}
	.mlike-pro {
		display: none;
	}
		.pro-list ul li {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.pc-nav ul li > a {
		font-size: 16px;
		height: 38px;
		line-height: 38px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer .item {
		margin-right: 70px
	}
}
