

/* 注意：以下长度用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;}
ul,ol,li{list-style:none;}

img{border:0px;}
table{ }
html,body{height:auto;margin:0 auto;}
.hide{display:none;}
.clear{clear:both;}


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; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
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; }


/* top
-------------------------------------------------------------- */
.header{
	width:100%;
	height:188px;
	background:url(../image/topbg.png) no-repeat top center;
	position:fixed;
	z-index:999;
}
.top{
	width:100%;
	border-bottom:solid 1px #b5b5b5;
}
.topnr{
	width:1200px;
	margin:auto;
}
.tel{
	width:33.3%;
	font-size:18px;
	color:#b2b2b2;
	font-weight:bold;
	padding-top: 19px;
}
.tel span{
	font-size:21px;
	color:#b2b2b2;
}
.logo{
	width:23.3%;
	padding-left:10%;
}
.kfwx{
	width:33.3%;
    text-align: right;
	padding-top: 30px;
}
.wap{
	position: relative;
}
.wap img{
	display: none;
	width: 100px;
    height: 100px;
}
.wap:hover img{
	position: absolute;
	display: block;
    top: 23px;
    left: 0;    
    z-index: 99;
}
.wap1{
	position: relative;
}
.wap1 img{
	display: none;
	width: 100px;
    height: 100px;
}
.wap1:hover img{
	position: absolute;
	display: block;
    top: 23px;
    left: 0;    
    z-index: 99;
}

/* nav
-------------------------------------------------------------- */
.nav{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.nav .sy{
	width:30%;
	overflow:hidden;
	padding-top:12px;
}
.nav .sy p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nav .sy p a{
	color:#202020;
	font-size:15px;
}
.nav .sy p a:hover{
	color:#106218;
}
.nav ul{
	width:35%;
	overflow:hidden;
}
.nav ul li{
	width:33.3%;
	overflow:hidden;
	float:left;
	line-height:50px;
}
.nav ul li a{
	color:#202020;
	font-size:15px;
}
.navrt li{
	text-align:right;
}
.nav ul li a:hover{
	color:#106218;
}

/* banner
-------------------------------------------------------------- */
#wrapper {
	position:relative;
	z-index:1;
	top:142px;
}

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;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:706px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:706px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:357px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:223px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:149px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:112px;	}
}


/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 41px;
    height: 53px;
	padding:0 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(../image/jtlf.png) no-Repeat;
	width: 37px;
	height: 69px;
	margin-left: 200px;
	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;
	/*
	**打开注释，按钮变成圆形的
	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(../image/jtrt.png) no-Repeat 0 0;
    width: 37px;
    height: 69px;
    margin-left: -200px;
    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;
	/*
	**打开注释，按钮变成圆形的
	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(../image/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;
}


/* about
-------------------------------------------------------------- */
.about{
	width:1200px;
	overflow:hidden;
	margin:auto;
	background:url(../image/aboutbg.jpg) no-repeat center 10px;
	margin-top:142px;
}
.abouttiten{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#106218;
	font-family:Arial;
	text-align:center;
	margin-top:55px;
	letter-spacing:20px;
}
.abouttitcn{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#106218;
	text-align:center;
	margin-top:20px;
}
.aboutnr{
	width:100%;
	overflow:hidden;
	margin-top:79px;
}
.aboutnr p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#2b2b2b;
	line-height:30px;
}
.aboutimg{
	width:100%;
	height:500px;
	margin-top:72px;
}

.aboutimg .aboutimglf{
	width:740px;
	overflow:hidden;
}
.aboutimg .aboutimgrt{
	width:455px;
	overflow:hidden;
}
.aboutimgrt ul{
	width:455px;
	overflow:hidden;
}
.aboutimgrt ul li{
	float:left;
	margin:0 2.5px;
	display:inline;
}
.aboutimgrt1{
	width:300px;
	overflow:hidden;
}
.aboutimgrt1 div{
	width:300px;
	overflow:hidden;
	margin:5.5px 0;
}
.aboutimgrt2{
	width:155px;
	overflow:hidden;
}
.aboutimgrt2 div{
	width:146px;
	overflow:hidden;
	margin:5.5px 4.5px;
}
.aboutimg .aboutimglf:hover ._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.aboutimg .aboutimgrt ul li:hover ._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.aboutimgrt1 div:hover ._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.aboutimgrt2 div:hover ._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f6f6f6 url(../image/probg.jpg) no-repeat center;
	margin-top:56px;
}
.pronr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	padding:96px 0 50px 0;
}
.pronrlf{
	width:42%;
	overflow:hidden;
	padding-left:3.5%;
	margin-top: 80px;
}
.pronrlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#4d4d4d;
	font-weight:normal;
}
.pronrlf .projs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#4d4d4d;
	line-height:25px;
	margin-top:35px;
}
.pronrlf .prolist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.prolist{
	width:1200px;
	overflow:hidden;
	margin:auto;
	height: 355px;
}
.jt{
	width:144px;
	overflow:hidden;
	margin:auto;
}
.pronr ul li {
    width: 1200px;
    overflow: hidden;
    float: left;
}
.smallimg{
	width:100%;
	overflow:hidden;
	margin-top: 25px;
}
.h01 {
	width:34px;
	height:34px;
    display: block;
	margin:0 11px;
	border:solid 1px #a0a0a0;
}
#ScollName{
	margin-top:25px;
}
.pronrrt{
	width:54.5%;
	overflow:hidden;
	text-align:center;
}

