@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);

	}


.xysimg{
	max-width:100%;
	height:auto;
	}
/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:104px;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	}
.headernr{
	width:1200px;
	height:104px;
	margin:auto;
}
.logo{
	overflow:hidden;
	padding-top:5px;
}
.headerrt{
	height:104px;
}
.toptel{
	font-size:15px;
	line-height:52px;
	text-align:right;
}
.topewm{
	line-height:52px;
	text-align:right;
	position:relative;
	float: right;
    padding-top: 15px;
}
.topewm .weixin{
	margin-left:15px;
}
.topewm .weixin:hover{
	cursor:pointer;
}
.topewm .wxewm{
	display:none;
	position:absolute;
	right:0;
	top:52px;
	z-index:99;
}
.topewm:hover .wxewm{
	display:block;
}
/* nav
-------------------------------------------------------------- */
.nav{
	float:right;
	}

.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{
	height:52px;

	float:left;

	text-align:center;

	line-height:52px;

	}

.nav .menu > li a{
	font-size:16px;
	display:block;
	padding:0 15px;
	color:#000;
	}
.nav .menu > li:last-child a{
	padding-right:0;
}

.nav .menu > li:hover a{
	color:#de3f3f;
	}

.nav .menu > li.current a{
	color:#de3f3f;
}

.nav .menu > li .submenu{

	width:160px;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:35px;

	line-height:35px;

	background:#de3f3f;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;
	padding:0;
}

.nav .menu > li .submenu li:hover{

	background:#ee8544;

}

.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	margin-top:104px;
}

#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:979px !important;

	overflow:hidden;
	margin-top:92px;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:979px !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 center;
	border:none;

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background:url(../images/dot.png) no-repeat center;
	border:none;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;

}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: rgba(255,255,255,0);
	border:solid 1px #fff;
    width: 14px;

    height: 14px;

	border-radius:50%;

	margin:0 10px 50px 10px;

    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:url(../images/prev.png) no-Repeat;
	width: 60px;
	height: 60px;
	margin-left: 5%;
	margin-top: -30px;
	-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;
	/*
	**打开注释，按钮变成圆形的
	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:url(../images/next.png) no-Repeat 0 0;
    width: 60px;
    height: 60px;
    margin-left: -5%;
    margin-top: -30px;
    -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;
	/*
	**打开注释，按钮变成圆形的
	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;

}

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#000;
	margin-top:25px;
	line-height:42px;
	text-align:center;
	position:relative;
	}
.tit:before{
	content:"";
	position:absolute;
	width:20px;
	height:1px;
	background:#de3f3f;
	top:20.5px;
	left: 50%;
    margin-left: -91px;
	}
.tit:after{
	content:"";
	position:absolute;
	width:20px;
	height:1px;
	background:#de3f3f;
	top:20.5px;
	left: 50%;
    margin-left: 70px;
	}
.tit a{
	font-size:28px;
	color:#000;
	}
.tit span{
	width:16px;
	height:3px;
	background:#eb5404;
	display:block;
	margin-top:15px;
	margin-bottom:22px;
	}
.tit p{
	font-family:Arial;
	font-size:20px;
	color:#8d8d8d;
	font-weight:normal;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:60px;
}
.pro .tit{
	background:url(../images/titbg1.jpg) no-repeat center;
}
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	width:160px;
	height:46px;
	text-align:center;
	line-height:46px;
	border:solid 1px #666;
	float:left;
	margin:10px 5.7px;
	}
.promenu ul li a{
	display:block;
	}
.promenu ul li:hover,.promenu ul li.cur{
	background:#de3f3f;
	border:solid 1px #de3f3f;
	}
.promenu ul li:hover a,.promenu ul li.cur a{
	color:#fff;
	}
.pronr{
	width:100%;
	height:auto;
	}
.scroll-outer{
	min-height:400px;
	position:relative;
	}
#scroll{width:100%;height:auto;}
#scroll .owl-wrapper-outer{margin:0 auto;}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
#scroll .item{
	margin: 30px;
	padding:35px 15px 83px 15px;
	background:#f5f5f5;
	position: relative;
	}
.con4_item{ 
	width:100%; 
	overflow:hidden; 
	}
.con4_item .proimg{ 
	width:100%; 
	height:auto;
	overflow:hidden; 
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	margin-top:30px;
	text-align: center;
	}
.con4_item .protit{ 
	width:100%; 
	overflow:hidden;
	text-align:center;
	color:#000;
	font-size:18px;
	line-height:30px;
	margin-bottom:4px;
	}
.con4_item span{
	width:32px;
	height:2px;
	display:block;
	margin:auto;
	background:#de3f3f;
	}
.con4_item .proms{
	width:100%; 
	overflow:hidden;
	color:#333;
	margin-top:22px;
	}
.con4_item .promore{
	width:100%; 
	overflow:hidden;
	text-align:center;
	position:absolute;
	bottom:-38px;
	left:0;
	}
.owl-carousel .owl-item:hover .item{
	box-shadow: 2px 0 16px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 0 16px rgba(0,0,0,0.21);
	-webkit-box-shadow: 2px 0 16px rgba(0,0,0,0.21);
}
#scroll .item .con4_item img:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-carousel .owl-item{
    float: left;
	width:100%;
	overflow:hidden;
}

.owl-theme .owl-controls{
	text-align: center;
    width: 100%;
	position: absolute;
}

/* Styling Next and Prev buttons */



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:solid 1px #de3f3f;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background:url(../images/dot.png) no-repeat center;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/loader.gif) no-repeat center center
}
/* Styling Pagination*/
.owl-theme .owl-pagination{
	display:none;
	}
