@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:240px;
	height:100%;
	position: fixed;
	z-index: 9999;
	top:0;
	left:0;
	background:url(../images/navbg.jpg) repeat-y top left;
	box-shadow: 0px 2px 3px rgba(153,153,153,0.75);
-moz-box-shadow: 0px 2px 3px rgba(153,153,153,0.75);
-webkit-box-shadow: 0px 2px 3px rgba(153,153,153,0.75); 
	}
.header .closed{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.navmenu{
	position:fixed;
	top:15%;
	left:5px;
	z-index: 999;
	display:none;
	cursor:pointer;
}
.logo{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:28px 0;
}
.header ul{
	width:100%;
	overflow:hidden;
	}
.header ul li{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	margin:18px 0;
	}
.header ul li a{
	font-size:18px;
	color:#333;
	}
.header ul li:hover a,.header ul li.current a{
	color:#0a3b84;
	font-weight:bold;
	}
.header .tel{
	width:100%;
	overflow:hidden;
	padding-bottom:66px;
	position:absolute;
	left:0;
	bottom:0;
	}
.header .telbt{
	width:82%;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#999;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:15px;
	line-height:30px;
	}
.header .telnr{
	width:82%;
	overflow:hidden;
	margin:auto;
	font-size:28px;
	color:#f39800;
	font-weight:bold;
	line-height:34px;
	}
.header .telnr a{
	font-size:28px;
	color:#f39800;
	font-weight:bold;
}


.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1400px;
	height:auto;
	margin:auto;
	}
	
/* banner
-------------------------------------------------------------- */
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	text-align: center;
	position:absolute;
	left:16%;
	bottom:192px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
	border-radius:50%;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width:14px;
	height:14px;
	border-radius:50%;
	cursor: pointer;
	background-color: #0a3b84;
}
.silder-ctrl-con.active>span{
	background-color: #f39800;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}


/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit .titen{
	width:100%;
	overflow:hidden;
	line-height:60px;
	margin-bottom:6px;
	font-size:60px;
	color:#0a3b84;
	font-weight:bold;
	}
.tit h5{
	width:20%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	margin:0;
	line-height:40px;
	font-weight:bold;
	float:left;
	}
.tit h5 a{
	font-size:30px;
	color:#000;
	}
.tit hr{
	width:62px;
	height:2px;
	background:#f39800;
	border:none;
	}
.tit .more{
	font-size:16px;
	color:#0a3b84;
	float:right;
	margin-left:5%;
	}
.tit .menu a{
	font-size:18px;
	margin:0 10px;
	}
.tit .menu a:hover{
	color:#0a3b84;
	font-weight:bold;
	}
.pro .tit .menu a{
	font-size:18px;
	margin:0 10px;
	line-height: 40px;
    display: block;
    padding: 0 10px;
    float: left;
    border: solid 1px #0a3b84;
	color:#0a3b84;
	font-weight:bold;
	}
.pro .tit .menu a:hover{
	color:#fff;
	background:#0a3b84;
	}
.pro .tit .more{
	line-height: 40px;
}
/* pro
-------------------------------------------------------------- */
.pro{
	padding-top:40px;
}
.pronr{
	width:100%;
	height:auto;
	margin-top:60px;
	}
.pronr dl{
	overflow:hidden;
	margin:0 35px;
	}
.pronr dl dt{
	width:100%;
	overflow:hidden;
	background:#eeeeee;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.pronr dl dt img{
	max-width:100%;
	height:auto;
}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	font-size:22px;
	font-weight:bold;
	color:#444444;
	text-align:center;
	line-height:30px;
	background:#e6e6e6;
	padding:25px 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.pronr dl:hover dd{
	background:#0a3b84;
	color:#fff;
	}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
	
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding:54px 0;
	margin-top:55px;
	}
.casenr dl{
	margin:0 35px;
	position:relative;
	}
.casenr dl dt,.casenr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.casenr dl dt img{
	max-width:100%;
	height:auto;
}
.casenr dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.casenr dl dd{
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(10,59,132,0.52);
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.casenr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-15px;
	}