/* news
-------------------------------------------------------------- */
.news{
	width:1200px;
	overflow:hidden;
	margin:auto;
	background:url(../image/newsbg.jpg) no-repeat center top;
}
.newstiten{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#106218;
	font-family:Arial;
	text-align:center;
	margin-top:55px;
	letter-spacing:20px;
}
.newstitcn{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#106218;
	text-align:center;
	margin-top:20px;
}
.newstitcn a{
	font-size:28px;
	color:#106218;
}
.newsnr{
	width:100%;
	overflow:hidden;
	padding-bottom: 20px;
}
.newsnr1{
	width: 38%;
    padding-left: 2%;
	overflow:hidden;
	padding-right:60%;
	margin-top:177px;
	padding-bottom: 46px;
}
.newsnr1 h3{
	width:100%;
	overflow:hidden;
	padding-right:50%;
	color:#232222;
	font-size:20px;
	line-height:40px;
}
.newsnr1 .newsms{
	width:100%;
	overflow:hidden;
	color:#232222;
	font-size:15px;
	line-height:25px;
	margin-top:20px;
}
.newsnr1 .sjyd{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:23px;
}
.newsnr1 .sjyd .time{
	font-size:13px;
	color:#b5b5b5;
}
.newsnr1 .sjyd .yuedu{
	color:#232222;
}
.newsnr1:hover h3{
	color:#106218;
}
.newsnr1:hover .newsms{
	color:#106218;
}
.newsnr1:hover .sjyd .yuedu{
	color:#106218;
}
.newsnr2{
	width: 38%;
    padding-right: 2%;
	overflow:hidden;
	padding-left:60%;
	margin-top:114px;
	padding-bottom: 46px;
}
.newsnr2 h3{
	width:100%;
	overflow:hidden;
	padding-right:50%;
	color:#232222;
	font-size:20px;
	line-height:40px;
}
.newsnr2 .newsms{
	width:100%;
	overflow:hidden;
	color:#232222;
	font-size:15px;
	line-height:25px;
	margin-top:20px;
}
.newsnr2 .sjyd{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:23px;
}
.newsnr2 .sjyd .time{
	font-size:13px;
	color:#b5b5b5;
}
.newsnr2 .sjyd .yuedu{
	color:#232222;
}
.newsnr2:hover h3{
	color:#106218;
}
.newsnr2:hover .newsms{
	color:#106218;
}
.newsnr2:hover .sjyd .yuedu{
	color:#106218;
}
.newsnr3{
	width: 38%;
    padding-left: 2%;
	overflow:hidden;
	padding-right:60%;
	margin-top:114px;
	padding-bottom: 46px;
}
.newsnr3 h3{
	width:100%;
	overflow:hidden;
	padding-right:50%;
	color:#232222;
	font-size:20px;
	line-height:40px;
}
.newsnr3 .newsms{
	width:100%;
	overflow:hidden;
	color:#232222;
	font-size:15px;
	line-height:25px;
	margin-top:20px;
}
.newsnr3 .sjyd{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:23px;
}
.newsnr3 .sjyd .time{
	font-size:13px;
	color:#b5b5b5;
}
.newsnr3 .sjyd .yuedu{
	color:#232222;
}
.newsnr3:hover h3{
	color:#106218;
}
.newsnr3:hover .newsms{
	color:#106218;
}
.newsnr3:hover .sjyd .yuedu{
	color:#106218;
}