.scroll-outer3 .owl-theme .owl-pagination{
	display:block;
	position:absolute;
	top:418px;
	}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.scroll-outer .owl-prev,.scroll-outer .owl-next{
	width:60px;
	height:60px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	top:-280px;
	}
.scroll-outer .owl-prev{
	left: -74px;
	background:url(../images/prev2.png) no-repeat;
	}
.scroll-outer .owl-prev:hover{
	background:url(../images/prevh2.png) no-repeat;
	}
.scroll-outer .owl-next{
	right: -74px;
	background:url(../images/next2.png) no-repeat;
	}
.scroll-outer .owl-next:hover{
	background:url(../images/nexth2.png) no-repeat;
	}
.scroll-outer3 .owl-prev,.scroll-outer3 .owl-next{
	width:78px;
	height:78px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	top:510px;
	}
.scroll-outer3 .owl-prev{
	left:50%;
	margin-left:-440px;
	background:#666 url(../images/prev1.png) no-repeat center;
	}
.scroll-outer3 .owl-next{
	left:50%;
	margin-left:-362px;
	background:#eb5404 url(../images/next1.png) no-repeat center;
	}
	
/* case
-------------------------------------------------------------- */
.case{
	margin-top:35px;
	padding-bottom:85px;
	}
.case .tit{
	background:url(../images/titbg2.jpg) no-repeat center;
	}
.scroll-outer2{
	margin-top:58px;
	position:relative;
	}
.con4_item .casetit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:30px;
	background:#f0f0f0;
	padding:16px 0;
	}
.con4_item .caseimg{ 
	width:100%; 
	overflow:hidden; 
	}
#scroll2 .item {
    margin:0 20px;
}
.owl-carousel .owl-item:hover .con4_item .casetit{
	background:#de3f3f;
	color:#fff;
	}
	
.scroll-outer2 .owl-theme .owl-pagination{
	display:block;
	}
.scroll-outer2 .owl-theme .owl-controls{
	bottom:-62px;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#222222 url(../images/ysbg.jpg) no-repeat bottom center;
	margin-top:92px;
	padding-top:54px;
	padding-bottom:77px;
	}
.scroll-outer3{
	position:relative;
	}
.ys .ysnr h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:30px;
	margin-bottom:66px;
	}
.ys .yslf{
	position:relative;
	padding:0;
	}
.ys .ysrt{
	padding-left:0;
	padding-right:60px;
	}
.yslf .ysbg{
	width:77%;
	margin-left:14.9%;
	height:510px;
	background:#eb5404;
	}
.yslf .yslfnr{
	width:80%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:32px;
	}
.yslf .yslfnr .ysen,.yslf .yslfnr .ysimg{
	width:100%;
	overflow:hidden;
	}
.yslf .yslfnr .ysen img,.yslf .yslfnr .ysimg img{
	max-width:100%;
	height:auto;
	}
.yslf .yslfnr .ysimg{
	margin-top:30px;
	}
.yslf .yslfnr .ysbt{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	font-family:siyuan;
	text-align:right;
	margin-top:18px;
	}
.yslf .yslfnr span{
	display:block;
	width:20px;
	height:3px;
	background:#fff;
	float:right;
	margin-top:15px;
	}
.ysrt .ys1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.ysrt .ys2{
	width:100%;
	overflow:hidden;
	margin-top:47px;
	}
.ysrt h4{
	width:100%;
	overflow:hidden;
	font-size:46px;
	color:#eb5404;
	font-family:siyuan;
	font-style:italic;
	}
.ysrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#bcbcbc;
	font-family:siyuan;
	line-height:30px;
	}
/* zsjm
-------------------------------------------------------------- */
.zsjm .zsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.zsjm .zsjmnr table{
	width:100%;
	overflow:hidden;
	border:solid 1px #fff;
	border-collapse:collapse;
	}
.zsjm .zsjmnr table tr td{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:55px;
	}
.zsjm .zsjmnr img{
	max-width:100%;
	height:auto;
	}
/* partner
-------------------------------------------------------------- */
.partner .partnernr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.partner .partnernr img{
	max-width:100%;
	height:auto;
	}

/* client
-------------------------------------------------------------- */
.client{
	width:100%;
	overflow:hidden;
	background:#fbfbfb;
	padding:102px 0 132px 0;
	}
.client ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.client ul li:first-child{
	background:#eb5404;
	padding-top:43px;
	padding-left:27px;
	}
.client ul li{
	height:200px;
	}
.client ul li .tit h3 a,.client ul li .tit p{
	color:#fff;
	}
.client ul li .tit span{
	background:#fff;
	}
.client ul li .tit p{
	font-size:18px;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding:60px 0;
	margin-top:70px;
	}