.casenr .case-carousel-carousel{
	margin-top:35px;
	}
.casenr dl:hover dd{
	opacity:1;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-bottom:70px;
	position:relative;
	}
.about .tit h5{
	width:100%;
	}
.about .aboutbg{
	width:42%;
	height:530px;
	background:#0a3b84;
}
.about .aboutnr{
	position:absolute;
	left:50%;
	margin-left:-700px;
	top:70px;
	}
.about .aboutimg{
	padding:0;
	overflow:hidden;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutimg:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	}
.about .about_cont{
	padding-right:0;
	padding-top:42px;
	padding-left:60px;
	}
.about .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	margin-top:15px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:82px;
	}
.aboutmore a{
	font-size:18px;
	color:#0a3b84;
	background:url(../images/tb1.png) no-repeat right center;
	width:124px;
	display:block;
	line-height:30px;
	}
/* news
-------------------------------------------------------------- */
.news{
	overflow:hidden;
	margin-top:42px;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:43px;
	}
.news .newslf{
	width:38%;
	overflow:hidden;
	}
.news .newslf .newsimg{
	width:100%;
	overflow:hidden;
	height:352px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.news .newslf .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.news .newslf .newsimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newslf .newstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	background:#0a3b84;
	line-height:30px;
	padding:19px 24px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsrt{
	width:62%;
	overflow:hidden;
	padding-left:125px;
	}
.news .newsrt dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cccccc;
	padding:30px 0;
	margin:0;
	}
.news .newsrt dl:first-child{
	padding-top:0;
	}
.news .newsrt dl:last-child{
	border-bottom:0;
	}
.news .newsrt dl dt{
	width:15%;
	overflow:hidden;
	background:#0a3b84;
	padding:20px 0;
	float:left;
	}
.news .newsrt dl dt .day,.news .newsrt dl dt .year{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-weight:normal;
	}
.news .newsrt dl dt .day{
	font-size:32px;
	line-height:35px;
	margin-bottom:4px;
	}
.news .newsrt dl dt .year{
	font-size:16px;
	}
.news .newsrt dl dd{
	width:85%;
	overflow:hidden;
	float:right;
	padding-left:26px;
	}
.news .newsrt dl dd .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#0a3b84;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsrt dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:8px;
	}
.news .newsrt dl:hover dt{
	background:#f39800;
	}
.news .newsrt dl:hover dd .newsbt{
	color:#f39800;
	}

/* link
-------------------------------------------------------------- */
.link{
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:55px;
	margin-top:20px;
	}
.link img{
	margin-right:14px;
	}
.link a{
	margin-right:10px;
	}
.link a:hover{
	color:#f39800;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#0a3b84;
	padding-top:44px;
	padding-bottom:42px;
	}
.footernr .blxfs{
	padding:0 0 0 96px;
	border-right:solid 1px #c0d9fd;
	}
.footernr .bnav{
	padding-left:0;
	padding-right:6%;
	border-right:solid 1px #c0d9fd;
	}
.footernr .blxfs h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin:0 0 18px 0;
	}
.footernr .blxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#c0d9fd;
	line-height:30px;
	margin-bottom:4px;
	}
.footernr .blxfs p a{
	font-size:16px;
	color:#c0d9fd;
	}
.footernr .bnav h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	margin:0 0 18px 0;
	line-height:30px;
	}
.footernr .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footernr .bnav ul li{
	padding:0;
	overflow:hidden;
	line-height:30px;
	margin-bottom:7px;
	}
.footernr .bnav ul li a{
	font-size:16px;
	color:#c0d9fd;
	}
.footernr .bewm{
	padding:0;
	text-align:right;
	padding-left:10px;
	}
.footernr .bewm dl{
	display:inline-block;
	float:right;
	}
.footernr .bewm dl dt{
	float:left;
	overflow:hidden;
	}
.footernr .bewm dl dd{
	float:left;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:24.5px;
	margin-left:32px;
	}
