/* CSS Document */

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: '微软雅黑'
}


/*--------------top----------------*/
.header {
    position: relative;
}
.header-top {
    position: absolute;
    z-index: 99;
    top: 2%;
    left: 8%;
	width: 84%;
}

.swiper-container {width: 100%; height: 100%; position:relative; z-index: 1;}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container img{max-width:100%;}
.logo {
  float: left;
  width: 20%;
  margin-left:10%;
}
.logo a {
    font-size: 4em;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-family: 'ContrailOne-Regular';
}
.logo a img{max-width: 100%;}
.top-menu {
   float:left;
   margin-top: 2.5em;
   width: 50%;
   margin-right: 3%;
 }
.top-menu ul li {
   display: block;
	background: #001e61;
	padding: 0 1em;
	width:15%;
	float:left;
	text-align: center;
	line-height: 3em;
 }

span.menu {
  display: none;
}
.top-menu ul li  a{
  text-transform: capitalize;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
}
.top-menu ul li a:hover {
	color: #0330c8;
	display: block;
	background: #fff
}
.top-menu ul li a.active {
  color: #0330c8;
  display: block;
  background: #fff;
}
.search{
	float: right;
    position: relative;
    width: 17%;
    border:none;
    margin: 30px 0em 0 0;
}
.search input[type="text"] {
	outline: none;
	padding:6px 15px 6px 9px;
	background: none;
	width: 84%;
	border: none;
	font-size:1em;
	color:#333033;	
	float: left;
	background:#fff;
}
.search input[type="submit"] {
	width: 39px;
    height: 32px;
    background: url(../images/search.png) 1px 3px no-repeat;
    padding: 0px 1px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 0px;
    right: 0px;
    background-color: #001e61;
}
/*--- slider-css --*/
.banner1{
	background:url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:750px;
}
.banner2{
	background:url(../images/banner2.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:750px;
}
.banner3{
	background:url(../images/banner3.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:750px;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 100%;
	margin-top:16em;
}
.caption {
    text-align: center;
    width: 50%;
    margin: 24em auto 0;
}
.caption h3{
    font-size: 3em;
    text-transform: capitalize;
    color: #fff;
    font-family: 'ContrailOne-Regular';
}
.caption p{
	font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
    padding: 1em 0 2em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#fff;
	border:2px solid#fff;
}
.callbacks_here a:after{
	background:#0047bb;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 50px;
	z-index: 999;
	left: 47%;
}
a.button {
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
    background: #001e61;
	text-transform: capitalize;
}
a.button:hover {
    background: #fff;
    color: #000;
}

@media (max-width:1440px){
	.logo{width:23%;}
	.top-menu{width:60%; margin-right:0px;}
	.search{width:17%}
	ul.callbacks_tabs.callbacks1_tabs {bottom: 80px;}
	.banner1 {
	  min-height: 680px;
	}
	.banner2 {
	  min-height: 680px;
	}
	.banner3 {
	  min-height: 680px;
	}
	.caption {
	  margin: 20em auto 0;
	}
}
@media (max-width:1366px){
	.logo img{max-width:100%;}
	.banner1 {
		min-height: 650px;
	}
	.banner2 {
		min-height: 650px;
	}
	.banner3 {
		min-height: 650px;
	}
	.caption {
		margin: 19em auto 0;
	}
}

@media (max-width:1080px){
	.logo{width:29%;}
	.logo a{font-size:3em;}
	span.menu{
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.top-menu ul{
	display: none;
	position:absolute;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin:0.7em 0em;
	background:rgba(29, 28, 24, 0.93);
	border:0;
}
.top-menu span.menu{
	display: block;
}
.top-menu ul li{
	display: block;
	float:none;
	text-align: center;
	line-height: auto;
	background-color: none;
	width:100%;
}
.top-menu ul li a{
	color:#fff;
	display:block;
	margin:0;
	background:none;
	border:none;
	padding:0.4em;
	font-size:1em;
}
.top-menu {
    float: left;
    margin-top: 1em;
    margin-top: 1em;
	width: 43%;
    margin-right: 3%;
}
.search {
   width: 25%;
   margin: 14px 0em 0 0;
}
.search input[type="text"] {
    width: 76%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 2em;
}
.caption {
    width: 75%;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 45px;
    left: 45%;
}
.banner1 {
    min-height: 371px;
}
.banner2 {
    min-height: 371px;
}
.banner3 {
    min-height: 371px;
}
.caption {
    margin: 9em auto 0;
}
}
@media (max-width:1024px){

}
@media (max-width:991px){}
@media (max-width:768px){

}
@media (max-width:640px){
	.logo a {
    font-size: 2.5em;
}
.top-menu {
   width: 43%;
   margin-right: 1%;
}
.search {
    width: 27%;
}
.search input[type="text"] {
    width: 72%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 1.6em;
}
.caption p, .about-header p {
    font-size: 0.95em;
}
a.button {
    font-size: 0.95em;
}
ul.callbacks_tabs.callbacks1_tabs {
    left: 43%;
	bottom: 30px;
}
.caption {
    margin: 6em auto 0;
}
.banner1 {
    min-height: 310px;
}
.banner2 {
    min-height: 310px;
}
.banner3 {
    min-height: 310px;
}
}
@media (max-width:480px){
	.top-menu {
    width: 43%;
    margin-right: 1%;
    margin-top: 0.3em;
}
.header-top {
    top: 10%;
    left: 3%;
    width: 94%;
}
.logo a {
    font-size: 2em;
}
.search {
    margin: 4px 0em 0 0;
}
.logo {
    width: 28%;
}
.top-menu {
    width: 45%;
    margin-right: 0%;
    margin-top: 0.3em;
}
.search input[type="text"] {
    width: 67%;
}
.search input[type="text"] {
    font-size: 0.8em;
    padding: 8px 8px;
}
.caption {
    width: 95%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 1.4em;
}
a.button {
    font-size: 0.92em;
	padding: 0.5em 0.5em;
}
.caption p, .about-header p {
    font-size: 0.92em;
}
.caption p {
    padding: 0.5em 0 0.8em;
}
ul.callbacks_tabs.callbacks1_tabs {
    left: 43%;
    bottom:25px;
}
.banner1 {
    min-height: 320px;
}
.banner2 {
    min-height: 320px;
}
.banner3 {
    min-height: 320px;
}
}
@media (max-width:320px){
	.search {
    display: none;
}
.logo {
    width: 55%;
}
.banner1 {
    background: url(../images/bnr1.jpg) no-repeat -205px 0px;
    background-size: cover;
}
.banner2 {
    background: url(../images/bnr2.jpg) no-repeat -205px 0px;
    background-size: cover;
}
.banner3 {
    background: url(../images/bnr3.jpg) no-repeat -205px 0px;
    background-size: cover;
}
ul.callbacks_tabs.callbacks1_tabs {
    left: 38%;
    bottom: 13px;
}
.header-top {
    top: 6%;
}
span.menu {
   text-align: right;
}
}



/*-------product-------*/
.incredible {
    padding: 4em 0;
    text-align: center;
}
.incredible h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
   font-family: 'ContrailOne-Regular';
}
.incredible-grids {
    margin-top: 3em;
}
.incredible-grid h4{
	font-size:1.2em;
	text-transform:capitalize;
	margin:0.8em 0; 
	color:#333033;
	
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.incredible-grid img{border:1px solid #2781ef;}
.incredible-grid p {
    font-size: 1em;
	line-height:1.8em;
	color: #777;
}
.incredible-grid a{text-decoration:none;}
.incredible-grid a:hover{color:#2781ef;}
.incredible-grid a:hover h4{text-decoration:none; color:#2781ef;}
@media (max-width: 1024px){
	.incredible h3{font-size: 2.5em;}
	.incredible-grid h4{font-size: 1.4em;}
	.incredible-grid p{font-size: 0.965em;}
}
@media (max-width: 991px){
	.incredible{padding: 3em 0;}
	.incredible h3{font-size: 2em;}
	.incredible-grid {float: left; width: 25%;}
	.incredible-grid h4{font-size: 1.3em;}
	.incredible-grid p{font-size: 0.95em;}
}
@media (max-width: 640px){
	.incredible{padding: 3em 0;}
	.incredible h3{font-size: 1.6em;}
	.incredible-grid {float: left; width: 50%;}
	.incredible-grid:nth-child(3) {
		margin-top: 1em;
	}
	.incredible-grid:nth-child(4) {
		margin-top: 1em;
	}
	.incredible-grids {
		margin-top: 2em;
	}
	.incredible-grid h4{
		font-size: 1.2em;
	}
}
@media (max-width: 480px){
	.incredible h3{font-size: 1.4em;}
	.incredible{ padding: 2em 0;}
	.incredible-grid p{font-size: 0.92em;}
	.incredible-grids{margin-top: 1em;}
}
@media (max-width: 320px){
	.incredible{padding: 1em 0;}
	.incredible h3{font-size: 1.5em;}
	.incredible-grid {
		width: 100%;
		padding:0;
	}
	.incredible-grid:nth-child(2) {
		margin-top: 1em;
	}
	.incredible-grid:nth-child(3) {
		margin-top: 1em;
	}
	.incredible-grid:nth-child(4) {
		margin-top: 1em;
	}
}

.training {
    padding: 0em 0 4em;
}
.training h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
   font-family: 'ContrailOne-Regular';
    margin-bottom: 0.5em;
}
.training-grid p {
    font-size: 1em;
	line-height:1.8em;
	color: #777;
	margin-top: 1em;
}

@media (max-width: 1024px){
	.training h3{font-size: 2.5em;}
	.training-grid p{font-size: 0.965em;}
}
@media (max-width: 991px){
	.training h3{font-size: 2em;}
	.training {padding: 0em 0 3em;} 
	.training-grid p{font-size: 0.95em;}
	.training-grid { width: 33.3%; float: left;}
}
@media (max-width: 640px){
	.training h3{ font-size: 1.6em;}
}
@media (max-width: 480px){
	.training h3{font-size: 1.4em}
	.training-grid p{font-size: 0.92em;}
	.training-grid {
    width: 100%;
}
.training-grid img{
	margin:0 auto;
}
.training-grids {
    text-align: center;
}
.training-grid:nth-child(2) {
    margin-top: 1em;
}
.training-grid:nth-child(3) {
    margin-top: 1em;
}
.training {
    padding: 0em 0 2em;
}
}
@media (max-width: 320px){
	
}
@media (max-width: 1024px){
	.training h3{ font-size: 1.5em;}
	.training-grid {padding: 0;}
}



/*---------------------*/
.models {
  padding: 4em 0;
  text-align: center;
    background: #eee;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.clients {
  margin-top: 2em;
}
.models h3 {
	font-size: 3em;
    text-transform: capitalize;
    color: #333033;
	font-family: 'ContrailOne-Regular';
}
.clients p {
	  font-size: 14px;
  font-style:normal;
  color: #333033;
  text-align: center;
  width: 90%;
  margin: 0.2em auto;
}
.clients a {
    text-decoration: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	
	cursor: pointer;
	position: relative;
     width:100%;
	height:100%;
}
@media (max-width: 1024px){
	.models h3{font-size:2.5em;}
}
@media (max-width: 991px){
	.models h3{font-size:2em;}
	.models{padding: 3em 0;}
}
@media (max-width: 640px){
	.models h3{ font-size: 1.6em;}
}
@media (max-width: 480px){
	.models h3{font-size: 1.4em;}
	.models{ padding: 2em 0;}
	.clients p{padding: 0px; text-align: left; text-indent: 2em;}
	.banner-bottom-grids {border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px;}
}
@media (max-width: 320px){
	.models{ padding: 1em 0;}
	.models h3{ font-size: 1.5em;}
}
@media (max-width: 1024px){
	
}

/*-------------------*/
.event {
    padding:4em 0;
}
.event h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
	font-family: 'ContrailOne-Regular';
    margin-bottom: 0.5em;
}
.event-grid p {
    font-size: 1em;
	line-height:1.8em;
	color: #777;
	margin-top: 1em;
}
@media (max-width: 1024px){
	.event h3{    font-size: 2.5em;}
	.event-grid p{    font-size: 0.965em;}
}
@media (max-width: 991px){
		.event h3{    font-size: 2em;}
	.event-grid p{    font-size: 0.95em;}
	.event{    padding: 3em 0;}
	.event-grid {
		float: left;
		width: 33.3%;
	}
}
@media (max-width: 640px){
	.event h3{font-size: 1.6em;}
}
@media (max-width: 480px){
	.event h3{   font-size: 1.4em;}
	.event{ padding: 2em 0;}
	.event-grid p{ font-size: 0.92em;}
	.event-grid {
		width: 100%;
	}
	.professional {
		padding: 0em 0 2em;
	}
	.event-grid img{
	  margin:0 auto;
	}
		.event-grid:nth-child(2) {
		margin-top: 1em;
	}
	.event-grid:nth-child(3) {
		margin-top: 1em;
	}
	.event-grids {
		text-align: center;
	}
}
@media (max-width: 320px){
	.event{ padding: 1em 0;}
	.event h3{font-size: 1.5em;}
	.event-grid {
		padding: 0;
	}
}

/*---------------------------*/
.specials-section {
  padding: 4em 0;
  background: #2781ef;
}
.specials-section h3 {
	font-size: 3em;
    text-transform: capitalize;
    color: #fff;
	font-family: 'ContrailOne-Regular';
    margin-bottom: 0.5em;
}
.specialsl li {
  list-style: none;
}
.specials1 p {
  font-size: 1em;
  line-height: 2em;
  color: #fff;
}
.specials1 ul li{
  list-style-type: none;
   padding: 0.3em 0;
}
.specials1 p a {
    color: #fff;
}
.specials1 ul li  a{
  font-size: 0.965em;
  text-decoration: none;
  line-height: 1.8em;
  color: #fff;
  list-style: none;
  padding: 6px 24px;
  background: url(../images/list-arrow.png) no-repeat 0px 10px;
  text-transform: capitalize;
}
.specials1 ul li a:hover {
  color:#0330c8;
}
@media (max-width: 1024px){
	.specials-section h3{ font-size: 2.5em;}
}
@media (max-width: 991px){
	.specials-section h3{  font-size: 2em;}
	.specials1 p {
    font-size: 0.95em;
}
	.specials1 {
    float: left;
    width: 50%;
}
.specials1:nth-child(3) {
    margin-top:1em;
}
.specials1:nth-child(4) {
    margin-top:1em;
}
}
@media (max-width: 640px){
	.specials-section h3{ font-size: 1.6em;}
	.specials1 ul li a {
		font-size: 0.95em;
	}
}
@media (max-width: 480px){
	.specials-section h3{font-size: 1.4em;}
	.specials-section{padding: 2em 0;}
	.specials1 p{font-size: 0.92em;}
	.specials1 {
    float: left;
    width: 100%;
}
.specials1:nth-child(2) {
     margin-top: 1em;
}
}
@media (max-width: 320px){
	.specials-section{padding: 1em 0;}
	.specials-section h3{ font-size: 1.5em;}
	.specials1 {
    padding: 0;
}
}



/*----------------------*/
.footer-section{
	padding:2em 0;
	text-align:center;
	background: #0330c8;
}
.footer-top p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
}
.footer-top  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.footer-top a:hover {
	color: #1B1B1B;
}
.footer-top a {
	margin: 0 0.3em
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-top.png") no-repeat 0px 0px;
}
@media (max-width: 320px){
.footer-section {
    padding: 1em 0;
	}
}


.nr-nav{background-color: #EEEEEE; width: 100%; height: 50px;  display: block;}
.nr-nav a{line-height: 50px; color: #FFF; font-size: 18px; background-color: #2781ef; padding: 0px 30px; height: 50px; text-decoration: none; display: inline-block;}
.nr-nav span{line-height: 50px; color: #FFF; font-size: 18px; background-color: #2781ef;display: inline-block;}

.nrnav{height: 40px; line-height: 40px; color:#2781ef; font-size:16px;}
.nrnav a{text-decoration: none; background-color: #EEEEEE; color:#2781ef; padding: 0px 0px; font-size:16px;}

.nr-about{font-size: 14px; line-height: 30px; color: #666; padding-top: 30px; padding-bottom: 30px;}
.nr-about img{max-width: 100%; margin:0 auto; display: block;}

.nr-contact{font-size: 14px; line-height: 30px; color: #666; padding-top: 30px; padding-bottom: 30px;}
.nr-contact img{max-width:100%；margin:0 auto; display: block;}

.nr-product{font-size: 14px; padding-top: 30px; padding-bottom: 30px;}
.productborder {width:100%; float:left; padding:10px 0px;}
.productborder a{ display:block; width:99%; margin:auto; text-align:center; background-color:#fff; position:relative; z-index: 11; text-decoration: none;}
.productborder .img{width:90%;overflow:hidden; margin:5%;}
.productborder .tit{height:30px; padding-bottom: 5px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%; margin:0 auto;}
.productborder .img img{width:100%; display: block}
.productborder::before {top:-2px;left:-2px;}
.productborder::after{right:-2px;bottom:-2px;}
.productborder::before,.productborder::after { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left:0; }
.productborder::before { border-top: 1px solid #2781ef; border-bottom: 1px solid #2781ef; transform: scale(0, 1); -webkit-transform: scale(0,1); }
.productborder::after { border-left: 1px solid #2781ef; border-right: 1px solid #2781ef; transform: scale(1, 0); -webkit-transform: scale(1,0); }
.productborder::before,.productborder::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
.productborder:hover::before,.productborder:hover::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.productborder:hover .tit{color:#2781ef;}

.move{-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;-ms-transition:all 1s ease-out 0s;-o-transition:all 1s ease-out 0s;transition:all 1s ease-out 0s;opacity:0;transform:translateY(60px);-ms-transform:translateY(60px);-moz-transform:translateY(60px);-webkit-transform:translateY(60px);-o-transform:translateY(60px);}
.moveUp{opacity:1;transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);}

@media(max-width:992px){
	.product{width:33.3333333%; float:left;}
}
@media(max-width:768px){
	.product{width:50%;}
}
@media(max-width:480px){
	.product{width:100%;}
}

.nr-product .tit-wz{ clear: both; line-height: 50px; text-align: center; font-size: 24px; font-weight: 700; color: #333;}
.nr-product .tit-wz span{width:100%; height: 1px; background-color: #999; display: block; margin:10px 0px 20px;}
.nr-product .content{font-size: 14px; line-height: 30px; color: #666;}
.nr-product .content img{max-width: 100%; margin:0 auto; display: block;}

.produclistfh { float:right; width:100%; height:50px; line-height:50px; background:#1958b9; font-size:18px; text-align:center; margin-top:50px; margin-bottom: 50px;}
.produclistfh a { color:#FFF}

.newsnr {
	width: 100%;
	margin: 20px auto;
	padding: 0px 0px 50px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.newsnr h1 {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	color: #222;
	margin: 0px;
}
.newsnr .hist {
	color: #999;
	padding-top: 20px;
	font-size: 13px;
	font-style: italic;
}
.newsnr .xwnewsnr {
	font-size: 14px;
	line-height: 26px;
	padding-top: 28px;
	word-wrap: break-word;
	word-break: normal;
}
#news li {
	clear: both;
	margin-bottom: 40px;
	height: 160px;
	list-style:none
}
#news li a {
	display: block;
	width: 100%;
	height: 100%;
}
#news li a p.img {
	width: 220px;
	height: 160px;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 0 10px 0 10px;
	background: url(images/news_img_bg.png) no-repeat center center;
}
#news li a p.img .img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 0 10px 0 10px;
}
#news li a p.img .bg {
	position: absolute;
	right: -220px;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	z-index: 2;
	border-radius: 0 0 0 10px;
	transition: all ease 0.35s;
}
#news li a p.img .zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 3;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#news li a .con {
	width: 880px;
	height: 159px;
	float: right;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
#news li a .ntit {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 10px 0 20px 0;
	transition: all 0.35s;
}
#news li a .txt {
	display: block;
	font-size: 13px;
	line-height: 180%;
	color: #999;
}
#news li a .click {
	font-size: 12px;
	display: block;
	padding-top: 20px;
	color: #BBB;
}
#news li a .click img {
	margin: -2px 0 0 8px;
}
#news li a:hover .tit, #news li a:active .tit {
	color: #D82633;
}
#news li a:hover p.img .bg, #news li a:active p.img .bg {
	right: 0;
}
#news li a:hover p.img .zoom, #news li a:active p.img .zoom {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
#newsback {
	display: inline-block;
	background: #FFF;
	padding: 10px 20px;
	font-size: 13px;
	float: right;
	margin: 2px;
	border-radius: 5px;
	transition: all ease 0.35s;
}
#newsback:hover, #newsback:active {
	color: #D82633;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
}

@media(max-width:1200px){
	#news li a .con{width:700px;}
}
@media(max-width:992px){
	#news li a .con{width:480px;}
	#news li a .txt{max-height: 50px;}
}
@media(max-width:480px){
	.mainny .newsnr{padding-top: 0px;}
	#news li a p.img{display: none;}
	#news li a .con{width:100%;}
	#news li{height: auto;}
	#news li a .con{height:auto;}
	#news li a .txt{max-height: 160px;}
	.newsnr{padding-bottom:10px;}
	.newsnr h1{font-size: 16px;}
}

.newsnr .newspage{
	padding-top: 15px;
	padding-bottom: 15px;

}
.newsnr .newspage span{
	border-bottom: 0px solid #949494;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsnr .newspage .span1{
	float: left;
	max-width: 332px;
}
.newsnr .newspage .span2{
	float: right;
	max-width: 291px;
}
.newsnr .newspage span a{
	color: #666;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
	text-decoration: none;
}
@media(max-width:480px){
	.newsnr .newspage .span1{float:none;}
	.newsnr .newspage .span2{float:none;}
}


.pagination {
	float:left;
	text-align:center;
	width:100%;
	margin:20px 0;
	position:relative;
	overflow:hidden;}
.page {
	display:inline-block;
	font: 16px/28px "微软雅黑", Tahoma, "宋体";
	*display:inline;
	:1;
	*zoom:1;}
.page span {
	float:left;}
.page a,
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	float:left;
	font: 16px/24px "微软雅黑", Tahoma, "宋体";
	height:32px;
	margin-right:5px;
	min-width:15px;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	_width:15px;}
.page a:hover {
	border:1px solid #1958B9;
	color:#1958B9;
	text-decoration:none;}
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#CCC;}
.page span.ellipsis {
	float:left;
	font: 16px/24px "微软雅黑", Tahoma, "宋体";
	line-height:22x;
	margin-right:5px;}
.page .page_txt {
	line-height:20px;
	float:right;
	width:auto;}
.page a.page-curpage {
	background:#1958B9;
	border:1px solid #1958B9;
	color:#FFF;
	font-weight:bold;}
.page input {
	font: 14px Verdana;
	padding:0 0 0 1px;
	width:40px;
	height:14px;}

.nr-download{ margin: 10px 0px;}
.nr-download ul li{ text-decoration: none; list-style:none; height: 40px; line-height: 40px; border-bottom: 1px dotted #ccc}
.nr-download ul li span{float:right;}