.about .aboutnr .aboutlf{
	width:736px;
	overflow:hidden;
	background:url(../images/aboutbg1.jpg) repeat-x top center;
	padding:48px 5% 70px 5%;
	position:relative;
	}
.about .aboutnr .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#de3f3f;
	line-height:40px;
	}
.about .aboutnr .aboutlf span{
	display:block;
	width:60px;
	height:2px;
	background:#de3f3f;
	margin-top:24px;
	}
.about .aboutnr .aboutlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:50px;
	}
.about .aboutnr .aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:123px;
	}
.about .aboutnr .aboutlf .aboutmore a{
	display:block;
	width:142px;
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
	background:#de3f3f;
	}
.about .aboutnr .aboutrt{
	width:464px;
	overflow:hidden;
	background:url(../images/aboutbg2.jpg) no-repeat top center;
	padding:48px 5% 40px 5%;
	}
.about .aboutnr .aboutrt h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:40px;
	margin-bottom:33px;
	}
.about .aboutnr .aboutrt ul{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:19px 30px 36px 30px;
	}
.about .aboutnr .aboutrt ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #ccc;
	padding-left:24%;
	padding-bottom:28px;
	margin-top:17px;
	}
.about .aboutnr .aboutrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	}
.about .aboutnr .aboutrt ul li .abouten{
	width:100%;
	overflow:hidden;
	color:#999;
	font-size:12px;
	}
.about .aboutnr .aboutrt ul li:first-child{
	background:url(../images/tb2.png) no-repeat left 14px;
	}
.about .aboutnr .aboutrt ul li:first-child:hover{
	background:url(../images/tbh2.png) no-repeat left 14px;
	}
.about .aboutnr .aboutrt ul li:hover h4,.about .aboutnr .aboutrt ul li:hover .abouten{
	color:#de3f3f;
}
.about .aboutnr .aboutrt ul li:nth-child(2){
	background:url(../images/tb3.png) no-repeat left 10px;
	}
.about .aboutnr .aboutrt ul li:nth-child(2):hover{
	background:url(../images/tbh3.png) no-repeat left 10px;
	}
.about .aboutnr .aboutrt ul li:nth-child(3){
	background:url(../images/tb4.png) no-repeat left 8px;
	border-bottom:none;
	padding-bottom:17px;
	}
.about .aboutnr .aboutrt ul li:nth-child(3):hover{
	background:url(../images/tbh4.png) no-repeat left 8px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding-top:35px;
	}
.news .newsnr{
	margin-top:60px;
	}
.news .tit{
	background:url(../images/titbg3.jpg) no-repeat center;
	}
.newsimg{
	width:41%;
	height:369px;
	overflow:hidden;
    position: relative;
	}
.newsimg img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	}
.newsimg:hover img{
		transform:translate(-50%, -50%) scale(1.2);
	}
.newslist{
	width:54%;
	overflow:hidden;
	padding-top:6px;
	}
.newslist dl{
	width:100%;
	overflow:hidden;
	margin-bottom:34px;
	}
.newslist dl:last-child{
	margin-bottom:0;
	}
.newslist dl dt{
	width:96px;
	height:96px;
	overflow:hidden;
	background:#999;
	float:left;
	font-weight:normal;
	}
.newslist dl dt .day{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:26px;
	margin-top:14px;
	}
.newslist dl dt .date{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:18px;
	}
.newslist dl dd{
	width:82%;
	overflow:hidden;
	float:right;
	}
.newslist dl dd .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:34px;
	}
.newslist dl dd .newsms{
	width:100%;
	overflow:hidden;
	color:#808080;
	margin-top:13px;
	}
.newslist dl:hover dt{
	background:#de3f3f;
	}
.newslist dl:hover dd .newsbt{
	color:#de3f3f;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:45px;
	}
.newsmore a{
	width:134px;
	height:38px;
	overflow:hidden;
	text-align:center;
	line-height:38px;
	color:#fff;
	background:#de3f3f;
	display:block;
	margin:auto;
	}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding:38px 0;
	}
.contact .tit{
	background:url(../images/titbg4.png) no-repeat center;
	}
.contact .tit a{
	color:#fff;
	}
.contactnr{
	margin-top:68px;
	}
.contactnr .contactlf ul{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactlf ul li{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	padding-left:36px;
	margin-bottom:17px;
	}
.contactnr .contactlf ul li a,.contactnr .contactlf ul li span{
	font-size:17px;
	color:#fff;
}
.contactnr .contactlf ul li.sj{
	background:url(../images/tb5.png) no-repeat left 3.5px;
	}
.contactnr .contactlf ul li.zj{
	background:url(../images/tb6.png) no-repeat left 5.5px;
	}
.contactnr .contactlf ul li.qq{
	background:url(../images/tb7.png) no-repeat left 4.5px;
	}
.contactnr .contactlf ul li.yx{
	background:url(../images/tb8.png) no-repeat left 7px;
	}
.contactnr .contactlf ul li.dz{
	background:url(../images/tb9.png) no-repeat left 4px;
	}
.contactnr .contactlf dl{
	width:109px;
	overflow:hidden;
	margin-top:30px;
	float:left;
	margin-right:10px;
	}
.contactnr .contactlf dl dt{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactlf dl dd{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	margin-top: 10px;
	}
.contactnr .contactrt ul{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactrt ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}
.contactnr .contactrt ul li input{
	width:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.32);
	height:58px;
	line-height:58px;
	color:#fff;
	padding:0 25px;
	}
.contactnr .contactrt ul li textarea{
	width:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.32);
	height:138px;
	line-height:30px;
	color:#fff;
	padding:0 25px;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.tjbtn button{
	width:160px;
	height:52px;
	line-height:52px;
	text-align:center;
	color:#fff;
	background:rgba(255,255,255,0.32);
	}
.contactnr input::-webkit-input-placeholder {
        color: #fff;
      }
.contactnr input::-moz-input-placeholder {
        color: #fff;
      }
.contactnr input::-ms-input-placeholder {
        color: #fff;
      }
#neirong::-webkit-input-placeholder{
	color: #fff;
	}
