@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: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
	padding:0 1%;
}
.logo {
	overflow: hidden;
	padding:17.5px 0;
}
.tel{
	overflow:hidden;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:50px;
	margin-top:25px;
	margin-left:42px;
	margin-right:34px;
	}
.tel .teltit{
	overflow:hidden;
	color:#9f9f9f;
	}
.tel .telnr{
	overflow:hidden;
	color:#333333;
	font-size:24px;
	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;
	position:relative;
	}

.nav .menu > li a{
	color:#000;
	font-size:16px;
	display:block;
	margin:0 36px;
	line-height:100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
	}



.nav .menu > li .submenu{

	/*width:100%;*/
    width:300px;
	}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#a22223;

	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:40px;
	float: left;
}

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

	background:#ee8544;

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

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 100px;
}
.bannermore{
	width:100px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	border-left: solid 1px rgba(132,132,132,0.2);
	z-index:99;
}
.bannermore img{
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:0;
}
.mouse-index{
	position:absolute;
	bottom:48px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 47px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.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:46px;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto;
	position: absolute;
	bottom:100px;
	z-index: 99;
	display: inline-block;
	left:50%;
	margin-left:-23px;
}
.rslides_tabs li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 11px;
}
.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;
	border-radius: 50%;
	background:#b21118;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#e5971d;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #058ed2;
}
/* 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: 32px;
	color: #323232;
	line-height: 40px;
	text-align:center;
	margin-top:13px;
}
.tit h3 a {
	font-size: 32px;
	color: #323232;
}
.tit p {
	width:100%;
	overflow: hidden;
	font-size: 50px;
	color: #323232;
	line-height: 50px;
	font-family:Arial;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	margin-bottom:14px;
}
.tit hr{
	width:100px;
	border:none;
	border-bottom:solid 2px #b61d23;
	margin:auto;
	}
/* topcontact
-------------------------------------------------------------- */
.topcontact {
	height:90px;
	color:#fff;
	line-height:90px;
	padding-left:38px;
	font-size:18px;
	margin-top: -45px;
	background:#2552c5;
    position: relative;
    z-index: 99;
}
.topcontact .dh{
	width:90px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center;
	}
.topcontact .dh a{
	width:100%;
	height:100%;
	display:block;
}
/* contact
-------------------------------------------------------------- */
.contact {
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
}
.contact .ab_fl{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:solid 1px #f3f3f3;
}
.ab_fl dl{
	overflow:hidden;
	padding:0 0 34px 0;
}
.ab_fl dl:after{
	content:"";
	width:1px;
	height:62px;
	background:#92a8e2;
	position:absolute;
	right:0;
	top:38px;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#010101;
	font-size:16px;
	font-weight:normal;
	line-height:40px;
	margin-top:32px;
	text-align:center;
}
.ab_fl dl dt font{
	font-size:30px;
	color:#010101;
	}
.ab_fl dl dt span{
	color:#023797;
	font-size:45px;
	font-weight:normal;
	}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:20px;
	text-align:center;
}
.ab_fl dl dt .counter{
	color:#2552c5;
	font-size:45px;
	font-family:Impact;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}
.ab_fl dl:last-child:after{
	display:none;
	}
.contactnr{
	padding-bottom:152px;
	}
.contactnr .contactdj,.contactnr .contactdj dt,.contactnr .contactdj dd{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactdj dt,.contactnr .contactdj dd{
	text-align:center;
	}
.contactnr .contactdj dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:8px;
	}
.contactnr .contactdj{
	margin-top:156px;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:102px;
	padding-bottom:112px;
	}
.pronr{
    margin-top: 70px;
	}
.pronr dl,.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt,.pronr dl dd{
	text-align:center;
	}
.pronr dl dt img{
	max-width:100%;
	height:auto;
}
.pronr dl dd{
	font-size:18px;
	color:#323232;
	line-height:30px;
	margin-top:20px;
	}
.pronr dl:hover dt img{
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
	-transform:scale(1.2);
}
.pronr dl:hover dd{
	color:#b21118;
	}
