@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%;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	}
.large{
	height:140px;
}
.top{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	line-height:40px;
	}
.toplf{
	color:#5a5a5a;
	}
.toprt{
	color:#5a5a5a;
	}
.logonav{
	width:1200px;
	height:100px;
	margin:auto;
	}
.small{
	height:100px;
	box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-moz-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-webkit-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
}
.small .top{
	display:none;
	}
.headernr{
	width:1400px;
	height:118px;
	margin:auto;
}
.logo{
	width:24%;
	overflow:hidden;
	padding-top:19px;
}
.logo img{
	max-width:100%;
	height:auto;
}
.nav{
	width:70%;
	height:100px;
	}

.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 > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{

	width:12.5%;

	height:100px;

	float:left;

	text-align:center;

	line-height:100px;

	}

.nav .menu > li a{
	color:#000;
	font-size:18px;
	display:block;
	}

.nav .menu > li:hover a{
	color:#ffa630;
	}
.nav .menu > li:hover{
	background:url(../images/line.jpg) no-repeat bottom center;
	}

.nav .menu > li.current a{
	color:#ffa630;
}
.nav .menu > li.current{
	background:url(../images/line.jpg) no-repeat bottom center;
	}

.nav .menu > li .submenu{

	width:110%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#ffa630;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:rgba(255,166,48,0.8);

}

.cont1{

	width:1200px;

	overflow:hidden;

	margin:auto;

	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	margin-top:140px;
	box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-moz-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-webkit-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus ,#wrapper a:link,#wrapper a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:800px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:800px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:url(../images/dot.png) no-repeat !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 40px !important;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 13px;
    height: 13px;
	border-radius:50%;
	margin:0 12.5px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* cont

-------------------------------------------------------------- */
.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	margin-top:50px;
	}
.ys ul,.nys ul{
	width:100%;
	overflow:hidden;
	}
.ys ul li,.nys ul li{
	width:25%;
	height:182px;
	float:left;
	overflow:hidden;
	}
.ys ul li:first-child{
	background:#ffa630;
	}
.ys ul li:nth-child(2){
	background:#ffb14a;
	}
.ys ul li:nth-child(3){
	background:#ffbc63;
	}
.ys ul li:last-child{
	background:#ffc77d;
	}
.ys ul li h3,.nys ul li h3{
	text-align:center;
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	margin-top:35px;
	webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	}
.ys ul li h3 font,.nys ul li h3 font{
	color:#fff;
	font-size:16px;
	}
.ys ul li p,.nys ul li p{
	text-align:center;
	width:100%;
	overflow:hidden;
	color:#fff;
	margin-top:15px;
	}
.ys ul li span,.nys ul li span{
	display:block;
	width:32px;
	height:2px;
	background:#fff;
	margin:auto;
	margin-top:15px;
	}
.ys ul li:hover h3,.nys ul li:hover h3{
	font-size:34px;
}
.ys ul li:hover p,.nys ul li:hover p{
	font-size:16px;
}

/* tit
-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#ffa630;
	font-weight:bold;
	border-left:solid 5px #ffa630;
	padding-left:15px;
	}
.tit span{
	font-size:12px;
	color:#aaaaaa;
	margin-left:14px;
	font-weight:normal;
	}
/* about
-------------------------------------------------------------- */
.about{
	margin-top:56px;
	}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:37px;
	}
.about .aboutnr:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about .aboutjs{
	width:58.5%;
	overflow:hidden;
	background:#fff;
	border:solid 1px #eeeeee;
	padding:18px 3% 18px 1.5%;
	}
.about .aboutjs p{
	width:100%;
	overflow:hidden;
	line-height:30px; 
	color:#333;
	text-indent:2em;
	}