.footernr .bewm dl dt img{
	max-width:100%;
	height:auto;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#0a3b84;
	border-top:solid 1px #c0d9fd;
	padding:20px 0;
	}
.bot .botnr{
	text-align:center;
	color:#c0d9fd;
	line-height:30px;
	}
.bot .botnr a{
	color:#c0d9fd;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:430px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family:siyuan;
	padding-top:94px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}
@media(max-width:1680px) {
	.banner_n{
		height:376px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:358px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:323px;
	}
}
@media(max-width:1440px) {
	.about .aboutnr {
		left: 6%;
		margin-left: 0;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:305px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:287px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:229px;
	}
	.news .newslf .newsimg{
		height:337px;
	}
	.news .newsrt dl {
		padding: 10px 0;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:222px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:172px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:143px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	border-bottom:solid 1px #e0e0e0;
	line-height:60px;
}
.position .positionnr{
	color:#999;
	line-height:60px;
	padding:0;
}
.position .positionnr a {
	color:#999;
}
.position .nmenu{
	text-align:right;
	padding:0;
	}
.nmenu ul{
	display:inline-block;
	}
.nmenu ul li{
	float:left;
	padding:0 10px;
	margin:0 10px;
	position:relative;
	}
.nmenu ul li a{
	font-size:18px;
	color:#000;
	}
.nmenu ul li a:hover,.nmenu ul li.cur a{
	color:#0a3b84;
	font-weight:bold;
	}
.nmenu ul li:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#0a3b84;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nmenu ul li:hover:after,.nmenu ul li.cur:after{
	width:100%;
}

/* nabout
-------------------------------------------------------------- */
.nabout{
	overflow:hidden;
	padding:45px 0 64px 0;
	}
.nabout h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	margin:0;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	}
.nabout hr{
	width:64px;
	height:3px;
	overflow:hidden;
	background:#0a3b84;
	margin:auto;
	margin-top:17px;
	border:none;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	margin-top:42px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	}
.nabout ul{
	width:100%;
	overflow:hidden;
	}
.nabout ul li{
	width:31.3333%;
	overflow:hidden;
	float:left;
	margin:10px 1%;
	height:318px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nabout ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nabout ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nabout ul li .cqtit{
	width:100%;
	position:absolute;
	line-height:30px;
	text-align:center;
	color:#fff;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	font-size:16px;
	padding:10px 0;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
/* npromenu
-------------------------------------------------------------- */
.npro{
	padding: 45px 0 64px 0;
}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.npro dl dt{
	background: #eeeeee;
	height:334px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	text-align:center;
	color: #444;
    font-size: 18px;
	line-height:30px;
	padding:25px 0;
	background:#e6e6e6;
	}
.npro dl:hover dd{
	background:#0a3b84;
	color:#fff;
	}
.npro h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#343434;
	line-height:35px;
	margin:0;
	text-align:center;
}
.npro .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	}
.npro .fbimg img,.npro .fbnr img{
	max-width:100%;
	height:auto;
}
.npro .fbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.npro .fbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}

/* ncase
-------------------------------------------------------------- */
.ncase{
	padding: 45px 0 64px 0;
}	
.ncase dl{
	padding:0 10px;
	margin:20px 0;
	}
.ncase dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ncase dl dt{
	background: #eeeeee;
	height:298px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ncase dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.ncase dl:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl dd{
	text-align:center;
	color: #444;
    font-size: 18px;
	line-height:30px;
	padding:25px 0;
	background:#e6e6e6;
	}
.ncase dl:hover dd{
	background:#0a3b84;
	color:#fff;
	}
/* nnews
-------------------------------------------------------------- */
.nnews{
	padding: 56px 0 64px 0;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	border-bottom:dashed 1px #ccc;
	margin-bottom:10px;
	}
.nnews dl:first-child{
	padding-top:0;
	}
.nnews dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	height:213px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nnews dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dt .nday{
	width:90%;
	overflow:hidden;
	background:#eae6e2;
	font-size:40px;
	color:#2f2e2d;
	font-weight:normal;
	text-align:center;
	line-height:50px;
	padding:13px 0;
	}
.nnews dl dd{
	width:77%;
	overflow:hidden;
	float:left;
	padding-left:48px;
	padding-top:12px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	float:left;
	color:#262626;
	font-size:18px;
	line-height:30px;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:30px;
	margin-top:6px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#909090;
	margin-top:6px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:34px;
	}
.nnews dl:hover dd .nnewstit,.nnews dl:hover dd .nnewsmore{
	color:#0a3b84;
	}

.nnews dl .nnewsrt .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:20px;
	}