.pro .owl-carousel .owl-item{
	padding:0 10px;
	}
.more{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.more a{
	width:238px;
	height:58px;
	display:block;
	padding-left:58px;
	line-height:58px;
	background:#b21118;
	font-size:16px;
	color:#fff;
	border-radius:30px;
	margin:auto;
	}
.more a span{
	color:#fff;
	margin-left:50px;
	}
/* about
-------------------------------------------------------------- */
.about {
	width:100%;
	overflow:hidden;
	background:#f9f9f9 url(../images/aboutbg.jpg) no-repeat top center;
	position:relative;
	padding-top:154px;
}
.about .aboutimg{
	position:absolute;
	overflow:hidden;
	right:8%;
	top:60px;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutnr .aboutlf{
	width:54%;
	overflow:hidden;
	}
.about .aboutnr .aboutlf .tit p,.about .aboutnr .aboutlf .tit h3{
	color:#fff;
	text-align:left;
	}
.about .aboutnr .aboutlf .tit h3 a{
	color:#fff;
}
.about .aboutnr .aboutlf .tit h3{
	font-size:30px;
	margin-top:0;
	}
.tit p{
	margin-bottom:6px;
	}
.about .aboutjs{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.8);
	font-size:16px;
	line-height:30px;
	margin-top:48px;
	}
.about .more a{
	margin:0;
	}
.yycj{
	margin-top:128px;
	}
.yycj .tit p{
	color:#fff;
	}
.yycj .tit h3,.yycj .tit h3 a{
	color:#d6d6d6;
	}
.yycjnr{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yycjnr .yycjimg{
	width:100%;
	overflow:hidden;
	}
.yycjnr .yycjimg img{
	max-width:100%;
	height:auto;
	}
.yycjnr .owl-carousel .owl-item{
	padding:0 10px;
	}
/* reason
-------------------------------------------------------------- */
.reason{
	margin-top:70px;
}
.reason .tit h3:before{
	margin-left: -146px;
}
.reason .tit h3:after {
    margin-right: -146px;
}
.reason .reasonnr{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.reason .reasonnr ul{
	width:100%;
	overflow:hidden;
	}
.reason .reasonnr ul li{
	width:232px;
	height:358px;
	overflow:hidden;
	float:left;
	background:#efefef;
	padding-top:47px;
	margin-right:10px;
	}
.reason .reasonnr ul li:last-child{
	margin-right:0;
	}
.reason .reasonnr ul li .no{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#51c861;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	}
.reason .reasonnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#313131;
	text-align:center;
	line-height:30px;
	margin-top:18px;
	}
.reason .reasonnr ul li p{
	width:100%;
	overflow:hidden;
	color:#6d6d6d;
	text-align:center;
	padding:0 32px;
	}
.reason .reasonnr ul li hr{
	width:20px;
	border:none;
	border-bottom:solid 2px #307abc;
	margin:36px auto 0;
	}
.reason .reasonnr ul li .lxwm{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:42px;
	}
.reason .reasonnr ul li:hover{
	background:#2976ba;
	}
.reason .reasonnr ul li:hover .no,.reason .reasonnr ul li:hover h4,.reason .reasonnr ul li:hover p,.reason .reasonnr ul li:hover .lxwm{
	color:#fff;
	}
.reason .reasonnr ul li:hover hr{
	border-bottom:solid 2px #fff;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	padding-top:60px;
	}
.ys .ysimg{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	}
.ys .ysimg img{
	width:100%;
	height:auto;
	}
.ys .ysnr{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	position:relative;
	}
.ys .ysnr .yslist{
	padding:0 0 0 40%;
	}
.yslist dl{
	width:100%;
	overflow:hidden;
	padding:50px 30% 50px 14%;
	}
.yslist dl:nth-child(2){
	padding-left:22%;
	}
.yslist dl:nth-child(1),.yslist dl:nth-child(3){
	padding-left:16.5%;
	}
.yslist dl dt,.yslist dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.yslist dl dt{
	font-size:32px;
	color:#2e2e2e;
	line-height:50px;
	}
.yslist dl dt span{
	font-size:50px;
	color:#b21118;
	}
.yslist dl dd{
	font-size:20px;
	color:#4e4e4e;
	margin-top:20px;
	}
.yslist dl:hover{
	background:#b21118;
	}
.yslist dl:hover dt,.yslist dl:hover dt span,.yslist dl:hover dd{
	color:#fff;
	}

/* news
-------------------------------------------------------------- */
.news {
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	padding-bottom:58px;
	padding-top:96px;
}
.news .newsnr {
	margin-top:56px;
}
.news .newsnr .newsnrlf{
	padding:0 30px 0 0;
	}
.news .newsnrlf dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:423px;
	}
.news .newsnrlf 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;
}
.news .newsnrlf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsnrlf dl dt .date{
	width:90px;
	height:90px;
	background:#b21118;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	padding-top:5px;
	font-weight:normal;
	}
.news .newsnrlf dl dt .date span{
	width:100%;
	overflow:hidden;
	display:block;
	font-size:55px;
	color:#fff;
	line-height:60px;
	font-weight:bold;
	}
.news .newsnrlf dl dd{
	padding-left:25px;
	}
.news .newsnrlf dl dd .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#1b1b1b;
	line-height:35px;
	margin-top:31px;
	}
