 /* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
 
 
}
body{ font-size:12px; margin-top:0px;font-family:"微软雅黑"; background:url(../images/bg.jpg) repeat-x top #fff;}



/*===================链接样式备用=======================*/
.white a{color:#FFFFFF;!important;text-decoration:none;}
.white a:hover{color:#000000!important;text-decoration:none;}
.black a{color:#000000!important;text-decoration:none;}
.black a:hover{color:#000000!important;text-decoration:underline}
.red a{color:#000000!important;text-decoration:none;}
.red a:hover{color:#FF0000!important;text-decoration:underline}
.tcblue a{color:#2891B1!important;text-decoration:none;}
.tcblue a:hover{color:#FF0000!important;text-decoration:underline}
.red1 a{color:#000000!important;text-decoration:underline}
.red1 a:hover{color:#FF0000!important;text-decoration:none;}
#container {  width:1200px;margin:0 auto;}
#container a{ }
.position{ line-height:60px;}
.list_page{ text-align:center;}

/* 帝国内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #666666;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}




.slider{
	width: 943px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	 
 
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
	width:700px;}

.slider input[name='slide_switch'] {
	display: none;
}
 
.slider label {
	/*Lets add some spacing for the thumbnails*/
    margin: 20px 0 0 18px;
    border: 3px solid #fff;
    float: right;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.6;
    margin-left: 390px;
    margin-right: 80px;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.stimg{ display:block; width:700px; height:450px; position:absolute; z-index:100;}


.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #fff;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	z-index:99;
	transform: scale(1);
}



.slider input[name='slide_switch2'] {
	display: none;
}
 
.slider input[name='slide_switch2']:checked+label {
	border-color: #fff;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch2'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch2']:checked+label+img {
	opacity: 1;
	z-index:99;
	transform: scale(1);
}


.slider input[name='slide_switch3'] {
	display: none;
}
 
.slider input[name='slide_switch3']:checked+label {
	border-color: #fff;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch3'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch3']:checked+label+img {
	opacity: 1;
	z-index:99;
	transform: scale(1);
}



.slider input[name='slide_switch4'] {
	display: none;
}
 
.slider input[name='slide_switch4']:checked+label {
	border-color: #fff;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch4'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch4']:checked+label+img {
	opacity: 1;
	z-index:99;
	transform: scale(1);
}


.slider input[name='slide_switch5'] {
	display: none;
}
 
.slider input[name='slide_switch5']:checked+label {
	border-color: #fff;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch5'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch5']:checked+label+img {
	opacity: 1;
	z-index:99;
	transform: scale(1);
}



/*===================ziye当前位置开始=======================*/
.ziyeright{   margin:3px 7px 0px 0px; }
.ziyeright .wei{ height:40px;  line-height:40px; border-bottom:1px solid #ccc; }
.ziyeright .wei a{ color:#4b4b4b;}
.ziyeright .neirong{  line-height:30px; padding:10px;}
.ziyeright .neirong p{ font-size:14px;  }

.title_info{ text-align:center;}
.title_info td{ line-height:39px;}
#text{ line-height:26px;}
.digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.digg td {
	text-align: center;
	padding-right: 4px;
}
.digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.digg .diggit {
	height: 30px;
	line-height: 24px;
}
/*===================ziye当前位置结束=======================*/

/*===================header开始=======================*/
.header{  width:1200px; margin:0 auto;}
.header .header1{ height:23px; width:1200px; line-height:23px;}
.header .header2{   height:120px; width:1200px;}
 
.nav-banner {
	position: relative;
	margin: 0 auto;
	height: 450px;
	overflow: hidden;
	width: 100%;
}
.banner {
	width: 1920px;
	height: 450px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
}
.banner ul {
	width: 1920px;
	height: 450px;
}
.banner ul li {
	width: 1920px;
	height: 450px;
}
.banner ul li img {
	width: 1920px;
	height: 450px;
}
.small {
	position: absolute;
	left: 50%;
	bottom: 9%;
	cursor: pointer;
	margin-left: -50px
}
.small a {
	width: 70px;
	height: 7px;
	background: #5f5f5f;
	float: left;
	margin: 0 8px;
}
.small .small_s {
	background: #b14a27;
	width: 70px;
	height: 7px
}

.news_list .box ul{ list-style-type:none;}
.news_list .box li{ width:23%; float:left; margin-right:1%; margin-left:1%; border-bottom:1px dashed #ccc; line-height:40px; margin-bottom:20px; }
.news_list .box li img{ width:100%; display:block;height:204px;}
.news_list .box li a{ font-size:14px; color:#000; }
.news_list .box li span{ display:block; font-size:14px;}

.list_page{ padding-top:15px;}


 .position a{ color:#000;}
 .line_bottom a{ color:#000;}
 
#logo_c{ 
  
 width:400px;
 
 margin-top:32px;
 float:left;
 }
/*--nav--开始*/
.nav {
height:120px; width:800px;
line-height:130px;
	 float:right;
}
.nav .nav_global {
}
.nav .nav_global ul {
	text-decoration:none;
	
	 
}
.nav .nav_global li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
 
 list-style-type:none;
	 
	position:relative;
	 
}
.nav .nav_global li a {
	display: block;
	color: #323333;
	width:130px; text-align:center;
	font-size:16px;
	line-height:120px;
	font-family:"微软雅黑";
	 
}
.nav .nav_global li a:hover {
	color:#fff!important;
	text-decoration: none;
	background: #035b31;
}

.mainlevel {
	
 
}
.nav .nav_global li ul {
	display: none;
	position: absolute;
	z-index: 9999;	 
	top: 120px;
	background: #373737;
}
.nav .nav_global li ul li {
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	width: 160px;/*IE6 only*/
	;
	text-align: center;
}
.nav .nav_global li ul li:hover {
	 
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	width: 133px;/*IE6 only*/
	;
	text-align: center;
}
.nav .nav_global li ul li a {
	 display:block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size:12px;
	 
}

.nav .nav_global li ul li a:hover {
	 
	  font-size:12px;
	height: 38px;
	line-height: 38px;
	 
}

/*--nav--结束*/
/*===================header结束=======================*/
.fenlei{ width:1200px; margin:0 auto;   }
.fenlei h5{ height:99px; background:url(../images/fenlei.jpg) no-repeat center; margin-top:50px;}
.fenlei p{ color:#666; font-size:14px; line-height:50px; text-align:center; font-weight:100; margin-bottom:20px;}
.fenlei ul{ list-style-type:none;   }
.fenlei ul li{ text-align:center; width:160px; float:left;  line-height:45px; margin-left:5px; margin-right:5px;}
#flli{ margin-left:80px; margin-bottom:50px;}
.fenlei ul li img{ margin:0 auto;}
.fenlei ul li a{color:#000; font-size:16px;    }
.fenlei ul li a:hover{ color:#000;}

.neifenlei{ width:100%; margin:0 auto;   }

.neifenlei ul{ list-style-type:none;   }
.neifenlei ul li{ text-align:center; width:15.6%; float:left; background:#00a03c; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;}
 
.neifenlei ul li img{ margin:0 auto;}
.neifenlei ul li a{color:#fff; font-size:1.3em;    }
.neifenlei ul li a:hover{ color:#fff;}


.qneifenlei{ width:100%; margin:0 auto;   }

.qneifenlei ul{ list-style-type:none;   }
.qneifenlei ul li{ text-align:center; width:23.6%; float:left; background:#00a03c; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;}
 
.qneifenlei ul li img{ margin:0 auto;}
.qneifenlei ul li a{color:#fff; font-size:1.3em;    }
.qneifenlei ul li a:hover{ color:#fff;}

.qneifenlei{ width:100%; margin:0 auto;   }

.xneifenlei ul{ list-style-type:none;   }
.xneifenlei ul li{ text-align:center; width:32.3%; float:left; background:#00a03c; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;}
 
.xneifenlei ul li img{ margin:0 auto;}
.xneifenlei ul li a{color:#fff; font-size:1.3em;    }
.xneifenlei ul li a:hover{ color:#fff;}
/*===================left开始=======================*/

.youshi1{ clear:both; height:264px; background:url(../images/youshi1.jpg) no-repeat center;} 
.youshi2{ display:none;}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 95%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 80%;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right:0px;
	bottom:0px;
	background: url(../images/next.png) no-repeat;
}



.example1{width:570px; height:642px;}
.ft-carousel1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel1 .carousel-inner1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel1 .carousel-inner1 .carousel-item1 {
	float: left;
	height: 100%;
}

.ft-carousel1 .carousel-item img {
	width: 100%;
}

.ft-carousel1 .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel1 .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel1 .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel1 .carousel-btn {
	position: absolute;
	top: 95%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel1 .carousel-prev-btn {
	left: 80%;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel1 .carousel-next-btn {
	right:0px;
	bottom:0px;
	background: url(../images/next.png) no-repeat;
}



.left{}
.left{ float:left;width:570px; height:642px; margin-top:3px; margin-left:3px;
}
.example{width:570px; height:642px;}
.left1{ float:left;width:700px; margin-top:3px; margin-left:35px;
}
.left1 .dq{ float:left; width:700px;}
.left1 .cpneirong{ margin-top:3px;  float:left; width:700px;}

.box strong{ font-size:16px;}

/*========box1===========*/ 
.box1{float:left; }
.box1 ul{  padding: 8px;}
.box1 ul li{
    list-style-type:decimal;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
	}
.box1{width:267px;border:#ccc solid;border-width:0px 1px 1px 1px;}
.box1 h2{height:28px;line-height:28px;}
.span{ float:left;margin-left:30px; margin-top:1px; font-size:14px;}
#boxhead{ text-align:center; width:267px;height:27px;color:#fff; background:url(../images/left_title_bg.gif) no-repeat;}
/*==============box2=================*/
.box2{float:left; background:url(../images/box2_bg.gif) no-repeat;}
.box2 ul{list-style: none;padding: 80px 8px 2px 8px;}
.box2 ul li{	
	line-height: 1.6;
	padding: 5px 0 2px 8px;
	}
.box2{width:267px; height:267px;margin-top:4px;border:#ccc solid;border-width:0px 1px 1px 1px;}
.box2 h2{height:28px;line-height:28px;}
#boxhead2{ text-align:center; width:267px;height:27px;color:#fff; background:url(../images/box2_head.gif) no-repeat;}
/*===================left结束=======================*/

/*===================center开始=======================*/
.center{ float:left; width:275px; margin-top:3px; }
.center p{ height:357px; font-size:14px; padding-top:80px; padding-left:30px; padding-right:30px; line-height:28px; }

/*===================center结束=======================*/

/*===================right开始=======================*/
.right{  float:right; width:352px;  margin-top:3px; }
 
/*===================right结束=======================*/

/*===================down开始=======================*/
.down{    height:700px;background:url(../images/anlibg.jpg) no-repeat center fixed; clear:both;  }
.dhleft{ float:left; width:20%;  margin-left:2%;}
.dhleft img{ margin-top:98px;}
.down h1{ height:50px; line-height:50px; font-size:33px; color:#035b31; text-align:center;   padding-top:30px; font-weight:100;}
.down h1 a{ color:#035b31;}
.down h3{ color:#035b31; font-size:14px; line-height:20px;   font-weight:100; text-align:center; padding-top:30px; font-weight:100}
.down h3 a{  color:#035b31;}
.down p{ color:#fff; font-size:14px; line-height:30px; text-align:center; font-weight:100; margin-bottom:20px;}
.dnei{ width:1200px; margin:0 auto; background:#fff; height:700px;}
.dnei ul{ list-style-type:none; width:70%; float:right; margin-top:10px; margin-right:5%;}
.dnei ul li{ width:45%; float:left;   margin-left:2.5%; margin-right:2.5%; overflow:hidden;}
.dnei ul li a{ color:#fff; font-size:14px; line-height:35px; text-align:center; }
.dnei ul li a img{ width:90%;}
.dnei ul li a img:hover{ transform:scale(1.05); transition:0.7s;}
.dnei ul li a dl{ line-height:10px;}

.dnei span{ display:block; color:#FFF; margin-top:10px; margin-bottom:50px; font-size:14px; }
.gongsi{ width:1200px; margin:0 auto; margin-top:35px;}
.gongsi h5{ height:100px; background:url(../images/guanyu.jpg) no-repeat center;  }
.gongsi h3{ line-height:30px;   font-size:18px; margin-bottom:10px; margin-top:10px; color:#666666; ;}
.gongsi h6{ color:#333; font-size:20px; line-height:30px; text-align:center; font-weight:100;}
.gongsi dl{ color:#666; font-size:14px; line-height:20px; text-align:center; font-weight:100; margin-bottom:30px;}
.gongsi p{ line-height:28px; font-size:13px; text-indent:2em;}
.gsneinei{ width:1200px; margin:0 auto;}
.gsnei{ width:562px; float:left;   margin-bottom:30px; }
.gsneinei img{ }
.gsimg{ float:right;}
.gsnei a{ display:block; width:150px; height:45xp; line-height:45px; text-align:center; font-size:13px; color:#fff; background:#00a03c; border-radius:10px; margin-top:20px;}
 .hengtiao{ height:50px; background:url(../images/hengtiao.jpg) no-repeat center;}
 .heng{ height:270px; background:url(../images/heng.jpg) no-repeat center; margin-top:50px;}
 .youshi{ height:200px;  padding-top:30px; clear:both; background:#fff;}
  .youshi h5{ height:60px;  width:1200px; margin:0 auto; background:url(../images/youshi.jpg) no-repeat; margin-bottom:20px;}
  .youshi .nei{ width:1200px; margin:0 auto; text-align:center;}
    
.zixun{ padding-top:20px; clear:both;  }
.zixun h1{ height:50px; line-height:50px; font-size:33px; color:#035b31; text-align:center;  font-weight:100;}
.zixun h3{ color:#323333; font-size:14px; line-height:20px;   font-weight:100; text-align:center;  font-weight:100}
.zixun dl{ color:#666; font-size:14px; line-height:30px; text-align:center; font-weight:100; margin-bottom:30px;}
 
.zixun ul{ list-style-type:none; width:31.2%; float:left; margin-left:1%; margin-right:1%;  margin-bottom:20px;}
.zixun ul li{ float:left;width:100%; overflow:hidden; background:#00a03c;   }
.zixun ul li h6{text-indent:1em;}
.zixun ul li img{ width:100%;height:281px; }
.zixun ul li img:hover{ transform:scale(1.05); transition:0.7s;}
.zixun ul li p{ font-size:12px; line-height:35px; color:#fff;  text-indent:2em; width:97%; margin:0 auto;height:100px; }
.zixun ul li h6 a{ font-size:14px; color:#fff; display:block; line-height:35px;  }
.newsdi{ height:54px; background:url(../images/newsdi.jpg) no-repeat center; clear:both;}
.zxnei{ width:1200px; margin:0 auto; padding-top:20px; }
 
.ppjj{ width:90%; margin:0 auto; text-align:center;} 
.ppjj h1{ font-size:16px; line-height:60px;}
.ppjj p{ line-height:40px;}
.ppjj p img{ text-align:center; margin:0 auto; margin-top:15px; margin-bottom:15px;}
/*===================;down结束=======================*/

/*===================footer开始=======================*/
.foot{   background:#00a03c; margin-top:3px; height:300px; clear:both;  }

.foot .flogo{ float:right;  width:90px; margin-top:5px; margin-right:15px; background:url(../images/flogo.gif) no-repeat;}
.foot .Copyright{ width:1200px;    margin:0 auto; line-height: 1.6; padding-top:30px;}
.foot .Copyright .dibu{ line-height:30px; font-size:13px; color:#Fff;  }
.dileft{ width:30%; float:left; text-align:center;}
.dileft img{ margin-top:90px;}
.dileft h6{ font-size:16px; font-weight:100; color:#fff;}
.dileft ul{ list-style-type:none; margin-top:20px;}
.dileft ul li{ line-height:35px;}
.dileft ul li a{ font-size:14px; color:#fff;}
.dileft ul li a:hover{ color:#000;}
.dicenter{ width:34%; float:left;}
.dicenter img{ width:150px; float:left; margin-top:20px; margin-left:20px; }
.dicenter h6{ font-size:16px; font-weight:100; color:#fff;}
.dicenter ul{ list-style-type:none; margin-top:20px;}
.dicenter ul li{ line-height:28px; width:40%; float:left;}
.dicenter ul li a{ font-size:13px; color:#fff;}
.dicenter ul li a:hover{ color:#000;}

.diright{ width:30%; float:left; margin-right:5%;}
.diright h6{ font-size:16px; font-weight:100; color:#fff;}
.diright ul{ list-style-type:none; margin-top:20px;}
.diright ul li{ line-height:36px;color:#fff; font-size:14px;}
.sll{ font-size:35px; color:#035b31}
.erweima img{ width:120px;}
.erweima li{ line-height:35px;color:#fff; font-size:10px;}
.zhichi{  }
.heng1{ display:none;}
 
.li{ font-size:16px; }
 .mt-tabpage{ display:none;}
 .banquan{ line-height:35px; text-align:center; font-size:14px; color:#035b31;}


/*===================footer结束=======================*/
@media screen and (min-width:640px){
 
.logo{ display:none;}	
.navshou{ display:none;}
.bannerfra{ display:none;}
.bannershou{ display:none;}
.dneishou{ display:none;}
.rexiaos{ display:none;}
.zoujin{ display:none;}
.zixuns{ display:none;}
.foots{ display:none;}
.chanpinnei{ width:80%;}
.banner1{ display:none;}
.leibie{ display:none;}
.leibie1{ display:none;}
	}

@media screen and (max-width:640px){
	
#container{ width:100%; }
body{width:640px;  }
.header{ width:100%;}
.header .header2{ width:100%; height:auto;}
#logo_c{ display:none;}
.logo{ width:100%; margin:0 auto;}	
.nav{ width:100%;}	
.nav li{ width:16%;}
.nav{ display:none;}
.nav-banner{ width:100%}
 

.navshou {
height:60px; width:100%;
line-height:60px;
	 float:none;
	 
}
.navshou .nav_globalshou {
}
.navshou .nav_globalshou ul {
	text-decoration:none;
	
	 
}
.navshou .nav_globalshou li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
 
 list-style-type:none;
 width:20%;
 
 
	 
}
.navshou .nav_globalshou li a {
	display: block;
	color: #373737;
	width:100%; text-align:center;
	font-size:1.6em;
	line-height:60px;
	font-family:"微软雅黑";
	background:#ecedef;
	 
}
.navshou .nav_globalshou li a:hover {
	color:#FFFFff!important;
	text-decoration: none;
	background: #333;
}

 
 
.nav-banner {
	display:none;
}
 
 
 .mt-tabpage {
	  display:block;
	width: 100%;
	margin: 0px auto;
	box-shadow: 0 0 5px #035b31;
	background-color: #FFFFFF;
	overflow:hidden;
}
.mt-tabpage-title {
	height: 60px;
 
	background-color: #fff;
	width: 100%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #035b31;
	margin-bottom:15px;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 19.5%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #666;
	font-size: 1.5em;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #035b31;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color:#035b31;
	font-size: 1.6em;
	border-bottom: 1px solid #fff;
}
.mt-tabpage-count {
	position: relative;
	width: 640px;
	height: 470px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 640px;
	height:470px;
	line-height: 200px;
	 
 
}
 .mt-tabpage-count .mt-tabpage-item img{ width:100%;}
 
.ppjj h1{ font-size:1.6em;}
.ppjj p img{ width:100%;}
 
.fenlei{ width:100%; margin:0 auto; height:auto; }
.fenlei h5{ display:none;}
.fenlei p{ display:none;}
.leibie{ display:block; line-height:30px; text-align:center; font-size:2em; font-weight:100; color:#034927}
.leibie1{ display:block; line-height:30px; text-align:center; font-size:1.3em; font-weight:100;}
.fenlei ul{ list-style-type:none;   }
.fenlei ul li{ text-align:center; width:24%; float:left;  line-height:45px; margin-left:4.5%; margin-right:4.5%;}
#flli{ margin-left:4.5%; margin-bottom:0;}
.fenlei ul li img{ margin:0 auto;}
.fenlei ul li a{color:#000; font-size:1.3em; display:block;    }
.fenlei ul li a:hover{ color:#000;}
.left{ display:none;} 
.center{ display:none;} 
.right{ display:none;} 

.neifenlei{ width:100%; margin:0 auto;   }

.neifenlei ul{ list-style-type:none;   }
.neifenlei ul li{ text-align:center; width:31%; float:left; background:#035b31; margin-bottom:10px;  line-height:45px; margin-left:1%; margin-right:1%;}
 
.neifenlei ul li img{ margin:0 auto;}
.neifenlei ul li a{color:#fff; font-size:1.3em;    }
.neifenlei ul li a:hover{ color:#000;}


.qneifenlei ul li{ text-align:center; width:22.6%; float:left; background:#035b31; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;}
.qneifenlei ul li a{color:#fff; font-size:1.3em;    }
.xneifenlei ul li{ text-align:center; width:31.3%; float:left;background:#035b31; margin-bottom:10px;  line-height:45px; margin-left:5px; margin-right:5px;} 
.xneifenlei ul li a{color:#fff; font-size:1.3em;    }
.down{  padding-top:15px;  height:auto;background:#fff; clear:both; width:100%;}
.down h5{ background:url(../images/rexiao.jpg) no-repeat center; height:30px; padding-top:10px; display:none;}
.down h3{ font-size:1.3em;}
.dhleft img{ width:100%; margin-top:25px;}
.down h1{ font-size:2em;}
.dnei ul{  
    width: 73%;
    float: right;
    margin-top: 10px;
	margin-right:0;
    }
.down p{display:none;}
.dnei{ width:100%; height:auto;}
.dneishou{ width:100%;}
.dneishou ul{ list-style-type:none;}
.dneishou ul li{ width:50%; float:left; margin-bottom:20px; text-align:center;}
.dneishou ul li a{ color:#333; font-size:1.5em; line-height:35px; text-align:center; }
.dneishou ul li a img{ width:90%;}
.dneishou ul li a dl{ line-height:35px;}


.dneishou a{ color:#333; line-height:30px; margin-bottom:20px;}
.dneishou a span{ color:#333; line-height:30px; font-size:1.3em;}
.dneishou tr{ padding-top:20px;}
.rexiaos{ width:100%; margin-bottom:10px;} 
.bannershou{ width:100%;} 
.gongsi{ width:100%; margin-top:25px;}
.gongsi h5{ display:none; }
.gongsi h3{ display:none; }
.gongsi dl{ display:none;}
.gongsi h6{ display:none;}

.gsneinei{ width:100%;}
.gsneinei img{ width:100%;}
.gsnei{
	
	    width: 100%;
    float: right;
    height: auto;
    background: none;
    margin-bottom: 30px;}
	.gsnei a{
		
		display: block;
    width: 150px;
    height: 35xp;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border: 1px solid #000;
    margin-top: 20px;
	margin:0 auto;}

.gongsi p{ width:98%; margin:0 auto; font-size:1.5em; line-height:35px; } 
.zoujin{ margin-bottom:10px;}
.gsdt{ display:none;}
.heng{ display:none;}
.youshi{ display:none;}
.zixun{ width:100%; margin:0} 
.zixun h5{ display:none;}
.zixun h1{ font-size:2em;}
.zixun h3{ font-size:1.3em;}
.zixun dl{ display:none;} 
.zixun img{ width:100%; height:auto;}
.zxnei{ width:100%; padding-top:20px;}

.zixun ul{ list-style-type:none;width:48%;   float:left; padding-top:15px;  	margin-left:1%;
	margin-right:1%;  }
.zixun ul li{ float: left;
    width: 100%;
 
    margin-bottom: 10px;
}
 
.zixun ul li img{ width:90%; margin-left:5%; margin-bottom:10px; padding-top:10px; }
.zixun ul li h6{  line-height:40px;  }
.zixun ul li h6 a{color:#fff; font-size:1.5em;;}
.zixun ul li p{ font-size:1em;; line-height:20px; width:100%;}

.newsdi{ height:50px; background:url(../images/newsdi.jpg) no-repeat center bottom; clear:both;}

.heng1{ display:block; width:100%; margin-top:20px; margin-bottom:30px;}
.youshi1{ display:none;}
.youshi2{display:block;}
.youshi2 img{ display:block; width:100%;}

.box strong{ font-size:1.8em; line-height:3em;}
.li{ font-size:1.3em}

#text img{ width:100%;}



.dileft{ display:none;}
.dicenter{ display:none;}
.erweima{ display:none;}
.diright{ width:100%; text-align:center;}
.diright ul li{ font-size:1.5em; line-height:51px;}
.zhichi{ display:block;}
.foot{ position:relative; margin-bottom:50px; height:390px;}
.foot .Copyright{ width:100%;  height:90px; margin:0 auto; line-height: 1.6; padding-top:30px;}
.foot .Copyright .dibu{ line-height:30px; font-size:13px; color:#Fff;  }


.foots {
	width:100%;
	position: fixed;
	background:#4b4b4b;
	height:4.8rem;
	bottom:0;
	left:0;
	z-index:10000;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.foot-relative {
	position:relative;
	width:100%;
	padding-top:2px;
	height: 1rem;
}
.foots a {
	display:block;
	float:left;
	width:25%;
	padding-top:0.1rem;
	color: #fff;
}
.foots a span {
	display:block;
	width:100%;
	margin-bottom:0.1rem;
	text-align:center;
	font-size: 1rem;
	line-height: 1.5rem;
}
.foots a span img{ margin:0 auto; margin-bottom:0.5em; margin-top:10px;}
.foots a h3 {
	width:100%;
	text-align:center;
	font: 1rem/1rem "microsoft yahei";
}
.gongsinei{ width:100%;}
.ziyeright .neirong p{ font-size:1em; text-align:left;}
.chanpinnei{ width:80%;}

.news_list .box ul{ list-style-type:none;}
.news_list .box li{ width:48%; float:left; margin-right:1%; margin-left:1%; border-bottom:1px dashed #ccc; line-height:2em; margin-bottom:15px; }
.news_list .box li a{ font-size:1.3em; line-height:35px; }
.news_list .box li span{   font-size:1em;}
.photoresize{ width:100%;}

	}








