﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'iconfont';  /* Project id 3651435 */
  src: url('//at.alicdn.com/t/c/font_3651435_e84ofhelcgp.woff2?t=1663294741745') format('woff2'),
       url('//at.alicdn.com/t/c/font_3651435_e84ofhelcgp.woff?t=1663294741745') format('woff'),
       url('//at.alicdn.com/t/c/font_3651435_e84ofhelcgp.ttf?t=1663294741745') format('truetype');
}
body, input, p, div, span, ul, li, table, td, a, textarea, img, form, p {
	margin: 0;
	padding: 0;
}
p, img {
	border: 0;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
.main_nr {
	margin: 0px auto;
}
.main_nr .lbox {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}
.main_nr .lbox .leftnav {
	width: 1180px;
	margin: 0 auto;
}
.main_nr .lbox .leftnav .top {
	width: 298px;
	height: 50px;
	line-height: 50px;
}
.main_nr .lbox .leftnav .top .tit {
	font-size: 24px;
	font-family: 微软雅黑;
	color: #015198;
	font-weight: bold;
	text-indent: 20px;
}
.main_nr .lbox .leftnav .sideMenu {
	overflow: hidden;
	text-align: center;
}
.main_nr .lbox .leftnav .sideMenu h3 {
	height: 40px;
	float: none;
	display: inline-block;
	margin: 10px 2px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	background-color:#eee;
}
.main_nr .lbox .leftnav .sideMenu h3 a {
	color: #555;
	line-height: 40px;
	font-size: 16px;
	display: block;
	text-shadow: none;
	padding: 0px 20px;
}
.main_nr .lbox .leftnav .sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	background: url(../images/icoAdd.png) 16px 12px no-repeat;
	cursor: pointer;
}
.main_nr .lbox .leftnav .sideMenu h3.on em {
	background-position: 16px -57px;
}
.main_nr .lbox .leftnav .sideMenu h3.on 
{
    background-color:#0075c1;
}
.main_nr .lbox .leftnav .sideMenu h3.on a {
	color: #fff;
	line-height: 40px;
}
.main_nr .lbox .leftnav .sideMenu ul {
	padding: 8px 30px;
	color: #999;
	display: none; /* 默认都隐藏 */
}
.main_nr .lbox .leftnav .sideMenu ul li {
	height: 28px;
	line-height: 28px;
}
.main_nr .lbox .leftnav .sideMenu ul li a {
}
.main_nr .lbox .leftnav .sideMenu ul li.on a {
	color: #ff5959;
}
.page_nav {
	background: #f7f7f7;
	padding: 0 0 20px 0;
}
/*列表*/
.main_nr .rbox {
	min-height: 420px;
}
.main_nr .rbox .rbox_top {
	font-size: 18px;
	font-family: 微软雅黑;
	background: #fff;
	height: 32px;
	line-height: 40px;
	overflow: hidden;
	padding: 4px;
}
.main_nr .rbox .rbox_top .tit {
	float: left;
	margin: 0 12px;
	height: 40px;
}
.main_nr .rbox .rbox_top .tit img {
	padding-top: 4px;
}
.main_nr .rbox .rbox_top .wzdh {
	font-size: 12px;
	background: url(../images/home.png) no-repeat -8px 4px;
	padding-left: 16px;
	margin-right: 10px;
}
.main_nr .rbox .rbox_top .wzdh a {
	color: #000;
}
.main_nr .rbox .rbox_top .wzdh a:hover {
	color: #70caff;
}
.main_nr .rbox .nr {
	font-size: 16px;
	line-height: 1.8;
	width: 1170px;
	margin: 0 auto;
	padding: 30px 0;
}
.main_nr .rbox .nr img {
	max-width: 100%;
}
.main_nr .rbox .nr ul.list li {
	background: url(../images/bb.png) left no-repeat;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 38px;
	border-bottom: dashed 1px #cdcdcd;
}
.main_nr .rbox .nr ul.list li a {
	margin-left: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");
	display: block;
	float: left;
	width: auto;
	max-width: 730px;
}
.main_nr .rbox .nr ul.list li a:hover {
	color: #36aff4;
}
.main_nr .rbox .nr ul.list li .time {
	float: right;
}
.main_nr .rbox .nr p, .main_nr .rbox .nr div {
}
.main_nr .rbox .nr ul.piclist {
	overflow: hidden;
	zoom: 1;
	margin-right:-10px;
}
.main_nr .rbox .nr ul.piclist li {
	margin: 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;/* border-radius:3px;*/
	width:23%;
	height:205px;
}
.main_nr .rbox .nr ul.piclist li .pic {
	border: 1px solid #ccc;
	text-align: center;
	width:100%;
	height: 168px;
}
.main_nr .rbox .nr ul.piclist li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.main_nr .rbox .nr ul.piclist li .pic a:hover img {
}
.main_nr .rbox .nr ul.piclist li .title {
	line-height: 30px;
}
.main_nr .rbox .nr .tit {
	width: 100%;
	height: auto;
	color: #000;
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0em;
}
.main_nr .rbox .nr .date {
	width: 98%;
	text-align: center;
	height: 24px;
	line-height: 24px;
	border-bottom: dashed 1px #ccc;
	margin: 0 auto;
}
.main_nr .rbox .nr .zw {
	text-align: left;
	line-height: 1.8 !important;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
}
.main_nr .rbox .nr .zw img {
	max-width: 800px;
	margin: 0 auto;
}
.main_nr .rbox .nr .zw p {
	line-height: 1.8;
	padding: 0;
	margin: 0;
}
.main_nr .rbox .nr .zw span {
	line-height: 1.8;
}
@media(max-width:767px) 
{
    .main_nr .rbox .nr ul.piclist {
	overflow: hidden;
	zoom: 1;
	margin-right:0px;
}
    .main_nr .rbox .nr ul.piclist li {
	margin: 2%;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;/* border-radius:3px;*/
	width:46%;
	height:205px;
}
.main_nr .lbox .leftnav {
	width: auto;
	margin: 0 auto;
}
.main_nr .rbox .nr {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.product-search {
	padding: 10px;
}
.main_nr .rbox {
	width: auto;
	margin:0 10px;
}
}
.wd-editor {
	padding: 30px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #222;
	min-height:375px;
	word-wrap: break-word;
}
@media(max-width:768px)
{
    .wd-editor {
	padding: 12px;
	min-height:200px;
}
    }
/*典范客户*/
.picMarquee-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next {
	background-position: 0 -50px;
}
.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.picMarquee-left .bd {
	padding: 10px;
}
.picMarquee-left .bd .tempWrap {
	overflow: hidden;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 250px;
	height: 120px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
}
/*jobnew*/
.job_news {
	width: 100%;
}
.job_news .head {
	background: #e2e2e2;
	 font-weight:bold;
}
.job_news th {
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	font-size: 14px;
	color: #6d6d6d;
}
.job_news .line1 {
	width: 14%;
	padding-left: 30px;
	text-align: left;
}
.job_news .line2 {
	width: 36%;
	text-align:center;
}
.job_news .line3 {
	width: 10%;
	text-align:center;
}
.job_news .line4 {
	width: 20%;
	text-align:center;
}
.job_news .line5 {
	width: 20%;
	text-align: right;
	padding-right: 80px;
	text-align:center;
}
.job_news tbody tr{ height:40px; line-height:40px; border-bottom:1px solid #e3e3e3;}
.job_news tbody tr a:hover{ color:#f76d36;}
.footmenu{ display:none;}
.footmenu_top{ height:54px; display:none;}
 @media (max-width:768px)  /*手机端显示*/
        {
           .job_news .line1 {
	width: 14%;
	padding-left: 10px;
	text-align: left;
}
.job_news .line2 {
	width: 26%;
	text-align:center;
}
.job_news .line3 {
	width: 14%;
	text-align:center;
}
.job_news .line4 {
	width: 20%;
	text-align:center;
	display:none;
}
.job_news .line5 {
	width: 20%;
	text-align: right;
	padding-right: 80px;
	text-align:center;
	display:none;
}
.navbar-header{box-shadow: 3px -1px 10px #000;}
.main_nr .lbox .leftnav .sideMenu h3 a
{
    padding:1px 10px;
    }
    /*浮动*/
    .iconfont {
          font-family:"iconfont" !important;
          font-size:1.6rem;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.01rem;
          -moz-osx-font-smoothing: grayscale;
        }
.footmenu_top{ height:34px; display:block;}
.footmenu a{ color:#fff;}
.footmenu{color:#fff; background:#2d5b98; position:fixed; bottom:0; left:0; width:100%; z-index:10000; display:block;border-top:1px solid #efefef;}
.footmenu ul{display:-webkit-box;display:-webkit-flex;display:flex;justify-content:center;}
.footmenu ul li{-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center;font-size:12px;  padding-top:6px;}
.footmenu ul li i{ display:block; width:20px; height:20px; line-height:20px; font-size:20px;  margin:0 auto;}

 }
          
           