.news .newsnrlf dl dd .newsbt .newsbtlf{
	width:78%;
	overflow:hidden;
	font-size: 18px;
    color: #1b1b1b;
    line-height: 35px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnrlf dl dd .newsbt .newsbtrt{
	width:22%;
	overflow:hidden;
	text-align:right;
	font-size:15px;
	color:#333333;
	}
.news .newsnrlf dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9a9a9a;
	margin-top:5px;
	}
.news .newsnrlf dl:hover dd .newsbt .newsbtlf{
	color:#b21118;
	font-weight:bold;
	}
.newsnrlf_nrtit .newsnrlf_nrrt{
	width:30%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	text-align:right;
	line-height:30px;
	}
.newsnrlf .newsnrlf_nr .newsnrlf_nrtit p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	line-height:35px;
	}
.news .newsnr .newsnrrt{
	padding:0 0 0 30px;
	overflow:hidden;
	}
.news .newsnr .newsnrrt dl{
	width:100%;
	overflow:hidden;
	padding:28px 30px 28px 0;
	}
.news .newsnr .newsnrrt dl dt{
	width:16%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#9f9f9f;
	float:left;
	font-weight:normal;
	}
.news .newsnr .newsnrrt dl dt span{
	width:100%;
	overflow:hidden;
	display:block;
	float:left;
	font-size:40px;
	color:#333333;
	line-height:45px;
	margin-bottom:8px;
	font-weight:bold;
	}
.news .newsnr .newsnrrt dl dd{
	width:84%;
	overflow:hidden;
	float:left;
	padding-left:20px;
	}
.news .newsnr .newsnrrt dl dd .newstit{
	width:75%;
	overflow:hidden;
	line-height:30px;
	font-size:18px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newsnrrt dl dd .newsdate{
	width:25%;
	overflow:hidden;
	text-align:right;
	line-height:30px;
	color:#333333;
	}
.news .newsnr .newsnrrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#a6a6a6;
	line-height:21px;
	margin-top:6px;
	}
.news .newsnr .newsnrrt dl:hover{
	background:#b21118;
	}
.news .newsnr .newsnrrt dl:hover dt,.news .newsnr .newsnrrt dl:hover dt span,.news .newsnr .newsnrrt dl:hover dd .newstit,.news .newsnr .newsnrrt dl:hover dd .newsdate,.news .newsnr .newsnrrt dl:hover dd p{
	color:#fff;
	}

/* link
-------------------------------------------------------------- */
.link {
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#545454;
	line-height:30px;
	margin-bottom:32px;
	margin-top:72px;
}
.link a {
	font-size:16px;
	color:#545454;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	background-size: cover;
	padding-top: 63px;
}
.footernr .footerlf{
	width: 33%;
	overflow: hidden;
}
.footernr .footerlf .blogo{
	width: 100%;
	overflow: hidden;
}
.footernr .footerlf .blogo img{
	max-width: 100%;
	height:auto;
}
.footernr .footerlf h3{
	width: 100%;
	overflow: hidden;
	font-size:24px;
	color:#545454;
	line-height:35px;
	font-weight:normal;
	margin-top:34px;
	}