#scroll_v {position:absolute;right:0; top:50px;}
#scroll_v .content{  position:relative;height:248px;overflow: hidden; } 
#scroll_v .content_mid{ width:100%; line-height:30px; color:#333;}
#scroll_v .bottom_scroll{ width:16px; height:180px; position:absolute; right:5px; top:55px;}
#scroll_v .bottom_scroll span{ float:left; width:8px; height:5px;text-align:center; line-height:16px; cursor:pointer; text-indent: 99em; overflow: hidden;}
#scroll_v .scroll_border{  margin:10px 3.5px; width:1px; border:1px solid #dbdbdb;height:100%; position: relative;  }
#scroll_v .scroll_btn{ cursor:pointer; width:4px; height: 12px;background:#cda661;border-radius: 6px; position: absolute; left:-2.5px; top:0;}
#scroll_v .scroll_btn.now{ background:#cda661}
#scroll_v .bottom_scroll span.scroll_left{ background-image:url(../images/buttont.jpg); background-repeat:no-repeat;}
#scroll_v .bottom_scroll span.scroll_rig{background-image:url(../images/buttonb.jpg); background-repeat:no-repeat;}
.content_mid ul li{ width:40px; height: 40px; text-align: center; line-height: 40px; border:1px solid #009999; margin:3px;}
        .clear::after{ height: 0; display: block; clear: both; content:'';}
.aboutmore{
	width:200px;
	height:50px;
	text-align:center;
	line-height:50px;
	position:absolute;
	right:0;
	bottom:14px;
	background:#ffa630;
	}
.aboutmore a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.aboutmore:hover{
	background:rgba(255,166,48,0.8);
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) repeat-y top center;
	padding:60px 0;
	}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:27px;
	}
.pronr dl{
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.pronr dl dt{
	width:100%;
	overflow:hidden;
	border:solid 1px #dfdfdf;
	}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	margin-top:3px;
	}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:23px;
	}
.promore a{
	width:200px;
	height:50px;
	line-height:50px;
	display:block;
	background:#ffffff;
	font-size:16px;
	color:#ffa630;
	text-align:center;
	margin:auto;
	}
.promore a:hover{
	background:rgba(255,255,255,0.9);
}
.pro .tit{
	border-left:solid 5px #fff;
	color:#fff;
	}
.pro .tit span{
	color:#fff;
	}
/* case
-------------------------------------------------------------- */
.case{
	margin-top:60px;
	margin-bottom:38px;
	}
.casenr{
	width:100%;
	overflow:hidden;
	}
.scroll-outer{position: relative;width:100%; margin: auto;margin-top:50px;}
#scroll .owl-carousel .owl-item{width:339px;overflow:hidden; margin:0 5.5px;background:#fff;}
#scroll{width:100%;overflow: hidden;margin:0 auto;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{width:100%;overflow:hidden; }
.con4_item{ width:100%; overflow:hidden; position:relative; margin:0 5%; }
.con4_item dl{ width:100%; overflow:hidden; }
.con4_item dl dt{ 
	width:100%;
	overflow:hidden; 
	 }
.con4_item dl dd{ 
	width:100%;
	overflow:hidden; 
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#333;
	margin-top:10px;
	 }
#scroll .owl-carousel .owl-item img{
	max-width:100%;
	height:auto;
}
#scroll .item:hover .con4_item img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.con4_item_bot{ width:100%; padding-left:10%; height:54px;font-size:16px; color:#fff; line-height:54px; position:absolute;bottom:0; background:rgba(0,0,0,0.5); }
.con4_item_bot a{ display:block; width:99px; height:54px; border:1px solid #e5e5e7; text-align:center; line-height:54px; margin:0 auto; margin-top:20px;}
.con4_item_bot1{ width:100%;text-align:center;font-weight:bold; height:54px;font-size:20px; line-height:54px; }
.con4_item_bot1 a{ display:block; width:99px; height:54px; border:1px solid #e5e5e7; text-align:center; line-height:54px; margin:0 auto; margin-top:20px;}
#scroll .item:hover .con4_item{ background:url(../images/n1_07.jpg) no-repeat;}
#scroll .item:hover .con4_item_bot .more a{ background:#0363bd; color:#fff;}
#scroll .item:hover .promore p{
	background:#ff9600;
	color:#fff;
	border:solid 1px #ff9600;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-prev,.owl-next{
	width:46px;
	height:46px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	top:40%;
	}
.owl-prev{
	background:url(../images/prev.png) no-repeat center;
	left:6px;
	}
.owl-next{
	background:url(../images/next.png) no-repeat center;
	right:6px;
	}
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
.casemore{
	width:100%;
	overflow:hidden;
}
.casemore a{
	color:#fff;
	font-size:16px;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	background:#ffa630;
	margin:auto;
	margin-top:18px;
}
.casemore a:hover{
	background:rgba(255,166,48,0.8);
}
/* news
-------------------------------------------------------------- */
.news .newsnr{
	width:46%;
	overflow:hidden;
	margin-top:30px;
	}
.news .newsimg{
	width:50%;
	overflow:hidden;
	margin-top:30px;
	}
.news .newsimg:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news .newsnr ul{
	width:100%;
	overflow:hidden;
	}
.news .newsnr ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #eeeeee;
	padding-bottom:9px;
	margin-bottom:18px;
	}
