﻿@charset "utf-8";
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{font-family: Verdana, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;font-size:13px;text-decoration: none;}
A:link {color:#424242; }
A:visited {color:#424242; }
.teamTitle p a:hover,.proList li .text:hover,.right_title .breadCrumb a:hover,A:hover  {color:#00a6b6;}
A:active {color:#424242; }

.yunf_menu li ul li a:hover,.box_container_title .breadCrumb a:hover,.yunf_menu_Ordinary  li a:hover{ color:#CC8B60;}
/* 清除链接虚线 */
a{blr:expression(this.onFocus=this.blur());/*只对IE有效*/
  outline:none;/*只对FireFox有效*/}

body { margin:0; text-align:center; color:#424242; background:#fff; line-height:26px;}
/*解决IE6 position:fixed 时背景闪动问题*/	
*html{background-image:url(about:blank);background-attachment:fixed}
*body{ background:#fff;background-attachment:fixed}

div,ul{ margin:0; padding:0;list-style:none;}
body,div,ul,li,td,input,select,textarea{ font-family: Verdana, "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-size: 13px;}
img{ border:0;}
form{ margin:0}
input,select{color:#424242;padding-left:3px; vertical-align:middle; height:20px;}
hr{ border-top:#ebebeb 1px solid; border-bottom:#fff 1px solid; background:none; border-left:none; border-right:none; clear:both; margin:15px 0; *margin:10px 0; padding:0}
*{-webkit-text-size-adjust:none;} /*解决webkit内核浏览器强制最小字体*/

/*头部*/
#head_box{ width:1440px; height:122px;position:fixed;left:50%;top:0; margin-left:-720px; background:url(../images/Head_bg.png) left bottom repeat-x; z-index:100;
/* position:fixed for IE 6 */
_position: absolute;_top:expression(eval(document.documentElement.scrollTop+0));}
#head_bgColor{ position:absolute; left:0; top:0; width:100%; height:115px; background:#fff; z-index:99; display:none}
#head{ width:1000px; margin:0 auto; text-align:left; position:relative; z-index:100}
#Logo{ position:relative; z-index:100; float:left; height:80px; width:550px; overflow:hidden;}
#Logo a{ display:block; height:80px; width:280px; overflow:hidden; line-height:80px; display: table-cell; vertical-align:middle; text-align:center; margin:0 auto; *font-size:68px;}
#Logo a img{ vertical-align:middle;}

#head_R{ float:right; height:22px; line-height:22px; margin:32px 0 0 0; display:inline; text-align:right;}
/*搜索*/
#Searchform{ float:left; width:160px; height:22px; border:#d7d7d7 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
#Searchform input,#Searchform a{ vertical-align: top;}
#Searchform input{ height:22px;line-height:22px; margin:0; padding:0; border:none; background:none; width:125px; color:#d7d7d7;  margin:0; font-size:12px; text-indent:8px; float:left}
#Searchform a{ display:inline-block; width:30px; height:22px; line-height:0; background:url(../images/icos.png) 7px top no-repeat; float:right;}
#Searchform a:Hover{ background-position:7px -22px;}

#top_menu{ font-size:10px; color:#b2b2b2; padding-left:10px}
#top_menu a{ margin:0 5px;}

/*主导航*/
/*
#nav{ width:1000px; height:30px; z-index:100; position:relative; background:url(../images/Ba019.jpg) repeat-x; }
.mainlevel{ position:relative; z-index:100; float:left; width:200px; height:30px; overflow:hidden;}
.mainlevel a,.mainlevel a:visited{ text-align:center; display:block; line-height:30px; color:#fff; font-size:15px;box-sizing:border-box; font-family:Arial; font-weight:bold; background:url(../images/Ba020.jpg) right top no-repeat;}
.mainlevel a.a_last{}
.mainlevel a:hover{ color:#7D5B39 !important;}
.mainlevel.Currpage a,.mainlevel.Currpage a:visited{ color:#7D5B39;}
*/

#nav{ width:1000px; height:30px; z-index:100; position:relative;background:url(../images/Ba019.jpg) repeat-x; }
#nav li{ width:166px; height:30px; line-height:30px; text-align:center; float:left; font-size:15px; font-size:15px; font-weight:bold; position:relative; background:url(../images/Ba020.jpg) top right no-repeat; }
#nav li a{ color:#ddd; }
#nav .last{ background:none !important;}
#nav li a:hover{ color:#fff; }
	
/*二级导航
.mainlevel ul{ position:absolute; display:none; left:0; top:45px; width:auto !important; width:100%; min-width:100%; z-index:100;}
.mainlevel ul li{ padding:0 0 10px 0; background:rgba(255,255,255,0.88); background-color:#fff\9; border:#ebebeb 1px solid;}
.mainlevel ul li a,.mainlevel ul li a:visited,.mainlevel.Currpage ul li a,.mainlevel.Currpage ul li a:visited{ color:#000; font-size:13px; font-weight:normal; padding:0; margin:0; border-top:#ebebeb 1px solid; border-left:none; background:#fff\9; line-height:26px;}
.mainlevel ul li a:hover,.mainlevel.Currpage ul li a:hover{ color:#00a6b6}
*/

.mainlevel ul{ display:none; width:auto !important; height:auto; position:absolute;  left:0; top:30px; z-index:100;}
.mainlevel ul li{ background-position: 0% 0%;
    width:auto !important; height:auto !important; background-color:#f2f2f2 !important; 
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important; text-align:center; padding:5px 0;
}
.mainlevel ul li a{ display:block;  min-width:144px !important; height:25px; line-height:20px; font-weight:700; color:#666 !important; font-size:12px;white-space:nowrap; padding:0 10px;}

.mainlevel ul li a:hover{ color:#333 !important;} 





/*Banner*/
#banner{ position:relative; width:1440px; height:680px; width:100%; min-width:1000px; overflow:hidden; z-index:1; text-align:center; background: url(../images/loading.gif) center center no-repeat #fff;}
.js { position:relative; width:1440px; height:680px; overflow:hidden;  margin:0 auto; clear:both; left:50%; margin-left:-720px; text-align:center; z-index:1; background-color:#ddd;}
.jsNav {position:absolute; bottom:16px; height:26px; right:230px;}
.jsNav a,.jsNav a:visited{ float:left; display:block; height:26px; width:26px; font-size:0; line-height:0; overflow:hidden; text-indent:-999px}
a.trigger{ text-align:center; display:block; background:url(../images/jsNav_Btn.png) -21px center no-repeat; _background:url(../images/jsNav_Btn.gif) -21px center no-repeat;}
a.imgSelected,a.imgSelected:visited{ background:url(../images/jsNav_Btn.png) 5px center no-repeat; _background:url(../images/jsNav_Btn.gif) 5px center no-repeat;}

.inside{ height:400px !important;}


/*
.allPro{ display:none; width:364px; height:205px; position:absolute; top:45%; left:37%; background:#91d633; z-index:25; padding:6px;}
.allPro .proImg{ width:324px; height:110px; padding:10px 19px 0; margin-top:18px;}
.allPro .click{ display:block; width:178px; height:40px; margin:10px auto 0; background:url(../images/Ba014.png) no-repeat; }
.allPro .end{ display:block; width:18px; height:18px; background:url(../images/Ba015.png) no-repeat ; position:absolute; top:6px; right:6px;}
*/
/*首页部分*/
#index_box{ width:1000px; position:relative; z-index:10; background:#fff; margin:0 auto; text-align:left; min-height:1000px; margin-top:22px;}

/*首页产品*/
#index_pro{ float:left; margin:0 -21px 0 0; clear:both;}
#index_pro li{ width:234px; height:242px; overflow:hidden; float:left; margin-right:21px; text-align:center;}
a.a_pro{ width:232px; height:174px; overflow:hidden; border:#dddddd 1px solid; box-sizing:content-box; display:inline-block; background:#fff;}
a.a_pro img{ max-height:174px;}
a.a_pro.proHover{ border:#c8c8c8 1px solid;}

.allPro{ float:right; position:absolute; top:20px; right:103px;}

/*首页简介*/
#index_About{ float:left; margin-right:-24px;}
#index_About li{ float:left; width:232px; width:230px\9; height:320px; margin-right:22px; border:#e6e6e6 1px solid; box-sizing:border-box; text-align:center;}
#index_About li h2{ font-size:20px; color:#000; font-weight:normal; padding:0; margin:12px 0;}
#index_About li p{ text-align:left; height:120px; font-size:12px; color:#646464; overflow:hidden; margin:0 6px; padding:0; line-height:20px; }
a.a_about{ width:220px; height:132px; margin:0 auto; overflow:hidden; display:inline-block; margin:5px 0}

/*页脚*/ 
#foot{ width:100%; background:#222222; padding:15px 0; clear:both; margin-top:80px}
#fot{ width:1000px; margin:0 auto; text-align:left; color:#828282; font-size:11px;}
#fot a{ color:#828282; font-size:12px;}
#fot a:hover{ color:#aaa;}
#foot_link{ float:right; margin-right:-8px; display:inline;}
#foot_link a{ margin:0 8px}


/*公共*/
.blank{ clear:both; height:0; line-height:0; font-size:0; margin:0; padding:0}
.Tit{ clear:both; padding:22px 0 34px 0; background:url(../images/hr.png) center bottom no-repeat; text-align:center; margin-bottom:30px; position:relative;}





/*关于我们*/
.content_box{ width:1000px; height:auto; position:relative; text-align:left; z-index:10; margin:20px auto; line-height:25px; clear:both;}

.yunf_menu_Ordinary h1{ width:230px; height:36px; padding:0 10px; line-height:36px;  color:#000; font-size:18px; font-weight:400; background-color:#ddd; }
.yunf_menu_Ordinary ul{width:250px; height:auto; padding:10px 0;background-color:#f2f2f2;}
.yunf_menu_Ordinary li{ width:250px; height:auto; line-height:20px; text-indent:10px;}
.yunf_menu_Ordinary  li a{ display:block; width:230px; height:25px; line-height:25px; font-size: 12px; font-weight: bold;  color:#666;}
.yunf_menu_Ordinary  li a:hover{color: #333;}


.box_container_title{ width:733px; height:30px; float:left; margin-bottom:20px; clear:both;}
.box_container_title h1{ font-size:20px; text-transform:uppercase; float:left;}
.box_container_title .breadCrumb{ font-size:12px; float:right; color:#ccc;}
.box_container_title .breadCrumb a{ color:#ccc; text-transform:capitalize;}
.box_container_text{width:733px; height:auto; clear:both; overflow:hidden;}

.AboutList{ width:747px; height:auto; clear:both;}
.AboutList li{ float:left; width:232px; height:320px; margin-right:15px; border:#e6e6e6 1px solid; box-sizing:border-box; text-align:center;}
.AboutList li h2{ font-size:20px; color:#000; font-weight:normal; padding:0; margin:12px 0;}
.AboutList li p{ text-align:left; height:120px; font-size:12px; color:#646464; overflow:hidden; margin:0 6px; padding:0; line-height:20px; }
a.a_about{ width:220px; height:132px; margin:0 auto; overflow:hidden; display:inline-block; margin:5px 0}


.aboutBox strong{ font-weight:bold; line-height:25px;}
.aboutBox p{ margin-bottom:10px; line-height:20px;} 


.yunf_title{ min-width:1000px; height:44px; padding-bottom:4px; background:url(../images/Ba009.png) repeat-x; z-index:20;}
.yunf_box{ width:1000px; height:44px; text-align:left; margin:0 auto;}
/*.yunf_box h1{ width:auto; height:44px; padding-right:20px; float:left; line-height:44px; font-size:20px;text-transform:uppercase;}
.yunf_box .menu{ width:auto; height:44px; position:relative; float:left;z-index:21;}
.yunf_box .menu h2{ width:auto; height:44px; line-height:44px; font-size:12px; color:#888; padding:0 30px 0 9px; background:url(../images/Ba010.png) no-repeat; background-position:right top; text-transform:capitalize;}
.yunf_box .menu ul{ display:none; position:absolute; top:44px; left:0px; background:#9e9e9e; padding:5px 0 10px 0; z-index:22; }
.yunf_box .menu ul li{ width:auto; height:25px; line-height:25px; padding:0 20px 0 9px;}
.yunf_box .menu ul li a{ display:block;min-width:150px; color:#FFF;text-transform:capitalize; font-size:12px;}
.yunf_box .menu ul li a:hover{ color:#fdbd90;}
.yunf_box .breadCrumb { float:right; line-height:44px; color:#c4b7ad;}
.yunf_box .breadCrumb a{color:#c4b7ad;}
.yunf_box .breadCrumb a:hover{color:#00a6b6;}
.yunf_box .menu h2.menuPos{ background-position: bottom right;}*/
.Nav{ width:auto; height:44px; line-height:44px; margin:0 auto;}
.Nav li{ width:125px; text-align:center;float:left; background:url(../images/Ba017.jpg) center right no-repeat; position:relative; z-index:25;}
.Nav li a{  color:#898989; font-size:14px; text-transform:uppercase;}
.Nav li a:hover{ color:#333;}
.Nav li ul{ display:none; width:auto; height:auto; position:absolute; top:44px; left:0; background:#ccc; padding:10px 0;}
.Nav li ul li{ background:none; height:20px; width:auto; float:none; padding:0px; line-height:20px; text-align:left;}
.Nav li ul li a{ padding:0 20px; width:auto; height:20px; white-space:nowrap; font-size:12px; line-height:20px; text-transform:capitalize;}
/*菜单栏*/
/*.menu{ height:44px; width:1000px; background:url(../images/Ba002.png); position:relative; top:-44px; left:0; }
.menu_title{ height:44px; width:106px; padding:0 19px; line-height:44px; font-size:20px; font-family:Verdana; color:#fff; float:left;}
.range{height:44px; width:776px; overflow:hidden; float:left; position:relative;}
.range ul{ width:auto; height:44px; line-height:44px; position:absolute; top:0; left:0;}
.range li{ width:auto; height:44px; line-height:44px; float:left; border-right: 1px solid #212121;}
.range li a{ width:auto; height:44px; line-height:44px; padding:0 18px; font-size:14px; color:#7f7f7f;}
.range #current a{color:#cc8b5f;}

.direction{width:40px; height:44px; float:left; }
.direction a{display:none; height:44px; width:40px; background:url(../images/Ba003.png) no-repeat;}
#next{ background-position: top right;}
#next:hover{ background-position: bottom right;}
#last{ background-position:top left;}
#last:hover{ background-position:bottom left;}


.box_container{ width:1000px; height:auto;}



*/
/*证书*/

.certList{ width:774px; height:764px; }
.certList li{ width:226px; height:362px; float:left; margin:0 27px 20px 0;  }
.certList li .Img{ width:222px; height:318px; overflow:hidden; background:#fff; padding:1px; border:1px solid #949494;}
.certList li .Img a{ display:block; width:222px; height:318px; overflow:hidden; }
.certList li .Img a img{ max-height:318px;}
.certList li .text{ display:block; width:226px; height:42px; line-height:42px; text-align:center; background:url(../images/Ba004.png) no-repeat; font-size:13px; font-weight: bold; color:#979797;}
.certList li .text:hover{color:#0CF;}


/*新闻*/
.newsList{ width:733px; min-height:408px; clear:both; overflow:hidden;}
.newsList li{ width:733px; height:106px; margin-bottom:15px; padding-bottom:15px; border-bottom:1px dotted #CCC;}
.newsList li h1{ width:543px; height:25px; float:left; overflow:hidden;}
.newsList li h1 a{font-size:15px; font-weight:bold; line-height:25px;}
.newsList li div{ width:543px; height:60px; font-size:12px; line-height:20px; float:left; overflow:hidden; color:#666;}
.note{ font-size:11px; color:#999; line-height:19px; height:19px; width:543px; float:left;}
.newsPhoto{ display:block; width:170px; height:106px; float:left; margin-right:20px;}
.newsPhoto img{ max-height:106px;}

.newsTitle{ width:100%; height:auto; margin-bottom:20px;}
.newsTitle h1{ width:100%; height:auto; line-height:30px; font-size:20px; font-weight:bold;}
.newsTitle p{ width:100%; height:20px; color:#999;}

.newsContainer{ width:100%; min-height:500px;}


.newsFooter{ width:100%; height:auto; padding:20px 0;}
.newsFooter p{ width:50%; height:25px; float:left; color:#b07853; overflow:hidden; white-space: nowrap;-o-text-overflow: ellipsis;text-overflow:ellipsis;overflow:hidden; font-size:15px;}
.newsFooter p a{ color:#000; font-size:15px;}
.next{ text-align:right;}



/*产品页*/

.proBanner{ height:250px !important; overflow:hidden;}
.left_box{ width:250px; height:auto; margin-right:17px; float:left;}
.right_box{ width:733px; height:auto; float:right;}

.yunf_menu{ width:250px; height:auto;}
.yunf_menu li{ width:250px; height:auto; margin-bottom:10px;}
.yunf_menu li h1{ width:250px; height:36px; line-height:36px; background:url(../images/Ba006.png) no-repeat; background-position:218px 0px; background-color:#ddd; cursor:pointer;}
.yunf_menu li h1 a{ display:block; width:230px; height:36px; line-height:36px;  padding:0 10px;   color:#000; font-size:18px; font-weight:400;}
.baPos{ background-position:218px -36px !important;}
.yunf_menu li ul{ display:none; width:250px; height:auto; background-color:#f2f2f2; padding:5px 0 10px;}
.yunf_menu li ul li{ width:250px; height:20px;margin-bottom:0;}
.yunf_menu li ul li a{ display:block; width:230px; height:25px; line-height:25px; font-size: 12px; color:#666 !important; padding:0 10px; font-weight: bold;}
.yunf_menu li ul li a:hover{ color: #333 !important;} 
.box_container_title h1 samp{ font-size:12px; color:#999; font-family:Arial; text-transform:none;}


.proList{ width:748px; height:825px;  clear:both;}/*
.proList li{ width:234px; height:220px; margin:0 15px 10px 0; float:left;}
.proList li .Img{ display:block; width:232px; height:174px; border:1px solid #ddd; overflow:hidden; text-align:center;}
.proList li .Img img{ max-height:174px;}
.proList li .text{ display:block; width:234px; height:44px; background:url(../images/Ba005.png) no-repeat; text-align:center; font-size:15px; line-height:44px; color:#555555; }*/

.prod{ width:232px; height:auto; float:left; border:1px solid #e5e5e5; box-shadow:0px 0px 5px 2px #e5e5e5 ; margin:0 15px 15px 0;}
.prod .Img{ width:212px; height:159px; padding:10px;}
.prod .Img a{ display:block; width:212px; height:159px; overflow:hidden; position:relative; }
.prod .Img a img{ max-height:159px;}
.prod .Img a .img2{ display:none; z-index:20px;}
.desc{ width:212px; height:46px; margin:0 10px 10px; }
.desc a{ display:block; width:212px; height:46px;line-height:15px; font-size:12px; text-align:center;}
.actions{ width:212px; height:25px; background:#f6f6f6; padding:0 10px; line-height:25px; font-size:10px; border-top:1px solid #e5e5e5; color:#666;}
.proList li.hover .img2{ display:block; top:0 ; left:0; position:absolute;}

/*产品内页*/

.porHaed{ height:54px; width:100%; line-height:54px; color:#ccc;}
.porHaed .breadCrumb{ float:left;}
.porHaed .breadCrumb a{color:#ccc;}
.porHaed .breadCrumb a:hover{color:#CC8B5F;}
.porHaed .browse{ display:inline-block; width:auto; height:54px; float:right;}

.porHaed .browse span{ float:left; margin-right:10px;}
.porHaed .browse .next,.porHaed .browse .prev{ display:inline-block width:auto; height:54px; float:right; padding:0 5px;}
.porHaed .browse .next{ background:url(../images/Ico004.png) no-repeat center right;padding-right:25px;}

.porHaed .browse .prev{ background:url(../images/Ico003.png) no-repeat center left;padding-left: 25px;}

.proShow{ width: 376px; height: auto; float: left; margin-right: 35px; }
.proShow .Img{ width:376px; height:282px; margin-bottom:10px;}

.proShow .ImgNav{ width:381px; height:auto;}
.proShow .ImgNav li{ width:91px; height:68px; float:left; margin:0 4px 4px 0;}
.proShow .ImgNav li a{ display:block; width:89px; height:66px; border:1px solid #CCC;}
.proShow .ImgNav li a img{ max-height:66px; }
		
.addthis { width:376p; height:20px; margin:10px 0 0 5px; }

.download{width:376p; height:20px;margin:10px 0 0 5px;}
.download a{ display:block; width:auto; height:20px; padding-left:25px; background:url(../images/Ico003.png) left center no-repeat; line-height:20px; }

.proImgBox{ width:343px; height:68px; margin:8px 3px;float:left; position:relative; overflow:hidden;}
.proImgBox ul{ width:auto; height:68px; position:absolute; top:0; left:0;}
.proImgBox ul li{ width:88px; height:66px; border:1px solid #d5d5d5; float:left; margin-right:8px;} 

.proTitle{ width:589px; height:auto; float:left; margin-bottom:15px;}
.proTitle h1{ width:489px; height:auto; line-height:25px; font-size:20px; margin-bottom:5px; }
.proTitle p{ width:489px; height:20px; line-height:20px; font-size:12px;color:#686868;}

.proReco{ width:1000px; height:auto;overflow:hidden; margin-top:40px; }
.proReco h1{ font-size:20px; text-transform:uppercase;}
.proReco ul{ width:1005px; height:auto;padding:10px 0; }
.proReco ul li{ width:180px; height:auto; padding:0 10px; float:left; border-right:1px dashed #ccc; }
.proReco ul li .Img{ width:180px; height:165px; overflow:hidden;}
.proReco ul li .Img img{ max-height:135px;}
.proReco ul li .text{ display:block; font-size:12px; line-height:15px; padding: 5px 0; text-align:center; color:#999;}

.Detailed{ width:589px; height:auto; float:left;}
.Detailed .deNav{ width:589px; height:27px;border-bottom:1px solid #D5D5D5;}
.Detailed .deNav li{ width:auto; height:27px; line-height:27px; float:left; margin-right:3px; border:1px solid #D5D5D5; border-bottom: none; padding:0 15px; background:url(../images/Ba008.jpg) repeat-x;cursor:pointer;}
.Detailed .deNav li.thistab{ background:#fff !important;}

.deContent{ width:589px; height:auto; border: 1px solid #D5D5D5;border-top: none;}
.deContent li{ width: 569px;  min-height:280px;  padding: 10px; font-size: 12px; line-height: 25px; display: none; }

.deContent li strong{ font-weight:bold;}

.Line{ display:block;width:569px; height:5px; background:url(../images/Ba018.png) center top no-repeat; margin-bottom:10px;}

/*地图*/

.OurmarketBox{ width:733px; height:auto;padding-bottom:20px;}

/*人员*/

.teamList{ width:745px; height:520px; overflow:hidden; clear:both;}
.teamList li{ width:174px; float:left; height:251px;position:relative; margin:0 12px 10px 0;}
.teamList li .Img{ display:block;  width:170px; height:211px; padding:1px; border:1px solid #efefef; background-color:#fff; } 
.teamList li .Img img{ max-height:211px;}
.teamList li .text{ display:block; width:174px; height:36px; line-height:36px; text-align:center; background:url(../images/Ba011.png) no-repeat; font-size:15px;} 

.teamImg{ width:247px; height:306px; float:left; margin-right:15px;}
.teamImg div{ width:237px; height:296px; float:left; padding:4px; border:1px solid #efefef; background-color:#fff;}
.teamImg div img{ max-height:296px;}

.teamTitle{ width:471px; height:60px; float:left; margin-bottom:20px;}
.teamTitle h1{ width:471px; height:40px; line-height:40px; font-size:25px;}
.teamTitle p{ width:471px; height:20px; line-height:20px; color:#cb8d62;}
.teamTitle p a{ color:#cb8d62;}


.teamText{ width:471px; height:auto; font-size:15px; line-height:25px; float:left; color:#666; }

/*相册*/

.photoList{ width:742px; height:440px; clear:both; overflow:hidden;}
.photoList li{ width:238px; height:212px; float:left; margin: 0 9px 10px 0;}
.photoList li .Img{ width:234px; height:174px; padding:1px; border:1px solid #ccc; }
.photoList li .Img a{ display:block; width:234px; height:174px; text-align:center; overflow:hidden; }
.photoList li .Img a img{ max-height:176px;}

.photoList li .text{ display:block; width:238px; height:34px; text-align:center; line-height:34px; background:url(../images/Ba013.png) no-repeat;}


		
/*联系我们*/

.mail{ width:733px; height:auto;}
.mail h2{ width:733px; font-size:20px; margin:10px 0;}
.mail ul{ width:733px; font-size:12px; line-height:25px;}
.mail ul li{ padding:2px 0;}
.mail ul li samp{ display:block; width:200px; height:25px; float:left; font-family:Arial; font-size:12px;}
.mail ul li input{ border:1px solid #c6c6c4; height:23px; line-height:23px; font-size:12px;}
.mail ul li .company,.mail ul li .add,.mail ul li .Code,.mail ul li .email{ width:370px;}
.mail ul li .firstName{ width:100px; margin-right:10px;}
.mail ul li .name{width:256px;}
.mail ul li .company{ width:370px;}
.mail ul li .Message{ width:500px; height:100px; }
.mail ul li .send ,.mail ul li .delete{ display:block; width:97px; height:28px; background:url(../images/Ba016.png) no-repeat; border:none; float:left; text-transform:uppercase; color:#fff; margin-right:20px;}
.mail ul .lastLi{ padding-left:200px; width:800px;}


/*在线目录*/

.cataList{ width:auto; height:auto; clear:both;}
.cataList li{ width:auto; height:23px; padding:9px 10px; background-color:#f7f7f7; }
.cataList li p{ width:80%; height:23px; font-size:12px; float:left; color:#838383; text-transform:capitalize; overflow:hidden;}
.cataList li a{ display: block; width:133px; height:23px; background-color:#b9b9b9; float:right; text-align:center; color:#fff; line-height:23px; font-size:12px;}
.liColor{ background-color:#fff !important;}

.cataList li .login{ background-color:#397296 !important;}

/*FAQS*/
.faqsList{ width:auto; height:auto;}
.faqsList li{ width:auto; height:auto;}
.faqsList h2{ width:auto; height:auto; font-size:12px; line-height:25px;font-weight:bold;}
.faqsList p{ width:100%; height:auto; padding:0 0 20px 20px;}


/*站内地图*/
.content_box_text{ width:100%; height:auto; overflow:hidden; clear:both;}
.sitBox{ width:100%; height:auto;}
.area{ width:234px; height:auto; float:left; margin-bottom:10px;}
.area h2{ width:234px; height:30px; line-height:30px; background-color:#999; font-size:18px; text-indent:20px;}
.area ul{ width:234px; height:auto; margin:10px 0;}
.area ul li{ width:234px; height:auto; font-size:15px; line-height:25px; text-indent:20px; font-weight:bold;}
.area ul li a{ display:block; width:234px; height:25px; line-height:25px; height:25px;}
.area ul li ul{ width:234px; height:auto; margin:2px 0;}
.area ul li ul li{ width:234px; height:20px; font-size:12px; font-weight:100;}
.area ul li ul li a{ display:block; width:234px; height:20px; line-height:20px; color:#999}

.textNav{ width:100%; height:43px; background-color:#c8c3c3; position:fixed; bottom:0; z-index:26;}
.textNav .navBox{ width:1000px; height:43px; margin:0 auto;}
.textNav .navBox ul{ width:1000px; height:43px;}
.textNav .navBox ul li{ width:auto; height:43px; float:left; padding:0 22px; line-height:43px; }


/*登录 注册*/
.signIn_box{ width:480px;height:auto; float:left; padding-right:19px;}
.signIn_box h1,.signUp_box h1{ width:auto; height:25px; font-size:20px; line-height:25px; margin-bottom:10px;}


.signUp_box{ width:480px; height:auto; float:left; padding-left:20px; border-left:1px dotted #ccc;}

.login,.signIn{ width:480px; height:auto;}
.login li,.signIn li{ width:1000px; height:25px; line-height:25px; font-size:15px; margin-bottom:10px;}
.login li samp,.signIn li samp{ display:block; width:200px; height:25px; margin-right:20px; word-break:normal; float:left; margin-right:20px; font-family:Arial;}
.login li .lastName,.login li .fisrtName{ width:100px; height:25px; line-height:25px; font-size:12px; border:1px solid #ccc;}

.login li .passwordOne,.login li .passwordTwo{ width:250px; height:25px; line-height:25px; font-size:12px;border:1px solid #ccc;}
.email{ width:250px; height:25px; line-height:25px; font-size:12px; border:1px solid #ccc;}
.Location{ width:200px; height:25px; line-height:25px; font-size:12px; border:1px solid #ccc;}
.submit{ width:80px; height:25px;}

.signIn li samp{ width:90px;}
.signInName{ width:200px; height:25px;line-height:25px; font-size:12px; border:1px solid #ccc;}
.password{width:200px; height:25px;line-height:25px; font-size:12px; border:1px solid #ccc;}
.signIn li a{ margin-left:35px; line-height:25px; font-size:12px;}