.nnews dl .nnewsrt .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:62px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin: 0 0 10px 0;
	line-height:30px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    text-align: center;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	overflow:hidden;
	padding: 56px 0 64px 0;
	}
.ncontact .ncontactnr{
	padding-left:0;
	}
.ncontact .ncontactnr h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	margin:0;
	line-height:40px;
	margin-bottom:40px;
	}
.ncontact .ncontactnr ul{
	width:100%;
	overflow:hidden;
	}
.ncontact .ncontactnr ul li{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#262626;
	line-height:30px;
	padding-left:42px;
	margin-bottom:30px;
	}
.ncontact .ncontactnr ul li a{
	font-size:20px;
	color:#262626;
}
.ncontact .ncontactnr ul li:first-child{
	background:url(../images/tb2.png) no-repeat left center;
	}
.ncontact .ncontactnr ul li:nth-child(2){
	background:url(../images/tb3.png) no-repeat left center;
	}
.ncontact .ncontactnr ul li:nth-child(3){
	background:url(../images/tb4.png) no-repeat left center;
	}
.ncontact .ncontactnr dl{
	overflow:hidden;
	float:left;
	margin-right:50px;
	}
.ncontact .ncontactnr dl dt,.ncontact .ncontactnr dl dd{
	overflow:hidden;
	}
.ncontact .ncontactnr dl dd{
	font-size:16px;
	color:#000;
	text-align:center;
	}
.ncontact .ncontactnr dl dt img{
	max-width:100%;
	height:auto;
}
.map{
	height:446px;
	overflow:hidden;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	padding: 45px 0 64px 0;
}
.nmessage ul {
    width: 100%;
    overflow: hidden;
}
.nmessage ul li {
    float: left;
    width: 33.3%;
    margin-top: 40px;
}
.nmessage ul li input{
    width: 87%;
	height:46px;
	overflow:hidden;
	line-height:46px;
	border:solid 1px #cccccc;
	font-size:16px;
	padding:0 4%;
}
.nmessage ul li:first-child input{
	background:url(../images/tb5.png) no-repeat 95% center;
	}
.nmessage ul li:nth-child(2){
	text-align:center;
	}
.nmessage ul li:nth-child(2) input{
	background:url(../images/tb6.png) no-repeat 95% center;
	}
.nmessage ul li:nth-child(3){
	text-align:right;
	}
.nmessage ul li:nth-child(3) input{
	background:url(../images/tb7.png) no-repeat 95% center;
	}
.nmessage ul li:last-child{
    width: 100%;
	}
.nmessage ul li:last-child textarea{
	background:url(../images/tb8.png) no-repeat 99% 24px;
	}
.nmessage ul li textarea{
    width: 100%;
	height:228px;
	overflow:hidden;
	line-height:30px;
	border:solid 1px #999;
	font-size:16px;
	padding:0 1.2%;
}
.subbtn{
    width: 100%;
	overflow:hidden;
	text-align:center;
	margin-top:35px;
	}
.subbtn button{
    width:172px;
	height:56px;
	overflow:hidden;
	text-align:center;
	line-height:56px;
	font-size:16px;
	background:#0a3b84;
	color:#fff;
	}

/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #0a3b84;
	margin-bottom:5px;
}