.news .newsnr ul li h3{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:30px;
	margin-bottom:9px;
	}
.news .newsnr ul li dl{
	width:100%;
	overflow:hidden;
	}
.news .newsnr ul li dl dt{
	width:26%;
	overflow:hidden;
	float:left;
	}
.news .newsnr ul li dl dd{
	width:72%;
	overflow:hidden;
	float:right;
	}
.news .newsnr ul li dl dd .newsms{
	width:100%;
	overflow:hidden;
	color:#999;
	}
.news .newsnr ul li dl dd .newsxq{
	width:100%;
	overflow:hidden;
	color:#ffa630;
	}
.news .newsnr ul li .date{
	width:100%;
	overflow:hidden;
	color:#999;
	text-align:right;
	}
.newsnr ul li:hover dl dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.newsmore{
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#ffa630;
	margin-top:10px;
	}
.newsmore a{
	display:block;
	color:#fff;
	font-size:16px;
	}
.newsmore:hover{
	background:rgba(255,166,48,0.8);
}
/* link
-------------------------------------------------------------- */
.link{
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:30px;
	margin-top:42px;
	margin-bottom:44px;
	}
.link img{
	margin-right:14px;
	}
.link span{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-left:12px;
	margin-right:24px;
}
.link a{
	margin-right:10px;
	color:#333;
	font-weight:normal;
}
.link a:hover{
	color:#ffa630;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	}
.footernr{
	width:63%;
	overflow:hidden;
	}
.footerlf{
	width:80%;
	overflow:hidden;
	}
.footerrt{
	width:18.5%;
	overflow:hidden;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	margin-top:37px;
	}
.footerrt .bottel{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#ffa630;
	}
.footerrt p{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height: 18px;
	}
.footerrt a{
	display:block;
	color:#ffa630;
	width:118px;
	height:28px;
	line-height:24px;
	border:solid 1px #ffa630;
	background:url(../images/tb1.png) no-repeat 18px center;
	padding-left:41px;
	margin:auto;
	margin-top:16px;
	}
.botnav{
	width:100%;
	overflow:hidden;
	margin-top:37px;
	}
.botnav ul{
	width:100%;
	overflow:hidden;
	}
.botnav ul li{
	float:left;
	padding:0 16px;
	border-right:solid 2px #666;
	line-height: 15px;
	}
.botnav ul li:last-child{
	border-right:none;
	}
.botnav ul li a{
	color:#fff;
	}
.botnav ul li:first-child{
	padding-left:0;
	}
.blxfs1{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:30px;
	}
.blxfs2{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:2px;
	}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #fff;
	margin-top:24px;
	padding:17px 0;
	}