.yzm{
	width:100%;
	overflow:hidden;
}
.yzm input{
	width:50%;
	overflow:hidden;
	float:left;
	line-height:58px;
	background:rgba(255,255,255,0.32);
	padding: 0 25px;
	color:#fff;
}
.yzm input::-ms-input-placeholder {
        color: #fff;
      }
.yzm a{
        color: #fff;
    }

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:42px;
	}
.link a{
	color:#fff;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#2e2e2e;
	line-height:30px;
	padding:12px 0;
	color:#fff;
	text-align:center;
	}
.footer a{
	color:#fff;
	}
.bot_menu{display:none; position:fixed;z-index:900;bottom:0;left:0;right:0;margin:0 auto;padding: 0;font-family:Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif; width:100%;background:#000;}
.bot_menu li{-webkit-box-flex:1;background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));-webkit-background-size:1px 100%, 1px 100%;background-size:1px 100%, 1px 100%;background-position:1px center, 2px center;background-repeat:no-repeat;position:relative;text-align:center;display:inline-block;width:25%;float:left;}
.bot_menu li a label{padding:3px 0 0 3px; font-size:14px; overflow:hidden; display:block; margin:0 auto;}
.bot_menu li a{display:block;text-align:center;color:#efefef;text-shadow:0 1px rgba(255, 255, 255, 0.3);text-decoration:none;-webkit-box-flex:1;}
.bot_menu li a p{overflow:hidden;margin:0 0 0 0;font-size:12px;display:block!important;line-height:18px;text-align:center;}
.bot_menu li a img{padding:0;height:20px;width:20px;color:#fff;vertical-align:middle;display:block;margin:3px auto 0;}
.bot_menu li a:hover,.bot_menu li a:active{color:#fff;}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	margin-top:104px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family:siyuan;
	padding-top:94px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:921px) {
	.banner_n{
		height:192px;
	}
}
/* position
-------------------------------------------------------------- */
.weizhi {
    margin-top: -50px;
	z-index:99;
}
.weizhi .w1200m {
	padding: 40px 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
}

.menu_er {
	float: left;
	margin-left: 25px;
}

.menu_er div a {
	font-size: 16px;
	display: inline-block;
	height: 20px;
	min-width: 100px;
	color: #222222;
	text-align: center;
	line-height: 20px;
	position: relative;
	transition: all 0.8s ease;
}

.menu_er div a:after {
	content: '';
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #de3f3f;
	display: none;
	transition: all 0.8s ease;
}

.menu_er div span {
	display: inline-block;
	margin: 0 11px;
	height: 20px;
	line-height: 20px;
}

.menu_er div {
	float: left;
	transition: all 0.8s ease;
}

.menu_er div:nth-child(1) span {
	display: none;
}

.menu_er .cur a {
	color: #de3f3f;
}

.menu_er .cur a:after {
	display: block;
}

.menu_er div:hover a {
	color: #de3f3f;
}

.menu_er div:hover a:after {
	display: block;
}

.position {
	float: right;
	margin-right: 40px;
	padding-left: 20px;
}

.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

.item img {
	max-width: 100%;
}
/* ncontent
-------------------------------------------------------------- */
.ncontent{
	margin-top:60px;
	margin-bottom:60px;
	}
.nleft{
	width:268px;
	overflow:hidden;
	}
.nmenu{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nmenu li{
	width:100%;
	overflow:hidden;
	line-height:60px;
	padding-left:54px;
	margin-top:1px;
	}
.nmenu li:nth-child(2n+1){
	background:#ececec;
	}
.nmenu li:nth-child(2n){
	background:#f4f4f4;
	}
.nmenu li a{
	font-size:16px;
	color:#000;
	font-family:siyuan;
	display:block;
	}
.nmenu li:hover{
	background:#f08759;
	}
.nmenu li:hover a{
	color:#fff;
	font-size:20px;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nlxfsnr{
	width:100%;
	overflow:hidden;
	border:solid 2px #ea5514;
	padding-bottom:27px;
	}
.nlxfsimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:8px;
	margin-bottom:16px;
	}
.nlxfsimg img{
	max-width:100%;
	height:auto;
	}
.nlxfsnr p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#212121;
	font-family:siyuan;
	padding:0 16px;
	margin-top:8px;
	}
.nright{
	width:852px;
	overflow:hidden;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:30px;
	margin-bottom:40px;
	font-size:16px;
	line-height:30px;
	}
.nabout h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#ea5413;
	margin: 0;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nabout p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nabout img{
	max-width:100%;
	height:auto;
	}
.nhonor{
	margin-top:30px;
	margin-bottom:40px;
}
.nhonornr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul{
	width:100%;
	overflow:hidden;
}
.nhonornr ul li{
	width:238px;
	height:322px;
	overflow:hidden;
	float:left;
	position:relative;
	border:solid 1px #cccccc;
	margin:10px 31px;
}
.nhonornr ul li img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nhonornr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonor h1,.nscsb h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:28px;
	color:#ea5413;
}
.nhonor .fbimg,.nscsb .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:35px;
}
.nhonor .fbimg img,.nscsb .fbimg img{
	max-width:100%;
	height:auto;
}
.nhonor .fbnr,.nscsb .fbnr{
	width:100%;
	overflow:hidden;
}
.nhonor .fbnr p,.nscsb .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	font-family:siyuan;
	margin-top:30px;
}
.nhonor .nprolist{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:46px;
	margin-bottom: 30px;
	}
