@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: 100%;
	height: 130px;
	position: fixed;
	z-index: 999;
	top: 0;
	background:#fff;
}
.logo {
	overflow: hidden;
}
.top{
	width:100%;
	overflow:hidden;
	background:#f0f0ee;
	}
.top .toplf,.top .toprt{
	line-height:30px;
	}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	}

.nav .menu > li a{
	color:#343434;
	font-size:16px;
	display:block;
	margin:0 20px;
	line-height:100px;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li > a:before{
	content:"";
	width:0;
	height:3px;
	background:#0283fc;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li a:hover:before,.nav .menu > li.active a:before{
	width:100%;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#0283fc;
	}



.nav .menu > li .submenu{

	width:130px;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;

	background:#0283fc;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li > a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#ee8544;

}
.nav .menu > li.current > a:after{
	width:100%;
	}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1200px;
	height:auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top:130px;
	position:relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides_nav{
	width:156px;
	height:88px;
	}
.prev{
	background:#fff url(../images/prev2.png) no-repeat center;
	position:absolute;
	right:156px;
	bottom:0;
	z-index:99;
	}
.prev:hover{
	background:#fff url(../images/prevh2.png) no-repeat center;
	}
.prev:after{
	content:"";
	position:absolute;
	width:1px;
	height:38px;
	background:#d4d4d4;
	right:0;
	top:25px;
	z-index:100;
	}
.next{
	background:#fff url(../images/next2.png) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	}
.next:hover{
	background:#fff url(../images/nexth2.png) no-repeat center;
	}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	width:160px;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto;
	position: absolute;
	bottom: 45px;
	z-index: 99;
	display: inline-block;
	left: 50%;
	margin-left:-73px;
}
.rslides_tabs li {
	float: left;
	width: 40px;
	height: 8px;
	margin: 0 10px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li:last-child {
	margin-right: 0;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background:#fff;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#bfbfbf;
}
/* Callback example */
.events {
	list-style: none;
}
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
 @media screen and (max-width: 600px) {
.callbacks_nav {
	top: 47%;
}
}
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	text-align:center;
	line-height:35px;
	}
.tit h3 a{
	font-size:30px;
	color:#333;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#c8e4fe;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin-top:6px;
	text-transform:uppercase;
	}
.tit p:before{
	content:"";
	position:absolute;
	width:90px;
	height:2px;
	background:#c8e4fe;
	left:50%;
	margin-left:-163px;
	top:12px;
}
.tit p:after{
	content:"";
	position:absolute;
	width:90px;
	height:2px;
	background:#c8e4fe;
	right:50%;
	margin-right:-163px;
	top:12px;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	padding-top:110px;
	padding-bottom:56px;
	}
.pro .tit h3,.pro .tit h3 a,.pro .tit p{
	color:#fff;
	}
.pro .tit p:before,.pro .tit p:after{
	 background: #fff;
	}
.pronr{
	margin-top:129px;
	}
.pronr dl{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt img{
	max-width:100%;
	height:auto;
}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	background:#fff url(../images/icon3.png) no-repeat 95% center;
	padding:12px 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.pronr dl:hover dd{
	background:#0283fc url(../images/icon2.png) no-repeat 95% center;
	color:#fff;
	}
.pro .owl-carousel .owl-item{
	padding:0 13px;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.promore a{
	display:block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#0283fc;
	border:solid 1px #0283fc;
	margin:auto;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promore a:hover{
	background:#0283fc;
	color:#fff;
}

/* about
-------------------------------------------------------------- */
.about {
	width: 100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	padding-top:65px;
	padding-bottom:70px;
}
.about .aboutnr{
	position:relative;
	margin-top:60px;
	}
.about .aboutms{
	width:94%;
	overflow:hidden;
	border:solid 10px #0283fc;
	padding-left:20px;
	padding-bottom:66px;
	padding-top:54px;
	}
.about .aboutms h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	margin-bottom:34px;
	}
.about .aboutms .aboutjs{
	width:58%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.about .aboutms .aboutjs p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	margin-top:33px;
	}
.about .aboutimg{
	position:absolute;
	right:0;
	top:130px;
	overflow:hidden;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutimg:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.about .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.about .aboutmore a{
	width:169px;
	height:29px;
	overflow:hidden;
	display:block;
	font-size:18px;
	color:#0283fc;
	background:url(../images/icon1.png) no-repeat left center;
	font-weight:bold;
	line-height:20px;
	padding-left:22px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.about .aboutmore a:hover{
	margin-left:10px;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:64px;
	padding-bottom:62px;
	background-attachment: fixed;
}
.ys .tit h3,.ys .tit h3 a,.ys .tit p{
	color:#fff;
	}
.ys .ysnr .ysms{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.ys .ysnr .ysms p{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:26px;
	text-align:center;
	}
.ys .yslist{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.ys .yslist dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #fff;
	padding-top:52px;
	padding-bottom:46px;
	}
.ys .yslist dl:first-child{
	border-left:solid 1px #fff;
	}
.ys .yslist dl dt,.ys .yslist dl dd{
	width:100%;
	overflow:hidden;
	}
.ys .yslist dl dt{
	text-align:center;
	}
.ys .yslist dl dd{
	margin-top:43px;
	}
.ys .yslist dl dd p{
	text-align:center;
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	}
.ys .yslist dl dt img{
	max-width:100%;
	height:auto;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	}
.ys .yslist dl:hover dt img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.case .casebg{
	width:22%;
	height:625px;
	background:#eee;
	float:left;
	}
.case .casenr{
	position:absolute;
	left:50%;
	margin-left:-700px;
	top:0;
	}
.case .caselist{
	width:100%;
	overflow:hidden;
	}
.case .caselist .caself{
	width:65%;
	overflow:hidden;
	padding-top:38px;
	}
.case .caselist .caself h4{
	width:100%;
	overflow:hidden;
	color:#343434;
	line-height:40px;
	font-size:30px;
	font-family:宋体;
	padding-left:30%;
	position:relative;
	margin-bottom:30px;
	}
.case .caselist .caself h4:before{
	content:"";
	width:26.5%;
	height:1px;
	background:#c0c0c0;
	position:absolute;
	left:0;
	top:19.5px;
	}
.case .caselist .casert{
	width:35%;
	overflow:hidden;
	padding-top:86px;
	}
.casert .caseen{
	text-align:right;
	}
.casert .caseen:after{
	content:"";
	position:absolute;
	width:44px;
	height:1px;
	background:#737373;
	bottom:0;
	right:0;
	}
.casert h3{
	overflow:hidden;
	font-size:36px;
	color:#343434;
	line-height:40px;
	font-family:宋体;
	position:relative;
	padding-left:12px;
	float:right;
	}
.casert h3:before{
	content:"";
	width:7px;
	height:32px;
	background:#c30d23;
	position:absolute;
	top:4px;
	left:0;
	}
.casert .casems{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:40px;
	padding-left:86px;
	text-align:right;
	margin-top:57px;
	}
.casemore{
	width:100%;
	overflow:hidden;
	margin-top:74px;
	}
.casemore a{
	width:150px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	border:solid 1px #959595;
	font-size:16px;
	color:#383838;
	position:relative;
	z-index:1;
	float:right;
	margin-right:50px;
	}
.casemore a:after{
	content:"";
	width:68px;
	height:11px;
	position:absolute;
	top:19.5px;
	right:-50px;
	background:url(../images/icon3.png) no-repeat center;
	z-index:2;
	}
/* news
-------------------------------------------------------------- */
.news {
	margin-bottom:58px;
	padding-top:64px;
}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	padding-top:20px;
	}

.news .newsmore{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.news .newsmore a{
	display:block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#0283fc;
	border:solid 1px #0283fc;
	margin:auto;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.news .newsmore a:hover{
	background:#0283fc;
	color:#fff;
}


/* link
-------------------------------------------------------------- */
.link {
	background:url(../images/link.png) no-repeat left center;
	font-size:16px;
	line-height:30px;
	color:#333;
	padding-left:48px;
	margin-bottom:58px;
}
.link a{
	font-size:16px;
	margin-right:10px;
	float:left;
	color:#333;
}
.linknr span{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	margin-left:17px;
	}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #333;
	padding-top: 50px;
	padding-bottom:23px;
}
.footernr .footerlf{
	width: 30%;
	overflow: hidden;
	float:left;
	padding-right:104px;
}
.footernr .footerlf .blogo{
	width: 100%;
	overflow: hidden;
	margin-bottom:40px;
}
.footernr .footerlf p{
	width: 100%;
	overflow: hidden;
	color:#cfcece;
}
.footernr .footerlf p a{
	color:#cfcece;
}
.footernr .footerlf .blogo img{
	max-width: 100%;
	height:auto;
}
.footernr .footerrt{
	width: 12%;
	overflow: hidden;
	float:right;
}
.footernr .footerrt dl{
	overflow: hidden;
	float:right;
}
.footernr .footerrt dl dt{
	overflow: hidden;
}
.footernr .footerrt dl dd{
	overflow: hidden;
	text-align:center;
	color:#cfcece;
	margin-top:14px;
}
.footer .bnav{
	width:58%;
	overflow: hidden;
	}
.footer .bnav ul{
	width:100%;
	overflow: hidden;
	}
.footer .bnav ul li{
	padding:0;
	line-height:30px;
	}
.footer .bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin-bottom:12px;
	}
.footer .bnav ul li h4 a{
	font-size:18px;
	color:#fff;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	color:#cfcece;
	line-height:30px;
	}
.footer .bnav ul li p a{
	color:#cfcece;
	}
.footer .bnav ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	background:#333;
	padding:27px 0;
	border-top:solid 1px #666;
	}
.bot .botnr{
	color:#cfcece;
	}
.bot a{
	color:#cfcece;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 500px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	margin-top:130px;
	position:relative;
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:141px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
}
.position .positionrt{
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	padding:35px 0 35px 27px;
	background:url(../images/icon8.png) no-repeat left center;
	}
.position .positionrt a{
	font-size:16px;
	color:#333;
	}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:100px;
	margin-right:40px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:3px;
	background:#0283fc;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.cur a{
	color:#0283fc;
	}
.nmenu ul li:hover a:after,.nmenu ul li.cur a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	overflow: hidden;
}
.ntit .ntiten {
	width: 100%;
	overflow: hidden;
	font-family: Arial;
	color: #8d8d8d;
	text-transform: uppercase;
}
.ntit .ntitcn {
	width: 100%;
	overflow: hidden;
	font-size: 32px;
	color: #343434;
	line-height: 40px;
	margin-top: 7px;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:60px;
	margin-bottom:60px;
}
.nabout h3{
	width:100%;
	overflow:hidden;
	color:#0283fc;
	font-size:30px;
	line-height:40px;
	margin-bottom:48px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
.nabout .naboutnr .naboutlf{
	padding:0;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.nabout .naboutnr .naboutlf p{
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.nabout .naboutimg{
	text-align:right;
	padding:0 0 0 80px;
	}
.nabout .naboutimg img,.nabout .naboutimg2 img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutimg2{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
/* nqywh
-------------------------------------------------------------- */
.nqywh {
	width: 100%;
	overflow: hidden;
	background: url(../images/naboutbg2.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top:94px;
}
.nqywhnr .nqywhtiten{
	width: 100%;
	overflow: hidden;
	font-size:20px;
	color:#fff;
	font-family:Arial;
}
.nqywhnr .nqywhtitcn {
	width: 100%;
	overflow: hidden;
	font-size:36px;
	color:#fff;
	line-height:50px;
	margin-top:8px;
	margin-bottom:48px;
}
.nqywhlist {
	width:100%;
	overflow:hidden;
	background:url(../images/icon13.png) no-repeat left top;
	padding-bottom:65px;
}
.nqywhlist ul{
	width:100%;
	overflow:hidden;
	margin-top:52px;
}
.nqywhlist ul li{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	position:relative;
	padding-left:55px;
	margin-bottom:16px;
}
.nqywhlist ul li:before{
	content:"";
	width:10px;
	height:3px;
	background:#114c8b;
	position:absolute;
	left:10px;
	top:13.5px;
	}
.naboutlist{
	padding:85px 0;
	}
.naboutlist dl{
	width:463px;
	overflow:hidden;
	height:407px;
	margin:0 5.5px 0 0;
	padding-top:118px;
	float:left;
	}
.naboutlist dl:first-child{
	background:url(../images/naboutbg3.jpg) no-repeat top center;
	}
.naboutlist dl:nth-child(2){
	background:url(../images/naboutbg4.jpg) no-repeat top center;
	}
.naboutlist dl:nth-child(3){
	background:url(../images/naboutbg5.jpg) no-repeat top center;
	margin-right:0;
	}
.naboutlist dl dt,.naboutlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.naboutlist dl dd{
	font-size:24px;
	color:#fff;
	padding-top:34px;
	font-weight:normal;
	padding:0 58px;
	margin-top:26px;
	}
.naboutlist dl dd h4{
	width:100%;
	overflow:hidden;
	margin:0;
	font-weight:normal;
	}
.naboutlist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:15px;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:40px;
	margin-bottom:40px;
}
.nhonor ul{
	width:100%;
	overflow:hidden;
}
.nhonor ul li{
	width:32%;
	overflow:hidden;
	margin:20px 2% 10px 0;
	float:left;
}
.nhonor ul li:nth-child(3n){
	margin-right:0;
}
.nhonor ul li img{
	max-width:100%;
	height:auto;
}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f9f9f9;
	}
.npro {
	margin-top: 60px;
	margin-bottom: 60px;
}
.npro .npronr{
	width:100%;
	overflow:hidden;
	}
.npronr dl,.nprotj_list dl{
	padding:0 10px;
	margin:25px 0;
	float:left;
	}
.npronr dl:nth-child(4n),.nprotj_list dl:nth-child(4n){
	margin-right:0;
	}
.npronr dl dt,.npro dl dd,.nprotj_list dl dt,.nprotj_list dl dd{
	width:100%;
	overflow:hidden;
	}
.npronr dl dd,.nprotj_list dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	background:#fff url(../images/icon3.png) no-repeat 95% center;
	padding:12px 14px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.14); 
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npronr dl:hover dd,.nprotj_list dl:hover dd{
	background:#0283fc url(../images/icon2.png) no-repeat 95% center;
	color:#fff;
	}
.npronr dl dt,.nprotj_list dl dt{
	position:relative;
	height:186px;
	}
.npronr dl dt img,.nprotj_list 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;
	}
.npronr dl:hover dt img,.nprotj_list dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npromenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	}
.npromenu ul{
	overflow:hidden;
	display:inline-block;
	}
.npromenu ul li{
	float:left;
	border:solid 1px #fff;
	}
.npromenu ul li a{
	padding:0 42px;
	font-size:16px;
	color:#333;
	line-height:60px;
	display:block;
	}
.npromenu ul li:hover,.npromenu ul li.active{
	border:solid 1px #0283fc;
	}
.npro .nprolf{
	padding:0 20px 0 0;
	}
.npro .nprolf img{
	max-width:100%;
	height:auto;
	}
.npro .nprort{
	padding:0;
	}
.npro .nprort h1 {
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 30px;
	line-height: 50px;
	padding-bottom:18px;
}
.npro .nprort .nprofl {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}
.npro .nprort .nprofl span{
	font-size:16px;
	color:#0283fc;
	}
.npro .nprort .npro_lxfs{
	width: 100%;
	overflow: hidden;
	margin-top:60px;
	}
.npro .nprort .npro_lxfs a{
	display:block;
	width:136px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	background: #0283fc;
	}
.nprofbnr {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.nprofbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.nprofbnr img {
	max-width: 100%;
	height: auto !important;
}
.nprotj{
	width: 100%;
	overflow: hidden;
	margin-top:50px;
	}
.nprotj_tit{
	margin-bottom:22px;
	}
.nprotj_tit,.nprotj_tit h3{
	width: 100%;
	overflow: hidden;
	}
.nprotj_tit h3{
	font-size:30px;
	color:#333;
	line-height:40px;
	text-align:center;
	font-weight:normal;
	}
.nprotj_tit hr{
	width:62px;
	overflow:hidden;
	border:none;
	border-bottom:solid 3px #0283fc;
	margin:26px auto 0;
	}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsb .nsbnr{
	width:100%;
	overflow:hidden;
	}
.nsb .nsbnr dl{
	overflow:hidden;
	float:left;
	margin:25px 0;
	padding:0 12px;
	}
.nsb .nsbnr dl:nth-child(3n){
	margin-right:0;
	}
.nsb .nsbnr dl dt,.nsb .nsbnr dl dd{
	width:100%;
	overflow:hidden;
	}
.nsb .nsbnr dl dt{
	position:relative;
	height:250px;
}
.nsb .nsbnr 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;
	}
.nsb .nsbnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsb .nsbnr dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	background:#f5f5f5;
	padding:8px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nsb .nsbnr dl:hover dd{
	background:#0283fc;
	color:#fff;
	}

/* nnews
-------------------------------------------------------------- */
.nnews {
	margin-top: 60px;
	margin-bottom: 60px;
}
.nnews .nnewsnr{
	width:100%;
	overflow:hidden;
	padding-top: 2%;
	}
.nnewsnr .nnewsnrlist,.nnewsnr .nnewsnrlist2{
	margin:25px 0;
	}
.nnewsnrlist .hz,.nnewsnrlist2 .hz{
	width:100%;
	background-size: cover !important;
	background-position: center !important;
	background-position-x: center !important;
	background-position-y: center !important;
	height:223px;
	overflow:hidden;
}
.nnewsnrlist .newsimg,.nnewsnrlist2 .newsimg{position:relative;width:100%;height:223px;display: block;}
.nnewsnrlist .newsimg .hz img,.nnewsnrlist2 .newsimg .hz img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg .hz img,.nnewsnrlist2:hover .newsimg .hz img{
	transform: translate(10px, 10px);
	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);
	}
.nnewsnrlist .new-add,.nnewsnrlist2 .new-add {
  position: absolute;
  right: -12px;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #d6000f;
  color: #fff;
}
.nnewsnrlist .photo,.nnewsnrlist2 .photo {
  cursor:pointer;
  transition:all 0.5s;
  box-shadow: 0px 0px 0px #0283fc;
}
.nnewsnrlist:hover .photo,.nnewsnrlist2:hover .photo {
  box-shadow: -15px -15px 0px #0283fc;
}
.nnewsnrlist:hover .photo,.nnewsnrlist2:hover .photo {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  visibility: visible;
  cursor:pointer;
  transition:all 0.5s;
}
.nnewsnrlist dl,.nnewsnrlist2 dl{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.nnewsnrlist dl dt{
	width:22%;
	overflow:hidden;
	font-size:60px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
	float:left;
	}
.nnewsnrlist dl dt p{
	font-size:50px;
	font-weight:bold;
	color:#333;
	line-height: 50px;
	margin-bottom:6px;
	}
.nnewsnrlist dl dt span{
	font-size:18px;
	display:block;
	color:#999;
	}
.nnewsnrlist dl dd{
	border-left:solid 1px #666;
	width:78%;
	overflow:hidden;
	padding:0 15px;
	float:left;
	}
	
.nnewsnrlist2 dl dt{
	width:10%;
	overflow:hidden;
	font-size:60px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
	float:left;
	}
.nnewsnrlist2 dl dt p{
	font-size:50px;
	font-weight:bold;
	color:#333;
	line-height: 50px;
	margin-bottom:6px;
	}
.nnewsnrlist2 dl dt span{
	font-size:18px;
	display:block;
	color:#999;
	}
.nnewsnrlist2 dl dd{
	border-left:solid 1px #666;
	width:90%;
	overflow:hidden;
	padding:0 30px;
	float:left;
	}	
	
	
	
.nnewsnrlist dl dd .newsbt,.nnewsnrlist2 dl dd .newsbt{
	font-size:18px;
	color:#333;
	line-height:35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.nnewsnrlist dl dd .newsms{
	color:#999;
	line-height:23px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nnewsnrlist:hover dl dd .newsbt{
	color:#0283fc;
	}

.nnews .nnewsnr h1{
	width: 100%;
    overflow: hidden;
    font-size:30px;
    color: #333;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	margin-bottom:8px;
    border-bottom: solid 1px #eaeaea;
	padding-bottom:46px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews .nnewsnr .fbtime {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
	text-align:center;
	font-size:16px;
	color:#333;
}
.nnews .nnewsnr .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 34px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .nnewsnr .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .nnewsnr .fbnr img{
	max-width:100%;
	height:auto;
}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ncontactnr{
	padding:108px 30px 0 0;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#0283fc;
	font-weight:normal;
	line-height:40px;
	}
.ncontact .ncontactnr hr{
	width:176px;
	overflow:hidden;
	border:none;
	border-bottom:solid 2px #0283fc;
	margin-top:26px;
	}
.ncontact .ncontactnr .ncontactlist{
	width:100%;
	overflow:hidden;
	margin-top:8px;
	}
.ncontactnr .ncontactlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:13px;
	}
.ncontactnr .ncontactlist p a{
	font-size:16px;
	color:#333;
	}
.ncontact .map{
	height:425px;
	padding:0;
}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage ul {
    width: 100%;
    overflow: hidden;
	margin-bottom:0;
}
.nmessage ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}
.nmessage ul li:last-child{
	margin-bottom:30px;
	}
.nmessage ul li input{
    width: 95%;
	height:55px;
	overflow:hidden;
	line-height:55px;
	font-size:16px;
	border-radius:6px;
}
.nmessage ul li:first-child input{
	background:#f5f5f5 url(../images/icon9.png) no-repeat 16px center;
	padding:0 4% 0 47px;
	}
.nmessage ul li:nth-child(2){
	text-align:center;
	}
.nmessage ul li:nth-child(2) input{
	background:#f5f5f5 url(../images/icon10.png) no-repeat 16px center;
	padding:0 4% 0 47px;
	}
.nmessage ul li:nth-child(3){
	text-align:right;
	}
.nmessage ul li:nth-child(3) input{
	background:#f5f5f5 url(../images/icon11.png) no-repeat 16px center;
	padding:0 4% 0 56px;
	}
.nmessage ul li:last-child{
    width: 100%;
	}
.nmessage ul li:last-child textarea{
	background:#f5f5f5 url(../images/icon12.png) no-repeat 16px 10px;
	}
.nmessage ul li textarea{
    width: 100%;
	height:228px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	padding:5px 1.2% 0 47px;
	border-radius:6px;
}
.nmessage .tjbtn {
    width: 100%;
    overflow: hidden;
}
.nmessage .tjbtn button {
    width: 100%;
    height: 50px;
    background: #0283fc;
	line-height:50px;
    color: #fff;
	text-align:center;
	font-size:16px;
	border-radius:5px;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	font-size:15px;
	color:#000;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp a:hover{
	color:#023797;
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.tel{display:none}
	.headernr{
		width:98%;
	}
	.rg{display:block;padding-top:34px;float:right;padding-right:1%;}
	.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: 1152px) and (max-width: 1280px) {
	 .npronr dl dt{
		 height:155px;
	 }
	 .nsb .nsbnr dl dt{
		 height:209px;
	 }
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .npronr dl dt{
		 height:136px;
	 }
	 .nsb .nsbnr dl dt{
		 height:184px;
	 }
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .npronr dl dt{
		 height:132px;
	 }
	 .nsb .nsbnr dl dt{
		 height:177px;
	 }
}
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	 .npronr dl dt{
		 height:154px;
	 }
	 .nsb .nsbnr dl dt{
		 height:152px;
	 }
}
 @media only screen and (min-width: 768px) and (max-width: 859px) {
	 .npronr dl dt{
		 height:136px;
	 }
	 .nsb .nsbnr dl dt{
		 height:134px;
	 }
}
 @media only screen and (min-width: 640px) and (max-width: 767px) {
	 .npronr dl dt{
		 height:174px;
	 }
	 .nsb .nsbnr dl dt{
		 height:171px;
	 }
}
 @media only screen and (min-width: 540px) and (max-width: 639px) {
	 .npronr dl dt{
		 height:145px;
	 }
	 .nsb .nsbnr dl dt{
		 height:142px;
	 }
}
 @media only screen and (min-width: 425px) and (max-width: 539px) {
	 .npronr dl dt{
		 height:236px;
	 }
	 .nsb .nsbnr dl dt{
		 height:233px;
	 }
}
 @media only screen and (min-width: 375px) and (max-width: 424px) {
	 .npronr dl dt{
		 height:206px;
	 }
	 .nsb .nsbnr dl dt{
		 height:204px;
	 }
}
 @media only screen and (min-width: 320px) and (max-width: 374px) {
	 .npronr dl dt{
		 height:174px;
	 }
	 .nsb .nsbnr dl dt{
		 height:171px;
	 }
}
 @media only screen and (min-width: 0px) and (max-width: 319px) {
	 .npronr dl dt{
		 height:170px;
	 }
	 .nsb .nsbnr dl dt{
		 height:170px;
	 }
}
 @media(max-width:1280px) {
	.cont, .cont1 {
		width: 88%;
	}
	
	.nnewsnrlist dl dt span,.nnewsnrlist2 dl dt span {
    	font-size: 16px;
	}
	.nnewsnrlist dl dt p,.nnewsnrlist2 dl dt p {
    	font-size: 40px;
	}
	.npromenu ul li a {
    	padding: 0 30px;
	}
	.rslides_tabs{
		bottom:30px;
	}
	.footernr .footerlf{
		padding-right:40px;
		}
}
@media(max-width:1152px) {
	.nav .menu > li a{
		margin:0 10px;
	}
	.about .aboutms .aboutjs {
    	width: 46%;
	}
	.nnewsnrlist dl dt span,.nnewsnrlist2 dl dt span {
    	font-size: 14px;
	}
	.npromenu ul li a {
    	padding: 0 25px;
	}
}
@media(max-width:1024px) {
	.about .aboutms .aboutjs {
    	width: 44%;
	}
}
@media(max-width:991px) {
	.logo {
		padding: 15px 0;
	}
	.logo img{
		height:70px;
	}
	.about .aboutimg {
		position: inherit;
		top: 0;
		margin-top:30px;
		text-align:center;
	}
	.about .aboutms,.about .aboutms .aboutjs{
		width:100%;
		}
	.about .aboutms{
		padding-right:20px;
		}
	.ys .yslist dl:nth-child(3){
		border-left: solid 1px #fff;
		}
	.ys .yslist dl {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news .newsnr .nnewsnrlist:last-child,.news .newsnr .nnewsnrlist2:last-child{
		display:none;
		}
	.nmenu,.position .positionrt{
		width:100%;
		}
	.position .positionrt{
		text-align:left;
		padding: 10px 0 10px 27px;
		}
	.nmenu{
		padding-bottom:10px;
		}
	.nmenu ul li{
		line-height:40px;
		}
	.nabout h3{
		margin-bottom:30px;
		font-size:24px;
		}
	.nabout .naboutimg{
		padding:0;
		text-align:center;
		margin-top:20px;
		}
	.nabout .naboutimg2{
		margin-top:30px;
		}
	.ncontact .ncontactnr{
		padding: 0;
		margin-bottom:30px;
		}
	.ncontact .ncontactnr h3{
		font-size:24px;
		}
	.ncontact .ncontactnr hr {
		width: 156px;
		}
	.ncontact .map{
		height:280px;
		}
	.nnews .nnewsnr h1,.npro .nprort h1{
		font-size:24px;
		}
	.npro .nprolf{
		padding:0;
		margin-bottom:20px;
		}
	.npromenu ul li a {
    	padding: 0 10px;
	}
	.footernr .footerlf,.footer .bnav,.footernr .footerrt{
		width:100%;
		}
	.footernr .footerlf{
		padding-right:0;
		}
	.footer .bnav,.footernr .footerrt{
		margin-top:20px;
		}
	.footernr .footerrt dl{
		float:left;
		}
}
@media(max-width:860px) {
	.npromenu ul li a{
		line-height:40px;
	}
}
@media(max-width:767px) {
	.about .aboutms h4 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.about .aboutmore{
		margin-top:50px;
		}
		.nnewsnrlist2 dl dt{
	width:22%;
	}
.nnewsnrlist2 dl dd{
	width:78%;	
	}
	.news .newsnr .nnewsnrlist,.news .newsnr .nnewsnrlist2{
		margin-bottom:20px;
		}
	.nmessage ul li,.nmessage ul li input{
		width:100%;
		}
	.nnews .nnewsnr h1{
		font-size:20px;
		padding-bottom:20px;
		}
	.rslides_tabs{
		/*width:100px;
		margin-left:-50px;*/
		bottom:10px;
	}
	.rslides_tabs li{
		margin: 0 10px;
	}
	.nnews .nnewsnr h1, .npro .nprort h1{
		font-size:20px;
		line-height:35px;
	}
}
@media(max-width:640px) {
	.top .toprt{
		display:none;
		}
	}
	.rslides img {
		width: 100%;
		/*margin-left: -15%;*/
	}
@media(max-width:540px) {
	.about .aboutms h4 {
    	font-size: 22px;
	}
	.tit p:before {
		width: 70px;
		margin-left: -143px;
	}
	.tit p:after {
		width: 70px;
		margin-right: -143px;
	}
}
@media(max-width:539px) {
	.npronr dl, .nprotj_list dl,.nsb .nsbnr dl{
		width:100%;
	}
}
@media(max-width:320px) {
}