.botlf{
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.botrt{
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.botrt a{
	color:#fff;
	}
.ewm{
	margin-top:40px;
	}
.message{
	width:83%;
	overflow:hidden;
	margin-top:40px;
	}
.message ul{
	width:100%;
	overflow:hidden;
	}
.message ul li{
	width:49%;
	overflow:hidden;
	float:left;
	}
.message ul li:first-child{
	margin-right:2%;
	}
.message ul li:last-child{
	width:100%;
	overflow:hidden;
	}
.message ul li input{
	width:100%;
	height:44px;
	line-height:44px;
	overflow:hidden;
	background:#fff;
	padding:0 5%;
	font-size:15px;
	color:#333;
	}
.message ul li textarea{
	width:100%;
	height:82px;
	line-height:30px;
	overflow:hidden;
	background:#fff;
	padding:0 2%;
	margin-top:10px;
	font-size:15px;
	color:#333;
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	}
.btn1 a{
	color:#fff;
}
.btn1 .coolbg{
	width:100px;
	height:32px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:15px;
	background:#0167ad;
	}
.bot{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	line-height:30px;
	margin-top:28px;
	margin-bottom:20px;
	}
.bot a{
	color:#fff;
}
.contact{
	width:100%;
	height:357px;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat left center;
	padding:0 5%;
	}
.contact h3{
	width:100%;
	overflow:hidden;
	color:#b5b5b5;
	border-bottom:dashed 1px #fff;
	padding-bottom:20px;
	padding-top: 18px;
	margin-bottom:17px;
	font-size:20px;
	margin-top: 20px;
	}
.contact p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:23px;
	padding-top:15px;
	}
/* banner_n
-------------------------------------------------------------- */

.banner_n { 
	width:100%; 
	height:400px;
	margin-top:140px;
	box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-moz-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
	-webkit-box-shadow: 0px 1px 4px rgba(28,41,84,0.69);
}
.mbanner{
	width:100%; 
	overflow:hidden;
	display:none;
	margin-top:140px;
	}
.mbanner img{
	max-width:100%; 
	height:auto;
	}
/* position
-------------------------------------------------------------- */
.position{
	width:1200px;
	height:40px;
	position:relative;
	margin:auto;
	margin-top:16px;
	}
.positionnr{
	width:76%;
	float:right;
	background:#f5f5f5;
	line-height:40px;
	padding-left:1.5%;
	}
.positionnr img{
	margin-right:9px;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:20%;
	height:95px;
	position:absolute;
	left:0;
	bottom:0;
	}
.ntit1{
	width:100%;
	height:95px;
	}
.ntitnr,.ntitnr1{
	width:100%;
	height:86px;
	background:#ffa630;
	}
.ntitnr h3,.ntitnr1 h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	padding-top:15px;
	}
.ntitnr p,.ntitnr1 p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:12px;
	}
.ntit span,.ntit1 span{
	width:100%;
	height:4px;
	display:block;
	background:#ffa630;
	margin-top:5px;
	}
.nbt{
	display:none;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:40px;
	margin-bottom:40px;
	}
.nabout p{
	overflow:hidden;
	line-height:38px;
	color:#333;
	font-size:16px;
	}
.nabout img{
	max-width:100%;
	height:auto;
	}
.nabout img:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.nys{
	width:100%;
	overflow:hidden;
	background:#ffa630;
	}
.nys ul li:nth-child(2n){
	background:#ffb14a;
	}
.nys ul li:nth-child(2n+1){
	background:#ffbc63;
	}
.ncj{
	margin-top:22px;
	margin-bottom:22px;
	}
.ncj ul{
	width:100%;
	overflow:hidden;
	}
.ncj ul li{
	overflow:hidden;
	float:left;
	margin:18px 0;
	}
.ncj ul li:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:40px;
	margin-bottom:40px;
	}
.map{
	width:100%;
	height:300px;
	overflow:hidden;
	float:left;
	}
.ncontact .wxh{
	width:345px;
	height:108px;
	border:solid 4px #666666;
	margin:auto;
	position:relative;
	margin-top:100px;
	margin-bottom:45px;
	}
.ncontact .wxh dl{
	width:142px;
	position:absolute;
	left:50%;
	margin-left:-71px;
	top:-58px;
	}