.dede_pages ul li.thisclass{
    background-color: #0a3b84;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #0a3b84;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#0a3b84;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	border-top:dashed 1px #ccc;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:58px;
	padding:0 1%;
}
.pages .pagesrt{
	text-align:right;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#4096cc;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#4096cc;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}

.moblie_head,.a_txt{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header{display:none}
.moblie_head{background:#fff;display:block;height:70px;position:fixed;top:0px;left:0px;width:100%;z-index:9999;}
.moblie_head .lf{padding-left:1%;width:86%;float:left; padding-top:4px;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	width:100px;
	}
.moblie_head .rg{padding-right:1%;padding-top:19px;float:right;}
.moblie_head .rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1360px) and (max-width: 1400px) {
	.npro dl dt{
		height:284px;
	}
	.ncase dl dt{
		height:252px;
	}
	.nabout ul li{
		height:278px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:266px;
	}
	.ncase dl dt{
		height:236px;
	}
	.nabout ul li{
		height:262px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:238px;
	}
	.ncase dl dt{
		height:212px;
	}
	.nabout ul li{
		height:236px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:210px;
	}
	.ncase dl dt{
		height:186px;
	}
	.nabout ul li{
		height:209px;
	}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1070px) {
	.news .newslf .newsimg{
		height:337px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:202px;
	}
	.ncase dl dt{
		height:180px;
	}
	.nabout ul li{
		height:203px;
	}
}
@media only screen and (min-width:860px) and (max-width: 991px) {
	.npro dl dt{
		height:268px;
	}
	.ncase dl dt{
		height:238px;
	}
	.nabout ul li{
		height:311px;
	}
}
@media only screen and (min-width:768px) and (max-width: 859px) {
	.npro dl dt{
		height:238px;
	}
	.ncase dl dt{
		height:212px;
	}
	.nabout ul li{
		height:241px;
	}
}
@media only screen and (min-width:640px) and (max-width: 767px) {
	.npro dl dt{
		height:196px;
	}
	.ncase dl dt{
		height:174px;
	}
	.nabout ul li{
		height:200px;
	}
}
@media only screen and (min-width:540px) and (max-width: 639px) {
	.npro dl dt{
		height:162px;
	}
	.ncase dl dt{
		height:145px;
	}
	.nabout ul li{
		height:169px;
	}
}
@media only screen and (min-width:425px) and (max-width: 539px) {
	.npro dl dt{
		height:125px;
	}
	.ncase dl dt{
		height:111px;
	}
	.nabout ul li{
		height:133px;
	}
	.news .newslf .newsimg {
		height: 280px;
	}
}
@media only screen and (min-width:375px) and (max-width: 424px) {
	.npro dl dt{
		height:108px;
	}
	.ncase dl dt{
		height:96px;
	}
	.nabout ul li{
		height:117px;
	}
	.news .newslf .newsimg {
		height: 247px;
	}
}
@media only screen and (min-width:320px) and (max-width: 374px) {
	.npro dl dt{
		height:90px;
	}
	.ncase dl dt{
		height:80px;
	}
	.nabout ul li{
		height:100px;
	}
	.news .newslf .newsimg {
		height: 210px;
	}
}
@media only screen and (min-width:0px) and (max-width: 319px) {
	.npro dl dt{
		height:88px;
	}
	.ncase dl dt{
		height:78px;
	}
	.nabout ul li{
		height:98px;
	}
	.news .newslf .newsimg {
		height: 208px;
	}
}

@media(max-width:1440px) {
	.nmenu ul li{
		margin:0 8px;
	}
}
@media(max-width:1400px) {
	.cont1,.cont{
		width:88%;
	}
	.pronr dl,.casenr dl{
		margin: 0 15px;
	}
	.news .newslf {
		width: 42%;
	}
	.news .newsrt {
		width: 58%;
		padding-left:80px;
	}
}
@media(max-width:1360px) {
	.nmenu ul li{
		margin:0;
	}
}
@media(max-width:1280px) {
	.footernr .blxfs {
		padding: 0 0 0 20px;
	}
	.news .newslf {
		width: 46%;
	}
	.news .newsrt {
		width: 54%;
		padding-left:60px;
	}
	.js-silder-ctrl {
		bottom: 162px;
	}
	.pro .tit .menu a {
		font-size: 16px;
		margin: 0 5px;
	}
}
@media(max-width:1200px) {
	.news .newsrt dl dt {
		width: 20%;
	}
	.news .newsrt dl dd {
		width: 80%;
	}
	.nmenu ul li{
		padding: 0 10px;
	}
}
@media(max-width:1152px) {
	.news .newslf {
		width: 50%;
	}
	.news .newsrt {
		width: 50%;
		padding-left:40px;
	}
	.news .newsrt dl {
		padding: 28px 0;
	}
	.js-silder-ctrl {
		bottom: 142px;
	}
	.nmenu ul li a {
		font-size: 16px;
	}
}
@media(max-width:1151px) {
	.footernr .bewm dl dd{
		margin-left:10px;
		font-size:15px;
	}
}
@media(max-width:1024px) {
	.news .newsrt dl {
		padding: 10px 0;
	}
	.nmenu ul li {
		padding: 0 8px;
	}
}
@media(max-width:1023px) {
	.js-silder,.banner_n{
		margin-top:70px;
	}
	.js-silder-ctrl {
		bottom: 20px;
	}
}
@media(max-width:991px) {
	.map{
		height:280px;
	}
	.footernr .bewm dl{
		float:left;
	}
	.footernr .blxfs{
		border-right:none;
	}
	.about .aboutnr{
		position:static;
	}
	.about .aboutnr{
		position:static;
		margin-left:6%;
	}
	.about .aboutbg{
		display:none;
	}
	.about .aboutimg{
		text-align:center;
		margin-top:20px;
	}
	.about .about_cont {
		padding-left: 0;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.nabout ul li{
		width:48%;
	}
	.nnews dl {
		padding: 20px 0;
	}
	.nnews dl dt {
		width: 25%;
	}
	.nnews dl dd {
		width: 75%;
		padding-left: 20px;
	}
	.news .newslf,.news .newsrt{
		width:100%;
	}
	.news .newsrt{
		margin-top:20px;
		padding-left:0;
	}
	.news .newsrt dl {
		padding: 15px 0;
	}
	.case .owl-controls:before,.case .owl-controls:after{
		display:none;
	}
}
@media(max-width:768px) {
	.tit .titen{
		font-size:50px;
	}
	.tit h5{
		font-size:26px;
	}
	.menu{
		width:100%;
		margin-top: 10px;
	}
	.tit h5{
		width:50%;
	}
	.nmenu ul li{
		margin: 0 15px;
	}
	.aboutmore {
		margin-top: 40px;
	}
	.about {
		padding-bottom: 20px;
	}
	.pro .tit .menu a{
		margin-bottom:10px;
	}
}
@media(max-width:767px) {
	.footernr .bnav{
		border-right:none;
	}
	.footernr .blxfs{
		padding:0;
	}
	.footernr .bewm{
		padding-left:0;
	}
	.npro dl dd {
		font-size: 16px;
		padding: 15px 0;
	}
}
@media(max-width:640px) {
	.tit .titen {
		font-size: 40px;
	}
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nmenu ul li{
		margin: 0 5px;
		line-height:40px;
	}
	.nmenu ul li a{
		font-size:16px;
	}
}
@media(max-width:540px) {
	.tit .titen {
		font-size: 30px;
		line-height:40px;
	}
	.tit h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.nmenu ul li{
		margin:0;
		padding:0 5px;
	}
}
@media(max-width:500px) {
	.ncontact .ncontactnr dl{
		margin-right:10px;
	}
}
@media(max-width:425px) {
	.news .newsrt dl dd{
		padding-left: 10px;
		width: 78%;
	}
	.news .newsrt dl dt {
		width: 22%;
	}
	.news .newsrt dl dt .day {
		font-size: 26px;
	}
	.news .newsrt dl dt .year {
		font-size: 14px;
	}
	.nabout ul li .cqtit {
		font-size: 14px;
		padding:0;
	}
	.nabout h5{
		font-size:26px;
	}
}
@media(max-width:375px) {
	.ncontact .ncontactnr dl dt img{
		width:120px;
	}
}
@media(max-width:320px) {
	
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#0a3b84; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
