﻿@charset "utf-8";
	/* 清除内外边距*/
	body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	_background-image:url(../other/about:blank);
	_background-attachment:fixed;
}
/* 设置默认字体*/
	body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
	font-size: 14px;
	outline:none;
	color:#888 ;
}
/* 列表元素*/
	ul,ol,li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle; 
}
.text_con img{ }
.img-responsive {
	width:100%;
	height: auto
}
/*自适应图片*/
	/* a标签*/
	
a {
	text-decoration: none ;
	color:#000 ;
}
a:hover {
	text-decoration: none ;
}
/* 定义浮动居中*/
	.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.center {
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearfix:after, .clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
/*重复div标签*/
	.DIV {
	position:relative;
	width:98%;
	margin:0 auto;
}
.DIV4 {
	position:relative;
	width:90%;
	margin:0 auto;
}
/* 重置h标签*/
	h1 {
	font-size: 24px
}
.h1 {
	color:#2a2a2a;
	font-family:"Arial";
	text-align:right;
}
h2 {
	font-size: 20px
}
h3 {
	font-size: 30px;
	color: #333;
}
.h3 {
	color:#2a2a2a;
	font-family:"Arial";
}
h4 {
	font-size: 18px
}
.h4 {
	color:#313131;
	margin-top: 65px;
	font-weight: 100;
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
/* 字体大小*/
	.font12 {
	font-size: 0.75em;
}
.font14 {
	font-size: .875em;
}
.font16 {
	font-size: 1em;
}
.font18 {
	font-size: 1.125em;
}
.font20 {
	font-size: 1.25em;
}
.font22 {
	font-size: 1.375em;
}
.font24 {
	font-size: 1.5em;
}
.font26 {
	font-size: 26px
}
.font28 {
	font-size: 28px
}
.font30 {
	font-size: 30px
}
/* 主色*/
	.role_color {
	color:#3fb560 }
/* 所有颜色*/
	.c1 {
	color:#d0292a;
	/*red*/
	
}
.c2 {
	color:#313131;
	/*gray*/
	
}
.c3 {
	color:#b3b3b3;
}
.c4 {
	color:#2d2c2c
}
.c5 {
	color:#ababab;
}
/* 定义边距 padding margin*/
	.p1 {
	padding-top:25px;
}
.p3 {
	padding-top:30px;
}
.m1 {
	margin-top:15px;
}
.m2 {
	margin-top:25px;
}
.m3 {
	margin-top:30px;
}
.p1 {
	padding-top:15px;
}
.p2 {
	padding-top:10px;
}
/*line-height*/
	.line1 {
	line-height:20px;
}
.line2 {
	line-height:24px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#7e7e7e;
	font-size:0.875em;
}
input:-moz-placeholder,textarea::-moz-input-placeholder {
	color:#7e7e7e;
	font-size:0.875em;
}


.navbar-top{
	height:30px;
	line-height:30px;
	background-color: rgba(0,0,0,.7);
}

.navbar-top a{
	color: #7a7a7a;
}
/*navbar*/
.navbar{
	width: 100%;
	left: 0;
	top: 0;
/*	position: fixed;*/
	z-index: 9999;
	transition: height .3s;
}
.navbar-top{
	height: 30px;
	line-height: 30px;
	background-color: #181818;
}
.navbar .logo{ 
	display: block;
	position: relative;
	top: 0;
	background-size: 300px 62px;
}
.navbar-brand a{
	transition: all .3s;
}
/* .navbar.fixed{
	background: #fff;
	margin-top: -30px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.3), 0 0 6px 2px rgba(0,0,0,.15);
} */
/* .navbar.fixed .navbar-brand a{
	width: 200px;
}
.navbar.fixed .logo{
	display: block;
	background-size: 120px 41px;
	top: 5px;
} */
.img-sy{
	width: 100%;
	height: auto;
}
.navbar .navbar-brand img{
	transition: all .4s; 
}
.menu_nav{
	width: 35px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.menu_nav ul{
	border: 1px solid #eee;
	padding: 3px;
	border-radius: 5px;
}
.menu_nav ul li{
	width: 100%;
	height: 3px;
	border-radius: 2px;
	margin: 3px;
	background: #0c5499;
	margin-left: 0px;
}

.nav-right ul li a{
	color: #333;
	transition: all .4s;
}
.nav-right ul li a:hover,.nav-right ul li.cur a{
	color: #0c5499;
}
.navbar .nav-right ul li:hover sub,.navbar .nav-right ul li.cur sub {
	width:100%;
}
/* .navbar.fixed .nav-right ul li sub {
	bottom: 10px;
} */
.navbar .nav-right ul li sub {
	height:2px;
	background-color:#0c5499;
	display:block;
	bottom: 25px;
	width:0;
	margin:0 auto;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* .navbar.fixed .navbar-header{
	line-height:50px;
} */

.header{position:relative;}

/*四大分类*/
.wzzz{
	margin-top: 40px;
}
.wzzz h4{
	color: #333333;
	padding-top: 20px;
}
.wzzz p{
	color: #888;
	font-size: 14px;
	padding-top: 10px;
}
.wzzz .wz{
	padding: 10px;
}
/*公司介绍*/
.about{ background-color:#0c5499; line-height:40px; margin-top: 40px;}

/*客户案例*/
.case{
	margin-top: 50px;
} 
.bt_tit{
	color: #888;
	font-size: 14px;
	line-height: 30px;
	padding : 20px 0px;
}
.case .nav_fl{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.case .nav_fl > li{
	padding:10px;
	display:inline-block;
}
.case .nav_fl li a{
	border: 1px solid #b9b9b9;
	color: #888;
	padding: 10px 25px;
	transition: all .5s;
}
.case .nav_fl li a:hover{
	border: 1px solid #0c5499;
	color: #fff;
	background: #0c5499;
}
.case .item .item2{
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 110;
	border:solid 1px #CCC;
	width: 97%;
	margin-bottom: 10px;
}
.case .item .item2 .overlay{
	position: absolute;
	z-index: 11;
	vertical-align: middle;
	/*visibility: hidden;*/
	opacity: 0;
	transition: 0.5s;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background-color: rgba(12, 84, 153,10);
	width: 100%;
	height: 100%;
}
.case .item .item2 .overlay:hover{
	opacity: 1;
}
.case .item .overlay h4{
	padding-top: 35%;
	color: #fff;
	font-size:14px;
}
.more{
	padding-top: 40px;
}
.more a{
	color: #fff;
    font-size: 16px;
    display: block;
    background: #0c5499;
}
.more a:hover{
	background: #0c5499;
	color: #fff;
}
.more2{ 
	display:block;
}
 

/*科技来袭*/
.kjlx{
	margin-top: 60px;
}
.tdpad{
	padding-left: 15px;
}
.kjlx_l,.kjlx_r{
	padding: 0px 10px 15px 0;
}
.kjlx_l table tr td,.kjlx_r table tr td{
	padding-bottom: 54px;
	text-align: left;
}
.kjlx_box{
	padding-top: 40px;
}

/*反馈*/

.lay_tit{
	padding: 43px 0 35px;
}
.lay_out{
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.lay_out1{ 
	padding:0px;
	margin: 5px;
	text-align:center;
	color:#000;
	border:solid 1px #CCC;
}
.lay_out2{ 
	padding:0px;
	margin: 5px;
	text-align:center;
}
.lay_box{
	margin-bottom: 40px;
}
.lay_out img{
	width:200px;
}
.lay_out1 img{
	width:100px;
}
.lay_con{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 20px;
	transition: 0.5s;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.lay_con:hover{
	color: #0c5499;
}
.news_zt{
	font-size: 19px;
    line-height: 85px;
    text-align: left;
    font-weight: bold;
    color: #000; 
}
.media{
	margin-bottom: 30px;
	border-bottom:1px dashed #959595;
    padding-bottom: 20px;
}
.media_left{
	width: 78px;
	height: 78px;
	background: #0c5499;
	margin-right: 20px;
}
.media_left .year{
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
}
.media_left .day{
	font-size: 12px;
	color: #fff;
}
.media_con h4 a{
	font-size: 16px;
	color: #333;
}
.media_con h4 a:hover{
	color: #0c5499;
}
.media_con > p{
	color: #888;
	font-size: 13px;
	padding-top: 10px;
	height:60px;
}
/*商盟成员*/
.smcy{
	margin-top: 0px;
	background-color: #eee;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.smcy a{
	color: #666;
	padding: 0 15px;
	line-height: 28px;
}
/*底部*/
.footer{
	background: #0c5499;
	padding-top: 40px; 
	color: #ccc;
}
.footer .line_big{
	padding-bottom: 30px;
}
.service-box h3{
	color: #ccc;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-box .ser_list li a{
	color: #ccc;
	font-size: 14px;
}
.service-box .ser_list li a:hover{
	color: #ccc;
}
.copy{
	background:#05335f;
	padding: 10px 0;
}
.service-box{ text-align:left;}
.ewm_f{ text-align:right;}
/*联系我们页面*/
.con_box{
	margin-bottom: 80px;
}
.con_con > p{
	text-align: left;
	line-height: 30px;
}
.con_con .ewm{
	margin-bottom: 20px;
}
.mbx{
	line-height: 55px;
	color: #666;
	background: #eee;
	white-space: nowrap;
}
.mbx a{
	color: #666;
}
.abo_con{
	margin-top: 20px;
	margin-bottom: 60px;
}
.abo_tit{
	margin-bottom: 30px;
	font-size: 29px;
	color: #121212;
	text-align:center;
}

/*关于我们页面*/
.nav_xqy li{    display: inline;
}
.nav_xqy li a{
	padding: 10px 25px;
	color: #888;
	transition: all 0.5s;
}
.nav_xqy li a:hover,.nav_xqy li a.on{
	color: #45d0df;
}
.text_con{
	margin-top: 20px;
	color: #808080;
	line-height: 30px;
	font-size: 14px;
	/*text-indent: 2em;*/
}
.text_con td{padding: 10px;}
/*产品中心页面*/
.pro_con{
	margin-top: 10px;
}
.pro_con .item .item2{
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 110;
	width: 97%;
	margin-bottom: 10px;
}
.pro_con .item .item2 .overlay{
	position: absolute;
	z-index: 11;
	vertical-align: middle;
	/*visibility: hidden;*/
	opacity: 0;
	transition: 0.5s;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background-color: rgba(98, 185, 195,.8);
	width: 100%;
	height: 100%;
}
.pro_con .item .item2 .overlay:hover{
	opacity: 1;
}
.pro_con .item .overlay h4{
	padding-top: 35%;
	color: #fff;
}
.center_ju{
	overflow:hidden;
	margin:0 auto;
	float:none;
	}

/*新闻资讯页面*/
.new_con{
	margin-top: 20px;
}
/*.new_con > .new > .media > .media_con{
	width: 80%;
	float: left;
}
.new_con > .new > .media{
	display: inline-block;
}*/


/*详情页*/
.xq_con{
	margin-top: 30px;
    margin-bottom: 60px;
}
h1.tit{
	margin-bottom: 10px;
	font-size: 24px;
	color: #121212;
}
.time{
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
}
.time a{
	color: #999;
}
.bq{
	padding-top: 10px;
}
.xyg,.xyg2{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.xyg a,.xyg2 a{
	color: #888;
}
.ms{
	padding-top:20px;
}
















/* 网站地图 */
.sitemap {
	text-align:left;
}
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding-bottom:5px;
}
.sitemap_con > a{
	font-size:16px;
	color:#666;
	padding:4px 10px;
}
.abo_tit2{
	margin-bottom: 30px;
	font-size: 32px;
	color: #121212;
	font-weight: bold;
}
/*相关新闻*/
.xgxw{
	margin-top: 20px;
}
.xgxw h3{
	color: #121212;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	font-weight: bold;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4 a{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #808080;
}
.xgxw_list li h4 a:hover{
	color: #0c5499;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align: right;
}
/*相关产品*/
.xgcp{
	margin-top: 10px;
}
.abo_con{
	margin-bottom: 60px;
}
.xgcp h3{
	color: #121212;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	font-weight: bold;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
	color:#333;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #0c5499;
}
.xgcp_list img{
	max-width: 95%;
}
/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 20px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#0c5499;
	color:#fff;
	border: 1px solid #0c5499
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #0c5499;
	padding: 2px 9px;
	margin: 0 3px;
	background: #0c5499;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 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;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}

.carousel-inner .item{
	text-align:center;
}
.carousel-inner .item img{
	display:inline;
}


/* banner自适应 */
.carousel-inner > .item {
	text-align:center;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.tt{ background:url(../images/tt.png) no-repeat 50%;}
.t1{ background:url(../images/t1.png) no-repeat 50%;}
.aos-init12{ background:url(../images/tt1.png) no-repeat 50%;}

.nav1 {

	float: right;

}

.nav1 > ul > li {

	float: left;

	position: relative;

	padding: 0px 10px;

}

.nav1 > ul > li > a {

	display: inline-block;

	position: relative;

	height: 70px;

	line-height: 70px;

	color: #fff;
 
	padding:0px 30px;

	text-decoration: none;

	transition: 300ms;

}

.nav1 > ul > li > a > span {

	padding-left: .5em;

}

.nav1 > ul > li > a.on {

	color: #038A03

}

.nav1 > ul > li:hover > a {

	color: #F88401;
	background-color:#fff;

}

.subnav {

	display: none;

	background: #fff;

	z-index: 9999;

}

.subnav > ul > li > {

	position: relative;

}

.subnav > ul > li > a {

	display: block;

	padding: 0px 22px;

	text-align: left;

	line-height: 50px;
	text-align:center;
	font-size:14px;

	color: #fff;

	background: #124575;

	border-bottom: 1px solid rgba(0, 0, 0, .08);

	text-decoration: none;

}

.subnav > ul > li > a > span {

	line-height: 50px;

}

.subnav > ul > li > a:hover {

	background: #eee;

	color: #333

}

 @media screen and (min-width: 768px) {

.subnav {

	position: absolute;

	left: 100%;

	top: 0;

	width: 180px;

	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);

}

.subnav > ul > li {

	position: relative;

}

.subnav > ul > li > a > span.fa-angle-right {

	float: right;

}

.subnav > ul > li > a > span.fa-angle-down {

	display: none;

}

.nav1 > ul > li > a:before {

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	height: 2px;

	background: #F88401;

	opacity: 0;

}

.nav1 > ul > li > a.on:before, .nav1 > ul > li:hover > a:before {

	opacity: 1;

}

.nav2 {

	top: 100%;

	left: 0;

}

}

 @media screen and (min-width: 0) and (max-width: 767px) {

.nav-btn {

	display: block;

}

.nav1 {

	display: none;

	float: none;

	position: absolute;

	left: 0;

	right: 0;

	top: 100%;

	background: #fff;

}

.nav1-oh {

	height: 315px;

	max-height: calc(100vh - 60px);

	overflow: auto;

}

.nav1 > ul > li {

	float: none;

	padding: 0;

}

.nav1 > ul > li > a.aa {

	display: block;

	height: 45px;

	line-height: 45px;

	padding: 0 20px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}

.nav1 > ul > li > a.aa:hover {

	background: #F88401;

}

.nav3 ul li.tree a.cc {

	padding-left: 40px;

}

.nav4 ul li.four a.dd {

	padding-left: 50px;

}

.nav5 ul li.five a.ee {

	padding-left: 60px;

}

.subnav > ul > li > a > span.fa-angle-right {

	display: none;

}

.subnav > ul > li > a > span.fa-angle-down {

	padding-left: 10px;

}

}

 @media screen and (min-width: 768px) and (max-width: 991px) {

.nav1 > ul > li {

	float: left;

	position: relative;

	padding: 0px 5px;

}

}
.nav-btn {

	display: none;

	width: 40px;

	position: absolute;

	right: 15px;

	top: 50%;

	margin-top: -17px;

	cursor: pointer;

	padding: 9px 10px;

	background-color: transparent;

	background-image: none;

	border: 1px solid transparent;

	border-radius: 4px;

	border-color: #ddd;

	cursor: pointer;

}

.nav-btn span {

	display: block;

	height: 2px;

	border-radius: 1px;

	background-color: #888

}

.nav-btn span+span {

	margin-top: 4px

}

.nav-btn.open {

	border-color: #ccc;

	background: #ccc;

}

.nav-btn.open span {

	background-color: #fff

}