.ncontact .wxh dl dt{
	width:100%;
	overflow:hidden;
	border:solid 1px #c2c2c2;
	}
.ncontact .wxh dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	background:#fff;
	margin-top:14px;
	}
.ncontact ul{
	width:100%;
	overflow:hidden;
	border:solid 1px #d9d9d9;
	margin-top:30px;
	padding:14px 0;
	}
.ncontact ul li{
	width:33.3%;
	overflow:hidden;
	float:left;
	padding:19px 0 18px 3%;
	}
.ncontact ul li .lxfsnr{
	margin-left:4%;
	}
.ncontact ul li .lxfsnr h4{
	font-size:16px;
	color:#333;
	margin: 0;
    line-height: 30px;
	}
.ncontact ul li .lxfsnr p{
	font-size:16px;
	color:#ffa630;
	font-weight:bold;
	}
.ncontact ul li.bk{
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	}

/* menulist
-------------------------------------------------------------- */
.ncontlf{
	width:20%;
	overflow:hidden;
	}
.ncontrt{
	width:76%;
	overflow:hidden;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:0 6%;
	}
.nlxfs .ntelbt{
	width:100%;
	overflow:hidden;
	color:#979797;
	margin-top:26px;
	}
.nlxfs .ntelnr{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#ffa630;
	font-weight:bold;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:14px;
	}
.nlxfsnr{
	width:100%;
	overflow:hidden;
	padding:16px 0;
	}
.nlxfsnr p{
	width:100%;
	overflow:hidden;
	line-height:32px;
	}
.menulist{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	}
.menulist ul li{
	width:100%;
	overflow:hidden;
	line-height:60px;
	background:#f7f7f7;
	margin-bottom:3px;
	text-align:center;
	}
.menulist ul li a{
	font-size:16px;
	display:block;
	}
.menulist ul li a:hover{
	color:#ffa630;
	}
.menulist ul li.cur a{
	color:#ffa630;
	}

/* nnews
-------------------------------------------------------------- */
.nnewsnr{
	border:solid 1px #d9d9d9;
	border-bottom:none;
	margin-top:40px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	border-bottom:dashed 1px #bcbcbc;
	padding:16px 3% 33px 3%;
	}
.nnews dl dt{
	width:7.1%;
	overflow:hidden;
	float:left;
	background:#fe9a1f;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
.nnews dl dt span{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	}
.nnews dl dd{
	width:91%;
	overflow:hidden;
	float:right;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	margin-top:12px;
	}
.nnews dl dd .ndate{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-top:23px;
	}
.nnews dl:hover dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.nnews dl:hover dd .nnewsbt{
	color:#fe9a1f;
	}
.nnews h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size: 20px;
    color: #262635;
	line-height: 35px;
	}
.nnews .fbtime{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-bottom: dashed 1px #a9a9a9;
    padding-bottom: 25px;
	line-height:30px;
	}
.nnews .nnewsinfo{
	width:100%;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom:30px;
	}
.nnews .nnewsinfo p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
}
/* npro
-------------------------------------------------------------- */
.npro dl{
	overflow:hidden;
	float:left;
	margin:5px 0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	border:solid 1px #dfdfdf;
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:35px;
	}
.npronr{
	margin-top:35px;
	}
.npro dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.npro dl:hover dd{
	color:#ffa630;
}
.npronr h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#333;
	}
.npronr .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.npronr .nproimg img{
	border:solid 1px #dfdfdf;
	margin: auto;
	}
.npronr .nproxq{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	}
.npronr .nproxq p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.npronr .nproxq table,.npronr .nproxq table tr,.npronr .nproxq table tr td{
	border:solid 1px #83c7dc;
}
.npronr .nproxq table{
	width:100%;
	overflow:hidden;
}
/* ncase
-------------------------------------------------------------- */
.ncasenr{
	margin-top:30px;
	}
.ncase dl{
	width:220px;
	overflow:hidden;
	float:left;
	margin:10px 4px;
	}