/* youshi
-------------------------------------------------------------- */
.scroll-outer{width:100%;overflow:hidden;margin-top:50px;}
#scroll{width:1200px;margin:0 auto;}
#scroll .owl-wrapper-outer{margin:0 auto;background-color:#f6f6f6;}
#scroll .item{width:400px;height:195px;margin:0 auto; overflow:hidden;}
.con4_item{ width:400px; overflow:hidden;line-height:40px; text-align:center;font-size:20px;color:#282828;margin-top:28px;}
.con4_item_bot{ width:400px;overflow:hidden;text-align:center;font-size:15px;color:#282828;margin-top:19px;}
#scroll .item:hover{
	background:#106218;
}
#scroll .item:hover .con4_item{
	color:#fff;
}
#scroll .item:hover .con4_item_bot{
	color:#fff;
}

/*ys*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(404.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 15px;
	text-align: center;
	margin-bottom: 36px;
}

/* 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: 60px;
	height: 8px;
	margin: 5px 6px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	background: #acacac;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #106218;
}

/* 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(404.png) no-repeat center center
}

/* nheader
-------------------------------------------------------------- */
.nheader{
	width:100%;
	height: 105px;
	background:#fff;
	box-shadow: 0 5px 8px rgba(204, 204, 204, 0.3);
	position: fixed;
	top:0;
	z-index:999;
}
.nheadernr{
	width:1200px;
	height: 105px;
	margin:auto;
}
.nlogo{
	width:22.5%;
	overflow:hidden;
	margin-top:8px;
}
.nheaderrt{
	width:77.5%;
}
.nheaderrt .ntel{
	width:100%;
	text-align:right;
	line-height: 50px;
}
.nheaderrt .ntel span{
	color:#106218;
}
.nheaderrt .nnav{
	width:100%;
	margin-bottom: 21px;
}
.nheaderrt .nnav ul{
	width:100%;
}
.nheaderrt .nnav ul li{
	width:14.2%;
	line-height:34px;
	float:left;
	text-align: center;
}
.nheaderrt .nnav ul li a{
	font-size:15px;
	display:block;
}
.nheaderrt .nnav ul li:hover{
	background:#106218;
}
.nheaderrt .nnav ul li:hover a{
	color:#fff;
}
.nheaderrt .nnav ul li.current{
	background:#106218;
}
.nheaderrt .nnav ul li.current a{
	color:#fff;
}
.tb{
	width:1200px;
	overflow:hidden;
	margin:auto;
	text-align:center;
	margin-top: -13px;
	margin-bottom:28px;
}
/* banner */
.banner_n { 
	width:100%; 
	height:303px; 
	background:url("../image/banner1.jpg") no-repeat top center; 
	margin-top: 105px;
	
}
.naboutnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-bottom: 30px;
}
.ntit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:25px;
	color:#2a2a2a;
	line-height:38px;
}
.ntitms{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#2a2a2a;
	line-height:30px;
	margin-bottom:43px;
}
.naboutnrlf{
	width:45%;
	overflow:hidden;
}
.naboutnrrt{
	width:55%;
	overflow:hidden;
	padding-top:37px;
}
.naboutnrrt .naboutnrrt_tit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#2a2a2a;
	font-weight:bold;
	margin-bottom:31px;
}
.naboutnrrt .naboutnrrt_nr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2a2a2a;
	line-height:25px;
}
.naboutnrrt .naboutnrrt_nr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2a2a2a;
	line-height:25px;
}
.naboutimg{
	width:100%;
	overflow:hidden;
}
.naboutimg{
	width:100%;
	overflow:hidden;
	margin:44px 0;
}
.naboutimg li{
	float:left;
}
.naboutimg li.aboutli1{
	margin:0 22px;
}
.naboutimg li.aboutli2{
	margin:25px 0 0 22px;
}
.naboutimg li:hover img._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.ldzc{
	width:100%;
	overflow:hidden;
}
.ldzc p{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e3e3e3;
	font-size:16px;
	color:#2a2a2a;
	line-height: 30px;
	padding:5px 0;
}
.ldzc .mc{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	color:#2a2a2a;
	line-height:30px;
	margin-top:16px;
}
.kg{
	text-indent:2em;
}
.ldzcimg{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:44px;
}
.ldzcimg li{
	width:395px;
	overflow:hidden;
	float:left;
	margin:2.5px;
}
.ldzcimg li:hover img._full{transform:scale(1.05);-webkit-transform:scale(1.05); transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.ryzz{
	width:100%;
	overflow:hidden;
}
.ryzz li{
	width:391px;
	overflow:hidden;
	float:left;
	margin:0 4.5px;
}
.zsmore{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	margin-bottom:35px;
}
.zsmore p{
	width:110px;
	height:36px;
	line-height:36px;
	text-align:center;
	border:solid 1px #106218;
	margin:auto;
}
.zsmore p a{
	font-size:17px;
	color:#106218;
	display:block;
}
.zsmore p:hover{
	background:#106218;
}
.zsmore p:hover a{
	color:#fff;
}

/* ncontactnr
-------------------------------------------------------------- */
.ncontactnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.ncontactnr_lf{
	width:30%;
	overflow:hidden;
	padding-top: 74px;
}
.ncontactnr_lf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#606060;
	line-height:30px;
	padding:9px 0;
}
.ncontactnr_rt{
	width:70%;
	overflow:hidden;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-bottom:42px;
	margin-top:54px;
}
.nmessage1{
	width:50%;
	overflow:hidden;
	float:left;
	padding:11px 0;
	line-height:40px;
}
.nmessage1 input{
	width:496px;
	height:40px;
	border:solid 1px #d1d1d1;
}
.nmessage2{
	text-align:right;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding:11px 0;
}
.nmessagenrtit{
	width:3.5%;
	overflow:hidden;
}
.nmessagenrjs{
	width:96.5%;
	overflow:hidden;
}
.nmessagenrjs textarea{
	width:99.8%;
	height:242px;
	border:solid 1px #d1d1d1;
}
.btn{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.btn input{
	width:208px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#106218;
	font-size:20px;
	cursor:pointer;
}

/* cpyc
-------------------------------------------------------------- */
.ncpycnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.ncpycjs{
	width:100%;
	height:365px;
	background:url(../image/cpycbg.jpg) no-repeat left top;
	margin:75px 0;
}
.ncpycjs1{
	width:100%;
	height:460px;
	background:url(../image/cpycbg1.jpg) no-repeat left top;
	margin:75px 0;
}
.zhiwei{
	width:94.5%;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	color:#106218;
	padding-left: 5.5%;
	line-height: 30px;
}
.yaoqiu{
	width:90%;
	overflow:hidden;
	padding-left:10%;
	color:#3c3c3c;
	font-size:16px;
	line-height:30px;
	margin-top: 54px;
}
.yaoqiu span{
	font-size:18px;
	color:#106218;
	padding-right:34px;
}
.yaoqiu1{
	width:71.2%;
	overflow:hidden;
	padding-left:18.8%;
	color:#3c3c3c;
	font-size:16px;
	line-height:30px;
}
.miaoshu{
	width:90%;
	overflow:hidden;
	padding-left:10%;
	color:#3c3c3c;
	font-size:16px;
	line-height:30px;
	margin-top:26px;
}
.miaoshu span{
	font-size:18px;
	color:#106218;
	padding-right:34px;
}
.zprs{
	width:90%;
	overflow:hidden;
	padding-left:10%;
	color:#3c3c3c;
	font-size:16px;
	line-height:30px;
	margin-top:32px;
}
.zprs span{
	font-size:18px;
	color:#106218;
	padding-right:34px;
}
.gwyq{
	width:90%;
	overflow:hidden;
	padding-left:10%;
	color:#3c3c3c;
	font-size:16px;
	line-height:30px;
	margin-top:30px;
}
.gwyq span{
	font-size:18px;
	color:#106218;
	padding-right:34px;
}

/* nryzznr
-------------------------------------------------------------- */
.nryzznr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}