.nhonor .nprolist .npropic{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.nhonor .nprolist .npropic p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	background:rgba(222,63,63,0.58);
	padding:18px 0;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	font-size:18px;
	color:#fff;
	}
.nhonor video{
	max-width:100%;
	height:auto;
}
.nscsb{
	margin-top:30px;
	margin-bottom:40px;
}
.nscsb dl{
	padding:10px 15px;
}
.nscsb dl dt{
	width:100%;
	height:248px;
	overflow:hidden;
	position:relative;
}
.nscsb dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	padding:10px 0;
	font-size:16px;
	background: #f0f0f0;
}
.nscsb dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nscsb dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nscsb dl:hover dd{
	background:#de3f3f;
	color:#fff;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:30px;
	margin-bottom: 30px;
	}
.ncontact .ntit{
	margin-bottom:40px;
	}
.ncontactnr{
	width:50%;
	overflow:hidden;
	}
.message{
	width:50%;
	overflow:hidden;
	}
.message .ncontacttit{
	width:100%;
	}
.message ul {
    width: 100%;
    overflow: hidden;
	margin-top:3px;
}
.message ul li {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-top: 3px;
}
.message ul li label{
	color:#333;
	width:100%;
	line-height:30px;
	font-weight: normal;
	margin:0;
	}
.message ul li input {
    width: 94%;
    line-height: 38px;
    overflow: hidden;
	background:#f5f5f5;
    padding: 0 3%;
}
.message ul li:nth-child(2) input,.message ul li:nth-child(2) label{
	margin-left:6%;
}
.message ul li:nth-child(3),.message ul li:last-child {
    width: 100%;
}
.message ul li textarea {
    width: 100%;
    height:114px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 1.5%;
	background:#f5f5f5;
}
.ntjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.ntjbtn button {
    width: 100%;
    height: 35px;
    background: #de3f3f;
    color: #fff;
}
.message ul li #vdcode{
	width:180px;
}
.ncontacttit{
	width:94%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
	}
.ncontacttit h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#de3f3f;
	line-height:30px;
	}
.ncontacttit .ncontacten{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:30px;
	margin-bottom:10px;
	}
.map{
	width:100%;
	height:418px;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:40px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:8px;
	}
.ncontactnr p a{
	font-size:16px;
	}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:30px;
	margin-bottom:40px;
	}
.njobnr{
	width:100%;
	overflow:hidden;
	}
.njobnr ul,.njobnr ul li{
	width:100%;
	overflow:hidden;
}
.njobnr ul li{
	line-height:35px;
	border-bottom: 1px dashed #dadada;
	font-size:16px;
	padding: 5px 0;
}
.njobnr ul li a{
	font-size:16px;
	display:black;
}
.njobnr ul li:hover a{
	color:#de3f3f;
}
.njobnr h1{
	width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #454545;
    text-align: center;
    margin-top: 30px;
	border-bottom: 1px dashed #dadada;
    line-height: 35px;
    padding-bottom: 5px;
	}
.njobnr .fbnr{
	width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
	}
