@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,
a:active,
a:focus {
	color: #1c3062;
	text-decoration: none;
	outline: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2,
h3,
h4 {
	font-size: 14px;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

.top {
	line-height: 35px;
	background: #1c3062;
	color: #fff;
	border-bottom: 1px solid #aaa;
}

.top a {
	color: #fff;
}

/*导航*/
.navbar-default {
	background: #1c3062 !important;
}

.navbar {
	margin: 0;
}

.navbar-brand {
	height: auto;
	padding: 5px !important;
}

.navbar-nav>li a {
	color: #a1a1a1 !important;
	padding: 30px 15px;
	font-size: 16px;
}

.navbar-nav>li:hover>a {
	color: #fff !important;
}

.navbar-nav>li a.active {
	color: #fff !important;
}

.navbar-toggle.collapsed {
	margin-top: 15px;
}

@media (min-width:768px) and (max-width:1200px) {
	.navbar-nav>li a {
		padding: 25px 10px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.navbar-header {
		width: 35%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.navbar-header {
		width: 36%;
	}

	.navbar-nav>li a {
		padding: 25px 5px;
	}

	.navbar-brand {
		padding: 15px 0 !important;
	}
}

@media (max-width:768px) {
	.navbar-brand {
		width: 80%;
	}

	.navbar-nav>li a {
		padding: 10px;
		font-size: 14px;
	}

	.navbar-nav {
		margin: 0 -15px !important;
	}
}

.carousel-inner>.item {
	text-align: center;
}

.carousel-inner>.item>img {
	display: inline;
}

.n_banner {
	text-align: center;
}

.n_banner img {
	display: inline;
}

/*产品展示*/
.jianju {
	padding: 50px 0 20px 0;
}

.ipro {
	/* background: #f5f5f5; */
}

.tit h3 {
	display: inline-block;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #1c3062;
}

@media (max-width:768px) {
	.jianju {
		padding: 20px 0 0px 0;
	}

	.tit h3 {
		margin-bottom: 20px;
	}
}

.iprolist li {
	margin: 1% 0;
}

.iprolist li .img {
	position: relative;
	margin-bottom: 10px;
}

.iprolist li h3 {
	font-weight: bold;
	transition: all .3s ease;
}

.iprolist li h3 a {
	font-size: 16px;
	color: #000;
}

.iprolist li p {
	color: #8E8D8D;
	margin-top: 10px;
	line-height: 30px;
	overflow: hidden;
}

.proimg {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.proimg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: transform 0.3s ease-out;
}

.proimg img {
	width: 100%;
	max-height: 270px;
	transition: all .5s ease;
	opacity: 1;
}

.proimg:hover:before {
	transform: scale(1);
}

.proimg:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

/* 数字下面的 */
.numberI{
		padding: 20px 0px;
}
.numberTips {
	color: #b8bbbd;
	border-right: solid 1px #b8bbbd;
	margin-bottom: 20px;
}

.numberTips div:nth-child(1) {
	font-size: 72px;
	color: #b8bbbd;
}

.numberTips:nth-last-child(1) {
	border: none;
}

/*关于我们*/
.iabout {
	padding: 150px 0;
}
.iabout  .container{
	background-color: #fff;
	padding:  50px;
}
.abotext {
	color: #1c3062;
	
}

.abotext h1 {
	color: #1c3062;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 30px;
	border-bottom: solid 2px #fed24a;
	padding-bottom: 10px;
}
.iabout p{
	line-height: 30px;
}
.about-img {
	margin-top: 50px;
}
.more {
	display: block;
	color: #fff !important;
	background: #1c3062;
	width: 100px;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
}

/* 产品展示 */
.tit{

	width: 100%;
}
.tit h1{
	text-align: left;
	font-size: 24px;
	color: #1c3062;
	font-weight: 600;
	line-height: 100px;
}
.protab a {
	text-align: center;
	background-color: #1c3062;
	display: block;
	line-height: 40px;
	border-radius: 25px;
	margin-top: 15px;
	height: 40px !important;
	color: #fff;
}
.protab a{
	color: #fff !important;
}

.protabcp>div{
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	margin-bottom: 20px;
}

/*新闻中心*/
.inews {
	/* background: #f5f5f5; */
}
.inews_col{
	margin-bottom: 40px;
}

.inews_col .img {
	border: 5px solid #fff;
	text-align: center;
}

.inews_col .img img {
	display: inline;
	height: 270px;
}

.inews_col .img:hover {
	background: #1c3062;
}

.inews_col .img:hover img {
	opacity: 0.6;
}

.inews_col h3 {
	color: #000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin: 10px 0;
}

.inews_col h3 a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.inews_col hr {
	width: 50px;
	height: 2px;
	background: #1c3062;
	border-top: none;
	margin: 10px 0;
}

.inews_col p {
	line-height: 25px;
	color: #666666;
}

.inews_item li {
	line-height: 35px;
}

.inews_item li a {
	font-size: 15px;
	color: #37474f;
	float: left;
	width: 70%;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.inews_item li a:hover {
	color: #1c3062;
}

.inews_item li span {
	float: right;
	width: 30%;
	color: #37474f;
	text-align: right;
}

.news_more a {
	line-height: 30px;
	border: 1px solid #1c3062;
	color: #1c3062;
	margin-top: 25px;
	padding: 0 22px;
	display: inline-block;
}

.news_more a:hover {
	color: #fff;
	background: #1c3062;
	border: 1px solid #1c3062;
}


@media (max-width:768px) {
	.tj_tit h3 {
		margin-bottom: 10px;
	}
}

.iprotype li {
	display: inline-block;
	background-color: #fff;
	margin: 2px 1px;
	padding: 8px 20px;
	color: #76838f;
	cursor: pointer;
}

.iprohov {
	background: #1c3062 !important;
	color: #fff !important;
}

.ipro_con {
	display: none;
}

.ipro_con0 {
	display: block;
}

.ipro_con li {
	padding: 0px;
}

@media (max-width:768px) {
	.ipro_con li {
		margin-top: 10px;
	}
}

.ipro_con li .cpro .cpro_img {
	position: relative;
	overflow: hidden;
}

.cpro_img img {
	width: 100%;
	transition: all 0.3s;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
}

.cpro_img a {
	color: #fff;
}

.cpro:hover .cpro_img .overlay {
	opacity: 1;
}

.inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.inner:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.social {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 30px;
	font-size: 16px;
	color: #1c3062;
	font-weight: bold;
}

.tuijian a.more {
	color: #ccc;
	/* font-weight: 700; */
	line-height: 30px;
	border: 1px solid #ccc;
	margin: 30px 0;
	padding: 0 22px;
	display: inline-block;
}

.tuijian a.more:hover {
	color: #fff !important;
	background: #076ce0;
	border: 1px solid #076ce0;
}

/*商盟*/
.ibuss li {
	display: inline-block;
	margin: 5px;
}

/*内页*/
.crumb {
	line-height: 50px;
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
}

.crumb a {
	color: #000;
}

.crumb i {
	display: inline;
	padding-right: 10px;
	color: #1c3062;
	font-size: 2rem;
}

.imain {
	padding: 30px 0;
}

.com_tit {
	font-size: 22px;
	color: #1c3062;
}

.sort {
	padding: 20px 0;
	margin: 0 auto;
}

.sort ul li {
	display: inline-block;
	margin: 10px;
	font-size: 16px;
	background: #eee;
	padding: 5px 10px;
}

.aboutcon p {
	line-height: 35px;
	text-indent: 2em;
}

.protext {
	line-height: 30px;
	padding: 10px;
	border: 1px solid #ccc;
}

.pages {
	padding: 20px 0;
	text-align: center;
}

.pages li {
	display: inline;
	margin: 0 5px;
}

.pages li a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size: 12px;
}

.pages li a:hover {
	background: #1c3062;
	color: #fff;
	text-decoration: none;
}

.pages li.pages_solid {
	padding: 3px 8px;
	background: #1c3062;
	color: #fff;
}

/*新闻列表*/
.leftcon {
	border: 1px solid #f2f2f2;
	padding: 10px;
}

.cates h4 {
	background: #1c3062;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 4px;
}

.cates ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f2f2f2;
}

.cates ul li i {
	display: inline;
	font-size: 0.5rem;
	color: #777;
	padding-right: 5px;
}

.cates ul li a {
	color: #777;
}

.cates ul li a:hover {
	color: #1c3062;
}

.cates p {
	line-height: 30px;
}

/*新闻列表*/
.newslist {
	border: 1px solid #f2f2f2;
	padding: 10px;
}

.newslist ul li {
	border-bottom: 1px solid #f0f2f5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.newslist ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.newslist ul li h3 a {
	display: block;
	color: #1c3062;
}

.newslist ul li h3 a:hover {
	color: #1c3062;
}

.newslist ul li p.des {
	line-height: 30px;
}

.newslist ul li p.info {
	color: #aaa;
}

.newslist ul li p.info span {
	margin-right: 10px;
}

.content {
	border: 1px solid #f2f2f2;
	padding: 10px;
	line-height: 30px;
}

.pro_detail h1 {
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}

.para {
	margin-top: 15px;
}

.para p {
	line-height: 30px;
	border-bottom: 1px dashed #e0e1dc;
}

.p_detail {
	padding: 15px 0;
}

.p_detail span.title {
	line-height: 30px;
	display: block;
	color: #1c3062;
	font-weight: 700;
	border-bottom: 1px solid #1c3062;
}

.p_detail p {
	line-height: 30px;
}

.tag {
	border-top: 1px dashed #e0e1dc;
	color: #999;
}

/*相关新闻*/
.related_list h4 {
	line-height: 30px;
	border-bottom: 1px solid #1c3062;
	padding-left: 5px;
	color: #1c3062;
}

.related_news li a {
	width: 75%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
}

/*相关产品*/
.related_pro li {
	margin: 20px 0;
}

.related_pro li img {
	border: 1px solid #e0e1dc;
}

.related_pro li img:hover {
	border: 1px solid #1c3062;
}

.related_pro li span {
	display: block;
	line-height: 30px;
}

.n_para {
	border-bottom: 1px solid #e0e1dc;
}

@media(max-width:768px) {
	.n_para span {
		display: block;
	}
	.numberTips{
		border:none;
	}
	.numberTips>div:nth-child(1){
		font-size: 48px;
		
	}
}

.map img {
	max-width: none;
}

/*网站地图*/
.sitemap {
	margin: 10px 0;
}

.sitemap h3 {
	margin: 20px 0;
	font-size: 16px;
}

.sitemap dl a {
	margin-right: 10px;
}

/*底部*/
.footer {
	color: #ccc;
}

.footer a {
	color: #ccc;
}

.foot_top {
	background: #1c3062;
}

.foot_in {
	padding: 0px 0 70px;
}

.ftlogo {
	padding: 2% 0;
}

.foot_in h4 {
	width: 80px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin-top: 40px;
}

.foot_type li {
	line-height: 35px;
}

.foot_type li i {
	display: inline;
	color: #ccc;
	padding-right: 10px;
	font-size: 1rem;
}

.foot_bottom {
	background: #1c3062;
}

.footnav {
	padding: 70px 0 50px;
	border-bottom: 1px solid #5b5d5e;
}

.footnav a {
	/* padding: 50px; */
	display: inline-block;
	margin: 10px 0;
	text-align: center;
}

.copyright {
	padding: 15px 0;
}

.copyright p {
	line-height: 25px;
}

@media (max-width:767px) {
	body {
		padding-bottom: 70px;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 3px 0;
	border-right: 1px solid #666;
	list-style: none;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.phonefooternav ul li a:hover {
	text-decoration: initial;
}

.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}

.pha:hover {
	border-bottom: 2px solid #076ce0;
	padding-bottom: 10px;
	color: #076ce0;
}

/* logo */
.navbar-brand {
	padding-top: 5px !important;
}
.cp:hover div{
display:block;

}
.cp>div{
position: absolute;
	display:none;
    width: 200px;
    margin-left: -50px;
    text-align: center;
    background: #232a3b;

}
.cp p{
    line-height: 40px;
    color:#bfb9b9 !important
}
.cp p:hover{
	color:#fff !important
}