/* nnewsnr
-------------------------------------------------------------- */
.nnewsnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-bottom:30px;
}
.nnewsfl{
	width:906px;
	overflow:hidden;
	margin:auto;
}
.nnewsfl li{
	width:302px;
	height:59px;
	line-height:44px;
	text-align:center;
	background:url(../image/newstitbg_01.png) no-repeat center top;
	float:left;
}
.nnewsfl li a{
	font-size:17px;
	color:#106218;
	display:block;
}
.nnewsfl li:hover{
	background:url(../image/newstitbg_02.png) no-repeat center top;
}
.nnewsfl li:hover a{
	color:#fff;
}
.nnewsfl li.selected{
	background:url(../image/newstitbg_02.png) no-repeat center top;
}
.nnewsfl li.selected a{
	color:#fff;
}
.nnewsnr dl{
	width:100%;
	overflow:hidden;
	padding:42px 0;
	border-bottom:solid 1px #c8c8c8;
}
.nnewsnr dl dt{
	width:14%;
	overflow:hidden;
	float:left;
}
.nnewsnr dl dt .date{
	width:130px;
	height:100px;
	font-size:38px;
	color:#717171;
	background:#eeeeee;
	text-align:center;
	padding-top:14px;
}
.nnewsnr dl dt .date span{
	color:#717171;
	font-size:20px;
}
.nnewsnr dl dd{
	width:84%;
	overflow:hidden;
	float:right;
	padding-right:2%;
}
.nnewsnr dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#2c2c2c;
	line-height: 35px;
	padding:5px 0;
}
.nnewsnr dl dd .nnewsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#353535;
	margin-top:8px;
}
.nnewsnr dl:hover dt .date{
	background:#106218;
	color:#fff;
}
.nnewsnr dl:hover dt .date span{
	color:#fff;
}
.nnewsnr dl:hover dd .nnewsbt{
	color:#106218;
}
.nnewsnr h1{
	width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #696464;
    font-weight: normal;
	margin-top: 30px;
}
.nnewsnr .fbtime {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
	border-bottom:dashed 1px #cccccc;
	color:#a2a2a2;
}
.nnewsnr .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