.njobnr .fbnr p{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:30px;
	margin-bottom:30px;
}
.npro .npronr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.npro .promenu{
	margin-top:0;
}
.npro .cplist{
	width:100%;
	overflow:hidden;
}
.npro .cplist li {
    width: 290px;
    overflow: hidden;
    margin: 0 5px 5px 5px;
    float: left;
}
.npro .cplist li .proimg {
    width: 100%;
	height:181px;
	overflow:hidden;
    border: solid 2px #d6d6d6;
	position:relative;
}
.npro .cplist li .proimg img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npro .cplist li:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro .cplist li .protit {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.npro .cplist li:hover .proimg{
	border: solid 2px #de3f3f; 
	}
.npro .cplist li:hover .protit{
	color: #de3f3f; 
	}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#ea5413;
}
.npro .fbtime{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #e5e5e5;
	line-height:30px;
	padding-bottom:25px;
}
.npro .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:35px;
}
.npro .fbimg img{
	max-width:100%;
	height:auto;
}
.npro .fbnr{
	width:100%;
	overflow:hidden;
}
.npro .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	font-family:siyuan;
	margin-top:30px;
}
.showPro {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.nprojj{
	width:100%;
	overflow:hidden;
}
.showPro .showPro_l{
	padding:0;
}
.showPro .showPro_l img{
	max-width:100%;
	height:auto;
}
/*幻灯片区域背景*/
.MainBg {
    width:100%;
    margin:0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
    width: 100%;
}
#OriginalPic {
    width:100%;
    height:327px;
    overflow:hidden;
    position:relative;
    font-size:12px;
}
#OriginalPic img {
    width: 442px;
    height: 327px;
    display:block;
    margin:0 auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
    width:678px;
    height:419px;
    overflow:hidden;
}
.Summary {
    line-height:20px;
    display:block;
    width:100px;
    margin-right:10px;
    color:#999;
    overflow:hidden;
    padding:10px;
}
.More {
    text-align:right;
    color:#666;
    line-height:40px;
    height:40px;
    font-size:12px;
    display:block;
}
i{
	font-style:normal;
}
.ThumbPicBorder {
    width:469px;
    margin:10px auto 0;
}
#ThumbPic img {
    border:1px solid #fff;
    cursor:pointer;
    margin:0 4px;
    width:92px;
    height:68px;
    display:block;
}
#ThumbPic img.active {
    border:1px solid #005aad;
}
.arrow{
    width: 16px;
    height: 68px;
    text-align: center;
    line-height:68px;
    cursor:pointer;

}
.arrow>i{
    font-size: 50px;
}
#btnPrev{
	margin-left: 14px;
	padding-top:21.5px;
}
#btnNext{
	padding-top:21.5px;
}
/*产品展示结束*/
.showPro .showPro_r{
	padding:33px 0 0 120px;
}
.showPro_r>.npro_bt{
    font-size:24px;
    color:#444;
	line-height:30px;
	padding-bottom: 23px;
}
.showPro_r hr{
	width:40px;
	height:2px;
	background:#de3f3f;
	margin:0;
}
.one{
    margin-top:15px;
    margin-bottom:18px;
}
.fx{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin:10px 0 16px 0;
}
.zixun{
	width:100%;
	overflow:hidden;
	margin:128px 0 10px 0;
}
.zixun a{
	width:160px;
	height:50px;
	line-height:50px;
	display:block;
	text-align:center;
	background:#de3f3f;
	font-size:16px;
	color:#fff;
}
.tab{
	width:100%;
	height:42px;
	line-height:42px;
	background:#e0e0e0;
	color:#fff;
	font-size:18px;
	margin-top:50px;
}
.tab ul{
	width:100%;
	overflow:hidden;
}
.tab ul li{
	float:left;
	width:125px;
	overflow:hidden;
	text-align:center;
}
.tab ul li a{
	font-size:18px;
	color:#333;
	display:block;
}
.tab_box{
	width:100%;
	overflow:hidden;
	padding:20px 0;
}
.nprolist,.nprolist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.nprolist img{
	max-width:100%;
	height:auto;
}
.nprolist table{
	max-width:100% !important;
	height:auto !important;
}
.nprolist table tr td{
	padding: 0 5px;
	text-align: center;
}

/* imgbox
-------------------------------------------------------------- */

/* clearfix */
.clearfix:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
*html .clearfix{ zoom:1;}


.preview{position:relative;width:100%;overflow:hidden;}
/* smallImg */
.smallImg{position:relative; margin-top:1px; background-color:#F1F0F0; padding:6px 0; width:100%; height:88px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:absolute; cursor:pointer; top:50%;margin-top:-25px; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat; left:0;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; right:0; }

#imageMenu {width:570px;height:77px; overflow:hidden;padding:0 20px; margin:auto;}
#imageMenu li { width:120px; height:77px; margin:0 5px;overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:100%; height:77px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:120px; height:auto; border:2px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:100%; height:379px;overflow:hidden;}
.bigImg #midimg{max-width:100%; height:auto;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:30px;
	margin-bottom:30px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:32px 0;
	background:#f5f5f5;
	padding:16px 24px;
	}
.nnews dl dt{
	width:23%;
	height:193px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.nnews dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnews dl dd{
	width:75%;
	overflow:hidden;
	float:right;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-top:19px;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:3px;
	padding-bottom:15px;
	border-bottom:dashed 1px #333333;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:14px;
	}
.nnews dl:hover dd .nnewsbt,.nnews dl:hover dd .nnewsdate,.nnews dl:hover dd .nnewsms{
	color:#de3f3f;
	}
.nnews dl:hover dd .nnewsdate{
	border-bottom:dashed 1px #de3f3f;
	}
.nnews h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	text-align:center;
	margin-top:30px;
	}
.nnews .fbtime{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#666;
	text-align:center;
	border-bottom:dashed 1px #666;
	padding-bottom:23px;
	}
.nnews .fbnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.nnews .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
	
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:164px;
	overflow:hidden;
	margin:auto;
	font-size:24px;
	text-align:center;
	line-height:40px;
	color:#de3f3f;
	position:relative;
	}
.ntit:before{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#de3f3f;
	left:0;
	top:19px;
	}
.ntit:after{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#de3f3f;
	right:0;
	top:19px;
	}
/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:40px;
	margin-bottom:40px;
	}
.ncase .promenu,.nhonor .promenu{
	margin-top:0;
	}
