@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin:0;
	padding:0;
}
img {
	border:0
}
ol, ul {
	list-style:none
}
i, em {
	font-style: normal;
}
input {
	outline: none;
	border:none;
}
html {
	_overflow-y:scroll;
}
/*****！！页面通用css样式定义开始******/
html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap:break-word
}
/* 网站超链接css通用设置 */
a {
	text-decoration: none;
	color:#333
} /* 链接无下划线,有为underline */
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover {
	color: #0051a3;
	text-decoration: none;
} /* 鼠标在链接上 */
a:active {
	color: #0051a3;
} /* 点击激活链接 */
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display: none
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}/*清除浮动*/
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	display:block
}
.dib {
	display: inline-block;
*display: inline;
	zoom:1;
}
/*表格样式定义 */ 
checkbox {
	border: 0px;
}/*选择框样式定义 */
ul, li {
	list-style:none
}
.f_pr {
	position:relative;
}
.f_pa {
	position:absolute;
}
em {
	font-style:normal;
}
.contentindex {
	width:90%;
	max-width:1300px;
	min-width:1200px;
	margin: 0 auto;
}
/*头部*/
.header_nav {
	width:100%;
	height:140px;
	position: absolute;
	left:0;
	top: 25px;
	z-index: 111;
}
.header_nav .main {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	height:140px;
	margin:0 auto;
	background:#fff;
}
.header_nav .main .logo { 
    width: 18%;
    display: block;
    float: left;
    margin-left: 1.5%;
    margin-top: 3%;
}
.header_nav .main .logo img{ max-width:100%; height:auto}
/*.header_nav .main .logo p {
    color: #0051a3;
    font-family: '微软雅黑';
    font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    padding-top: 27px;
}*/
.header_nav .main .frtxt {
    width: 76%;
    display: block;
    float: right;
    margin-top: 1.5%;
}
.toparea {
	padding: 0 2%;
	height:45px;
	background: #0051a3;
}
.toparea ul li {
	float:left;
	line-height:45px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold
}
.toparea ul li span {
	line-height:45px;
	font-size:15px;
	color:#f3b301;
	font-weight:bold
}
.toparea ul li.tel {
	background: url(../images/tela.png) 0 center no-repeat;
	text-indent: 32px;
	line-height: 45px;
	color: #fff;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*nav*/
.nav {
	width:100%;
	height:60px;
	margin:0 auto;
}
.nav ul {
	height:60px;
	margin:0 auto;
}
.nav ul li {
	float: left;
	height: 60px;
	position: relative;
	background: url(../images/nav_line.jpg) right center no-repeat;
	width: 14.2%;
	text-align: center;
}
.nav ul li a {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}
.nav ul li em {
	display: block;
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif
}
.nav ul li a:hover {
	color: #1e5db0;
}
.nav ul li:hover {
	font-size:16px;
	color: #1e5db0 !important;
}
.nav ul li:hover a {
	color:#1e5db0;
}
.nav ul li dl {
	position:absolute;
	left:0px;
	top:60px;
	z-index:99999;
	background:#1e5db0;
	display:none;
	width:100%;
}
.nav ul li:hover dl {
	position:absolute;
	left:0px;
	top:60px;
	z-index:99999;
	background:#1e5db0;
	display:block;
}
.nav ul li dl dt a {
	height:50px;
	line-height:50px !important;
	color:#fff !important;
	font-size: 14px !important;
	font-weight:100;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #fff;
}
.nav ul li dl dt a:hover {
	background:#555;
	color:#fff !important;
	line-height:50px !important;
	font-size:14px !important;
	font-weight:100;
	border-bottom:1px solid #fff
}
.nav .nav_on {
	color: #1e5db0;
	font-size:16px;
}
.header_nav.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index:999;
	background:#fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
}
/*子页面banner*/
.neibanner {
	width:100%;
	height:600px;
	margin:0 auto;
	background:#cfcfcf
}
/*公共标题*/
.main_title {
	display:block;
	text-align:center;
	font-size:20px;
	color:#444444;
	line-height:38px;
}
.main_title p {
	font-size: 45px;
	color: #222222;
	line-height: 56px;
	font-weight: bold;
	font-family: "微软雅黑";
	padding-top: 8px;
	margin-bottom: 10px;
}
/*首页产品*/
.Menubob {
	width:100%;
	margin:0px auto 40px;
	text-align:center;
}
.Menubob li {
	display: inline-block;
	overflow: hidden;
	background: #0051a3;
	width: 31.5%;
	margin: 0 0.8%;
	text-align: center;
}
.Menubob li a {
	text-decoration: none;
	font-size: 20px;
	line-height: 2.5;
	color: #fff;
	overflow: hidden;
	display: block;
}
.Menubob li a.hover, .Menubob li a:hover {
	background:#f3b301;
	color: #fff;
	line-height:2.5;
}
.proinfour {
	display: inherit;
	width: 22.9%;
	margin: 0 1.5% 1.5% 0;
	background: #fff;
	float: left;
	border: 1px solid #dfe3e8;
	padding: 0.4%;
}
.inbox1 .center a:nth-child(3n) {
margin:0 !important;
float:right !important
}
.proinfour h2 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
	line-height: 3;
	text-align: center;
}
.proinfour:hover {
	border:1px solid #0156a9;
	background:#edf6ff
}
.proinfour:hover h2 {
	color:#0051a3
}
.proinfour div {
	width: 100%;
	height: 224px;
	overflow: hidden;
	position: relative;
}
.proinfour div img.prpic {
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.proinfour:hover div img.prpic {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.proinfour div span {
	display:none
}
.proinfour:hover div span {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/cpbg1.png) repeat;
	z-index:66
}
.proinfour:hover div span img {
	width:60px;
	height:60px;
	position:absolute;
	left:50%;
	top:50%;
	z-index:68;
	margin-left:-30px;
	margin-top:-30px;
	display:block
}
 .content a.proinfour:nth-child(4n) {
margin-right:0
}
.in_product {
	background:#f6f9fd;
	padding:55px 0 72px
}
.in_product .content {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
	margin-top:30px;
}
.titincp {
	margin-bottom:20px
}
.titincp h1 {
	font-size:45px;
	line-height:65px;
	text-align:center
}
.titincp p {
	line-height: 40px;
	font-size:20px;
	text-align:center
}
.center {
	width:88%;
	margin:0 auto;
	max-width:1460px;
	min-width:1200px
}
.textover {
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*四大优势*/
.in_4ys {
	width:100%;
	height:635px;
	margin:0 auto;
	background:url(../images/bg_ys1.jpg) center top no-repeat;
	padding-top:55px
}
.in_4ys .content {
	margin: 0 auto;
	margin-top: 55px;
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
}
.in_4ys .content ul li {
    float: left;
    width: 21%;
    display: block;
    text-align: center;
    margin: 0 2%;
    font-size: 16px;
    line-height: 2;
    color: #d8ebff;
}
.in_4ys .content ul li.li1 {
	background:url(../images/01.png) center top no-repeat
}
.in_4ys .content ul li.li2 {
	background:url(../images/02.png) center top no-repeat
}
.in_4ys .content ul li.li3 {
	background:url(../images/03.png) center top no-repeat
}
.in_4ys .content ul li.li4 {
	background:url(../images/04.png) center top no-repeat
}
.in_4ys .content ul li img {
	height:65px;
	padding-top:20px;
	padding-bottom:20px;
	transition: all 0.3s linear 0s;
}
.in_4ys .content ul li:hover img {
	transform:rotate(360deg);
}
.in_4ys .content ul li p {
	font-size:28px;
	color:#fff;
	font-weight:bold;
	line-height:2.5
}
.in_4ys .content ul li .dec {
	width:35px;
	height:2px;
	display:block;
	margin:12px auto;
	background:#ffffff
}
.in_4ys .tel {
	width:530px;
	height:54px;
	margin:55px auto 0;
	display:block;
	background:url(../images/ys_tel.png) 38px center no-repeat;
	text-indent:85px;
	line-height:54px;
	font-size:20px;
	color:#ffffff;
	border:3px solid #ffffff;
	border-radius: 25px;
}
.in_4ys .tel span {
	font-size:28px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:54px
}
/*三大理由*/
.in_3reason {
	background:url(../images/bg_ys.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding-top:76px;
	padding-bottom:200px
}
.in_3reason .content {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	margin:0 auto;
	margin-top:40px;
	height:1080px;
	position:relative
}
.in_3reason .content .ysa {
	position:absolute;
	right:0;
	top:0
}
.in_3reason .content .ysb {
	position:absolute;
	left:0;
	top:398px
}
.in_3reason .content .ysc {
	position:absolute;
	right:0;
	top:800px
}
.in_3reason .content .txta {
	position:absolute;
	left:0;
	top:45px
}
.in_3reason .content .txtb {
	position:absolute;
	left:600px;
	top:412px
}
.in_3reason .content .txtc {
	position:absolute;
	left:0;
	top:860px
}
.in_3reason .content .txt {
    width: 50%;
    display: block;
}
.in_3reason .content .txt h1 {
	height: 78px;
	background: url(../images/ys_title.png) no-repeat 0 0;
	font-style: normal;
	font-size: 12px;
	color: #566571;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: -0.2px;
}
.in_3reason .content .txt h1 span {
	width:85px;
	height:78px;
	display:block;
	margin-right:50px;
	text-align:center;
	float:left;
	font-size:50px;
	font-family:impact;
	line-height:78px;
	color:#ffffff;
	letter-spacing:0;
}
.in_3reason .content .txt h1 p {
    font-size: 26px;
    color: #0156a9;
    font-weight: bold;
    line-height: 1.4;
    font-family: "微软雅黑";
    letter-spacing: 0;
    padding-top: 4px;
}
.in_3reason .content .txt .cont {
	margin-top:35px
}
.in_3reason .content .txt .cont ul li {
	background:url(../images/pencile.png) 0 10px no-repeat;
	padding-left:38px;
	font-size:17px;
	line-height:35px;
	color:#444444
}
.in_3reason .content .txt .cont ul li span {
	font-size:17px;
	line-height:35px;
	color:#ff6600
}
.in_3reason .content .txt h1 {
	text-transform: uppercase
}
/*首页公司简介*/
.in_gsjj {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	margin:55px auto 0;
}
.in_gsjj .content {
	margin-top:25px;
	font-size:18px;
	color:#444444;
	line-height:36px;
	text-align:justify;
	/*height:252px;*/
	display:block;
	overflow: hidden
}
.in_gsjj .content * {
	font-size:18px;
	color:#444444;
	line-height:36px;
}
.in_gsjj .more {
	width:274px;
	height:39px;
	margin:0 auto;
	display:block;
	text-align:center;
	line-height:39px;
	color:#0156a9;
	font-size:18px;
	margin-top:45px;
	border:3px solid #0156a9;
	border-radius: 25px;
}
.in_gsjj .more:hover {
	line-height:39px;
	color:#ffffff;
	font-size:18px;
	background:#0156a9
}
.mr_frbox2e {
}
.imgboxcpe { margin-top:30px
}
.imgboxcpe ul li {
	margin:0 10px 0 10px;
	display: inline;
	float:left;
	overflow:hidden;
}
.imgboxcpe ul li a {
	display:block;
	width:305px;
	padding:0;
	background:#ffffff;
	text-align:center;
}
.imgboxcpe ul li a .imgali {
	width:100%;
	height: auto;
	text-align:center;
	overflow:hidden
}
.imgboxcpe ul li a .imgali span {
	height:100%;
	display:inline-block;
	vertical-align:middle
}
.imgboxcpe ul li a .imgali img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.imgboxcpe ul li a:hover .imgali img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
/*首页新闻中心*/
.newContBox {
	width: 100%;
	height: auto;
	margin: 45px auto 0;
	background: #f4f4f4;
	padding-top: 45px;
	padding-bottom: 75px;
}
.newContBox .newCont {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.newContBox .newCont .title {
	display:block;
	text-align:center;
	background:url(../images/line.png) center 80px no-repeat;
	font-size:20px;
	color:#666666;
	line-height:35px
}
.newContBox .newCont .title p {
	font-size:40px;
	color:#0051a3;
	font-weight:bold;
	line-height:55px;
	margin-bottom:10px
}
.newCont .newtop .listnew {
	float: right;
}
.newCont .newtop .listnew li {
	float: left;
	margin-right:30px;
	color:#fff;
	font-size:16px;
	padding-bottom:10px;
	cursor: pointer;
}
.newCont .newtop .listnew li:last-child {
	margin-right:0;
}
.newCont .newtop .listnew li:hover {
	border-bottom: 2px solid #fff;
}
.newCont .newctext {
	width:100%;
	overflow:hidden;
	display: none;
}
.newCont .newctext.newshown {
	display: block;
	margin-top:30px
}
.newCont .newctext .ncontl {
	width: 48%;
	display: block;
	overflow: hidden;
	float: left;
}
.newCont .newctext .ncontl .ncimg {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.newCont .newctext .ncontl .ncimg img {
	max-width:100%;
	transform: scale(1);
	transition: all 1s ease-out;
}
.newCont .newctext .ncontl:hover .ncimg img {
	transform: scale(1.2);
}
.newCont .newctext .ncontl .nctit {
	width:80%;
	line-height:45px;
	float:left;
	font-size:18px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newCont .newctext .ncontl span {
	float:right;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	line-height:45px;
	background:url(../images/date.png) 0 center no-repeat;
	padding-left:20px
}
.newCont .newctext .ncontl .ncdate {
	background:url(../images/date.png) 0 center no-repeat;
	text-indent:25px;
	color:#1f5db0;
	font-size:15px;
	margin-bottom:10px;
}
.newCont .newctext .ncontl .nctext {
	color:#5e5e5e !important;
	font-size:15px !important;
	line-height:24px !important;
	height:48px;
	display:block;
	overflow:hidden
}
.newCont .newctext .ncontl .ncnexta {
	width:95px;
	height:30px;
	display: block;
	text-align:center;
	line-height:30px;
	background:#0051a3;
	color:#fff;
	font-size:15px;
	float: right;
	border-radius:15px;
	margin-top:10px
}
.newCont .newctext .ncontr {
	width: 49%;
	display: block;
	overflow: hidden;
	float: right;
}
.newCont .newctext .ncontr ul {
	width:100%;
	overflow:hidden;
}
.newCont .newctext .ncontr ul li {
	width:100%;
	overflow:hidden;
	padding-top:14px;
	padding-bottom:14px;
	border-bottom:1px dotted #bababa
}
.newCont .newctext .ncontr ul li:first-child {
	padding-top:0
}
/*.newCont .newctext .ncontr ul li:last-child{ padding-bottom:0}*/

.newCont .newctext .ncontr ul li a {
	width:100%;
	overflow:hidden;
	display: block;
	background: url(../images/mnarr.png) right bottom no-repeat;
}
.newCont .newctext .ncontr ul li a .nrtit {
	width:100%;
	color:#222;
	font-size:18px;
	margin-bottom:15px;
	overflow: hidden;
	height:30px;
}
.newCont .newctext .ncontr ul li a .nrtit .stit {
	width:80%;
	float: left;
	line-height: 30px;
}
.newCont .newctext .ncontr ul li:hover a .nrtit .stit {
	color:#015aaa;
}
.newCont .newctext .ncontr ul li a .nrtit .date {
	float: right;
	text-align: right;
	color: #aaaaaa;
	font-size: 15px;
	line-height: 30px;
	background: url(../images/date.png) 0 center no-repeat;
	padding-left: 20px;
}
.newCont .newctext .ncontr ul li a .nrtext {
	width:80%;
	color:#5e5e5e;
	font-size:15px;
	line-height:24px;
	height:48px;
	display:block;
	overflow:hidden
}
/*foot*/
.foot {
    background: #333333;
    padding-top: 45px;
    padding-bottom: 40px;
}
.foot .main {
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
	margin:0 auto;
}
.botlogo {
	display:block;
	float:left;
	width:250px;
	height:auto;
	font-size:15px;
	line-height:24px;
	color:#d0d0d0;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1px;
}
.botlogo p {
	font-size:42px;
	color:#d0d0d0;
	font-weight:bold;
	font-family:"微软雅黑";
	line-height:56px;
	padding-top:70px
}
.navigationa {
    width: 18%;
    display: block;
    float: left;
    margin-right: 7%;
}
.navigationa .title {
	height:43px;
	line-height:43px;
	border-bottom:1px solid #a1a1a1
}
.navigationa .title p {
	float:left;
	border-bottom:1px solid #ffffff;
	font-size:20px;
	color:#d0d0d0;
	line-height:43px
}
.navigationa .content {
	margin-top:6%
}
.navigationa .content li {
	width: 40%;
	height: 35px;
	display: block;
	float: left;
	margin-right: 20%;
}
.navigationa .content li a {
	line-height:35px;
	font-size:14px;
	color:#d0d0d0;
	display:block
}
.navigationa .content li:nth-child(2n) {
margin-right:0
}
.contact {
    width: 24%;
    display: block;
    float: left;
}
.contact .title {
	height:43px;
	line-height:43px;
	border-bottom:1px solid #a1a1a1
}
.contact .title p {
	float:left;
	border-bottom:1px solid #ffffff;
	font-size:20px;
	color:#d0d0d0;
	line-height:43px
}
.contact .content {
	margin-top:6%;
	font-size:14px;
	line-height:35px;
	color:#d0d0d0;
}
.contact .content strong {
	font-size:14px;
	line-height:35px;
	color:#d0d0d0
}
.attention {
	width: 24%;
	height: auto;
	display: block;
	float: right;
}
.attention .title {
	height:43px;
	line-height:43px;
	border-bottom:1px solid #a1a1a1
}
.attention .title p {
	float:left;
	border-bottom:1px solid #ffffff;
	font-size:20px;
	color:#d0d0d0;
	line-height:43px
}
.attention .content {
	margin-top:8%;
}
.attention .contenta {
}
.attention .content1 ul li {
	float: left;
	width: 45%;
	margin-right:8%;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #d0d0d0;
	line-height: 25px;
}
.attention .content1 ul li img {
	width:100%;
	height: auto;
	border:1px solid #afafaf
}
.attention .content1 ul li:nth-child(2n) {
margin-right:0
}

.bot_logo{
    display: block;
    float: left;
    text-align: center;
    margin-right: 7%;
    width: 12%;
}
.bot_logo img{max-width:100%;}
/*.bot_logo p{
    color: #d0d0d0;
    font-family: '微软雅黑';
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 3px;
	}
*/

.footer {
	width:100%;
	height:65px;
	margin:0 auto;
	background:#282828;
	text-align:center
}
.footer li {
	display: inline-block;
	line-height: 65px;
	margin: 0 6%;
	color: #666666;
	font-size: 14px;
}
.footer li a {
	line-height:65px;
	font-size:14px;
	color:#666666;
}
/*子页面*/
.mainframe {
	margin:30px auto;
	width: 90%;
	max-width: 1300px;
	min-width: 1200px;
}
/*ny_left menu_list*/
.ny_left {
	width:24%;
}
.backcolor {
	background: #0156a9;
}
.menu_list .list_title {
	border-bottom:1px solid #d1d1d1;
	height:60px;
	color:#FFF;
	padding:20px 0 20px 22px;
}
.menu_list .list_title span {
	font-size: 24px;
	display:block;
	margin-bottom:5px
}
.menu_list .list_title .sp01 {
	color:#a9c7ff;
	font-weight: 100;
	text-transform:uppercase;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif
}
.menu_list .m_1 {
	border:1px solid #d1d1d1;
	border-top:none;
	border-bottom:none;
}
.menu_list .m_1>li {
	line-height: 48px;
	font-size: 15px;
	background: #f8f8f8;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-top: 2px solid #fff;
	position: relative;
}
.menu_list .m_1>li>a {
	border-left:6px solid #f1f1f1;
	height: 48px;
	color: #525252;
	font-weight: bold;
	padding-left: 25px;
	display: block;
	font-size:15px;
}
.menu_list .m_1>li>a.active, .menu_list .m_1>li:hover>a {
	border-left: 6px solid #0044a5;
	color: #0044a5
}
.menu_list .m_1>li .menu_btn {
	position: absolute;
	width: 50px;
	height: 48px;
	background:url(../images/public/ny_left_ico.png) no-repeat center;
	top: 0;
	right: 0;
	cursor: pointer;
}
.menu_list .m_1>li .menu_btn_active {
	background:url(../images/public/ny_left_ico_active.png) no-repeat center;
}
.menu_list .m_1>li .menu_btn:hover {
	background-color:#f9f9f9
}
/*.menu_list .m_2{display: none;}*/
.menu_list .m_2>li {
	line-height: 36px;
	background: #fff;
	border-bottom: 1px dashed #ccc
}
.menu_list .m_2>li:last-child {
	border-bottom: none
}
.menu_list .m_2>li:first-child {
	border-top:1px solid #ccc
}
.menu_list .m_2>li a {
	display: block;
	padding-left:30px;
	font-size: 13px;
	color:#333
}
.menu_list .m_2>li a.active, .menu_list .m_2>li a:hover {
	color: #0044a5
}
/*ny_left menu_list*/
.menu_list {
	margin-bottom:30px;
}
/*ny_left slider_contact*/
.slider_contact {
	width:100%;
	color:#333333;
}
.slider_contact .list_title {
	font-size:18px;
	line-height:50px;
	color:#FFF;
	text-indent:2em;
}
.slider_contact .list_title strong {
	font-weight:normal;
	color:#a9c7ff;
	font-size:14px;
	padding-left:5px;
}
.slider_contact .contactm {
	padding: 65px 12px 20px;
	border: 1px solid #d1d1d1;
	line-height: 26px;
	position: relative;
	background: #f8f8f8 url(../images/public/contactbg.jpg) no-repeat 12px 20px;
}
.slider_contact .contactm .telsp {
	position:absolute;
	top: 12px;
	left: 73px;
	height:48px;
	color:#5b5b5b;
	line-height:24px;
	font-size:16px
}
.slider_contact .contactm .telsp em {
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	display: block;
	color: #f3b301;
	font-family: arial;
}
.frame2 {
	display: block;
	padding: 1.5%;
	border: 1px solid #f1f1f1;
	position: relative;
}
.frame2 .topimg {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.frame2 .topimg img {
	max-width:100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}
.frame2 p {
	margin-top:10px;
	line-height:40px;
	font-size:16px;
	color:#666666;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:86%
}
.frame2 .details {
	width: 40px;
	height: 40px;
	display: block;
	background: #eaeaea;
	position: absolute;
	right: 6px;
	bottom: 6px;
	line-height: 40px;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif
}
.frame2:hover {
	box-shadow: 0 0 8px 4px #f3f3f3;
}
.frame2:hover .details {
	background:#0156a9;
	color: #FFF;
}
.frame2:hover .topimg img {
	transform: scale(1.2);
}
.mainconta {
	width:90%;
	max-width:1300px;
	min-width:1200px;
	margin:0 auto
}
.mainconta .head {
	height:51px;
	border-bottom:1px solid #dedddc
}
.mainconta .head p {
	float:left;
	border-bottom:3px solid #005bac;
	line-height:49px;
	font-size:20px;
	color:#005bac;
	font-weight:bold
}
.mainconta .head span {
	float:right;
	line-height:51px;
	font-size:14px;
	color:#666666
}
.mainconta .content {
	margin-top:25px
}
.texts {
	width:160px;
	height:110px;
	background:url(../images/dianhua.png) no-repeat 15px center #666;
	padding-left:95px
}
.texts p {
	font-size:12px;
	color:#fff;
	line-height:15px;
	padding-top:35px
}
.texts span {
	font-size:19px;
	color:#fff;
	line-height:25px;
}
.rightframe {
	width: 73.5%;
	float: right;
}
.maincont {
}
.maincont .head {
	height:51px;
	border-bottom:1px solid #dedddc
}
.maincont .head p {
	float:left;
	border-bottom:3px solid #0051a3;
	line-height:49px;
	font-size:20px;
	color:#0051a3;
	font-weight:bold
}
.maincont .head span {
	float:right;
	line-height:51px;
	font-size:14px;
	color:#666666;
	background:url(../images/public/span01.png) 0 center no-repeat;
	padding-left:25px
}
.maincont .head span a {
	line-height:51px;
	font-size:14px;
	color:#666666
}
.maincont .content {
	margin-top:25px
}
.maincont .contenta {
	margin-top:25px
}
.maincont .contenta ul li {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32%;
	box-sizing: border-box;
}
#telback {
	background: url(../images/lxs.png) no-repeat 20px -30px;
	min-height: 450px;
	padding: 40px 0 0 410px;
	width: 450px;
	font-size: 15px;
	line-height: 35px;
}
#telback strong {
	font-size:16px;
	color:#0051a3;
	line-height:35px;
	font-weight:bold
}
.proshow .prtitle {
	line-height:30px;
	text-align:center;
	font-size:22px;
	padding:15px 0;
	font-family:"微软雅黑";
	font-weight:bold
}
.proshow .primgpic {
	width:100%;
	height:auto;
	overflow-x:hidden;
	margin:0 auto;
	text-align:center
}
.proshow .primgpic img {
	max-width:98%;
	border:1px solid #ddd
}
.proshow .prtent img {
	max-width:100%;
	margin-top:5px;
	margin-bottom:5px
}
.proshow .prtent, .proshow .prtent p, .proshow .prtent span, .proshow .prtent li, .proshow .prtent div, .proshow .prtent td, .proshow .prtent th, .proshow .prtent dd {
	font-size:15px;
	line-height:30px
}
.proshow .next {
	padding-top:10px;
	color:#666;
	border-top:1px dotted #cfcfcf;
	margin-top:10px
}
.proshow .pos {
	height:30px;
	line-height:30px;
	background:#f5f5f5;
	text-align:center;
	margin-bottom:35px;
	color:#888
}
.proshow .pos a {
	line-height:30px;
	color:#888
}
/*guestbook*/
.guestbook_show {
	margin:20px auto 0;
}
.guestbook_top {
	height:40px;
	background:#eee;
	line-height:40px;
	padding:0 10px 0 17px;
}
.guestbook_top .mustwrt {
	display:block;
	float:right;
}
.guestbook_show em {
	color:#f00;
	font-style:normal;
}
.guestbook_form .inp_one {
	width: 450px;
	height: 30px;
	line-height: 30px;
	outline: none;
	border: 1px solid #ccc;
	padding-left: 4px;
}
.guestbook_form .inp_one:focus {
	border:1px solid #3671cf;
}
.guestbook_form {
	padding:20px 20px 0;
}
.guestbook_form dl {
	width:100%;
	overflow:hidden;
	line-height:28px;
	height:28px;
	padding:10px 0;
}
.guestbook_form dt {
	width:80px;
	float:left;
}
.guestbook_form dd { /*width:610px; */
	float:left;
}
.guestbook_form dd span {
	padding-left: 10px;
	color: #888888;
	line-height: 30px;
}
.guestbook_form dd span i {
	color:#F00;
	padding:0 5px;
}
.guestbook_form dd span.quetion {
	display:block;
}
.guestbook_form .bookdl {
	height:180px;
	overflow:hidden;
	line-height:20px;
	padding-bottom:0;
}
.guestbook_form .button {
	width:150px;
	height:32px;
	background:#b8b8b8;
	border:none;
	margin-right:10px;
	color:#fff;
	cursor: pointer;
}
.guestbook_form .button:hover {
	background:#f1f1f1;
	color:#555;
}
.guestbook_form .form_b {
	width: 693px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align: center;
}
.guestbook_title {
	padding:20px 20px 0;
	color:#2a6cd4
}
.guestbook_title strong {
	color:#f00;
}
.guestbook_title b {
	padding:0 10px;
	font-weight:normal;
}
.guestbook_cnt {
	padding:5px 20px 20px;
	border-bottom: 1px dashed #ccc
}
.guestbook_reply {
	color:#f00;
	background:#f6f6f6;
	line-height:40px;
}
.page {
	width:100%;
	margin:10px auto;
	line-height:30px;
	text-align:right;
}
.page span {
	display:inline-block;
	padding:0 10px 0 0;
}
.page a.num.select {
	padding:3px 10px;
	color:#fff;
	background:#0051a3
}
.page a.num {
	padding: 3px 10px;
	background: #dfdfdf;
	margin: 0 3px;
}
.page a.num:hover {
	padding:3px 10px;
	color:#fff;
	background:#0051a3
}
.proimg_bb {
	width:207px;
	height:314px;
	text-align:center;
	line-height:40px;
	float:left;
	margin:10px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.proimg_bb .topimg {
	width:203px;
	height:270px;
	display:block;
	overflow:hidden;
	padding:1px;
	border:1px solid #e4e4e4
}
.proimg_bb .topimg img {
	max-width:100%;
	height:270px;
	transform: scale(1);
	transition: all 1s ease-out;
}
.proimg_bb:hover {
	background:#0051a3;
	color:#fff
}
.proimg_bb:hover .topimg img {
	transform: scale(1.2);
}
.proimg_dd {
	width: 31.3%;
	text-align: center;
	line-height: 3;
	float: left;
	margin: 1%;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.proimg_dd .topimg {
	display: block;
	overflow: hidden;
	width: 100%;
	height:225px;
}
.proimg_dd .topimg img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}
.proimg_dd:hover {
	background:#0051a3;
	color:#fff
}
.proimg_dd:hover .topimg img {
	transform: scale(1.2);
}
.proimg_aa {
	width:268px;
	height:241px;
	border:1px solid #cfcfcf;
	display:block;
	float:left;
	margin:15px;
}
.proimg_aa p {
	text-align:center;
	line-height:40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.proimg_aa img {
	width:268px;
	height:201px;
}
.blocka {
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #bdbdbd
}
.blocka p a {
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	height:40px;
	width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block
}
.blocka .time {
	line-height:30px;
	font-size:14px;
	color:#0051a3
}
.blocka span {
	line-height:25px;
	font-size:13px;
	color:#555;
	width:100%;
	height:50px;
	display:block;
	overflow:hidden
}
.news_page {
	margin:20px auto;
	overflow: hidden;
}
.news_page li {
	width:45%;
	float:left;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 10px 0 25px;
	background:#f5f5f5;
}
.news_page .pagepre {
	background:#f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;
}
.news_page .pagenext {
	text-align: right;
	padding-right: 30px;
	background:#f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center;
}
.news_page .pagepre:hover {
	background:#d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;
}
.news_page .pagenext:hover {
	background:#d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;
}
/*人才招聘*/
.XRegina {
	width: 100%;
	display: block;
	background:url(../images/bg.jpg) repeat
}
.XRegina .heada {
	height:45px;
	background:#555;
	color:#fff;
	line-height:45px;
	font-size:15px;
}
.XRegina .heada ul li {
	float:left;
	line-height:45px;
	font-size:15px;
	color:#fff;
	display:block;
	text-align:center
}
.XRegina .heada ul li.li1 {
	width:16%
}
.XRegina .heada ul li.li2 {
	width:16%
}
.XRegina .heada ul li.li3 {
	width:24%
}
.XRegina .heada ul li.li4 {
	width:12%
}
.XRegina .heada ul li.li5 {
	width:16%
}
.XRegina .heada ul li.li6 {
	width:16%
}
.XRegina .contentam {
	width:100%;
	height:auto;
	background:url(../images/bg.jpg) repeat;
	line-height:45px;
	font-size:15px;
}
.XRegina .contentam a {
	width:100%;
	height:45px;
	display:block;
	color:#333
}
.XRegina .contentam a:hover {
	width:100%;
	height:45px;
	display:block;
	background:#e3f1ff;
	color:#0572c4
}
.XRegina .contentam ul li {
	float:left;
	line-height:45px;
	font-size:15px;
	display:block;
	text-align:center;
	border-bottom:1px solid #cfcfcf
}
.XRegina .contentam ul li a {
	line-height:45px;
	font-size:15px;
	color:#333;
}
.XRegina .contentam ul li a:hover {
	line-height:45px;
	font-size:15px;
	color:#ca0000;
}
.XRegina .contentam ul li.li1 {
	width:16%;
	height:45px;
}
.XRegina .contentam ul li.li2 {
	width:16%;
	height:45px;
}
.XRegina .contentam ul li.li3 {
	width:24%;
	height:45px;
}
.XRegina .contentam ul li.li4 {
	width:12%;
	height:45px;
}
.XRegina .contentam ul li.li5 {
	width:16%;
	height:45px;
}
.XRegina .contentam ul li.li6 {
	width:16%;
	height:45px;
}
/*电子地图*/
.week_map {
	position: relative;
	height: 450px;
	max-width: 850px;
	margin-bottom: -5px;
	padding:10px 10px;
	border:#999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
/*详情*/
.prtentkp table {
	width: 100% !important;
	border: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border-left: 1px solid #999999 !important;
}
.prtentkp table td {
	border: 1px solid #999999 !important;
	border-top-color: windowtext !important;
	border-right-color: windowtext !important;
	border-bottom-color: windowtext !important;
	border-left: none !important;
	padding: 5px !important;
}