.footernr .footerlf p{
	width: 100%;
	overflow: hidden;
	font-family:Arial;
	color:#545454;
	line-height:30px;
	}
.footernr .footerlf ul{
	width:100%;
	overflow:hidden;
	margin-top:28px;
	margin-bottom:32px;
	}
.footernr .footerlf ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#545454;
	margin-top:10px;
	}
.footernr .footerlf ul li span{
	font-size:16px;
	color:#000;
	}
.footernr .footerlf ul li a{
	font-size:16px;
	color:#545454;
	}
.footernr .footerlf .icon{
	overflow:hidden;
	float:left;
	margin-right:18px;
	}
.footernr .bnav{
	width: 50%;
	overflow: hidden;
	float:left;
}
.footernr .bnav ul li{
	padding:0;
	}
.footernr .bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#181414;
	line-height:30px;
	font-weight:normal;
	margin-bottom:16px;
	}
.footernr .bnav ul li h4 a{
	font-size:20px;
	color:#181414;
	}
.footernr .bnav ul li p{
	width:100%;
	overflow:hidden;
	color:#5c5454;
	line-height:34px;
	}
.footernr .bnav ul li p a{
	color:#5c5454;
	}
.footernr .bnav ul li p a:hover{
	color:#000;
	}
.footernr .bewm{
	width:17%;
	overflow: hidden;
	float:right;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-top:solid 1px #dfdfdf;
	padding:30px 0;
	margin-top:39px;
	color:#9d9d9d;
	}
.bot a{
	color:#9d9d9d;
}
.bot a:hover{
	color:#333;
}
.footernr .bewm dl{
	overflow: hidden;
	float:right;
}
.footernr .bewm dl dt,.footernr .bewm dl dd{
	overflow: hidden;
	text-align:center;
}
.footernr .bewm dl dd{
	line-height:30px;
	margin-top:6px;
	color:#6c6a6a;
	}
.footernr .bewm dl dt img{
	max-width:100%;
	height:auto;
}
.footernr .bmap {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
	margin-top:25px;
}
.footernr .bmap a{
	width:100%;
	height:54px;
	line-height:54px;
	border:solid 1px #c6c6c6;
	display:block;
	font-size:16px;
	color:#5c5454;
	padding-left:32px;
	position:relative;
	float:right;
	}
.footernr .bmap a:after{
	content:"+";
	position:absolute;
	right:20px;
	color:#7b7575;
	font-size:28px;
	font-weight:normal;
	top:0;
	line-height:50px;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 450px;
	margin-top: 100px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:64px;
	font-size:16px;
	color:#000;
	}
.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
    margin-top: 58px;
}
.ntit .ntiten {
	width: 100%;
    overflow: hidden;
    font-size: 38px;
    color: #f1f1f1;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.ntit .ntitcn {
	width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #b21118;
    line-height: 45px;
    margin: 0;
}
/* nabout
-------------------------------------------------------------- */
.nabout,.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .tit{
	width:100%;
	margin-bottom:50px;
	margin-top:58px;
	}
.ncontact .tit{
	width:100%;
	margin-bottom:50px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:16px;
	line-height:32px;
	padding:40px 0;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
/* nsb
-------------------------------------------------------------- */
.nsb {
	margin-top:60px;
	margin-bottom:60px;
}
.nsb dl{
	overflow:hidden;
	padding:0 14px;
	margin:15px 0;
}
.nsb dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nsb dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#4a4a4a;
	line-height:30px;
	padding:12px 0;
}
/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncasenr{
	width:100%;
	overflow:hidden;
}
.ncasenr ul{
	width:100%;
	overflow:hidden;
	}
.ncasenr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	position:relative;
	height:320px;
	}
.ncasenr 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;
	}
