/*common style*/
* { margin: 0px; padding: 0px; }
body { background-color: #f5f5f5; }
li { list-style: none; }
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.page_main { margin-left: auto; margin-right: auto; width: 1200px; }
.page_full { width: 100%; }
.index_box01 { background-color: #fff; width: 100%; }
.index_box02 { background-color: #f5f5f5; width: 100%; overflow: hidden; }
.index_box03 { background-color: #ddd; width: 100%; overflow: hidden; }
.headbanner{background-color: #00B22D;width: 100%; height: 105px; overflow: hidden;}

/*header*/
.header { height: 120px; line-height: 120px; overflow: hidden; background-color: #fff; }
.logo { float: left; font-family: "MicroSoft YaHei", "SimHei"; color: #333;}
.logo img { float: left; }
.logo .company_name { float: left; padding: 5px; border-left: 1px solid #ebebeb; margin-top: 10px; padding-left: 15px; margin-left: 10px; display: none; }
.logo h2 { font-size: 29px; line-height: 40px; margin-top: 4px; -webkit-font-smoothing: antialiased; font-weight: normal; }
.logo h3 { font-size: 12px; line-height: 20px; color: #999999; font-family: "Verdana"; font-weight: normal; }
.head_right { float: right; }
.telphone_number { margin-top: 40px; }
.telphone_number .icon { float: left; width: 60px; color: #444; padding-right: 2px; margin-top: 4px; }
.telphone_number h3 { width: 340px; font-size: 32px; color: #cc0000; font-weight: normal; font-family: "MicroSoft YaHei", "SimHei"; font-style: italic; line-height: 35px; }
.telphone_number h4 { font-size: 14px; color: #666666; font-weight: normal; line-height: 30px; margin-top: 15px; }

/*nav style*/
.navbg { background-color: #00B22D; z-index: 999; position: relative; }
/*因为导航条有半透明效果，所以这里要多加一个背景层*/
.nav { clear: both; background-color: #00B22D; height: 60px; width: 100%; background: rgba(0, 178, 45, 0.8) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
  filter: alpha(opacity=80); background: #00B22D; /*实现IE背景透明*/}
.nav ul { margin-left: auto; margin-right: auto; height: 60px; line-height: 60px; font-size: 16px; float: left; font-weight: bold; font-family: "SimSun"; }
.nav ul > li { list-style: none; float: left; margin-right: 1px; position: relative; -webkit-transform: perspective(1px) translateZ(10); transform: perspective(1px) translateZ(10); box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color, background-color; transition-property: color, background-color; }
.nav ul > li > a { padding: 0px 40px 0px 40px; color: #FFF; }
.nav ul > li > a:hover { text-decoration: none; }
.nav ul > li:hover { background-color: #FF8000; }
.nav ul > li.curr { background-color: #FF8000; }
/*nav search*/
.hotkey { float: left; line-height: 60px; font-size: 14px; overflow: hidden; width: 700px; }
.hotkey > a { color: #999; text-decoration: underline; }
.searchbar { float: right; height: 60px; margin: 0px; }
.searchbar form { margin-top: 14px; padding: 0px; font-size: 0; }
.searchbar .keyword { float: left; width: 150px; margin: 0px; padding: 0px 6px 0px 12px; height: 30px; line-height: 30px; outline: none; overflow: hidden; border-radius: 4px 0 0 4px; border: 1px solid #ebebeb; border-right: 0px; }
.searchbar .button { float: left; border: 0; padding: 0px 10px 0px 10px; font-size: 14px; line-height: 30px; background-color: #00B22D; min-width: 40px; color: #fff; border-radius: 0 4px 4px 0; background-image: url(../images/search_ico.png); background-position: center; background-repeat: no-repeat; }
.smallbanner { background-repeat: no-repeat; background-position: center 0; width: auto; height: 300px; background-color: #f5f5f5; background-size: cover; }
/*Banner*/
.banner { position: relative; width: 100%; }
.banimg{width: 1200px;height: 105px;margin-left: auto;margin-right: auto; background-image: url(../images/head_banner.png); background-repeat: no-repeat;}

/*index style*/



/*首页滚动图片列表01*/
.index_imglist_gd01{}
.index_imglist_gd01 .title01{color: #333;text-align: center;font-size: 30px;font-family: "MicroSoft YaHei", "SimHei";line-height: 40px;margin-top: 40px;padding: 0px;}
.index_imglist_gd01 .title02{color: #00B22D;text-align: center;font-size: 18px;font-family: "MicroSoft YaHei", "SimHei";line-height: 30px;}
.index_imglist_gd01 .title02>i{font-size: 24px;color: #00B22D;}
.index_imglist_gd01 .line01{margin-top: 10px; width: 500px;height: 3px;background-color: #ccc; overflow: hidden;margin-left: auto;margin-right: auto;}
.index_imglist_gd01 .line02{width: 120px;height: 3px;background-color: #00B22D;overflow: hidden;margin-left: auto;margin-right: auto;}

.index_imglist_gd01 .slider-box{ height: 280px; width: 1200px;margin-top: 20px;}
.index_imglist_gd01 .slider-btn{ height: 100%; float: left; width: 50px;  background-repeat: no-repeat; text-indent: -9999px;}
.index_imglist_gd01 .slider-next{ background-image: url(../images/icon_right2.png); background-repeat: no-repeat; background-position: right 0px; height: 276px; }
.index_imglist_gd01 .slider-prev{ background-image: url(../images/icon_left2.png); background-repeat: no-repeat; background-position:0 0px;height: 276px;  }
.index_imglist_gd01 .slider-next:hover{ }
.index_imglist_gd01 .slider-prev:hover{ }
.index_imglist_gd01 .slider-move{} 
.index_imglist_gd01 .slider-wrapper{ height: 100%; position: relative; width: 1100px; float: left; overflow:hidden; }
.index_imglist_gd01 .slider-wrapper ul{ position: absolute; height: 100%; width: 2000px; margin: 0; padding: 0;margin-top: 6px; }
.index_imglist_gd01 .slider-wrapper li{float: left;padding-right: 25px;padding-left: 25px;}
.index_imglist_gd01 .slider-wrapper li img{background-color: white; width: 220px; height: 168px; padding: 0px; border: solid 1px #ebebeb;background-color: white; }
.index_imglist_gd01 .slider-wrapper li img:hover{box-shadow: 0px 0px 3px #ccc;}

.index_imglist_gd01 .list{margin-top: 30px;}
.index_imglist_gd01 .list ul{margin-left: -24px;}
.index_imglist_gd01 .list ul li{float: left;margin-left: 24px;}




/*首页滚动图片列表02*/
.index_imglist_gd02 .slider-box { height: 200px; width: 1200px; margin-top: 30px; overflow: hidden; }
.index_imglist_gd02 .slider-btn { height: 100%; float: left; width: 30px; margin-top: 15px; line-height: 145px; text-align: center; color: #fff; }
.index_imglist_gd02 .slider-btn i { line-height: 145px; }
.index_imglist_gd02 .slider-next { height: 145px; background-color: #00B22D; }
.index_imglist_gd02 .slider-prev { height: 145px; background-color: #00B22D; margin-left: 20px; }
.index_imglist_gd02 .slider-next:hover { text-decoration: none; background-color: #FF8000; }
.index_imglist_gd02 .slider-prev:hover { text-decoration: none; background-color: #FF8000; }
.index_imglist_gd02 .slider-wrapper { height: 100%; position: relative; width: 1100px; float: left; overflow: hidden; }
.index_imglist_gd02 .slider-wrapper ul { position: absolute; height: 100%; width: 2000px; margin: 0; padding: 0; margin-top: 15px; }
.index_imglist_gd02 .slider-wrapper li { float: left; padding-right: 15px; padding-left: 15px; }
.index_imglist_gd02 .slider-wrapper li img { width: 180px; height: 135px; padding: 4px; border: solid 1px #ebebeb; background-color: white; }
.index_imglist_gd02 .slider-wrapper li img:hover { box-shadow: 0px 0px 3px #ccc; }

.title01 { color: #00B22D;font-size: 36px; font-family: "MicroSoft YaHei", "SimHei";}
.title01 .title_left{float: left;}
.title01 .title_left_cn{font-size: 20px;line-height: 40px;background-color: #00B22D;color: #fff;display: inline-block;padding: 0px 10px;}
.title01 .title_left_cn:hover{background-color: #FF8000;}
.title01 .title_left_en{font-size: 18px;line-height: 40px;color: #999;margin-left: 20px;}
.title01 .title_right{float: right;}
.title01 .title_right ul{list-style: none;margin-left: -20px;}
.title01 .title_right ul li{display: inline-block;font-size: 16px;padding: 7px 15px;background-color:#00B22D; color: #fff;margin-left: 20px;border-radius: 5px;}
.title01 .title_right ul li:hover{background-color: #FF8000;}
.title01 .title_right ul li a{color: #fff;}

.title02 {color: #00B22D;font-size: 20px; font-family: "MicroSoft YaHei", "SimHei"; text-align: center;}
.title03 {color: #878787;font-size: 16px; font-family: "MicroSoft YaHei", "SimHei";text-align: center;line-height: 40px;}
.line_b01 {width: 70px;margin-left: auto;margin-right: auto;height: 3px;background-color:#00B22D;overflow: hidden; }
.bline01 { border-bottom: 2px solid #0062BE; }

/*home list*/
.homelist{margin-left: -25px;margin-top: 50px;}
.homelist>li{float: left;width: 280px;height: 230px;background-color: #fff;margin-left: 25px;text-align: center;color:#00B22D; }
.homelist>li:hover{background-color:#00B22D; color: #fff;}
.homelist>li>.list_icon{padding: 10px;}
.homelist>li>.list_icon i{font-size: 90px;}
.homelist>li>.list_title{font-size: 26px;font-family: "MicroSoft YaHei", "SimHei";line-height: 40px;}
.homelist>li>.list_con{font-size: 14px;line-height: 1.6;font-family: "MicroSoft YaHei", "SimHei";}





/**/
.hzkh_title{text-align: center;font-size: 30px;color: #00B22D;font-family: "MicroSoft YaHei", "SimHei";padding-top: 130px; background-image: url(../images/kjyq.png); background-repeat: no-repeat; background-position: center 30px;}
.hzkh_title span{font-size: 50px;}


.home_about{background-color: #fff;padding: 10px;}
.home_about_head{text-align: center;border-bottom: 1px #ebebeb solid;margin-bottom: 10px;padding: 20px 0px;}
.home_about_head .head1{font-family: "MicroSoft YaHei", "SimHei";font-size: 28px;height: 40px;color: #333;}
.home_about_head .head2{font-family: "MicroSoft YaHei", "SimHei";font-size: 16px;height: 18px;color: #666;}

.home_about_title {height: 40px;overflow: hidden; color: #B798D3;font-family: "MicroSoft YaHei", "SimHei";}
.home_about_title>span.cn{font-size: 26px;color:#00B22D;display: inline-block; }
.home_about_title>span.en{font-size: 26px;display: inline-block;margin-left: 20px;color: #999;}

.home_about_bb{border-bottom: 3px #00B22D solid;}
.home_about_title dl{float: left;width: 200px;}
.home_about_title dt{font-size: 60px;line-height: 50px;float: left;width: 45px;color: #000;}
.home_about_title dd.t01{float: left;font-size: 16px;line-height: 40px;padding: 0px 10px; margin: 0px;background-color: #00B22D;color: #fff;}
.home_about_title dd.t02{float: left;font-size: 12px;line-height: 40px;padding: 0px 10px;margin: 0px;background-color: #FF8000;color: #fff;}


.home_about_box{margin-top: 20px;}
.home_about_left{float: left;}
.home_about_left img{padding-right: 15px;}
.home_about_right{padding-right: 10px;}
.home_about_con{font-style: 16px;line-height: 1.6;}
.home_about_con h3{font-family: "MicroSoft YaHei", "SimHei";font-size: 22px;line-height: 46px;font-weight: normal;color: #333;}
.home_about_con .contact{font-family: "MicroSoft YaHei", "SimHei";font-size: 14px;line-height: 24px;color: #666;}


.home_about .online_btn{width: 150px;height: 150px;display: inline-block;background-color:#00B22D;overflow: hidden;text-align: center;font-family: "MicroSoft YaHei", "SimHei";margin-right: 10px;transition: 1s;}
.home_about .online_btn:hover{background-color: #FF8000;}
.home_about .online_btn img{max-width: 90%;padding: 10px;}
.home_about .online_btn a{color: #fff;}
.home_about .more_btn{display: inline-block;padding: 8px 15px;background-color:#FF8000;}
.home_about .more_btn:hover{background-color: #FF4000;}
.home_about .more_btn a{color: #fff;}

.home_about_photos{margin-top: 30px;}
.home_about_photos>ul{margin-left: -11px;}
.home_about_photos>ul>li{display: inline-block;background-color: #fff;padding: 5px;margin-left: 11px;}
.home_about_photos>ul>li:hover{background-color: #FF8000;}
.home_about_photos>ul>li img{width: 280px;height: 210px;}

/*首页产品展示01*/
.index_prodlist01 { margin-top: 30px; }
.index_prodlist01 .category { float: left; width: 220px; border-right: 1px solid #ebebeb; background-color: white; }
.index_prodlist01 .category .title { overflow: hidden; padding: 30px; background-color: #00B22D; color: white; font-family: "MicroSoft YaHei", "SimHei"; }
.index_prodlist01 .category .title dt { font-size: 60px; line-height: 50px; float: left; width: 50px; }
.index_prodlist01 .category .title dd.t01 { font-size: 20px; line-height: 35px; }
.index_prodlist01 .category .title dd.t02 { font-size: 12px; line-height: 15px; }
.index_prodlist01 .category .content { min-height: 308px; }
.index_prodlist01 .category .content > ul { padding: 10px; }
.index_prodlist01 .category .content > ul > li { margin-top: 6px; }
.index_prodlist01 .category .content > ul > li a:hover { text-decoration: none; }
.index_prodlist01 .category .content > ul > li > a { background-color: #00B22D; font-size: 14px; line-height: 32px; color: #fff; display: block; height: 32px; padding-left: 22px; background-image: url(../images/icon01.png); background-position: 7px 12px; background-repeat: no-repeat; overflow: hidden;transition: 0.5s; }
.index_prodlist01 .category .content > ul > li > a:hover { background-color: #FF8000; }
.index_prodlist01 .category .content > ul > li > ul > li { margin-top: 1px; }
.index_prodlist01 .category .content > ul > li > ul > li > a { font-size: 14px; line-height: 30px; color: #333; padding-left: 22px; display: block; height: 30px; background-image: url(../images/icon02.png); background-position: 7px 12px; background-repeat: no-repeat; overflow: hidden; }
.index_prodlist01 .category .telphone { width: 220px; height: 211px; background-image: url(../images/cate_tel.png); background-repeat: no-repeat; overflow: hidden; }
.index_prodlist01 .category .telphone .number { font-size: 28px; color: #fff; font-weight: normal; font-family: "MicroSoft YaHei", "SimHei"; font-style: italic; line-height: 50px; margin-top: 100px; margin-left: 20px; }
/*产品UL列表样式*/
.index_prodlist01 .prodlist { float: left; width: 958px; margin-left: 20px; }
.index_prodlist01 .prodlist .prodlist_title { height: 50px; overflow: hidden; background-color: #fff; margin-bottom: 30px; }
.index_prodlist01 .prodlist .prodlist_title span { font-size: 18px; line-height: 50px; background-color: #FF8000; color: #fff; display: inline-block; padding: 0px 30px 0px 30px; font-family: "MicroSoft YaHei", "SimHei"; }
.index_prodlist01 .prodlist .prodlist_title .more { font-size: 12px; line-height: 30px; margin: 10px 10px 0px 0px; background-color: #00B22D; padding: 0px 15px 0px 15px; transition: 0.5s;}
.index_prodlist01 .prodlist .prodlist_title .more:hover{background-color: #ff8000;}
.index_prodlist01 .prodlist .prodlist_title .more a { text-decoration: none; font-family: "SimSun"; }
.index_prodlist01 .prodlist ul { margin: 0px 0px 0px -36px; padding: 0px; }
.index_prodlist01 .prodlist ul li { width: 200px; overflow: hidden; float: left; margin: 0px 0 40px 36px; border: solid 1px #ebebeb; padding: 5px; background-color: #fff; }
.index_prodlist01 .prodlist ul li:hover { box-shadow: 0px 5px 15px #ddd; }
.index_prodlist01 .prodlist ul li .thumb { background-color: white; }
.index_prodlist01 .prodlist ul li .thumb img { width: 200px; height: 200px; }
.index_prodlist01 .prodlist ul li:hover a { color: #cc0000; }
.index_prodlist01 .prodlist ul li .product_name { height: 42px; overflow: hidden; text-align: center; border-top: solid 1px #f5f5f5; }
.index_prodlist01 .prodlist ul li .product_name a { color: #444; font-size: 14px; line-height: 42px; word-break: break-all; }
.index_prodlist01 .prodlist ul li:hover .product_name a { color: #cc0000; }
/*产品UL列表样式2*/
.prodlist2 ul { margin: 30px 0px 0px -32px; padding: 0px; }
.prodlist2 ul li { width: 200px; overflow: hidden; float: left; margin: 0px 0 40px 32px; border: solid 1px #ebebeb; padding: 5px; background-color: #fff; }
.prodlist2 ul li:hover { box-shadow: 0px 5px 15px #ddd; }
.prodlist2 ul li .thumb { background-color: white; }
.prodlist2 ul li .thumb img { width: 200px; height: 200px; }
.prodlist2 ul li:hover a { color: #cc0000; }
.prodlist2 ul li .product_name { height: 42px; overflow: hidden; text-align: center; border-top: solid 1px #f5f5f5; }
.prodlist2 ul li .product_name a { color: #444; font-size: 14px; line-height: 42px; word-break: break-all; }
.prodlist2 ul li:hover .product_name a { color: #cc0000; }


/**/
.gsys { height: 1377px;background-color: #fff; background-image: url(../images/gsys.gif);background-repeat: no-repeat; position: relative; }
.gsys .title01{font-family: "MicroSoft YaHei", "SimHei";color: #000;margin-top: 30px;font-size: 32px;}
.gsys .title02{font-family: "MicroSoft YaHei", "SimHei";color: #00B22D;margin-top: 30px;font-size: 52px;}
.gsys .con{font-family: "MicroSoft YaHei", "SimHei";color: #333;margin-top: 30px;font-size: 18px; line-height: 1.6;}

.gsys .list01{padding-top: 260px; margin-left: 600px;padding-right: 30px;}
.gsys .list02{width: 560px;padding-top: 200px;padding-left: 30px;}
.gsys .list03{margin-left: 480px;padding: 180px;padding-right: 30px;}




.gsys2 { height: 624px; background-image: url(../images/gsys2.gif); background-repeat: no-repeat; position: relative;padding-top: 70px; }
.gsys2 .title01{font-family: "MicroSoft YaHei", "SimHei";color: #45BDB3;text-align: center;font-size: 32px;padding: 0px;height: 75px;line-height: 73px;}
.gsys2 .title02{font-family: "MicroSoft YaHei", "SimHei";color: #45BDB3;text-align: center;font-size: 22px;}
.gsys2 .step>ul{margin-top: 74px;margin-left: 168px;}
.gsys2 .step>ul>li{width: 146px;height: 226px;float: left;padding: 10px;color: #fff;font-family: "MicroSoft YaHei", "SimHei";}
.gsys2 .step>ul>li .step_no{font-size: 32px;line-height: 60px;}
.gsys2 .step>ul>li .step_title{font-size: 22px;line-height: 50px;}
.gsys2 .step>ul>li .step_con{font-size: 16px;line-height: 1.5;}

/**/
.gsyj { height: 764px; background-image: url(../images/gsyj.jpg); position: relative; background-repeat: no-repeat; background-position:center 0; width: auto;background-size:cover;}
.gsyj .gtitle{font-family: "MicroSoft YaHei", "SimHei"; font-size: 44px;text-align: center;line-height: 100px;padding-top: 30px;}
.gsyj .box{position: relative;}
.gsyj .content{float: right;margin-right: 50px;margin-top: 90px;}
.gsyj .content .link{text-align: right;}
.gsyj .list{margin-top: 30px;}
.gsyj .list ul{}
.gsyj .list ul li{font-size: 16px;line-height: 46px;background-color: #EDEDED;color: #333;margin-top: 2px;padding-left: 150px;padding-right: 50px;}
.gsyj .list ul li:hover{background-color: #00C7B6;color: #fff;}
.gsyj .map{width:609px;height: 510px;background-image: url(../images/map.png);z-index: 9;top:150px;left: 20px;position: absolute; }


/**/
.homenews { margin-top: 0px; padding-top: 30px; }
.homenews .f_left { float: left; margin-right: 28px; }
.homenews .f_right { float: right; }
.homenews .newslist { width: 380px; overflow: hidden; }
.homenews .newslist .ntitle { font-size: 24px; color: #333; line-height: 30px; font-family: "MicroSoft YaHei", "SimHei"; }
.homenews .newslist .ntitle .stitle{ font-family: "Arial"; font-size: 12px; color: #999; padding-left: 10px; }
.homenews .newslist .ntitle .more {display: inline-block;background-color:#00B22D;color: #fff;font-size: 12px;line-height: 20px; padding: 0px 8px;margin: 5px 0px 0px 0px;}
.homenews .newslist .ntitle .more:hover{background-color: #F7911A;}
.homenews .newslist .ntitle .more a{}
.homenews .newslist .ntitle .more a:hover{text-decoration: none;}
.homenews .newslist .stitle { font-size: 12px; color: #999; }

.homenews .newslist .hotnews { margin-top: 18px; background-color: #fff;}
.homenews .newslist .hotnews img { width: 380px; height: 200px;}
.homenews .newslist .hotnews .title{padding: 10px 10px;}
.homenews .newslist .hotnews .title a{font-size: 14px; color: #333;font-weight: bold;}
.homenews .newslist .hotnews .descript{padding: 0px 10px 10px 10px; color: #999; font-size: 12px; line-height: 20px;}
.homenews .newslist .hotnews .descript a{color: #cc0000;}
.homenews .newslist .hotnews a { }

.homenews .newslist .content {background-color: #fff;}
.homenews .newslist .content ul { padding: 0px 10px; }
.homenews .newslist .content ul li { line-height: 34px; height: 34px; overflow: hidden; padding-left: 15px; background-image: url(../images/icon02.png); background-position: 0px 11px; background-repeat: no-repeat;border-top: 1px solid #f5f5f5; }
.homenews .newslist .content ul li span{display: inline-block;float: right;font-size: 12px;color: #999;}
.homenews .newslist .content ul li a { font-size: 14px; color: #666; }
.homenews .newslist .content ul li a:hover{color: #cc0000;}


.homenews .newslist .hotnews2 { margin-top: 18px; background-color: #fff;padding: 10px;}
.homenews .newslist .hotnews2 .pic{float: left;width: 127px;height: 90px; overflow: hidden;}
.homenews .newslist .hotnews2 .pic img { width: 127px; height: 90px;}
.homenews .newslist .hotnews2 .con{float: right;width: 220px;height: 90px;overflow: hidden;}

.homenews .newslist .hotnews2 .con .title{}
.homenews .newslist .hotnews2 .con .title a{font-size: 14px; color: #333;font-weight: bold;}
.homenews .newslist .hotnews2 .con .descript{padding: 10px 0px 0px 0px; color: #999; font-size: 12px; line-height: 20px;}
.homenews .newslist .hotnews2 .con .descript a{color: #cc0000;}
.homenews .newslist .hotnews2 .con a { }

.homenews .newslist .wenda {padding: 0px}
.homenews .newslist .wenda ul { padding: 0px; }
.homenews .newslist .wenda ul li {margin-top: 15px; padding: 10px 10px; background-color: #fff;}
.homenews .newslist .wenda ul li:hover{}
.homenews .newslist .wenda ul li .wen{padding-left: 30px; line-height: 32px;height: 32px;overflow: hidden; background-image: url(../images/wen.png); background-position: 0px 4px; background-repeat: no-repeat;}
.homenews .newslist .wenda ul li .da{padding-left: 30px;padding-top: 5px; font-size: 12px;color: #999;line-height: 1.6;background-image: url(../images/da.png); background-position: 0px 4px; background-repeat: no-repeat;}
.homenews .newslist .wenda ul li a { font-size: 14px; color: #666; }
.homenews .newslist .wenda ul li a:hover{color: #cc0000;}


/**/
.home_news { background-image: url(../images/fg_bg.png); background-repeat: no-repeat; background-position: 810px 0; width: 1200px; float: left; background-color: #fff; padding-top: 10px; }
.home_news .news { width: 764px; float: left; padding-left: 10px; }
.home_news .news .title { background-image: url(../images/news_title.png); background-repeat: no-repeat; height: 40px; }
.home_news .news .con .tupian { width: 320px; overflow: hidden; float: left; padding-top: 10px; }
.home_news .news .con .tupian .tw2 { width: 152px; height: 100px; float: left; }
.home_news .news .con .tupian .tw3 { width: 152px; height: 100px; float: right; }
.home_news .news .con .newslist { width: 430px; float: right; }
.home_news .wenda { width: 342px; float: right; margin-right: 10px; }
.home_news .wenda .title { background-image: url(../images/wenda_title.png); height: 40px; }
.home_news .wenda .con { width: 336px; height: 326px; overflow: hidden; margin-top: 10px; }
.home_news .wenda .con dl { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ebebeb; }
.home_news .wenda .con .wen { line-height: 23px; background-image: url(../images/wen.png); background-repeat: no-repeat; margin-bottom: 10px; padding-left: 30px; }
.home_news .wenda .con .wen a { color: #333; font-size: 14px; font-weight: bold; }
.home_news .wenda .con .da { color: #999; font-size: 14px; font-weight: normal; line-height: 18px; background-image: url(../images/da.png); background-repeat: no-repeat; padding-left: 30px; }
.home_news .wenda .con .da a { color: #999; font-size: 14px; line-height: 20px; }
#tabs { margin: 0 0 0 250px; padding: 7px 0 0; list-style-type: none; }
#tabs li { line-height: 32px; text-align: center; width: 98px; height: 32px; float: left; margin-right: 4px; margin-left: 4px; }
#tabs li a { color: white; font-size: 14px; font-weight: bold; }
#tabs .tab-active { background-color: #FF8000; }
#tabs .tab-nav { background-color: #00B22D; }
.panel ul li { background-image: url(../images/li02.png); background-repeat: no-repeat; background-position: 4px 12px; text-indent: 18px; height: 32px; overflow: hidden; border-bottom: 1px solid #ebebeb; }
.panel ul li a { color: #666; font-size: 14px; line-height: 32px; width: 324px; height: 32px; overflow: hidden; }
.panel ul li span { color: #999; font-size: 14px; font-family: "Verdana"; line-height: 33px; float: right; }
.more { color: white; font-size: 12px; line-height: 36px; float: right; padding-right: 10px; padding-left: 10px; margin-top: 15px; }
.more a { color: #fff; }
#photos li img { background-color: white; padding: 1px; border: solid 1px #ccc; }
/*imgnewslist style*/
.imgnewslist { overflow: hidden; height: 206px; }
.imgnewslist ul { margin: 0px 0px 0px -20px; padding: 0px; }
.imgnewslist ul li { text-align: center; width: 220px; overflow: hidden; float: left; margin: 10px 0px 20px 21px; padding: 0px; border: solid 1px #ebebeb; }
.imgnewslist ul li .news_thumb { background-color: white; }
.imgnewslist ul li .news_thumb img { width: 220px; height: 154px; padding: 0px; }
.imgnewslist ul li .product_name { background-color: #fff; height: 38px; overflow: hidden; }
.imgnewslist ul li .product_name a { color: #000; font-size: 14px; line-height: 38px; word-break: break-all; }
.imgnewslist ul li:hover .product_name a { color: #333; }
/*links style*/
.links .title01 {font-size: 24px;text-align: left; color: #333; line-height: 32px;height: 32px; font-family: "MicroSoft YaHei", "SimHei";overflow: hidden;}
.links .title01 span{font-size: 14px;color: #999;}
.links .line { border-bottom: 2px solid #00B22D; }
.links .links_list { margin-top: 10px; background-color: #fff; margin-bottom: 20px; }
.links .links_list ul { padding: 12px; min-height: 28px;}
.links .links_list ul li { float: left; margin-right: 20px; margin-left: 20; }
.links .links_list ul li a { font-size: 14px; color: #999; line-height: 28px; text-decoration: underline; }
.links .links_list ul li a:hover { color: #cc0000; }
/*footer*/
.footer { background-color:#00B22D;text-align: center;min-height: 80px;padding: 30px 0px;color: #fff;line-height: 1.6;}
.footer a {color: #fff;}


/*page style*/
.head_title { background-color: #fff; }
.head_title .title { float: left; width: 600px; overflow: hidden; }
.head_title .title h1 { text-align: left; font-family: "MicroSoft YaHei", "SimHei"; font-size: 26px; font-weight: normal; color: #333; line-height: 60px; }
.head_title .title h1 i { padding: 0px 10px 0px 10px; }
.head_title .title h2 { text-align: left; font-family: "MicroSoft YaHei", "SimHei"; font-size: 26px; font-weight: normal; color: #333; line-height: 60px; }
.head_title .title h2 i { padding: 0px 10px 0px 10px; }
.head_title .catpos { color: #999; font-size: 12px; line-height: 60px; float: right; width: 330px; overflow: hidden; text-align: right; }
.head_title .catpos a { color: #999; }
.head_title .catpos a:hover { color: #cc0000; }
/**/
.page { margin-top: 20px; }
.page_sidebar { float: right; width: 220px; margin-bottom: 50px; }
.page_sidebar .title { background-color: #00B22D; color: white; line-height: 40px; font-size: 16px; font-family: "MicroSoft YaHei", "SimHei"; }
.page_sidebar .title i { padding: 0px 10px 0px 10px; }
.page_sidebar .catelist { border: 1px solid #ebebeb; padding: 0px 10px 0px 10px; background-color: #fff; margin-bottom: 20px; }
.page_sidebar .catelist i { padding: 0px 10px 0px 10px; }
.page_sidebar .catelist li { font-size: 14px; border-top: 1px solid #f5f5f5; line-height: 40px; }
.page_sidebar .catelist li:first-child { border-top: none; }
.page_sidebar .catelist li > a { color: #666; }
.page_sidebar .catelist li > a:hover { color: #cc0000; }
.page_sidebar .catelist h5 { color: #333; font-size: 14px; font-weight: normal; line-height: 26px; padding-top: 10px; padding-bottom: 10px; font-weight: bold; text-align: center; border-bottom: 1px solid #ebebeb; }
.page_sidebar .sidecontact { color: #666; font-size: 12px; font-family: "MicroSoft YaHei", "SimHei"; line-height: 22px; padding: 10px 0px 20px 0px; }
.page_sidebar .catelist2 { background-color: #fff; margin-bottom: 20px; }
.page_sidebar .catelist2 > ul { padding: 10px; }
.page_sidebar .catelist2 > ul > li { margin-top: 6px; }
.page_sidebar .catelist2 > ul > li a:hover { text-decoration: none; }
.page_sidebar .catelist2 > ul > li > a { background-color: #00B22D; font-size: 14px; line-height: 32px; color: #fff; display: block; height: 32px; padding-left: 22px; background-image: url(../images/icon01.png); background-position: 7px 12px; background-repeat: no-repeat; overflow: hidden; }
.page_sidebar .catelist2 > ul > li > a:hover { background-color: #FF8000; }
.page_sidebar .catelist2 > ul > li > ul > li { margin-top: 6px; }
.page_sidebar .catelist2 > ul > li > ul > li > a { font-size: 14px; line-height: 32px; color: #333; padding-left: 22px; display: block; height: 32px; background-image: url(../images/icon02.png); background-position: 7px 12px; background-repeat: no-repeat; overflow: hidden; }
.page_sidebar .catelist2 > ul > li > ul > li > a:hover { background-color: #FF8000; color: #fff; }
.page_sidebar .txtlist { border: 1px solid #ebebeb; padding: 5px 10px 10px 10px; background-color: #fff; margin-bottom: 20px; }
.page_sidebar .txtlist i { padding: 0px 10px 0px 10px; }
.page_sidebar .txtlist li { font-size: 14px; line-height: 32px; height: 32px; overflow: hidden; }
.page_sidebar .txtlist li:first-child { border-top: none; }
.page_sidebar .txtlist li > a { color: #666; }
.page_sidebar .txtlist li > a:hover { color: #cc0000; }

/**/
.pagescdz {background-color: #fff;padding: 10px;padding-top: 50px; margin-bottom: 10px;font-family: "MicroSoft YaHei", "SimHei";}
.pagescdz .title_a01{margin-top: 20px; font-size: 32px;text-align: center; color: #5DBEB7; line-height: 60px;background-image: url(../images/page_title01.png); background-repeat: no-repeat; background-position: top center;}
.pagescdz .title_a01 span{padding: 5px 20px;border: 2px solid #5DBEB7;display: inline-block;background-color: #fff;margin-top: 15px;margin-left: 10px;}
.pagescdz .title_a02{text-align: center;font-size: 26px;color: #555;line-height: 60px;}
.pagescdz .khlist{margin-top: 20px;margin-bottom: 20px;}
.pagescdz .khlist img{width: 100%;}
.pagescdz .dzicon{height: 350px;background-color: #7ECBC5;margin-top: 30px;margin-bottom: 30px;background-image: url(../images/dzicon.png); background-repeat: no-repeat; background-position: top center;}
.pagescdz .dzicon ul{margin-left: 120px;padding-top: 200px;}
.pagescdz .dzicon ul li{color: #fff;float: left;font-size: 22px;width: 150px;}
.pagescdz .dzicon .btm{ border-radius: 25px;border: 2px solid #fff;margin-top: 40px;margin-left: auto;margin-right: auto;background-color: #fff;width: 300px;text-align: center;font-size: 22px;color: #5DBEB7;padding: 10px;}

.pagescdz .dzys{height: 1573px; background-image: url(../images/dzys.jpg); background-repeat: no-repeat; background-position: top center;}
.pagescdz .dzys .title_b01{font-size: 26px;color: #555;line-height: 70px;}
.pagescdz .dzys .title_b02{font-size: 20px;color: #555;line-height: 30px;margin-top: 10px;}

.pagescdz .dzys .dzys01{padding-top: 72px;margin-left: 642px;width: 368px;}
.pagescdz .dzys .dzys02{margin-top: 274px;margin-left: 184px; width: 368px;}
.pagescdz .dzys .dzys03{margin-top: 220px;margin-left: 642px; width: 368px;}
.pagescdz .dzys .dzys04{margin-top: 284px;margin-left: 184px; width: 368px;}
.zjmt{background-image: url(../images/zjmt.jpg); background-repeat: no-repeat; background-position: top center;}
.zjmt ul{margin-left: 120px;padding-top: 240px;}
.zjmt ul li{color: #fff;float: left;font-size: 20px;width: 200px;text-align: center;}
.zjmt .info{width: 960px;margin-left: auto;margin-right: auto;background-color: #ebebeb;padding: 20px;margin-top: 30px;font-size: 18px;}
.zjmt .info .btm{ border-radius: 25px;border: 2px solid #fff;margin-top: 40px;margin-left: auto;margin-right: auto;background-color: #fff;width: 300px;text-align: center;font-size: 22px;color: #5DBEB7;padding: 10px;}
.zjmt .info .btm a{color: #5DBEB7;}
.zjmt .info .btm:hover{background-color: #5DBEB7;color: #fff;border: 2px solid #5DBEB7;}
.zjmt .info .btm:hover a{color: #fff;}


.h20{height: 20px;}
.h50{height: 50px;}
.tablinks{margin-top: 0px;}
.tablinks ul{width: 500px;}
.tablinks li{width: 200px;margin-right: 10px;float: left;background-color: #5DBEB7;padding: 10px;text-align: center;font-size: 22px;color: #fff;margin-bottom: 10px;}
.tablinks li:hover{background-color: #FF8000;}
.tablinks li a{color: #fff;text-decoration: none;}
.tablinks li:hover a{}
.pzqd {width: 800px;margin-left: auto;margin-right: auto;border-collapse:collapse;}
.pzqd tr{}
.pzqd td{line-height: 36px;font-size: 18px;text-align: center;border: 1px solid #999;padding: 2px 5px;}

.cptx1{width: 1000px;height: 450px;margin-left: auto;margin-right: auto; background-image: url(../images/cptx01.jpg); background-repeat: no-repeat; background-position: top center;}
.cptx1 ul{margin: 0px;padding: 75px;}
.cptx1 ul li{font-size: 20px;color: #666;width: 500px;margin: 0px;padding: 0px;}
.cptx1 ul li span{font-size: 28px;color: #5DBEB7;}

.cptx2{width: 1000px;height: 340px;margin-left: auto;margin-right: auto; background-image: url(../images/cptx02.jpg); background-repeat: no-repeat; background-position: top center;}
.cptx2 ul{padding-top: 260px;}
.cptx2 ul li{float: left;font-size: 22px;width: 25%;text-align: center;color: #5DBEB7;}

.zysx{width: 1000px; margin-left: auto;margin-right: auto;}
.zysx table{border-collapse: collapse;border: 0px solid #999;}
.zysx table td {height: 128px;vertical-align: top; border-top: 0;border-right: 1px solid #999;border-bottom: 1px solid #999;	border-left: 0; padding: 30px 20px; font-size: 20px;line-height: 1.6;}
.zysx table td:hover{background-color:#5DBEB7;color: #fff; }
.zysx table tr.lastrow td {border-bottom: 0;}
.zysx table tr td.lastCol {border-right: 0;}

.qjjqxd{width: 1080px;margin-left: auto;margin-right: auto;}
.qjjqxd ul{margin-left: -10px;}
.qjjqxd ul li{background-color: #ebebeb;font-size: 20px;line-height: 1.5;padding: 30px;width: 200px;height: 200px; float: left;margin-left: 10px;}
.qjjqxd ul li:hover{background-color: #5DBEB7;color: #fff;}

/*内页内容部分样式*/
.page_content { float: left; width: 960px; margin-right: 10px; font-family: "MicroSoft YaHei", "SimHei"; }
.page_content .content { color: #333; font-size: 16px; line-height: 1.7; padding: 20px 20px 40px 20px; min-height: 600px; background-color: #fff;}
.page_content .content img { max-width: 100%; }
.page_content .content p { margin-bottom: 20px; }
.text_content { line-height: 1.5; font-size: 16px; color: #333; margin-top: 15px;}
.prodtitle { overflow: hidden; border-bottom: 1px solid #ebebeb; margin-bottom: 12px; padding-bottom: 20px; }
.prodtitle h1 { text-align: center; font-family: "MicroSoft YaHei", "SimHei"; font-size: 24px; font-weight: normal; color: #555; line-height: 40px; }
.pagetitle { overflow: hidden; margin-bottom: 12px; }
.pagetitle h1 { text-align: left; font-family: "MicroSoft YaHei", "SimHei"; font-size: 24px; font-weight: normal; color: #333; line-height: 30px; }
.newsinfo { font-size: 12px; color: #666; line-height: 20px; border-bottom: 1px solid #ebebeb; padding-bottom: 10px; }
.newsinfo span { padding-right: 20px; }
.gallery { width: 100%; overflow: hidden; margin-left: auto;margin-right: auto;  }
.gallery img { display: block; }
.main-image img { padding: 4px; border: 1px solid #ebebeb; background-color: #fff; margin-left: auto;margin-right: auto;}
.thumbnails { height: 85px; text-align: center;display: table;margin-left: auto;margin-right: auto;margin-top: 20px;}
.thumbnails li { float: left; margin-left: 15px;}
.thumbnails img { padding: 4px; border: 1px solid #ebebeb; background-color: #fff;margin-left: auto;margin-right: auto; }
.photo_desc { color: #666; font-size: 14px; line-height: 1.5; background-color: white; min-height: 94px; margin-top: 10px; margin-bottom: 20px; padding: 6px; border: dotted 1px #ebebeb; }
.prod_photo { width: 350px; float: left; }
.prod_info { width: 570px; float: left; }
.prod_info .info { float: left; }
.prod_info .info a { color: #333; }
.prod_info h2 { color: #333; font-size: 16px; font-weight: bold; line-height: 30px; margin: 0 0 14px; padding: 0 0 8px; border-bottom: 1px solid #ebebeb; }
.prod_info h3 { font-size: 14px; margin: 0; padding: 0; }
.prod_info .service { color: white; font-size: 16px; line-height: 34px; background-color: #cc0000; text-align: center; width: 170px; margin-top: 20px; margin-bottom: 20px; }
.prod_info .service a { color: white; font-weight: bold; }
.prod_info .info_desc { font-size: 14px; line-height: 1.5; color: #666; background-color: #f5f5f5; min-height: 40px; margin-top: 10px; }
#qrcode { width: 120px; float: right; }
.prod_content { margin-top: 30px; line-height: 1.5; }
.prod_content .title { border-bottom: 1px solid #ebebeb; margin-bottom: 20px; }
.prod_content .title span { line-height: 35px; background-color: #333; color: #fff; font-size: 16px; display: block; width: 100px; text-align: center; }
/*上一个、下一个*/
.prod_prev_next { font-size: 16px; color: #999; line-height: 40px; margin-top: 30px; }
.prod_prev_next .prev { padding-right: 20px; }
.prod_prev_next .next { padding-left: 20px; }
.prod_prev_next a { color: #333; }
.fg20 { height: 40px; }
/*download style*/
.fileinfo { font-size: 12px; color: #666; line-height: 20px; }
.fileinfo span { padding-right: 20px; }
.downlink { margin-top: 10px; }
.downlink a { font-size: 14px; text-decoration: none; background-color: #cc0000; color: #fff; line-height: 40px; border-radius: 5px; display: block; width: 120px; text-align: center; }
.downlink i { margin-right: 6px; }
/**/
/*list style*/
/*带有描述信息的下载列表*/
.downlist_info li { border-bottom: 1px solid #ebebeb; height: 124px; overflow: hidden; padding: 10px 0px 10px 0px; }
.downlist_info .images { float: left; background-color: white; border: 1px solid #ebebeb; padding: 1px; }
.downlist_info .images img { width: 120px; height: 120px; }
.downlist_info .info { float: left; margin-left: 15px; width: 800px; }
.downlist_info .title { font-size: 18px; line-height: 26px; }
.downlist_info .title a { color: #333; text-decoration: underline; }
.downlist_info .title a:hover { color: #cc0000; text-decoration: underline; }
.downlist_info .desrciption { font-size: 12px; color: #999; line-height: 25px; height: 50px; width: 100%; overflow: hidden; }
.downlist_info .fileinfo { font-size: 12px; color: #999; line-height: 20px; }
.downlist_info .fileinfo span { color: #333; padding-right: 15px; }
/*带图片的新闻列表*/
.newslist_img li { border-bottom: 1px solid #eee; height: 124px; overflow: hidden; padding: 15px 0px 15px 0px; }
.newslist_img li:last-child { border-bottom: 0px; }
.newslist_img .images { float: left; background-color: white; }
.newslist_img .images img { width: 160px; height: 120px; }
.newslist_img .info { float: left; margin-left: 15px; width: 740px; }
.newslist_img .title { font-size: 18px; line-height: 26px; }
.newslist_img .title a { color: #333; text-decoration: none; }
.newslist_img .title a:hover { color: #cc0000; text-decoration: underline; }
.newslist_img .desrciption { font-size: 12px; color: #999; line-height: 25px; height: 50px; overflow: hidden; margin-top: 10px; }
.newslist_img .fileinfo { font-size: 12px; color: #999; line-height: 20px; margin-top: 10px; }
.newslist_img .fileinfo span { color: #666; padding-right: 15px; }
/*视频ul列表样式01*/
.video_list01 { padding: 0px; margin-left: -20px; margin-top: 20px; }
.video_list01 li { float: left; border: 1px solid #ebebeb; overflow: hidden; padding: 5px; width: 270px; background-color: white; margin-left: 20px; margin-bottom: 30px; }
.video_list01 li:hover { box-shadow: 0px 0px 3px #ccc; }
.video_list01 .images img { width: 270px; height: 150px; }
.video_list01 .info .title { line-height: 32px; height: 32px; overflow: hidden; }
.video_list01 .info .title a { font-size: 14px; text-decoration: none; color: #333; }
.video_list01 .info .title a:hover { text-decoration: underline; }
.video_list01 .info .desrciption { font-size: 12px; color: #999; line-height: 18px; height: 18px; overflow: hidden; }
/*产品UL列表样式*/
.product_list01 { margin: 0px 0px 0px -20px; padding: 0; }
.product_list01 li { background-color: white; text-align: center; width: 220px; overflow: hidden; float: left; margin: 0px 0px 30px 20px; padding: 0px; border: solid 1px #ebebeb; }
.product_list01 li:hover { box-shadow: 0px 5px 15px #ddd; }
.product_list01 li .thumb { background-color: white; }
.product_list01 li .thumb img { width: 200px; height: 200px; margin-top: 10px; margin-bottom: 10px; }
.product_list01 li .product_name { height: 48px; overflow: hidden; padding-left: 8px; border-top: 1px solid #ebebeb; }
.product_list01 li .product_name .name { word-break: break-all; }
.product_list01 li .product_name a { color: #666; font-size: 14px; line-height: 48px; text-decoration: none; }
.product_list01 li:hover a { color: #cc0000; }
.product_list01 li .product_name a:hover { color: #cc0000; }
/*图片UL列表样式*/
.photo_list01 { margin: 0 0 0 -28px; padding: 0; }
.photo_list01 li { text-align: center; width: 200px; overflow: hidden; float: left; margin: 10px 0px 30px 28px; border: solid 1px #ebebeb; background-color: white; }
.photo_list01 li:hover { box-shadow: 0px 5px 15px #ddd; }
.photo_list01 li img { width: 200px; height: 150px; }
.photo_list01 li .title { height: 40px; overflow: hidden; }
.photo_list01 li .title a { color: #666; font-size: 14px; line-height: 40px; text-decoration: none; word-break: break-all; }
.photo_list01 li .title a:hover { color: #c10202; }


/*图片UL列表样式*/
.photo_list02 { margin: 0 0 0 -32px; padding: 0; }
.photo_list02 li { text-align: center; padding: 10px; overflow: hidden; float: left; margin: 10px 0px 30px 32px; border: solid 1px #ebebeb; background-color: white; }
.photo_list02 li:hover { box-shadow: 0px  0px 0px 3px #FF8000; }
.photo_list02 li img { width: 180px; height: 240px; }
.photo_list02 li .title { height: 32px; overflow: hidden; }
.photo_list02 li .title a { color: #666; font-size: 14px; line-height: 32px; text-decoration: none; word-break: break-all; }
.photo_list02 li .title a:hover { color: #c10202; }


/*guestbook style*/
.guestbook_list dl { border: 1px solid #ebebeb; margin: 10px 0px 10px 0px; padding: 10px; }
.guestbook_list dt { border-bottom: 1px solid #ebebeb; font-size: 16px; line-height: 30px; }
.guestbook_list dt span { color: #999; font-weight: normal; font-size: 12px; float: right; }
.guestbook_list dd { font-size: 14px; }
.guestbook_list dd.g_content { color: #555; padding: 10px; }
.guestbook_list dd.reply_content { padding: 10px; background-color: #FFF9F7; margin-top: 5px; color: #FF4D4D; }
.post_box { border: 1px solid #ebebeb; }
.post_box h5 { color: #333; font-size: 18px; font-weight: normal; line-height: 30px; border-bottom: 1px solid #ebebeb; padding: 10px; font-family: "MicroSoft YaHei", "SimHei"; }
.post_box h5 i { padding: 0px 10px 0px 10px; }
.post_box .table_form { margin: 20px 0px 20px 0px; }
.post_box td { padding: 4px 0px 4px 0px; }
.post_box input,
textarea { padding: 2px 5px 2px 5px; font-size: 16px; line-height: 22px; border: 1px solid #ebebeb; }
.post_box .submit { background-color: #00B22D; color: white; font-style: 14px; padding: 5px 45px 5px 45px; }
.post_box .reset { background-color: #000000; color: white; font-style: 14px; padding: 5px 45px 5px 45px; }
/*pages nav style*/
#pages { padding: 10px 0; text-align: left; clear: both; margin-top: 10px; text-align: center; margin-bottom: 50px; }
#pages a { display: inline-block; padding: 5px 20px; height: 22px; font-size: 14px; line-height: 22px; background: #fff; border: solid 1px #e3e3e3; text-align: center; color: #333; margin-right: 3px; margin-left: 3px; text-decoration: none; }
#pages a.a1 { padding: 5px 20px; height: 22px; line-height: 22px; margin-top: 0px; }
#pages a:hover { background: #00B22D; color: #fff; text-decoration: none; }
#pages span { font-size: 14px; display: inline-block; padding: 5px 20px; height: 22px; line-height: 22px; background: #00B22D; color: #fff; text-align: center; margin-right: 3px; margin-left: 3px; border: solid 1px #00B22D; }
.page .noPage { display: inline-block; padding: 4px 19px; height: 22px; line-height: 22px; border: 1px solid #e3e3e3; text-align: center; color: #a4a4a4; }
/*kefu style*/
.kefu { color: #333; width: 99px; height: 60px; position: absolute; top: 0; }
.kefu .kftop { background-image: url(../images/kefu_top.gif); background-repeat: no-repeat; height: 50px; }
.kefu .kfbottom { background-image: url(../images/kefu_bottom.gif); background-repeat: no-repeat; height: 14px; }
.kefu .kfbox { border-left: 1px solid #e8dcdb; border-right: 1px solid #e8dcdb; overflow: hidden; zoom: 1; padding: 1px; background: #fff; color: #d3d3d3; line-height: 26px; }
.kefu .kfbox ul { padding-right: 6px; padding-left: 3px; }
.kefu .kfbox ul li { color: #333; font-size: 14px; }
.kefu .kfbox ul li.tit { color: #800000; font-size: 12px; }
.kefu .kfbox ul li img { vertical-align: middle; }
/*上一个、下一个*/
.prev_next { font-size: 16px; color: #999; line-height: 40px; text-align: center; border-top: 1px solid #ebebeb; margin-bottom: 60px; }
.prev_next .prev { padding-right: 20px; }
.prev_next .next { padding-left: 20px; }
.prev_next a { color: #333; }


#kefu1 { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: 50px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+50 : document.body.scrollTop +50);
}

#kefu1{position:fixed; right:0px; top:150px; z-index:10008; width: 132px; padding: 10px; background: #fff; border: 1px solid #ddd; box-shadow: 1px 1px 1px #d4d4d4; font-size: 12px;}
.cs_tel{height:25px; font-family: "MicroSoft YaHei", "SimHei";font-size: 16px;}
.cs_tel_ct{color: #666; line-height: 150%;}
.cs_tel_num{color: #c00; font-size: 18px; font-family: Arial,Verdana; font-style: italic; font-weight: bold; display: block; padding: 5px 0px;}

.cs_online{height:30px; background: url('img.gif?v=1') no-repeat 0px -50px;}
.cs_online_qq{height: 25px;}
.cs_online_qq a:link, .cs_online_qq a:active, .cs_online_qq a:visited, .cs_online_qq a:hover{text-decoration: none; color: #666;}

.cs_qcode{padding: 10px 0px 0px 0px;text-align: center;}
.cs_txt{padding: 0px;text-align: center;color: #666;font-family: "MicroSoft YaHei", "SimHei";}


.cs_free{height:32px;}
.cs_free a{display: block; height: 32px;}
.cs_free a span{display: none;}

.cs_baidu{height:32px;}
.cs_baidu a{display: block; height: 32px;}
.cs_baidu a span{display: none;}

.cs_spr{border-bottom: 1px solid #ebebeb; margin: 8px 0px;}
.cs_space{clear:both; overflow:hidden; height:8px;}
.cs_close{position: absolute; right: 5px; top: 5px; width: 12px; height: 12px;}
.cs_close a{display: block; height: 10px;color: #666;font-family: "MicroSoft YaHei", "SimHei";}
.cs_close a span{}