/* npronr
-------------------------------------------------------------- */
.npronr{
	width:100%;
	overflow:hidden;
}
.nprotit{
	width:100%;
	height:53px;
	background:url(../image/protitbg.jpg) no-repeat center top;
}
.nprotit p{
	width:1155px;
	overflow:hidden;
	padding-left:45px;
	margin:auto;
	font-size:22px;
	color:#106218;
	line-height:53px;
}
.nprolist{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:14px;
	margin-bottom:30px;
}
.nprolist dl{
	width:261px;
	overflow:hidden;
	float:left;
	margin:12px 19.5px;
}
.nprolist dl dt{
	width:99.4%;
	overflow:hidden;
	border:solid 1px #106218;
}
.nprolist dl dd{
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#434343;
	color:#fff;
	font-size:17px;
}
.nprolist dl dd span{
	color:#fff;
	font-size:14px;
}
.npronr h3 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #525252;
    font-weight: normal;
}
.npronr .nprotp {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 18px 0 25px 0;
}
.nproinfo{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.npronr .nproxq{
	width:100%;
	overflow:hidden;
}
.nprolist dl:hover dd{
	background:#106218;
}
.nvideolist{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:14px;
	margin-bottom:30px;
}
.nvideolist dl{
	width:380px;
	overflow:hidden;
	float:left;
	margin:12px 10px;
}
.nvideolist dl dt{
	width:99.5%;
	overflow:hidden;
	border:solid 1px #106218;
}
.nvideolist dl dd{
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#434343;
	color:#fff;
	font-size:17px;
}
.nvideolist dl:hover dd{
	background:#106218;
}
/* 分页
-------------------------------------------------------------- */
.dede_pages{
		width: 100%; 
		overflow:hidden; 
		margin:auto;
		margin-top: 10px;
}
.dede_pages ul {
    float: right;
    padding: 12px 0px 12px 0;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #dddddd;
}
.dede_pages ul li.thisclass{
    background-color: #106218;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
}
.page{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.page .pageleft{
	width:49%;
	overflow:hidden;
}
.page .pageleft p{
	width:96%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:0 2%;
}
.page .pageright{
	width:49%;
	overflow:hidden;
}
.page .pageright p{
	width:96%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:0 2%;
}
.page p a:hover{
	color:#106218;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
}
.footernr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	padding-bottom: 15px;
}
.footernrlf{
	width:60%;
	overflow:hidden;
	padding-top: 30px;
}
.footernrlf ul{
	width:100%;
	overflow:hidden;
}
.footernrlf ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernrlf ul li h3{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	margin-bottom:12px;
}
.footernrlf ul li h3 a{
	font-size:16px;
	color:#404040;
}
.footernrlf ul li p{
	width:100%;
	overflow:hidden;
}
.footernrrt{
	width:40%;
	overflow:hidden;
	padding-top: 30px;
}
.footernrrt dl{
	float:left;
}
.footernrrt dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footernrrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#404040;
}
.footernrrt dl dd b{
	color:#106218;
	font-size:24px;
}
.wx{
	width:28%;
	overflow:hidden;
}
.bottel{
	width:44%;
	overflow:hidden;
}
.banquan{
	width:100%;
	overflow:hidden;
	background:#106218;
	line-height:40px;
}
.banquannr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.banquanlf{
	color:#fff;
}
.banquanrt{
	color:#fff;
}
.banquanrt a{
	color:#fff;
}
.link{
	width:1200px;
	overflow:hidden;
	margin:auto;
	color:#404040;
	line-height:30px;
	padding-bottom: 10px;
}
.link a{
	margin:0 5px;
	color:#404040;
}
.link a:hover{
	color:#106218;
}
