@font-face {
  font-family: 'iconfont';  /* project id 1298696 */
  src: url('//at.alicdn.com/t/font_1298696_1hcmotplg53.eot');
  src: url('//at.alicdn.com/t/font_1298696_1hcmotplg53.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1298696_1hcmotplg53.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1298696_1hcmotplg53.woff') format('woff'),
  url('//at.alicdn.com/t/font_1298696_1hcmotplg53.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1298696_1hcmotplg53.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 12px;
	color: #000000;
	font-family: 'Microsoft YaHei';
}

body, div, ul, ol, li, dl, dt, dd, p, span, h1, h2, h3, h4, h5, h6, form, pre, fieldset, legend, table, tr, td, th, input, textarea, img {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei';
}

section, article, header, footer, aside, nav, dialog, figcaption, figure, menu, details {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei';
}

div, ul, ol, li, dd, dl, dt {
	list-style: none;
}

table {
	border-collapse: collapse;
	border: 0;
}

td, tr, th {
	font-size: 12px;
}

img {
	border: none;
}

select, input, img {
	vertical-align: middle;
}

textarea {
	vertical-align: middle;
	font-size: 12px;
	resize: none;
}

em {
	font-style: normal;
}

b {
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 16px;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

a.sethome:link, a.sethome:visited {
	color: #273843;
	font-size: 12px;
	text-decoration: none;
}

a.sethome:hover, a.sethome:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}

a.links:link, a.links:visited {
	color: #3C3B3B;
	font-size: 12px;
	text-decoration: none;
}

a.links:hover, a.links:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}

a.white:link, a.white:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a.white:hover, a.white:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}

a.black:link, a.black:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

a.black:hover, a.black:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}

a.detail:link, a.detail:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.detail:hover, a.detail:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}

a.newslist:link, a.newslist:visited {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}

a.newslist:hover, a.newslist:active {
	color: #FF0000;
	font-size: 13px;
	text-decoration: none;
}

a.prolist:link, a.prolist:visited {
	color: #615B5B;
	font-size: 13px;
	text-decoration: none;
}

a.prolist:hover, a.prolist:active {
	color: #FF0000;
	font-size: 13px;
	text-decoration: none;
}

a.job:link, a.job:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

a.job:hover, a.job:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}

a.botmenu:link, a.botmenu:visited {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 8px 0px 7px;
}

a.botmenu:hover, a.botmenu:active {
	color: #FFFF00;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 8px 0px 7px;
}