.ncasenr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:440px;
	overflow:hidden;
	float:left;
	margin:20px 40px 20px 0;
	background:#f6f6f6;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:329px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.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 dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(178,17,24,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:82%;
	margin:0 9%;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl:hover{
	background:rgba(178,17,24,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.npro .nproimglist{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.npro .nproimglist ul{
	width:100%;
	overflow:hidden;
	}
.npro .nproimglist ul li{
	overflow:hidden;
	padding:0 20px;
	margin:10px 0;
	text-align:center;
	}
.npro .nproimglist img{
	max-width:100%;
	height:auto;
}
.npronr h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	margin-top:30px;
	}
.nprofb{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nprofb p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofb img{
	max-width:100%;
	height:auto;
	}
.nprofb table tr td{
    padding: 0 !important;
}
.nprofb table tr td p{
    padding: 0 5px 0 0;
}
.box{width:100%;}
.left-pro{width:100%;}
.left-pro .t1{width:100%;margin-top:10px;}
.left-pro .t2{width:100%;text-indent:0;}
.left-pro .t2 img{text-indent:0; }
.left-pro .t2 .main_img{
	width:100%;
}
#showArea a img{cursor:pointer;display:block;width:19.2%;padding:1px;float:left;margin-left:1%;}
#showArea a img.active{border:solid 1px #ff9031;}
#showArea a:first-child img{margin-left:0;}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{width:100%;overflow:hidden}
/* CSS class for zoomed area */
.MagicZoomBigImageCont{border:1px solid #ff9031;overflow:hidden}
.MagicZoomBigImageCont img{width:800px;height:470px}
.MagicZoomBigImageCont iframe{width:300px;height:176px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#ff9031;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:106px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:588px;background:transparent url(graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
/* nnews
-------------------------------------------------------------- */
.nmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nmenu ul{
	overflow:hidden;
	display:inline-block;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	padding:0 18px;
	float:left;
	line-height:46px;
	border:solid 1px #c1c1c1;
	margin:5px 0;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#b21118;
	border:solid 1px #b21118;
	}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
	}
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	margin-bottom:0;
	padding:0 1.5%;
	margin:40px 0;
	}
.nnews dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:284px;
	}
.nnews dl dt img{
	display:block;
	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 dd{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	padding-top:22px;
	padding-bottom:46px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:35px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	margin-top:10px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #b21118;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:5px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:30px;
	background:url(../images/tb10.png) no-repeat left center;
	padding-left:38px;
	margin-top:10px;
	}
.nnews dl:hover dd{
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	}
.nnews dl:hover dd .nnewstit{
	color:#b21118;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:35px;
    color: #333;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .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 .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:18px;
	color:#333;
}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.map{
	height:500px;
	overflow:hidden;
	padding:0;
	margin-top:40px;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage ul{
	width:100%;
	overflow:hidden;
	}
.nmessage ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:20px;
	}
.nmessage ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e3e3e3;
	line-height:60px;
	padding:0 20px;
	}
.nmessage ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	border:solid 1px #cbcbcb;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 58px;
    background: #2976ba;
    color: #fff;
	text-align:center;
	font-size:18px;
}
/* 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:#b21118;color:#fff;border: 1px solid #b21118; }
.pages ul a:hover{ background:#b21118;color:#fff;border: 1px solid #b21118;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#b21118;
	text-decoration:none;
}
/*移动端导航*/

.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;margin-right:5px;}
.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: 1921px) and (max-width: 2560px) {
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.npro dl dt{
		height:281px;
	}
	.nnews dl dt{
		height:227px;
	}
	.ncasenr ul li{
		height:275px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:264px;
	}
	.nnews dl dt{
		height:213px;
	}
	.ncasenr ul li{
		height:259px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:238px;
	}
	.nnews dl dt{
		height:192px;
	}
	.ncasenr ul li{
		height:233px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:211px;
	}
	.nnews dl dt{
		height:170px;
	}
	.ncasenr ul li{
		height:207px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:205px;
	}
	.nnews dl dt{
		height:165px;
	}
	.ncasenr ul li{
		height:200px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:266px;
	}
	.nnews dl dt{
		height:222px;
	}
	.ncasenr ul li{
		height:237px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:238px;
	}
	.nnews dl dt{
		height:198px;
	}
	.ncasenr ul li{
		height:211px;
	}
}
@media only screen and (min-width:640px) and (max-width: 767px) {
	.npro dl dt{
		height:198px;
	}
	.nnews dl dt{
		height:341px;
	}
	.ncasenr ul li{
		height:270px;
	}
	.news .newsnrlf dl dt{
		height:422px;
	}
}
@media only screen and (min-width:540px) and (max-width: 639px) {
	.npro dl dt{
		height:167px;
	}
	.nnews dl dt{
		height:284px;
	}
	.ncasenr ul li{
		height:228px;
	}
	.news .newsnrlf dl dt{
		height:356px;
	}
}
@media only screen and (min-width:425px) and (max-width:539px) {
	.npro dl dt{
		height:131px;
	}
	.nnews dl dt{
		height:226px;
	}
	.ncasenr ul li{
		height:179px;
	}
	.news .newsnrlf dl dt{
		height:280px;
	}
}
@media only screen and (min-width:375px) and (max-width:424px) {
	.npro dl dt{
		height:116px;
	}
	.nnews dl dt{
		height:200px;
	}
	.ncasenr ul li{
		height:158px;
	}
	.news .newsnrlf dl dt{
		height:247px;
	}
}
@media only screen and (min-width:320px) and (max-width:374px) {
	.npro dl dt{
		height:99px;
	}
	.nnews dl dt{
		height:170px;
	}
	.ncasenr ul li{
		height:135px;
	}
	.news .newsnrlf dl dt{
		height:211px;
	}
}
@media only screen and (min-width:0px) and (max-width:319px) {
	.npro dl dt{
		height:96px;
	}
	.nnews dl dt{
		height:165px;
	}
	.ncasenr ul li{
		height:132px;
	}
	.news .newsnrlf dl dt{
		height:210px;
	}
}
 @media(max-width:1680px) {
	.yslist dl {
		padding: 40px 12% 40px 14%;
	}
	.yslist dl dt span {
		font-size: 46px;
	}
	.yslist dl dt{
		font-size:28px;
	}
 }
 @media(max-width:1600px) {
	.yslist dl {
		padding: 30px 12% 30px 14%;
	}
 }
 @media(max-width:1440px) {
	.cont, .cont1 {
		width: 88%;
	}
	.npro dl {
		width: 31.3333333%;
		margin: 20px 3% 20px 0;
	}
	.about .aboutimg {
		right: 5%;
	}
	.rslides_tabs{
		bottom:50px;
	}
	.yslist dl {
		padding: 25px 12% 25px 14%;
	}
 }
 @media(max-width:1360px) {
	 .nav .menu > li a{
		 margin:0 30px;
	 }
	 .about .aboutimg {
		right: 4%;
	}
	 .yslist dl dt{
		 line-height:40px;
	 }
 }
 @media(max-width:1280px) {
	.nav .menu > li a{
		 margin:0 25px;
	 }
	 .tel{
		 margin-left:30px;
		 margin-right:24px;
	 }
	 .about .aboutnr .aboutlf {
		width: 52%;
	 }
	 .yslist dl dd{
		 font-size:18px;
		 margin-top:10px;
	 }
	 .yslist dl {
		padding: 20px 12% 20px 14%;
	}
}
@media(max-width:1152px) {
	.news .newsnr .newsnrrt dl dd{
		padding-left:10px;
	}
	.tel{
		margin-right:10px;
		margin-left:10px;
	}
	.nav .menu > li a {
		margin: 0 18px;
	}
	 .about .aboutnr .aboutlf {
		width: 50%;
	 }
	 .about .aboutimg{
		 width:45%;
	 }
	.footernr .footerlf h3{
		font-size:20px;
	}
	.footernr .footerlf p{
		font-size:12px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a {
		margin: 0 15px;
	}
	.yslist dl dt span {
		font-size: 40px;
	}
	.yslist dl dt {
		font-size: 24px;
	}
	.news .newsnr .newsnrrt {
		padding: 0 0 0 20px;
	}
	.news .newsnr .newsnrrt dl {
		padding: 28px 20px 28px 0;
	}
}
@media(max-width:991px) {
	.ys .ysimg{
		position:inherit;
	}
	.ys .ysnr .yslist {
		padding: 0;
	}
	.yslist dl {
		width:88%;
		padding: 20px 0;
		margin:auto;
	}
	.yslist dl:nth-child(1), .yslist dl:nth-child(3),.yslist dl:nth-child(2){
		padding-left: 0;
	}
	.yycj .tit p,.yycj .tit h3, .yycj .tit h3 a{
		color: #323232;
	}
	.news .newsnr .newsnrrt {
		padding: 0;
	}
	.news .newsnrlf dl dd{
		padding-left:0;
	}
	.news .newsnr .newsnrlf {
		padding: 0;
		margin-bottom:20px;
	}
	.about .aboutnr .aboutlf,.about .aboutimg{
		width:100%;
	}
	.about .aboutimg{
		position:inherit;
		text-align:center;
		right:0;
	}
	.ntit {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.nnews h1{
		font-size:20px;
	}
	.npro dl {
		width: 47%;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:20px;
	}
	.news-exp a{
		width:100%;
	}
	.news-exp a:last-child{
		text-align:left;
	}
	.ntit .ntitcn{
		font-size:30px;
	}
	.ntit .ntiten{
		font-size:32px;
	}
	.ncasenr ul li{
		width:31.3333333%;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
	}
	.tit h3{
		line-height:35px;
	}
	.tit p{
		font-size:40px;
		line-height:40px;
	}
	.map{
		height:280px;
	}
	.footernr .footerlf{
		width:100%;
	}
	.footernr .bnav{
		width:70%;
	}
	.footernr .bewm{
		width:30%;
	}
}
@media(max-width:767px) {
	.ncasenr ul li{
		width:48%;
	}
	.rslides_tabs{
		bottom:20px;
	}
	.rslides img{
		width:120%;
		margin-left:-10%;
	}
	.news .newsnr .newsnrrt dl dd .newsdate,.news .newsnrlf dl dd .newsbt .newsbtrt{
		display:none;
	}
	.news .newsnr .newsnrrt dl dd .newstit,.news .newsnrlf dl dd .newsbt .newsbtlf{
		width:100%;
	}
	.about{
		padding-top:80px;
	}
}
@media(max-width:640px) {
	.ntit .ntitcn {
		font-size: 24px;
	}
	.ntit .ntiten{
		font-size:26px;
	}
	.npro dl dd {
		padding: 10px 0;
		font-size:18px;
	}
	.tit p {
		font-size: 30px;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
	}
	.ys .ysnr{
		margin-top:30px;
	}
}
@media(max-width:540px) {
	.news .newsnrlf dl dt .date{
		width:80px;
		height:80px;
	}
	.news .newsnrlf dl dt .date span{
		font-size:40px;
		line-height:50px;
	}
	.news .newsnr .newsnrrt dl dt{
		font-size:14px;
	}
	.news .newsnr .newsnrrt dl dt span{
		font-size:30px;
	}
	.news .newsnr .newsnrrt dl {
		padding: 28px 10px 28px 0;
	}
	.footernr .bnav,.footernr .bewm{
		width:100%;
	}
	.footernr .bewm dl{
		float:left;
	}
	.ntit .ntitcn {
		font-size: 22px;
		line-height:30px;
	}
	.npro dl dd {
		font-size:16px;
	}
	.tit h3,.tit h3 a{
		font-size:24px;
	}
	.tit p{
		font-size:32px;
	}
}
@media(max-width:425px) {
	.news .newsnr .newsnrrt dl dt{
		display:none;
	}
	.news .newsnr .newsnrrt dl dd{
		width:100%;
	}
	.tit p {
		font-size: 28px;
	}
}
@media(max-width:320px) {
}