.ncase dl{
	padding:10px 15px;
	}
.ncase dl dt{
	width:100%;
	height:234px;
	overflow:hidden;
	position:relative;
	}
.ncase dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl dt .ncasems{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.36);
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	padding:50px 20%;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	}
.ncase dl dt .ncasems p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	}
.ncase dl dt .ncasemore{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
	margin-top:27px;
	}
.ncase dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	background:#f0f0f0;
	line-height:30px;
	padding:10px 0;
	}
.ncase dl:hover dt .ncasems{
	display:block;
	}
.ncase dl:hover dd{
	background:#de3f3f;
	color:#fff;
	}
.common_title {
	font-size: 30px;
	color: #282828;
	line-height: 30px;
	text-align: center;
}

.common_time p {
	display: inline-block;
	font-size: 16px;
	color: #707070;
	line-height: 28px;
	margin: 0 20px;
}

.common_time {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #d9d9d9;
}

.common_text {
	padding: 40px 0;
	color: #282828;
	line-height: 30px;
	font-size:16px;
}

.common_text p {
	color: #282828;
	line-height: 30px;
	font-size:16px;
}

.common_text div {
	color: #282828;
	line-height: 28px;
}

.common_fy {
	border: 1px solid #d4d4d4;
}

.common_fy p {
	line-height: 28px;
	font-size: 16px;
	color: #999999;
	padding: 5px 6%;
}

.common_fy p a {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	transition: all 0.8s ease;
}

.common_fy p a:hover {
	color: #225029;
}

.common_fy .pre {
	border-bottom: 1px solid #d4d4d4;
}

/* 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 #de3f3f;
}

.dede_pages ul li.thisclass{
    background-color: #de3f3f;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #de3f3f;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	padding:15px 1%;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pagesrt{
	text-align:right;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#de3f3f;
}

/* 右侧QQ */
.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}