.ncase dl dt{
	width:100%;
	overflow:hidden;
	border:solid 2px #dddddd;
	}
.ncase dl dt img{
		width:220px;
		height:169px;
	}
.ncase dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#333;
	line-height:30px;
	}
.ncase dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ncase dl:hover dd{
	color:#ffa630;
}

/* nmessagenr
-------------------------------------------------------------- */
.nmessage,.ncase,.nnews,.npro{
	margin-bottom:40px;
	}
.nmessagenr p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:30px;
	}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
	}
.nmessagenr ul li{
	width:50%;
	overflow:hidden;
	float:left;
	margin-top:30px;
	}
.nmessagenr ul li input{
	width:97%;
	height:52px;
	line-height:52px;
	overflow:hidden;
	border:solid 2px #dedede;
	color:#999;
	font-size:18px;
	padding:0 3%;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:274px;
	line-height:30px;
	overflow:hidden;
	border:solid 2px #dedede;
	color:#999;
	font-size:18px;
	padding:0 1.5%;
	}
.nmessagenr ul li:nth-child(2n){
	text-align:right;
	}
.nmessagenr ul li:last-child{
	width:100%;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:26px;
	}
.tjbtn button{
	width:170px;
	height:50px;
	background:#ffa630;
	font-size:18px;
	color:#fff;
	border-style: none;
	}


/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #ffa630;
}

.dede_pages ul li.thisclass{
    background-color: #ffa630;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #ffa630;
	color:#fff;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#208cec;
}
.touch-menu,.tel-menu{
	display:none;
}
.touch-menu{
	width:32px;
	height:32px;
	float:right;
	margin-top:34px;
	margin-right:1%;
}
	
.tel-menu {
    background: #ffa630;
    padding: 10px 1%;
    width: 100%;
    overflow: hidden;
}
.tel-menu ul {
	width:100%;
	overflow:hidden;
}
.tel-menu ul li {
	position:relative;
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
}
.tel-menu ul li a {
	color:#fff;
	display:block;
	font-size:16px;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.tel-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #f39910;
}
/*kefu*/
.kefu{
	width:120px;
	overflow:hidden;
	position:fixed;
	left:2px;
	top:35%;
	z-index:999;
}
.closed{
	position:absolute;
	right:2px;
	top:2px;
	z-index:1000;
	cursor:pointer;
}
.closed img{
	width: 15px;
}
.kfimg{
	width:100%;
	overflow:hidden;
	text-align:center;
}
		
@media(max-width:1440px) {
	
}
@media(max-width:1400px) {

	
}
@media(max-width:1360px) {
	
}
@media(max-width:1280px) {
	
	}