.clear, .cl {
	clear: both;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.fl, .l {
	float: left;
}

.fr, .r {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.h20 {
	height: 20px;
	line-height: 20px;
}

.h22 {
	height: 22px;
	line-height: 22px;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.blank {
	font-family: Times New Roman;
	font-size: 12px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	visibility: hidden;
}

.flex {
	display: flex;
}

.bridgeCode {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding: 0px 0px 0px 0px;
}


/**********************************************************************************************/


/* 网站头部 */

.top_main {
	height: 30px;
	line-height: 30px;
	background: #F2F2F2;
	font-size: 12px;
}


/* 网站logo */

.logo_main {
	height: 120px;
}

.topLogo.flex {
	height: 120px;
	align-items: center;
}

.topPhone.flex {
	padding-left: 70px;
	height: 120px;
	flex-direction: column;
	justify-content: center;
	background: url(../images/topPhone.png) no-repeat center left;
}

.topPhone.flex p {
	font-size: 30px;
	line-height: 35px;
	color: #0185d0;
	font-weight: bold;
}


/* 网站导航 */

.nav_main {

}

.nav_Ul {
	height: 60px;
}

.nav_Ul li:first-child {
	border-left: 1px solid #0B2D7E;
}

.nav_Ul li {
	float: left;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-right: 1px solid #0B2D7E;
}

.nav_Ul li a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav_Ul li.curr {
	background: #0185d0;
}

.nav_Ul li:hover {
	background: #0185d0;
}


/* 幻灯片轮播 */

.banner_main {
	width: 100%;
}

.banner_main:after {
	display: block;
	content: "";
	clear: both;
}

.nyBanner {
	height: 300px;
	overflow: hidden;
}


/**********************************************************************************************/


/* 网站底部 */

.foot_main {
	margin-top: 30px;
	padding: 30px 0 20px;
	background: #191919;
}


/* 友情链接 */

.links {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #434343;
}

.links span {
	margin-right: 10px;
	font-size: 16px;
	color: #F9F9F9;
}

.links a {
	margin-right: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #F9F9F9;
}

.contact .WeCode {
	margin-right: 15px;
}

.conBox {
	color: #FFFFFF;
}

.conBox .p1 {
	font-size: 14px;
}

.conBox .p2 {
	font-size: 30px;
	color: #407fe1;
}


/* 底部导航 */

.footNav dl {
	float: left;
}

.footNav dl dt {
	margin-bottom: 20px;
	width: 140px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-right: 1px solid #407fe1;
}

.footNav dl:first-child dt {
	border-left: 1px solid #407fe1;
}

.footNav dl dt a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.footNav dl dd {
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.footNav dl dd a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}


/* 底部版权 */

.copyright {

	border-top: 1px solid #434343;
	background: #101010;
	color: #999999;
	font-size: 12px;
}


/**********************************************************************************************/


/* 模块头部 */

.in_title {
	padding-top: 80px;
	text-align: center;
}

.in_title p.pen {
	margin-bottom: 12px;
	font-size: 45px;
	color: #666666;
	text-transform: uppercase;
}

.in_title p.pcn span {
	margin: 0 40px;
	font-size: 30px;
	font-weight: bold;
	color: #1048a0;
}

.in_title p.pcn i {
	margin: 10px 0;
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #CCCCCC;
}

.more a {
	position: absolute;
	display: inline-block;
	left: 500px;
	width: 198px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #333333;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	z-index: 999;
	font-size: 16px;
}

.more:after {
	display: block;
	content: "";
	position: relative;
	top: 24px;
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}


/* 产品中心 */

.Product {
	padding-bottom: 45px;
}

.inProNav {
	padding-top: 50px;
	height: 40px;
	justify-content: center;
}

.inProNav a {
	margin: 0 15px;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	background: #1048a0;
	font-size: 18px;
	border-radius: 10px;
	transition: 0.5s;
}

.inProNav a:hover {
	background: #0185d0;
}

.inProlist {
	margin-top: 40px;
	width: 100%;
}

.inProlist li {
	margin: 20px 30px 20px 0;
	padding: 30px;
	width: 320px;
	height: 295px;
	background: #F6F6F6;
	transition: 0.3s;
}

.inProlist li:nth-child(3n) {
	margin-right: 0;
}

.inProlist li p {
	float: left;
	width: 210px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}

.inProlist li span {
	float: right;
	width: 100px;
	height: 55px;
	background: url(../images/em.png) no-repeat center;
	transition: 0.3s;
}

.inProlist li:hover {
	background: #1048a0;
}

.inProlist li:hover p {
	color: #FFFFFF;
}

.inProlist li:hover span {
	background: url(../images/em1.png) no-repeat center;
}

.more {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 50px;
}


/* 工程案例 */

.Case {
	padding-bottom: 45px;
	background: #F6F6F6;
}

.Case .more a {
	background: #F6F6F6;
}

.inCaselist {
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
	height: 490px;
}

.inCaselist ul li {
	margin-right: 30px;
	width: 378px;
	height: 488px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.inCaselist ul li a {
	padding: 29px;
	display: block;
}

.inCaselist ul li h1 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inCaselist ul li p {
	width: 100%;
	height: 84px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inCaselist ul li span {
	margin-top: 10px;
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	background: #1048a0;
	color: #FFFFFF;
}

.inCaselist ul li:hover {
	transition: 0.5s;
	background: #1048a0;
}

.inCaselist ul li:hover h1, .inCaselist ul li:hover p {
	transition: 0.5s;
	color: #FFFFFF;
}

.inCaselist ul li:hover span {
	transition: 0.5s;
	background: #FFFFFF;
	color: #1048a0;
}


/* 关于我们 */

.About {
	padding: 40px 0 50px 0;
	background: #F6F6F6;
}

.inAboutImg {
	width: 600px;
	height: 424px;
}

.inAboutBox {
	margin-top: 50px;
	padding: 50px 0 0 50px;
	width: 550px;
	height: 324px;
	background: #FFFFFF;
}

.inAboutBox > h1 {
	font-size: 46px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}

.inAboutBox > p {
	font-size: 30px;
	font-weight: bold;
	color: #1048a0;
}

.inAboutBox > div {
	margin: 25px 0 10px 0;
	width: 484px;
	height: 150px;
	line-height: 30px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.inAboutBox > a {
	display: block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #1048a0;
}


/* 新闻中心 */

.News {
	padding: 0px 0 50px 0;
}

.inNewlist {
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inNewlist li {
	margin-top: 30px;
	width: 582px;
	height: 148px;
	border: 1px solid #DDDDDD;
	background: #F6F6F6;
	border-radius: 10px;
}

.inNewlist li a {
	display: block;
	padding: 30px 40px;
}

.inNewlist li .time {
	width: 66px;
	height: 88px;
}

.inNewlist li .time .day {
	font-size: 60px;
	line-height: 50px;
	font-family: arial;
	color: #666666;
}

.inNewlist li .time .year {
	margin-top: 5px;
	font-size: 16px;
	font-family: arial;
	color: #666666;
}

.inNewlist li .test {
	width: 420px;
	height: 88px;
}

.inNewlist li .test .tit {
	width: 100%;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inNewlist li .test .des {
	margin-top: 10px;
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/**********************************************************************************************/

.curr > a{
	color: #febc35 !important;
}