@charset "utf-8";
/* CSS Document */
/* Global Css */
@font-face
{
    font-family: SourceHanSansCN;
    src: url('/themes/nfcamp/fonts/SourceHanSansCN.ttf');
    src: url('/themes/nfcamp/fonts/SourceHanSansCN.otf');
    src: url('/themes/nfcamp/fonts/SourceHanSansCN.svg');
    src: url('/themes/nfcamp/fonts//SourceHanSansCN.woff');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { margin:0; padding:0; border:0;font-size:14px;color:#555555;} 
ul, li{list-style: none;}
a{ margin:0px; padding:0px; color:#666666; text-decoration:none;}
a:hover {color:#666666;}
img{border:0;}
span {
  display:-moz-inline-box;
  display:inline-block;
}
.clear{clear: both;	}
.autojpg{margin:0 auto;width:1000px;border:1px solid #ccc;overflow:hidden;}


body{font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif; font-size:12px;background-color:#ffffff;}
.m1 a {color:#666666; text-decoration: none;}
.m1 a:hover { color:#00B9E8;}
.fullwid{width:1000px;height:auto;margin: 0 auto;}
.wid1000{clear:both;width:1000px;margin:0 auto;overflow:hidden;}
.wid980nof{width:1000px;margin:0 auto;}
.ssiImgBox {  
    /*非IE的主流浏览器识别的垂直居中的方法*/    
    display: table-cell;  
    vertical-align:middle;  /*设置水平居中*/    
    text-align:center;    
      
    /* 针对IE的Hack */    
    *display: block;  
    *font-size: 175px;/*这个值大概为最大高度的0.875*/  
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/  
        
    border: 1px solid #eee;  
}  
.ssiImgBox img {  
    /*设置图片垂直居中*/    
    vertical-align:middle;  
    /*非IE6下的等比缩放   
    max-height:150px;  
    max-width:150px;  */ 
      
    /*IE6下的等比缩放，注意expression其实是运行了一个JS程序，所以如果图片很多的话会引起CPU占用率高   
    width:expression(this.width >150 && this.height <= this.width ? 150: true);  
    height:expression(this.height > 150 && this.width <= this.height ? 150 : true);  */ 
}  


/*首页-小字导航*/
#topHead{ background: #f2f2f2;height:30px;width:100%; border-bottom:1px solid #e0e0e0;}

.topNavDiv{width:1000px; height:30px; padding-top:0px; padding-left:0px;margin: 0 auto;z-index:999;}
	
.topNav{margin:0px auto;z-index:999;}
.topNav ul li {
    float: left;
    display: inline;
    font-size: 12px;
	font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;
    height: 24px;
    list-style: none;
	text-align:center;
	padding:0 15px;
}
.topNav ul li a {
    color: #666666;
    text-decoration: none;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}


/*首页-大字导航*/
#head{height:196px;width:1000px; height:128px;overflow:hidden; margin: 0 auto;}


.topDiv{width:1000px; height:128px;line-height:128px; overflow:hidden; padding-top:0px;}
.logo{width:326px; height:97px;margin-top:15px; margin-left:auto; margin-right:auto;}
.tell{float:right;height:36px;width:200px;margin-top:80px;}
.tell div{float:left;height:29px;}
.tellTxt{float:left;width:150px;height:29px;line-height:29px;font-weight:bold;font-size:22px ;font-family:"Arial";}

.navDiv{float:left;width:400px; height:128px;padding-top:0px; padding-left:0px;}
.nav{width:500px;margin-top:49px;}
.nav ul li {
    float: left;
    display: inline;
    height: 30px;
    list-style: none;
	text-align:center;
	padding:0 15px;
}
.nav ul li a {
    color:#006931;
    font-size: 18px;
	font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;
	font-weight:bold;
    text-decoration: none;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}

/*首页-四张展示图*/
.indexjpgdown{float:left;height:192px;width:1000px;overflow:hidden;}
.indexjpg{float:left;margin:0;background:url(../img/indexjpgbg.png);width:242px;height:192px;overflow:hidden;}
.indexjpgimg{width:208px;height:132px;background:#ffffff;overflow:hidden;}
.indexjpg p{width:100%;height:36px;line-height:36px;text-align:center;}


/*首页-成长训练营*/
.indexchengzhang{float:left;width:732px;overflow:hidden;}
.indexchengzhang div{float:left;}

.indexchengzhangper{height:auto;border-bottom:1px dotted #666666;overflow:hidden; padding:7px 0;}
.indexchengzhangtitle{width:700px;font-size:16px;color:#006835;font-weight:bold;height:36px;line-height:36px;overflow:hidden;}
.indexchengzhangtitle a span{font-size:16px;color:#666666;}
.indexchengzhangintro{font-size:14px;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;height:52px;line-height:26px;overflow:hidden;}
.indexchengzhangintro a{color:#006931;font-weight:bold;}

.indexchengzhangdiv{margin-top:10px;overflow:hidden;padding-bottom:10px;}
.indexchengzhangimg{float:left;width:208px;height:132px;overflow:hidden;}
.indexchengzhangimg img{width:208px;height:132px;}
.indexchengzhangdetail{float:left;margin-left:10px;margin-right:20px;width:320px;height:120px;}
.indexchengzhangdetail p {border-bottom:1px dotted #666666;height:28px;line-height:28px;}
.indexchengzhangmore {float:left;background-color:#eee;width:130px;height:70px;
	padding-top:20px;padding-left:30px;margin-top:28px;}
.indexchengzhangmore ul li{margin-left:30px;height:24px;list-style:square;}

.indexchengzhangright{float:left;width:238px;margin-left:30px;}
.logindivdiv{float:left;width:238px;height:271px;background:url(../img/userloginbg.png) no-repeat right;}

.logindiv{margin:0 auto;margin-top:70px;width:210px;}
.indexuserp{height:36px;line-height:36px;}
.indexuserp span{float:left;width:60px;}
.indexuserp input{float:left;width:136px;height:24px;margin-right:10px;margin-top:5px;border:1px solid #ccc;}
.logindiv div{float:left;height:31px;width:87px;line-height:31px;color:#ff9900;font-weight:bold;margin-top:10px;}
.logindiv div a{color:#ff9900;font-weight:bold;}
.submitlogin{background:url(../img/button.png);text-align:center;margin-right:10px;}
.submitlogin a{color:#fff!important;}
.index-weixin{float:left;width:238px;height:250px;background:url(../img/weixinzh.png) no-repeat right; padding-top:33px;}
.index-weixin-zx{float:left;width:238px;height:250px;background:url(../img/weixinzx.png) no-repeat right; padding-top:33px;}
.page-weixin{float:left;width:238px;height:250px;background:url(../img/weixinzh1.png) no-repeat right; padding-top:33px;}
.index-weibo{float:left;width:238px;height:64px;background:url(../img/weibogzh.png) no-repeat right; padding-top:33px;}
.index-ydzixun{float:left;width:238px;height:443px;background:url(../img/indexydzixun1.png) no-repeat right;
	margin-top:10px;overflow:hidden;}
.index-ydzixun ul{margin-top: 45px;width:220px;margin-left:5px;}
.index-ydzixun h2{line-height:40px;height:40px;font-size:24px;width:570px;color:#007b9a;font-weight:normal;
	letter-spacing: 3px;margin-bottom:20px; }
.index-ydzixun ul li{ float:left;margin-left:15px; width:200px;height: 16px;line-height: 16px;overflow:hidden;margin-top:10px;margin-bottom:5px;
	border-bottom:1px dotted #ccc; list-style:square;}
.index-ydzixun ul li a{font-size:14px; }


/*首页-营地照片*/

.yingdititle{border-top:5px solid #09713e;width:150px;padding-left:12px;}
.yingdititleafter{width:560px;height:35px;border-bottom:3px solid #eeeeee;margin-top:10px;text-align:right;}
.yingdititleafter p{height:30px;line-height:30px;margin-top:5px;}
.yingdititleafter a{font-size:14px;font-weight:bold;}
.yingdititle p{font-size:18px;font-weight:bold;color:#09713e;height:48px;line-height:48px;}
.yingdijpgleft{float:left;margin-left:5px;width:350px;height:320px;overflow:hidden;}
.yingdijpgleftdiv{float:left;margin-left:5px;width:350px;height:294px;overflow:hidden;}
.yingdijpgleft p{height:30px;line-height:30px;font-size:14px;text-align:center}


.yingdijpgright{float:left;width:645px;overflow:hidden;}
.perShow{float:left;width:208px;height:162px!important;margin-left:5px;overflow:hidden;}
.perShowImg{width:208px;height:132px!important;margin:0 auto;overflow:hidden;
/*
	text-align:center;display: table-cell;
     vertical-align:middle;

	 
     *display: block;
     *font-size:175px;/*约为高度的0.873，200*0.873 约为175*/
     *font-family:Arial;
*/
/*防止非utf-8引起的hack失效问题，如gbk编码*/overflow:hidden;}
.perShowImg img{vertical-align:middle;}/*width:208px;height:132px!important;*/
.perShowTxt{width:216px;height:30px;line-height:30px;overflow:hidden;text-indent:0;text-align:center; }
.perShowTxt a{font-size:14px;font-weight:normal;}


/*首页-成长日记*/
.indexchzhriji{float:left;width:730px;height:550px;border:1px solid #cccccc;
	background:url(../img/diary.png) no-repeat right top;}
.indexchzhriji div{float:left;}
.indexchzhrijih2{width:116px;height:35px;border-bottom:3px solid #fd9a00;margin-left:5px;margin-top:10px;}
.indexchzhrijih2 p{color:#fd9a00;font-size:18px;height:30px;line-height:30px;margin-top:5px;
	font-weight:bold;vertical-align:center;text-align:center;}
.indexchzhrijih2after{width:560px;height:35px;border-bottom:3px solid #eeeeee;margin-top:10px;text-align:right;}
.indexchzhrijih2after p{height:30px;line-height:30px;margin-top:5px;}
.indexchzhrijih2after a{font-size:14px;font-weight:bold;}

.indexchzhrijiper{height:150px;margin-top:16px;margin-left:16px;}
.indexchzhrijiimg{width:208px;height:132px;overflow:hidden;}
.indexchzhrijiintro{font-size:14px;}
.indexchzhrijiintro a{color:#006931;font-weight:bold;height:36px;line-height:36px;}
.indexchzhrijidetail{margin-left:10px;margin-right:10px;width:480px;height:150px;}
.indexchzhrijidetail p{height:26px;line-height:26px;}
.indexchzhrijititle {border-bottom:0px dotted #666666;}
.indexchzhrijititle a{color:#fd9a00;font-size:16px;font-weight:bold;}
.pinglunico{margin-top:10px;}
.pinglunico1{background:url(../img/plico.png) no-repeat left;padding-left:30px;}
.pinglunico2{background:url(../img/pinglunico.png) no-repeat left;padding-left:30px;}

.indexchzhrijiright{float:left;width:240px;height:550px;margin-left:27px;}

.listchzhrijiper{float:left;height:150px;margin-top:16px;margin-left:0px;}
.listchzhrijiimg{float:left;width:208px;height:132px;overflow:hidden;}
.chzhrijimore{float:left;height:32px;}
.linemore{float:left;height:8px;width:610px;background-color:#ccc;margin-top:12px;}
.divmore{float:left;height:30px;line-height:30px;width:95px;text-align:center;
	background-color:#006835;border:1px solid #ccc;}
.divmore a{color:#fff;}

/*首页-合作伙伴*/
.partner{}
.partner div{float:left;}
.partnertitle {border-right:1px solid #cccccc;width:120px;height:40px;background-color:#dddddd;}
.partnertitle p{line-height:40px;height:40px;text-align:center;}
.partnerlist p{line-height:40px;height:40px;text-align:center;}
.partnerlist p a{margin-left:5px;}



#foot{ width:100%; height:66px;}
.footbg{height:9px;background-color:#09713e;}
.footp{float:left;width:480px;line-height:20px;margin-top:16px;color:#7f7f7f;}
.footp1{float:right;height:22px;line-height:20px;margin-top:16px;margin-right:10px;font-size:16px;color:#555555;}
.footp1 a{color:#555555;}


/*系统页-*/
.leftbox{float:left;width:720px;margin-left:0px;margin-right:20px;}
.leftbox p{line-height:28px;font-size:14px;}
.rightbox{float:left;width:240px;margin-left:20px;}
.contact h2{font-size:16px;font-weight:bold;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;}
.contactintro{width:240px;height:auto;overflow:hidden;margin-top:10px;}
.worktime{font-size:14px;}
/*contactintro p{border-bottom:1px solid #e0e0e0;
	font-family:"微软雅黑";line-height:36px;color:#000000;font-size:14px;}*/
/*系统页1*/
.conavheng{float:left;width:720px;}
.conavheng div{float:left;height:30px;width:94px;background-color:#006835;
	border:1px solid #caccc9;border-right:0px;}
.conavheng div {height:30px;line-height:30px;text-align:center;}
.conavheng div a{color:#fff;font-weight:bold;}
.conavheng .actived{background-color:#fff;border-bottom:0px solid #fff;}
.conavheng .actived a{color:#006835;font-weight:bold;}
.conavheng .last{width:50px;overflow:hidden;background-color:#fff;
	border:1px solid #ffffff;border-bottom:1px solid #caccc9;border-left:1px solid #caccc9;}
.conavheng .lastwidther {width:336px;overflow:hidden;background-color:#fff;
	border:1px solid #ffffff;border-bottom:1px solid #caccc9;border-left:1px solid #caccc9;}

.co1content{float:left; margin:10px; width:700px;}
.co1content p {line-height:28px;}


.fbDiv{float:left;}
.fbForm{float:left;}

.fbDiv{margin:10px auto;width:660px;margin-left:10px;}
.fbPSmall{height:24px;line-height:24px;}
.fbP{height:28px;line-height:28px;}
.fbP span{float:left;display:block;width:300px;height:28px;color:red;}
.fbP input{float:left;width:320px;height:24px;border:1px solid #ccc;}
.fbP textarea{float:left;width:320px;height:60px;border:1px solid #ccc;text-align:left;}

.submitfb{float:left;height:31px;width:87px;line-height:31px;background:url(../img/button.png);text-align:center;
	margin-right:10px;
	margin-top:10px;}
.submitfb a{color:#fff;font-weight:bold;}
#sendfb{display:-moz-inline-box;display:inline-block;height:30px;width:87px;}
.ajax{float:left;margin-top:10px;}
.fbForm p {line-height:28px;}
/*列表页

.chzhrijiper{float:left;height:150px;margin-top:16px;}
.chzhrijiimg{float:left;width:210px;height:135px;}
.chzhrijidetail{float:left;margin-left:20px;margin-right:0px;width:490px;height:150px;}
.chzhrijititle {height:30px!important;line-height:30px!important;border-bottom:1px dotted #666666;
	color:#fd9a00;font-size:16px!important;font-weight:bold;}
.chzhrijipinglun {height:30px;line-height:30px;}
.chzhrijidescrp{height:20px;line-height:20px;font-size:14px;letter-spacing:-2px;}
*/


/*图片列表*/
.showlist{float:left; width:720px; height:auto!important;
	padding-right:5px; margin-top:20px;}
.showlist .colum{display:block; float:left; width:228px;  height:auto!important;
	border:0px solid #ccc; display:inline; padding:0px;margin:5px;}
.showlist .colum li{margin-bottom:15px; background:#eee;}
.showlist .colum .imgPer{display:block; float:left;width:228px;overflow:hidden; cursor:pointer;}
.showlist .colum .imgTxt{display:block; float:left;width:204px; height:auto!important;cursor:pointer; 
	border-top:1px solid #ccc; text-align:left; padding-left:10px;line-height:32px;}
.showlist .colum img{margin:5px;}
.showlist .colum p{margin:0 5px 5px 5px;}
/*.pro_imgstyle{ border:1px solid #d7d7d7; padding:4px;}*/
.showlist a{ text-decoration:none; color:#666666;font-size:14px;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif; }
.showlist a:hover{ text-decoration:underline; color:#2191c5;}
.ydtpP{line-height:20px!important;text-align:left;width:214px;}
#isShowAll{width:200px;margin:0 auto;}
#isShowAll div{float:left;font-size:18px;}
#ajaxList{display:none;}


/*视频列表*/
.videolist{float:left; width:720px; height:auto!important;
	padding-left:10px;padding-right:10px; margin-top:20px;}
.videolist dl{display:block; float:left; width:214px;  height:auto!important;
	border:1px solid #ccc; display:inline; margin-top:10px;}
.videolist dl dt{display:block; float:left;width:208px;height:132px;margin:3px;overflow:hidden;}
.videolist dl dd{display:block; float:left;width:204px; height:32px;background:#f1f1f1; 
	border-top:1px solid #ccc; text-align:left; padding-left:10px;line-height:32px;}
/*.pro_imgstyle{ border:1px solid #d7d7d7; padding:4px;}*/
.videolist a{ text-decoration:none; color:#666666;font-size:14px;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif; }
.videolist a:hover{ text-decoration:underline; color:#2191c5;}


.conright_conv{ width:720px; height:auto!important; float:left;  padding-top:20px;}
.conright_conv dl{ width:228px; display:block; float:left; height:208px;display:inline;border:1px #fff solid;margin-right:5px;margin-left:5px; }
.conright_conv dl dt{width:228px; height:158px; float:left;overflow:hidden;border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;}
.pro_imgstyleFloat{margin:0px;}
.conright_conv dl dd{ width:220px; height:auto!important;margin-top:5px; 
	display:block; float:left; margin-left:4px; text-align:center; line-height:21px;}

.conright_conv dl dt a {
	display: block;outline: 0;
	font-size: 14px;
	color: #666;
	position: relative;
}
.conright_conv dl  dt img {
	display: block;
	height:158px;width:228px;
	margin-bottom: 0px;
}
.conright_conv dl  dt a .play {
	display: block;
	_display: none;
	width: 45px;
	height: 44px;
	position: absolute;
	top: 43px;
	left: 76px;
	background: url(../img/play1.png) no-repeat;
	z-index: 10;
}
.conright_conv dl  dt a:hover .play {
	display: block;
	_display: none;
	width: 45px;
	height: 44px;
	position: absolute;
	top: 43px;
	left: 76px;
	background: url(../img/play2.png) no-repeat;
	z-index: 10;
}


#floatVd{
	display:none;
	background-color:#fff;
	position: absolute;      /*绝对定位*/    
	top: 50%;                  /* 距顶部50%*/    
	left: 50%;                  /* 距左边50%*/    
	height: 560px; margin-top: -280px;   /*margin-top为height一半的负值*/    
	width: 850px; margin-left: -425px;    /*margin-left为width一半的负值*/  
	z-index:10;position:absolute;
}
/*#youkuplayer{width:810px;height:520px;overflow:hidden;border:20px solid #fff;}*/
#youkuplayer{position: relative;background-color: #fff; border:20px solid #fff;z-index:990;}
#closeVd{position: relative;width:40px;height:40px;cursor:pointer;text-align:right;top:-580px;

	left:830px;z-index:999;}

.closeNoHover{background:url(../img/closenew1.png) 0px 40px;}
.closeHover{background:url(../img/closenew1.png) 0px 0px;}

.divjiathis{float:left;margin-left:3px;margin-bottom:16px;margin-top:6px;height:30px;width:300px;overflow:hidden;}

#bmTable table tr td{padding-top:3px;padding-bottom:3px;}
#bmTable table tr td table tr td{padding-top:3px;padding-bottom:3px;}
#bmTable table tr td table tr td table tr td{padding-top:3px;padding-bottom:3px;}
.bmForm table tr td input{border:1px solid #ccc;}
.bmtab tr td input{border:1px solid #ccc;}
.bmTextArea{width:660px;height:60px;border:1px solid #ccc;}
.xxx{margin-left:5px;color:red;}
.page {
  /*width: 580px;*/
  padding: 40px 0 5px 0;
  text-align: right;
  clear: both;
}

.page em{
	font-weight: normal;
	font-style: normal;
	margin-right:10px;
}
.page em span{
	color:#40619A;
	font-weight: bold;
}
.page a, .page a:visited {
  border: #606060 1px solid; 
  padding: 2px 6px;
  color: #606060; 
  margin-right: 5px;
  text-decoration: none;
}
.page a:hover, .page a:active {
  border: #a0a0a0 1px solid; 
  padding: 2px 6px;
  color: #a0a0a0; 
  margin-right: 5px;
  text-decoration: none;
}
.page .current {
  border: #2b2b2b 1px solid; 
  padding: 2px 6px;
  color: #40619A; 
  margin-right: 5px;
  font-weight: bold;
  background: #cccccc;
}
.page .disabled {
  border: #f3f3f3 1px solid; 
  padding: 2px 6px;
  color: #ccc; 
  margin-right: 5px;
}
/*
.page {
    clear: both;
    padding: 40px 0 5px 30px;;
	margin-bottom:10px;
    text-align: left;
}
.page em {
    font-style: normal;
    font-weight: normal;
	margin-right:5px;
}
.page em span {
    color: #40619A;
    font-weight: bold;
}
.page a, .page a:visited {
    border: 1px solid #606060;
    color: #606060;cursor: pointer;
    margin-right: 5px;
    padding: 2px 6px;
    text-decoration: none;
}
.page a:hover, .page a:active {
    border: 1px solid #A0A0A0;
	
    color: #A0A0A0;
    margin-right: 5px;
    padding: 2px 6px;
    text-decoration: none;
}
.page a:hover{cursor: pointer;}
.page .current {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #2B2B2B;
    color: #40619A;
    margin-right: 5px;
    padding: 2px 6px;
}
.page .disabled {
    border: 1px solid #F3F3F3;
    color: #CCCCCC;
    margin-right: 5px;
    padding: 2px 6px;
}
*/

/*


.indexlist{float:left;width:350px;height:550px;overflow:hidden;background:url(../img/indexlistdiv2_en.png);}
.indexlist1{float:left;width:620px;height:550px;overflow:hidden;background:url(../img/indexrec.png); margin-bottom:10px;}
.indexlist2{float:left;width:320px;height:550px;overflow:hidden;background:url(../img/indexlistdiv2.png);}
.indexlistmargin{float:left;width:10px;height:280px;overflow:hidden;}



.indexlist h2{line-height:70px;height:71px;font-size:24px;margin-left:20px;width:300px;color:#007b9a;font-weight:normal;}
.indexlist1 h2{line-height:70px;height:71px;font-size:24px;margin-left:20px;width:300px;color:#007b9a;font-weight:normal;}
.indexlist2 h2{line-height:70px;height:71px;font-size:24px;margin-left:20px;width:300px;color:#007b9a;font-weight:normal;}
.indexlist p{line-height:24px;height:24px;font-size:14px;margin-left:20px;width:280px;letter-spacing: 1px }
.indexlist1 p{line-height:24px;height:24px;font-size:14px;margin-left:5px;width:610px;letter-spacing: 1px; text-indent:2em; }
.indexlist2 p{line-height:24px;height:24px;font-size:14px;margin-left:20px;width:280px;letter-spacing: 1px }
.indexlist a:hover{color:#666666}
.indexlist1 a:hover{color:#666666}
.indexlist2 a:hover{color:#666666}

.indexlist_en{float:left;width:320px;height:550px;overflow:hidden;background:url(../img/indexlistdiv2.png);}
.indexlist_en h2{line-height:70px;height:71px;font-size:24px;margin-left:20px;width:300px;color:#007b9a;font-weight:normal;}
.indexlist_en p{line-height:24px;height:24px;font-size:14px;margin-left:20px;width:280px;letter-spacing: 1px }
.indexlist_en a:hover{color:#666666}

.indexlist1en{float:left;width:650px;height:5500px;overflow:hidden;background:url(../img/indexrec.png); margin-bottom:10px;}
.indexlist1en h2{line-height:70px;height:71px;font-size:24px;margin-left:20px;width:300px;color:#007b9a;font-weight:normal;}
.indexlist1en p{line-height:24px;height:24px;font-size:14px;margin-left:20px;width:610px;letter-spacing: 1px; text-indent:2em; }
.indexlist1en a:hover{color:#666666}

.more{height:34px;margin-top:15px;float:right;margin-right:20px;}
.more1{height:34px;margin-top:0px;float:right;margin-right:20px;}
.sina{width:980px;}
.sina p{float:left;margin-top:20px;margin-left:10px;margin-bottom:30px;height:22px;line-height:20px;}

.div980{width:980px;height:auto;margin: 0 auto;background-color:#fff;}
.jpgdown{float:left;height:8px;width:1000px;}
.codiv{width:934px;min-height:400px; margin:0 auto;overflow:hidden;}
.coleftdiv{float:left;width:580px;margin-right:20px;}


.coleftdiv p{
text-indent:2em; 
color:#555555; 
line-height:150%;
}

.corightdiv{float:left;min-height:356px;width:332px;border-left:1px dashed #ccc;}
.contactus{width:300px;overflow:hidden;margin-left:20px;margin-top:0px;}
.contactus h2{line-height:40px;height:40px;font-size:24px;width:300px;color:#007b9a;font-weight:normal;letter-spacing: 3px }



.prolist{width:944px;overflow:hidden;margin-top:28px; margin:0 auto;}
.prolistH2{float:left;line-height:40px;height:40px;font-size:24px;width:170px;color:#007b9a;font-weight:normal;letter-spacing: 3px;margin-bottom:0px;margin-left:10px;}

.prolistH2Right{float:right;text-align:left;line-height:40px;height:35px;width:394px;color:#007b9a;font-weight:normal;
	letter-spacing: 3px;margin-bottom:0px;margin-top:10px;
	margin-left:10px;}
.searchLeft{float:left;width:180px;}
.searchLeft p{float:left;line-height:24px;height:24px;text-align:left!important;}
.searchRight{float:left;width:148px;}
.searchInput {float:left;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    height: 22px !important;
    line-height: 24px;
	font-size:12px;
	color:#555!important;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;
	letter-spacing: 1px;
	padding-left:5px;
    margin-top: 0 !important;
    width: 175px;
}
.searchType {float:left;
    border: 1px solid #CCCCCC;
    height: 24px !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
	font-size:12px;
	color:#555!important;font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;
	letter-spacing: 1px;
    overflow: hidden;
    width: 100px;
}
.searchBt {float:left;
	color:#aaa;
    height: 24px;
	border: 0px solid #CCCCCC;
	background: url('../img/search.png');#EEEEEE;
    line-height: 24px;
	font-weight:bold;
    margin-left: 5px;
    margin-left: 10px !important;
    width: 27px !important;
}
.perlsShow{float:left;width:236px;height:174px;overflow:hidden;}
.perlsShowImg{width:220px;margin:0 auto;overflow:hidden;}
.perlsShowTxt{width:216px;height:50px; margin:0 auto;}
.perlsShowTxt p{line-height:16px;height:32px;width:216px;overflow:hidden;margin-top:5px;text-indent:0;}
.perlsShowTxt p a{font-size:14px;font-weight:normal;}


.smallPic{float:right;width:313px;height:36px;overflow:hidden;margin-bottom:20px;}
.perSmallShow{float:left;width:72px;overflow:hidden;margin-left:6px;}
.perSmallShowImg{width:72px;margin:0 auto;}
.perSmallShowImg img{vertical-align:middle;width:72px;height:36px;}


.artlist{width:570px;overflow:hidden;}
.artlist h2{line-height:40px;height:40px;font-size:24px;width:570px;color:#007b9a;font-weight:normal;letter-spacing: 3px;margin-bottom:20px; }
.artlist ul li{font-size:16px; height: 25px; margin-left: 5px;}
.divjiathis{float:left;margin-left:20px;margin-bottom:16px;margin-top:6px;height:30px;width:300px;overflow:hidden;}

.myform{padding-left:0px;}
.myform span{color:red;}
.myform input{border:1px solid #555;width:170px;}
.myform textarea{border:1px solid #555;width:444px;height:150px;}
.mybutton{border: solid 1px #707070;font-size:12px;height:24px;line-height:24px;width:50px!important;
text-align: center;
cursor:hand;}
.myform tr{height:36px;padding-top:0px;}
.lefttd{width:70px;text-align:right;}
.righttdsmall{width:200px;}
.righttdbig{width:470px;}

.myformh2{line-height:40px;height:40px;font-size:24px;width:300px;color:#007b9a;font-weight:normal;letter-spacing: 3px }


.relatelist{float:left;width:300px;height:280px;overflow:hidden;margin-left:20px;}
.relatelistmargin{float:left;width:300px;height:28px;overflow:hidden;}
.relatelist h2{line-height:40px;height:40px;font-size:24px;width:300px;color:#007b9a;font-weight:normal;letter-spacing: 3px}
.relatelist p{line-height:24px;height:24px;font-size:14px;width:300px;letter-spacing: 1px }
.relatelist a{font-size:14px;font-weight:normal; }
.relatelist a:hover{color:#666666;}

.articleh2{font-size:24px;color:#333333;font-weight:normal;margin-bottom:10px;}
.articlettime{font-size:14px;color:#555555;font-weight:normal;margin-bottom:30px;}
.artCat{height:40px;line-height:40px;font-size:24px;text-indent: 0.1em!important; margin-bottom:15px;}
.artCat a{font-size:24px;}
.catSel{color:#007b9a;}
*/
.article3 {padding:10px; text-indent:2em; line-height:180%; font-weight:bold; margin-bottom:45px; letter-spacing:1px; border:1px #1BC0E5; border-style:solid;}
/*导航下来*/
#nav li a{
color: #006931;
font-size: 18px
font-family:SourceHanSansCN,"Open Sans", Arial, sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 30px;
margin: 0px;
padding: 0px 0px 0px 0px;
display: block;
}
#nav a { 
display: block; text-align:center; 
} 
#nav li { 
float: left; 
display: inline;
height: 30px;
list-style: none;
text-align: center;
padding: 0 15px;
} 
#nav li ul { 
line-height: 27px; list-style-type: none;text-align:left; 
left: -999em; width: 80px; position: absolute; 
} 
#nav li ul li{ 
float: left;  
} 
#nav li ul a{ font-size:14px; wedisplay: block; width: 80px;text-align:center;color:#006931; background: #ffffff; 
} 
#nav li ul a:hover { 
color:#fff;text-decoration:none;font-weight:normal; background: #006931; 
} 
#nav li:hover ul { 
left: auto; 
} 
#nav li.sfhover ul { 
left: auto; }
/*导航下啦*/
/*移动设备适配*/
@media screen and (max-width:768px){
.tell {display:none}
#topHead {display:none}
#BDBridgeWrap {display:none;}
#BDBridgeWrap div {display:none;}
.leftbox{width:100%;margin:10px 0px;}
.leftbox img{width:100%!important;;}
.co1content{margin:10px; width:95%;}
.leftbox p{line-height:28px;font-size:1em;}
.rightbox{width:100%;margin:10px 0px;}
.rightbox img{width:100%; max-width:400px; min-width:204px;}
#baomingbiao{display:none}
.divjiathis{display:none}
/*#foot{display:none}*/
.shareqq{display:none}
.qq{width:100%; margin-top:10px!important;}
.qq img{width:25%!important; min-width:77px;}
.page-weibo{display:none}
.wid1000{width:100%; height:auto!important;}
.wid1000 img{width:100%;}
.navDiv{width:100%; padding-top:0px; padding-left:0px; overflow:hidden; height:3.5em;}
.logo{width:100%; text-align:center;} 
.topDiv{width:100%; height:auto;}
#head{width:100%; height:auto;}
.page-weixin{padding-top:23px; background:#FFFFFF; border-top:#0033FF 5px; width:100%;  height:auto!important;}
.page-weixin img{width:100%!important; margin:0!important;}
#IconContainer{display:none!important;}
.contact{text-align:center;}
.contactintro{width:100%}
.nav{margin-top:20px; width:100%;}
#nav li{width:25%; padding:0; overflow:hidden; background-color:#006931;}
#nav li a{color:#FFFFFF;}
.fullwid{width: 100%;}
.indexchengzhangmore{display:none;}
.indexchengzhang{width:100%;}
#yingditupian{display:none}
.indexchzhrijiright{display:none;}
#indexpartner{display:none;}
.indexchengzhangtitle{width:auto;}
.indexchengzhangdetail{display:none;}
.indexchengzhang div{margin:0 2%; width:96%}
.indexchengzhangintro{height:auto;}
.indexchengzhangimg{height:auto;}
.footjs{display:none;}
.indexchengzhangright{margin:0 2%; width:96%}
#member{display:none;}
.index-weibo{display:none;}
.index-weixin{padding-top:5px; background:#FFFFFF; width:100%;  height:auto!important;text-align: center;}
.index-weixin img{width:100%!important; margin:0!important; max-width:400px; min-width:204px;}
.index-ydzixun{margin:0 2%; width:96%; background:#FFFFFF; height:210px;}
.index-ydzixun ul{margin-top:20px; width:100%; margin-left:0px;}
.index-ydzixun ul li{ margin:0px; width:100%; height:30px; line-height:30px;}
#more{display:none;}
.indexjpgdown{width:100%; height:auto;}
.indexjpg{margin:0 2%; width:96%; background:#FFFFFF; height:auto;}
.indexjpgimg{width:auto; height:auto;}
.indexjpgimg img{width:100%!important; margin:0!important; height:auto;}
.indexchzhriji{display:none;}
.footp1{display:none;}
.footp{width:100%; text-align:center;}
.footp a{display:none;}
.indexchengzhangper{width:100%;}
.indexchengzhangper div {margin: 0 2%;width: 96%;}
.conavheng {width: 100%; height:30px; overflow:hidden;}
.conavheng div {width: 49%;margin: 0 0.5%; border:0;}
.indexchzhrijidetail{height:30px!important; width:100%!important; text-align:center; overflow:hidden;}
.indexchzhrijititle{display:block!important;}
.divmore {display:none;}
.conavheng .actived {background-color: #eee;}
.chzhrijimore{display:none;}
.listchzhrijiper {margin:0 2%; width:96%;height: auto;}
.listchzhrijiimg {width:100%; height:auto;}
.tellTxt{display:block!important; width:100%; text-align:center; margin-top:10px; color:#006931;}
.tellTxt a{color:#006931; height:1.5em;}
.index-weixintitle{display:block!important; width:100%; text-align:center;color:#006931; margin-top:5px; font-size:1.5em; font-weight:bold;}
}


/*会员登记*/

.member_tbl{border:1px solid #ccc!important;border-collapse:collapse!important;width:700px;}
.member_tbl .cent{text-align:center}
.member_tbl tr td{font-size:14px;padding-top:8px;padding-bottom:8px;border:1px solid #ccc!important;}
.member_tbl .lab_s{width:70px;text-align:center}
.member_tbl .input_s input{width:100px;height:24px;border:1px solid #ccc;margin-left:5px;margin-right:5px;}
.member_tbl .input_check input{width:auto;border:1px dashed #ccc;}

#xl img{width:500px;}

#bigqr {
    text-align: center;
}
.w-e-text img {
    max-width: 100%;
}