@media(max-width:1200px) {
	.cont{
		width:100%;
		padding:0 1%;
		}
	.logonav,.position{
		width:100%;
	}
	.ntit{
		width: 19.5%;
		margin-left:1%;
	}
	.positionnr{
		padding-right:1%;
	}
	.nlxfs .ntelnr{
		font-size: 24px;
	}
	.ncase dl {
		width: 23%;
		margin: 10px 1%;
	}
	.banner_n{
		display:none;
	}
	.mbanner{
		display:block;
	}
}
@media(max-width:1152px) {
	.nnews dl dt {
		width: 9.1%;
	}
	.nnews dl dd {
		width: 89%;
	}
}
@media(max-width:1095px) {
	.ncontact ul li .lxfsnr p {
		font-size: 14px;
	}
}
@media(max-width:1024px) {
	.nabout p{
		width:100%;
	}
	.blxfs1{
		margin-top: 10px;
	}
	.bot{
		margin-bottom:0;
	}
	.nlxfs .ntelnr {
		font-size: 22px;
	}
}
@media(max-width:1000px) {
	.ncontact ul li {
		width: 50%;
	}
}
@media(max-width:998px) {
	.touch-menu{
		display:block;
	}
	.nav{
		display:none;
	}
	.logo {
		width: 50%;
	}
	.ncontrt{
		width: 100%;
		margin-bottom:20px;
	}
	.nbt{
		display:block;
	}
	.ncontlf {
		width: 25%;
	}
	.news .newsnr ul li dl dt{
		display:none;
	}
	.news .newsnr ul li dl dd{
		width:100%;
	}
	.ntit{
		display:none;
	}
	.positionnr{
		width:100%;
	}
	.npro dl dd{
		font-size:14px;
		font-weight:normal;
	}
	.tp-bullets{
		bottom: 10px !important;
	}
	.pronr dl dd{
		font-size:14px;
	}
}
@media(max-width:860px) {
	.botnav ul li{
		width:14.2%;
		padding: 0;
		text-align:center;
	}
	.ncontlf {
		width: 30%;
	}
}
@media(max-width:800px) {
	
}
@media(max-width:768px) {
	.ncase dl{
		width:48%;
	}
	.ncase dl dt{
		height: 35vw;
	}
	.ncase dl dt img{
		width:100%;
		height:auto;
	}
	.footerlf {
		width: 70%;
	}
	.footerrt {
		width: 28.5%;
	}
	.footerrt{
		margin-top: 10px;
	}
	.botnav{
		margin-top: 10px;
	}
	.bot{
		margin-top:10px;
	}
	.ncontlf {
		width: 33%;
	}
	.nnews dl dt {
		width: 10.1%;
	}
	.nnews dl dd {
		width: 87%;
	}
}
@media(max-width:680px) {
	.footerlf{
		width:100%;
	}
	.footerrt{
		display: none;
	}
	.botlf,.botrt{
		width:100%;
		text-align:center;
	}
	.ncontlf {
		width: 37%;
	}
}
@media(max-width:640px) {
	.top{
		display:none;
	}
	.header{
		height:100px;
	}
	.banner_n{
		margin-top:100px;
	}
	.ncontlf {
		width: 39%;
	}
	.nnews dl dt {
		display:none;
	}
	.nnews dl dd {
		width:100%;
	}
	.nmessagenr ul li input{
		font-size:14px;
	}
	.nmessagenr ul li textarea{
		font-size:14px;
	}
	.tjbtn input{
		font-size:16px;
	}
	.ys ul li, .nys ul li {
		width: 50%;
	}
	.ntit {
		width: 22%;
	}
	.news .newsimg {
		width: 100%;
		text-align:center;
	}
	.news .newsimg img{
		max-width: 100%;
		height:auto;
	}
	.news .newsnr{
		width: 100%;
	}
	.mbanner,#wrapper{
		margin-top:80px;
	}
	.header {
		height: 80px;
	}
	.logo {
		padding-top: 10px;
	}
	.touch-menu{
		margin-top: 24px;
	}
	.ys ul li h3, .nys ul li h3{
		font-size:24px;
	}
	.ys,.about,.case {
		margin-top: 20px;
	}
}
@media(max-width:600px) {
	.ncontact ul li {
		width: 100%;
	}
}
@media(max-width:540px) {
	.about .aboutnr,.aboutmore{
		position: static;
	}
	.aboutmore{
		margin-top: 20px;
		margin-bottom:10px;
	}
	#scroll_v {
		position: relative;
		top: 10px;
	}
	.pronr dl{
		width:49%;
		margin:10px 0.5%;
	}
	.ncj ul li {
		width:49%;
		margin: 18px 0.5%;
	}
	.about .aboutjs{
		width:100%;
	}
	.botnav{
		display:none;
	}
	.blxfs1,.blxfs2{
		line-height: 25px;
	}
	.bot{
		padding:5px 0;
	}
	.npro dl {
		width:49%;
		margin:5px 0.5%;
	}
	.ncontlf {
		width: 46%;
	}
	.ntit {
		width: 26%;
	}
	.ncontlf{
		float: inherit;
		margin: auto;
	}
}
@media(max-width:425px) {
	.ncontlf {
		width: 66%;
	}
	.ntit {
		width: 32%;
	}
}
@media(max-width:375px) {
	.ntit {
		width: 36%;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ffa630;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ffa630; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}