.moblie_head,.a_txt{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header{display:none}
.moblie_head{display:block;height:104px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:5px;padding-left:1%;width:86%;float:left;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	}
.moblie_head .rg{padding-right:1%;padding-top:36px;float:right;}
.moblie_head .rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1152px) and (max-width: 1200px) {
	.npro .cplist li .proimg{
		height:168px;
	}
	.ncase dl dt{
		height:218px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.ncase dl dt{
		height:192px;
	}
	.nscsb dl dt{
		height:218px;
	}
	.npro .cplist li .proimg{
		height:149px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.ncase dl dt{
		height:185px;
	}
	.nscsb dl dt{
		height:211px;
	}
}
@media only screen and (min-width: 922px) and (max-width: 1023px) {
	.npro .cplist li .proimg{
		height:134px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 921px) {
	.npro .cplist li .proimg{
		height:169px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.ncase dl dt{
		height:158px;
	}
	.nscsb dl dt{
		height:180px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.ncase dl dt{
		height:139px;
	}
	.nscsb dl dt{
		height:158px;
	}
	.npro .cplist li .proimg{
		height:151px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.npro .cplist li .proimg{
		height:125px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.ncase dl dt{
		height:185px;
	}
	.nhonornr ul li{
		height:261px;
	}
	.nscsb dl dt{
		height:210px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	.npro .cplist li .proimg{
		height:157px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.ncase dl dt{
		height:154px;
	}
	.nscsb dl dt{
		height:175px;
	}
}
@media only screen and (min-width: 541px) and (max-width: 639px) {
	.nhonornr ul li{
		height:220px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.ncase dl dt{
		height:118px;
	}
	.nhonornr ul li{
		height:265px;
	}
	.nscsb dl dt{
		height:135px;
	}
	.npro .cplist li .proimg{
		height:123px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.ncase dl dt{
		height:103px;
	}
	.nhonornr ul li{
		height:234px;
	}
	.nscsb dl dt{
		height:117px;
	}
	.npro .cplist li .proimg{
		height:108px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.ncase dl dt{
		height:86px;
	}
	.nhonornr ul li{
		height:199px;
	}
	.nscsb dl dt{
		height:98px;
	}
	.npro .cplist li .proimg{
		height:92px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.ncase dl dt{
		height:84px;
	}
	.nhonornr ul li{
		height:195px;
	}
	.nscsb dl dt{
		height:95px;
	}
	.npro .cplist li .proimg{
		height:90px;
	}
}
@media(max-width:1360px) {
	.scroll-outer .owl-prev{
		left: -35px;
		}
	.scroll-outer .owl-next{
		right: -35px;
		}
}
@media(max-width:1280px) {
	.scroll-outer .owl-prev{
		left: 0;
		}
	.scroll-outer .owl-next{
		right: 0;
		}
}
@media(max-width:1200px) {
	.cont1,.tab ul{
		width:100%;
	}
	.cont,.headernr{
		width: 100%;
		padding:0 1%;
		}
	.nhonornr ul li {
		width: 23%;
		margin: 10px 1%;
	}
	.nav .menu > li a {
		padding: 0 12px;
	}
	.npro .cplist li{
		width:24%;
		margin: 0 0.5% 5px 0.5%;
	}
	.promenu ul li {
		width: 13.28%;
		margin: 10px 0.5%;
	}
	.about .aboutnr .aboutlf {
		width: 60%;
	}
	.about .aboutnr .aboutrt {
		width: 40%;
	}
	.scroll-outer .owl-prev{
		left: 30px;
		}
	.scroll-outer .owl-next{
		right: 30px;
		}
}
@media(max-width:1152px) {
	.nav .menu > li a {
		padding: 0 10px;
	}
	.ncase dl dd{
		font-size:16px;
	}
}
@media(max-width:1100px) {
	.nav .menu > li a {
		padding: 0 5px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a {
		font-size:15px;
	}
}
@media(max-width:1023px) {
	.promenu ul li {
		width: 15.66%;
	}
	.newslist {
		width: 57%;
	}
	.newslist dl dd {
		width: 80%;
	}
	.owl-buttons{
		display:none;
	}
	.tp-leftarrow.large,.tp-rightarrow.large{
		display: none;
	}
	.scrollsidebar{
		display:none;
	}
}
@media(max-width:991px) {
	.bot_menu{
		display:block;
	}
	.footer{
	margin-bottom:46px;
	}
}
@media(max-width:921px) {
	.ncontactnr,.message{
		width: 100%;
	}
	.map{
		height:300px;
	}
	.npro .cplist li{
		width:32.3%;
	}
	.promenu ul li {
		width: 19%;
	}
	.newslist dl dt {
		width: 20%;
	}
	.newslist dl dd {
		width: 78%;
	}
	.pageleft,.pageright{
		width:100%;
		text-align:left;
	}
}

@media(max-width:860px) {
	.nscsb dl dd{
		font-size:14px;
	}
}
@media(max-width:768px) {
	.nnews dl dt {
		width: 25%;
	}
	.nnews dl dd {
		width: 73%;
	}
	.tp-bullets.simplebullets.round .bullet{
		margin: 0 10px 10px 10px;
	}
	.nhonor h1, .nscsb h1{
		font-size:24px;
	}
}
@media(max-width:767px) {
	.nhonornr ul li {
		width: 31.3%;
	}
	.promenu ul li {
		width: 24%;
	}
	.newsimg{
		width: 100%;
	}
	.newslist{
		width: 100%;
	}
	.about .aboutnr .aboutlf{
		width: 100%;
	}
	.about .aboutnr .aboutrt{
		width:466px;
		margin:auto;
		float: inherit;
	}
	.showPro .showPro_r {
		padding: 33px 2% 0 2%;
	}
	.zixun {
		margin: 20px 0 10px 0;
	}
	.showPro .showPro_l .t2{
		text-align:center;
	}
	.nhonor .nprolist .npropic p{
		padding:10px 0;
		font-size:16px;
	}
}
@media(max-width:640px) {
	.position,.menu_er{
		width:100%;
	}
	.position{
		line-height:30px;
		margin-right:0;
		margin-bottom:10px;
	}
	.menu_er{
		margin-left:0;
		padding-left:0;
	}
	.weizhi .w1200m {
		padding: 20px 0;
	}
	.menu_er div a:after {
		bottom: -21px;
	}
	.nnews dl dt {
		width: 28%;
	}
	.nnews dl dd {
		width: 70%;
	}
	.npro .cplist li {
		width: 48%;
		margin: 0 1% 5px 1%;
	}
	.promenu ul li {
		width: 32.333%;
	}
	.ncase dl,.nscsb dl{
		padding: 10px 10px;
	}
	.nnews h1{
		font-size:22px;
	}
}
@media(max-width:540px) {
	.nhonornr ul li {
		width: 48%;
	}
	.newslist dl dd .newsbt{
		font-size:16px;
	}
	.nnews dl dt {
		width: 100%;
	}
	.nnews dl dd {
		width: 100%;
	}
	.nhonor h1, .nscsb h1 {
		font-size: 20px;
	}
}
@media(max-width:500px) {
	
}
@media(max-width:480px) {
	.mmenu_er div {
		width: 33.3%;
		text-align:center;
	}
	.mmenu_er div a{
		height:35px;
		line-height:35px;
	}
	.mmenu_er div a:after {
		bottom: 0;
	}
	.mmenu_er div span{
		margin:0;
		display:none;
	}
}
@media(max-width:466px) {
	.about .aboutnr .aboutrt{
		width:100%;
	}
}
@media(max-width:460px) {
	.contactnr .contactlf ul li a,.contactnr .contactlf ul li span{
		display:block;
		float:left;
	}
	.contactnr .contactlf ul li a{
		width:50%;
	}
}
@media(max-width:425px) {
	.promenu ul li {
		width:49%;
	}
	.newslist dl dt {
		width: 22%;
	}
	.newslist dl dd {
		width: 76%;
	}
	.ncase dl dd {
		font-size: 14px;
	}
	.nhonor .nprolist .npropic p{
		padding:0;
	}
}
@media(max-width:375px) {
	.newslist dl dt {
		width: 24%;
	}
	.newslist dl dd {
		width: 74%;
	}
}
@media(max-width:355px) {
	.nscsb dl dd {
		height: 70px;
		line-height: 25px;
	}
}
@media(max-width:320px) {
	.newslist dl dt {
		width: 26%;
	}
	.newslist dl dd {
		width: 72%;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#de3f3f; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}