@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#333333;	margin:0px auto; font-family:Microsoft YaHei; font-size:12px;}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#fb3b00; outline:none; }

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right;}

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666;  text-shadow: 0 1px 1px white;}
/*默认样式*/
.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;border-color: #007998;  color: white;  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);}
.btn:hover { color:white;  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);  background: linear-gradient(top, #00c9fe, #008db2);}
.btn:active {background: #1495b7;  color: #005065;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; background: url(../images/form_bg.jpg) #fff repeat-x;}
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; width:112px; height:25px; line-height:25px; text-align:center; margin-top:20px; font-weight:normal; color:#fff; background:#47a120; font-size:13px; border-radius:5px;} 
.more1{ float: right; width:112px; height:25px; line-height:25px; text-align:center;font-weight:normal; color:#333; background:#fff; font-size:13px; border-radius:5px; margin-top:7px;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6{ width:1000px;margin:0px auto; }
#top, #logo, #navigation, #announcement, #link, #copyright { width:1000px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#right { float:right; width:740px; }
#center{}
#left { float:left; width:250px; border-left:0px solid #E5E5E5; padding-left:0px; }

#floor_1_main{ overflow:hidden;}
#floor_1{ margin:60px auto; overflow:hidden;}
#floor_1_1{ background:url(../images/floor_1_1.jpg) repeat-y center top; width:224px; float:left; border-radius:5px; overflow:hidden; padding-bottom:20px;}
#floor_1_1 img{ width:100%;}
#floor_1_1 h2{ color:#fff; font-size:24px; text-align:center; margin:20px 0;}

#floor_1_2{ width:755px; float:right;}
#floor_1_2 .title{ border-bottom:1px solid #47a120;}
#floor_1_2 .title h2{ color:#47a120; font-size:25px; line-height:55px;}
#floor_1_2 .title h2 span{ font-weight:normal; font-size:15px; padding-left:5px;}

#floor_2_main{background:#eaf0e2; min-height:1120px;}
#floor_2{ position:relative;min-height:1120px;}
#floor_2 .title{ text-align:center; background:url(../images/floor_2.png) no-repeat center top; height:106px; position:absolute; top:-13px; width:100%; left:0;}
#floor_2 .title h2{ font-size:35px; font-weight:normal; color:#fff; line-height:1.6em;}
#floor_2 .title h2 span{ font-size:60px; font-family:Arial;}
#floor_2 .title p{ color:#ebef77; font-size:16px; margin-top:5px;}
#floor_2 .body{ padding-top:170px;}
#floor_2 .body ul { overflow:hidden;}
#floor_2 .body ul li{ overflow:hidden; margin-bottom:30px;}
#floor_2 .body ul .li1 img{ float:left;}
#floor_2 .body ul .li1 .part_right{ width:515px; float:right;}
#floor_2 .body ul .li1 .part_right .nub{ float:left; background:url(../images/nub.png) no-repeat center; width:63px; height:53px; line-height:53px; text-align:center; color:#fff; font-weight:bold; font-size:33px; font-family:Arial;}
#floor_2 .body ul .li1 .part_right .right_info{ float:right; width:435px;}
#floor_2 .body ul .li1 .part_right .right_info h2{ color:#fb3b00; font-size:22px;}
#floor_2 .body ul .li1 .part_right .right_info h2 span{ color:#40a114;}
#floor_2 .body ul .li1 .part_right .right_info p{ font-size:10px; font-family:Arial; margin-bottom:5px;}
#floor_2 .body ul .li1 .part_right .right_info .info_con{ background:url(../images/li_cio.png) no-repeat 0 11px; padding-left:15px; font-size:15px; line-height:2em;}
#floor_2 .body ul .li2 img{ float:right;}
#floor_2 .body ul .li2 .part_right{ width:620px; float:left;}
#floor_2 .body ul .li2 .part_right .nub{ float:left; background:url(../images/nub.png) no-repeat center; width:63px; height:53px; line-height:53px; text-align:center; color:#fff; font-weight:bold; font-size:33px; font-family:Arial;}
#floor_2 .body ul .li2 .part_right .right_info{ float:right; width:535px;}
#floor_2 .body ul .li2 .part_right .right_info h2{ color:#fb3b00; font-size:25px;}
#floor_2 .body ul .li2 .part_right .right_info h2 span{ color:#40a114;}
#floor_2 .body ul .li2 .part_right .right_info p{ font-size:10px; font-family:Arial; margin-bottom:5px;}
#floor_2 .body ul .li2 .part_right .right_info .info_con{ background:url(../images/li_cio.png) no-repeat 0 11px; padding-left:15px; font-size:15px; line-height:2em;}

#floor_3_main{ padding:65px 0; overflow:hidden;}
#floor_3{}
#floor_3_1{ background:url(../images/floor_3_1.jpg) no-repeat center; height:167px;}
#floor_3_1 .ph{ float:right; margin-top:20px; margin-right:35px;}
#floor_3_1 .ph p{ color:#fff; font-size:25px; font-weight:bold;}
#floor_3_1 .ph a{ display:block; background:url(../images/btn.png) no-repeat center; width:192px; height:41px; line-height:36px; color:#fff; text-align: center; font-size:22px;}
#floor_3_1 .pr { float:left; margin-top:25px; margin-left:30px;}
#floor_3_1 .pr h2{ color:#fff; font-size:30px;}
#floor_3_1 .pr p { color:#fdee03; font-size:20px; margin-top:5px;}
#floor_3_2{}
#floor_3_2 .title{ background:url(../images/floor_3.jpg) no-repeat center;}
#floor_3_2 .title h2{ width:360px; margin:0 auto; text-align:center; color:#47a120; font-size:25px;}
#floor_3_2 .title h2 span{ font-weight:normal; font-size:15px;}
#floor_3_2 .title h2 a{ display:inline-block; *display:inline; width:112px; height:25px; line-height:25px; text-align:center;font-weight:normal; color:#fff; background:#47a120; font-size:13px; border-radius:5px; margin-left:5px;}
#floor_3_2 .title p{ text-align:center; color:#47a120; font-size:22px; line-height:1em;}
#floor_3_2 .body{ overflow:hidden; padding:50px 0;}
#floor_3_2 .body .part_left{ float:left; position:relative; width:495px; height:372px; overflow:hidden;}
#floor_3_2 .body .part_left a{ display:block;}
#floor_3_2 .body .part_left a img{width:495px; height:372px; }
#floor_3_2 .body .part_left a h2{ position:absolute; width:100%; height:38px; line-height:38px; left:0; bottom:0; background:url(../images/h2_bgd.png) repeat ;color:#fff; text-indent:15px;}
#floor_3_2 .body .part_left a:hover h2{ position:absolute; width:100%; height:38px; line-height:38px; left:0; bottom:0; background:url(../images/hover_p2.png) no-repeat 95% 50% rgba(251,59,0,0.8); *background:url(../images/h2_bg.png) repeat; color:#fff; text-indent:15px;}
#floor_3_2 .body .part_right{ float:right; width:490px; overflow:hidden;}
#floor_3_2 .body .part_right ul{ overflow:hidden;}
#floor_3_2 .body .part_right ul li{ float:left;}
#floor_3_2 .body .part_right ul li{ float:left; position:relative; width:238px; height:177px;overflow:hidden; margin:0 3px; margin-bottom:18px;}
#floor_3_2 .body .part_right ul li a{ display:block;}
#floor_3_2 .body .part_right ul li a img{width:238px; height:177px; }
#floor_3_2 .body .part_right ul li a h2{ position:absolute; width:100%; height:38px; line-height:38px; left:0; bottom:0; background:url(../images/h2_bgd.png) repeat ; color:#fff; text-align:center;}
#floor_3_2 .body .part_right ul li a:hover h2{ position:absolute; width:100%; height:38px; line-height:38px; left:0; bottom:0; background:url(../images/h2_bg.png) repeat; color:#fff; text-align:center;}

#floor_4_main{ background:url(../images/floor_4_main.jpg) no-repeat center top; height:1195px; overflow:hidden;}
#floor_4{}
#floor_4 .title{ margin:30px auto;}
#floor_4 .title h2{ color:#fff; font-size:25px;}
#floor_4 .title h2 span{ font-weight:normal; font-size:15px; padding-left:10px;}
#floor_4 .body{ padding-top:20px;}
#floor_4 .body ul{}
#floor_4 .body ul li{ width:214px; float:left; background:#fff; border:3px solid #fff; position:relative; margin:0 15px; height: 364px;}
#floor_4 .body ul li:hover{ border:3px solid #fb3b00;}
#floor_4 .body ul li a{ display:block;}
#floor_4 .body ul li a img{ width:214px; height:159px;}
#floor_4 .body ul li a h2{ padding:0 23px; margin-top:25px; color:#202020; font-size:15px;}
#floor_4 .body ul li a h2 span{ float:right;}
#floor_4 .body ul li a p{ padding:0 15px; margin-top:15px; margin-bottom:35px; font-size:13px;}
#floor_4 .body ul li a .postim{ position:absolute; bottom:-13.5px; left:50%; width:25px; height:25px; margin-left:-12.5px;}
#floor_4 #floor_3_1{ margin:60px 0; background:url(../images/floor_4_1.png) no-repeat center top;}
#floor_4_2{ background:url(../images/floor_4_2.png) no-repeat 366px 0px; overflow:hidden; height:374px; position:relative;}
#floor_4_2 .part_1{ float:left; width:472px; height:303px; overflow:hidden;}
#floor_4_2 .part_1 img{ width:472px; height:303px;}
#floor_4_2 .part_2{ width:513px; height:250px; background:url(../images/an_main.jpg) repeat; overflow:hidden; position:absolute; bottom:0; right:0; padding:25px;*padding: 25px;}
a.x{cursor: pointer;}
#floor_4_2 .part_2 a{ color:#fff;}
#floor_4_2 .part_2 a:hover{ color:#f92801;}
#floor_4_2 .part_2 .line{ width:17px; height:3px; background:#fff;-webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s;transition-duration:0.5s;}
#floor_4_2:hover .part_2 .line{ width:67px;}
#floor_4_2 .part_2 h2{ color:#fff; font-size:25px; line-height:2.5em;}
#floor_4_2 .part_2 span{ color:#fff; font-size:22px; display:block; margin-bottom:15px;}
#floor_4_2 .part_2 p{ color:#f5ff9e; font-size:13px;width: 514px;height:120px; overflow:hidden;}
#floor_4_2 .part_2 img{ position:absolute; width:25px; height:25px; bottom:0; right:0;}

#floor_5_main{}
#floor_5{ overflow:hidden; padding:60px 0;}
#floor_5 .part_left{ width:690px; height:350px; overflow:hidden;float:left;}
#floor_5 .part_left .title{ border-bottom:1px solid #d3d3d3; line-height:45px;}
#floor_5 .part_left .title h2{ color:#47a120; font-size:25px;}
#floor_5 .part_left .title h2 span{ font-weight:normal; font-size:15px;}
#floor_5 .part_left .title .line{ height:3px; width:67px; background:#47a120; margin-left:40px;}
#floor_5 .part_left .body{ overflow:hidden;}
#floor_5 .part_left .body .first{ border-bottom:1px dashed #b5b5b5; overflow:hidden; padding-bottom:20px;overflow:hidden; margin-top:20px;}
#floor_5 .part_left .body .first img{ float:left; margin-right:25px; width:209px; height:130px;}
#floor_5 .part_left .body .first h2 a{ color:#202020; font-size:15px;}
#floor_5 .part_left .body .first p{ font-size:13px; height:3.5em; overflow:hidden; margin-top:20px;}
#floor_5 .part_left .body .first .more{ float:left;}

#part_right{ float:right; width:283px; height:348px; border:1px solid #b5b5b5;}
#part_right .title{ overflow:hidden; position:relative; padding:0 20px;}
#part_right .title h2{ color:#47a120; font-size:25px; line-height:1.8em; border-bottom:3px  solid #b5b5b5}
#part_right .title h2 span{ font-weight:normal; font-size:15px; padding-left:5px; text-transform: uppercase;}
#part_right .title .line{ width:67px; height:3px; background:#47a120; position:absolute; left:20px; bottom:0;}
#part_right .body{ overflow:hidden;}
#part_right .body h2{ padding:0 20px; font-size:16px; font-weight:700; line-height:3em; color:#47a120;}
#part_right .body .contents{ padding:0 20px;line-height:2em;}
#part_right .body .contents ul li{ overflow:hidden; line-height:1.8em; margin-bottom:5px;}
#part_right .body .contents ul li span{ float:left; width:30%; font-size:13px;}
#part_right .body .contents ul li p{ float:right; width:70%;font-size:13px;}
#part_right .bottom{ text-align:center; overflow:hidden; width:100%; margin-top:15px;}

#floor_5 .part_bottom{ overflow:hidden; margin-top:30px;}
#floor_5 .part_bottom ul{ overflow:hidden;}
#floor_5 .part_bottom ul li{ float:left; text-align:center; margin:0 3px; font-size:14px; }
#floor_5 .part_bottom ul li img{ width:188px; height:140px; border:1px solid #d0d0d0; padding:1px;}
#floor_5 .part_bottom ul li img:hover{border:1px solid #fb4912;}
#floor_5 .part_bottom ul li .title{ display:block; margin-top:5px; font-size:15px;}
#floor_5 .part_bottom ul li .title:hover{ color:#fb4912;}

#floor_6_main{ background:#eaf0e2; padding-top:60px; overflow:hidden; margin-bottom:-139px;}
#floor_6{ background:#fff; overflow:hidden;}
#floor_6 img{ float:left; margin-top:165px;}
#floor_6 .float_right{ width:700px; margin-top:60px; float:left; overflow:hidden;}
#floor_6 .float_right h2{ background:url(../images/floor_6_t.jpg) no-repeat bottom right;color:#3d9c14; font-size:25px; line-height:2em; padding-bottom:20px;}
#floor_6 .float_right .part_1{ width:208px; border:2px solid #858585; text-align:center; overflow:hidden;  padding-bottom:30px; margin-top:20px; float:left;}
#floor_6 .float_right .part_1 h3{ color:#3d9c14; font-size:20px; text-align:center; margin-top:10px;}
#floor_6 .float_right .part_1 img{ float:none; display:block; margin:25px auto;}
#floor_6 .float_right .part_1 span{ font-size:18px;}
#floor_6 .float_right .part_1 p{ color:#fb3b00; font-size:25px; font-weight:bold;}

#floor_6 .float_right .part_2{ width:440px; float:right; margin-top:20px;}
#floor_6 .float_right .part_2 div{ overflow:hidden; margin-bottom:15px;}
#floor_6 .float_right .part_2 div label{ width:57px; height:35px; float:left; line-height:35px; background:#858585; text-align: center; color:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px;}
#floor_6 .float_right .part_2 div input{ float:left; width:154px; height:33px; line-height:33px; border:1px solid #858585; padding:0; margin:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
#floor_6 .float_right .part_2 div textarea{ width:428px; height:70px; margin:0; padding:0; border:1px solid #858585; border-radius:5px; padding:5px;position:relative;z-index:999}
#floor_6 .float_right .part_2 div { text-align:center;}
#floor_6 .float_right .part_2 div .onset{ float:none; width:160px; height:35px; border:none; background:#fb3b00; color:#fff; display:inline-block; *display:inline; cursor:pointer;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0px;border-bottom-right-radius:0px; position:relative;z-index:999}
#floor_6 .float_right .part_2 div .reset{ float:none; width:160px; height:35px; border:none; background:#3d9c14; color:#fff;display:inline-block; *display:inline;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0px;border-bottom-left-radius:0px; position:relative; z-index:999}
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:38px;  background:url(../images/top_main.jpg) repeat-x; }
#top { height:38px; line-height:38px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top a { color:#333; padding-right:10px;}
#top a:hover { color:#F00;text-decoration:none}

/*Logo*/
#logo_main { height:100px; }
#logo {overflow:hidden;height:100px; }
#logo .WebLogo{ float:left; margin:20px 0;}
#logo .WebInfo{ float:left; margin-top:25px; margin-left:8px;}
#logo .WebInfo b{ font-size:21px;}
#logo .WebInfo p{ font-size:14px;}
#logo .WebTel{ float:right; background:url(../images/WebTel.jpg) no-repeat center left; padding-left:60px; margin-top:25px;}
#logo .WebTel p{ font-size:14px;}
#logo .WebTel span{ color:#fb3b00; font-size:30px; font-family:Arial;}
/*导航*/
#navigation_main { background:url(../images/nav.jpg) repeat-x; margin-bottom:2px;}
#navigation { height:50px;  }
#navigation ul.navigationlist li { float:left; line-height:50px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; width:89px; font-size:15px; font-weight:bold; color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover,#navigation ul.navigationlist li a.hover { text-decoration:none; color:#fb3b00;background:#f0f0f0;  }
#navigation ul.navigationlist .current { color:#ffe400; background:#2475d8; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#ededed; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#333333; font-size:12px; padding:0px;margin:0px;  text-align:center; width:100px; }
#navigation  ul.subnavigationlist li a:hover {  background:#2b8803;  color:#fff; }

.banner, .banner ul, .banner img { height:496px; }
.banner { width:100%; min-width:1000px; position:relative; overflow:hidden; }
.banner ul { width:100%; }
.banner li { width:100%; position:absolute; z-index:1; overflow:hidden; background:#2c643d; }
.banner img { width:1920px; display:block; position:relative; left:50%; margin-left:-960px; top:0; }
.banner .tip { width:1000px; height:10px; line-height:0; font-size:0; text-align:center; position:absolute; left:50%; margin-left:-500px; bottom:25px; z-index:3; }
.banner .tip span { display:inline-block; width:12px; height:12px; margin:0px 6px; cursor:pointer; background:#FFF; }
.banner .tip span.cur { background:#fb3b00; }
/*公告*/
#announcement_main { background:url(../images/an_main.jpg) repeat-x center left;}
#announcement {height:85px; line-height:85px;color:#0B3B7D;}
#announcement .announcement_1{ background:url(../images/TelCIN.png) no-repeat center left; padding-left:50px; float:left;}
#announcement .announcement_1 span{ color:#fff; font-size:20px;}
#announcement .announcement_1 b{ color:#fff; font-size:30px; font-weight:normal; padding-left:8px; border-right:1px dashed #fff; padding-right:50px;}
#announcement .announcement_2{ float:right; width:380px; height:42px; overflow:hidden; padding-top:20px;}
#announcement .announcement_2 .form_text{ width:287px; height:42px; line-height:42px; padding:0; margin:0; border:none; text-indent:3px; float:left;}
#announcement .announcement_2 .form_button{height:42px; line-height:42px; padding:0; margin:0; border:none; width:92px; border-radius:0; background:url(../images/Search.png) no-repeat center #68c020;float:left}


/*当前位置*/
#location_main {} 
#location {color:#0B3B7D; float:right; padding-right:8px;}

/*子频道列表*/
.subchannellist { }
.subchannellist li {margin-bottom:12px;}
.subchannellist li a { display:block;color:#48b518; font-size:16px;height:36px; line-height:33px; background:url(../images/subchannelli.png) no-repeat center; text-indent:50px;}
.subchannellist li .on{color:red; text-decoration:none; }
.subchannellist li a:hover {  color:red; text-decoration:none; }
.subchannellist #current a {  font-weight:bold; color:red; }

.downsublist{ display:none;}
.downsublist li{ text-indent:40px; }
.downsublist li a{ width:190px; margin:0 auto; background:url(../images/downlist.png) no-repeat 15% 50%; color:#fff;border-bottom:1px dashed #cfeb34;}

/*搜索 */
table.search_table{ width:100%; text-align:center; line-height:42px; margin-top:20px; }
table.search_table th{ vertical-align:middle; text-align:center;}
table.search_table td{ vertical-align:middle;}

/*联系我们*/
.contact_wrap{ line-height:1.8em}
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */ 
#link { padding-top:180px;}
.link_text { overflow: hidden; zoom:1; }
.link_text h2{ float:left; font-size:20px; font-weight:normal;line-height:30px;}
.link_text ul li { float:left; text-align:center;overflow:hidden;white-space:nowrap; line-height:30px;}
.link_text a {color:#fff; font-size:14px; padding:1px 7px;}

/* 版权信息 */
#copyright_main { color:#fff; background:url(../images/copyright_main.png) no-repeat bottom center; height:456px; position:relative; z-index:99; zoom:1;}
#copyright { padding:10px 0;  }
#copyright .bottom_navigation{text-align: center; background:#effafe; border-radius:25px; height:45px; line-height:45px; margin:10px 0;}
.bottom_navigation a {color: #333; text-decoration: none; font-size:15px; padding:0 20px;}
#copyright a:hover { font-weight:bold; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .bottom_info p{ font-size:13px;}
#copyright .bottom_info p b{ font-weight:normal; padding:0 3px;}
#copyright .bottom_info .support{ margin-top:15px; font-size:13px;}
#copyright .bottom_info .support a{ color:#fff; font-size:13px;}
#copyright .bottom_info .support a:hover{ color:#fb3b00;}



/*会员*/
/*会员登录*/
table.login_table{ width:60%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}

/*会员注册*/
table.reg_table{ width:60%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}

/*忘记密码 第一步*/
table.forget_table1{ width:60%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:60%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#900; padding:5px 0px}
.InfoTitle h1{ font-size:16px; line-height: 1.5em; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:1px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag b{}
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}
.product  .info_product_detail_wrap img{ width:195px; height:195px;float:left;  text-align:left }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===公共字段 结束===*/

/*===首页 开始===*/
.index .ChannelContent{color:#626262;  line-height:25px; height:200px; background:url(../images/about_bg.jpg); padding:5px; overflow:hidden; margin-bottom:10px;}
.index .ChannelContent a{ color: #ff9d02}
.index #left{ float: left ;  width:740px;}
.index #right{ float: right; width:250px;}
/*===首页 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden; padding:5px 0px;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#014597; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table . { color:#014597;font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#014597;font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; color:#5d5d5d; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ overflow:hidden; margin-top:10px;}
.textlist li { line-height:28px; height:28px;text-indent:10px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{ font-size:15px; color:#000001;}
.textlist li a:hover{ color:#fb3b00;}
/*带缩略图文字列表*/
.thumblist{}
.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000;}
.thumblist li p{ text-indent:2em; height:10em; overflow:hidden;}

/*橱窗列表*/
.gridlist{ overflow:hidden; margin-top:40px;}
.gridlist li { float:left; text-align:center; margin:0px 7px;  width:174px; /*height:195px;*/ overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; background:#ededed; padding-bottom:25px; margin-bottom:37px;}
.gridlist li  { white-space:nowrap;display:block;}
.gridlist li a img {width:174px; height:130px;}
.gridlist li h2 a{ display:block; font-weight:normal; font-size:16px; margin:10px 0;}
.gridlist li p  { width:140px; height:30px; line-height:30px; margin:0 auto; background:#48b518; color:#fff; border-radius:5px;}
.gridlist li p  a{ color:#fff; display:block;}
.gridlist li:hover{ background:#fb3b00;}
.gridlist li:hover h2 a{ color:#fff;}
.gridlist li:hover p{ background:#fff; }
.gridlist li:hover p a{color:#333;}

.gridlist1{ overflow:hidden; margin-top:40px;}
.gridlist1 li { float:left; text-align:center; margin:0px 7px;  width:174px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; background:#ededed; padding-bottom:25px; margin-bottom:37px;}
.gridlist1 .err{ background:none;}
.gridlist1 li a { white-space:nowrap;display:block;}
.gridlist1 li a img {width:174px; height:130px;}
.gridlist1 li h2 a{ display:block; font-weight:normal; font-size:16px; margin:10px 0;}
.gridlist1 li p  { width:140px; height:30px; line-height:30px; margin:0 auto; background:#48b518; color:#fff; border-radius:5px;}
.gridlist1 li p  a{ color:#fff;}
.gridlist1 li:hover{ background:#fb3b00;}
.gridlist1 li:hover h2 a{ color:#fff;}
.gridlist1 li:hover p{ background:#fff; }
.gridlist1 li:hover p a{color:#333;}


/*视频列表*/
.videolist{ }
.videolist li { width:347px; float:left; padding:0px 6px; text-align:center; overflow:hidden;display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.videolist li img { border:1px solid #999999; width:345px; /*height:165px;*/}
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@通用列表  结束@@==========*/

/*右侧悬浮框*/
.bcts_bar{width:120px; height:350px; text-align:center; font-size:14px;  color:#fff; position:fixed; right:10px; z-index:9000; top:200px; text-align:center;}
.bcts_bar .title{ width:120px; height:39px; line-height:39px; font-size:16px; margin-bottom:1px; background:#3cb408; }
.bcts_bar .qq{ width:100%; height:38px; line-height:38px; display:block; color:#fff; background:#fb3b00; margin-bottom:1px;}
.bcts_bar_con{width:120px;  margin:0 auto;color:#fff; text-align:center;padding:20px 0px; background:#3cb608 url(../images/bcts_bar_bodybg.jpg) no-repeat center bottom;}
.bcts_bar_con .telbcticon{ width:30px; height:26px; display:inline-block; vertical-align:middle; background:url(../images/fixtelicon.png) no-repeat center bottom; }
.bcts_bar_p1{ font-size:14px; height:30px; line-height:30px;}
.bcts_bar_p2{ font-size:15px;  margin-top: 6px;}
.bcts_bar_p3{ font-size:16px;  margin:0px auto; padding-top:10px; }
.bcts_bar .returnTop{ z-index:9999; width:92px; margin:0px auto; height:46px; cursor:pointer; background:url(../images/bcts_bar_top.png) no-repeat center bottom; }
.fly_talk{   height: 112px; padding:20px 10px 0 8px;  font-size:16px;  background:#3cb408;  width: 16px;  position: fixed; right: 131px; top: 285px;  z-index: 9000;  text-align: center;  color: #fff; line-height:18px; cursor: pointer;}
.fly_talk span{ display:block; font-size:12px;}
/* 全局布局 */
.wrapper{ }
/*清除浮动*/
.clearfix:after {visibility:hidden;display:block;font-size: 0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.w1000{width:1000px;margin:0px auto; margin-top:50px;}
.hide{display:none;}
.fl{ float:left;}
.fr{ float:right;}
.content { width:753px; margin-left:7px;}
.content em{ font-style:normal;}
.wrapper .iprolist{ width:auto; margin-left:0px; padding-top:0px;}
.wrapper .iproNav{ position:relative;}
.content .sitepath { float:right; height:40px; line-height:40px; padding-top:9px; color:#333; font-weight:normal; font-size:14px; }
.content .sitepath a:hover { text-decoration:underline; }
.content .ctod{ background:#fff; margin-bottom:20px; font-size:14px; line-height:28px;}

/*minbanner*/
.minbanner, .minbanner ul, .minbanner img { height:300px; }
/*sitepath*/
.content h2.ctit{width:753px; height:40px; margin-bottom:20px; line-height:40px;color:#3db508; font-weight:bold; font-size:20px; background:#fff;  border-bottom:2px solid #d3d3d3; }
.content h2.ctit b{ float:left;height:38px; line-height:38px;  border-bottom:4px solid #3db508;}
.content .sitepath { float:right; height:30px; line-height:30px; padding-top:5px;  font-size:14px; }
.content .sitepath a:hover { text-decoration:underline; }
/*map*/
.dtditu{width:140px; height:30px; line-height:30px; background:#3cb408; color:#fff; font-weight:bold; margin:10px auto 0; text-align:center; font-size:14px;}
.baiduMap{width:715px; height:280px; border:1px solid #3cb408; border-top:3px solid #3cb408;}
/* sideBar */
.sideBar{ margin-bottom:20px;}
.sideBar h3.title{ width:100%; height:60px; line-height:60px; text-align:center;color:#fff; background:url(../images/floor_1_1.jpg) repeat; font-size:25px; font-weight:bold;
border-top-left-radius:5px;border-top-right-radius:5px; }
.leftCon,.leftNews { width:224px;}
.sideBar .tod { background:#FFF; padding:15px; border:1px solid #e9e9e9;  line-height:2em;}
.sideBar .tod img{ display:block; margin:0 auto; width:194px; height:71px; margin-top:10px;}

/*iproNav*/
.leftRecom i,.leftRecom .iprotit{  background: url(images/line.png) no-repeat;}
.leftRecom{ width:224px; margin-top:40px;}
.leftRecom i{ display:block; width:210px; height:10px; background-position:left bottom;}
.leftRecom .iprotit{ height:60px;line-height:60px; background:url(../images/floor_1_1.jpg) repeat;border-top-left-radius:5px;border-top-right-radius:5px;}
.leftRecom h2{height:60px; line-height:60px;font-size:25px;text-align:center; color:#fff;}
.leftRecom h2 span{ display:block;font-size:15px; color:#666; font-weight:normal;}
.leftRecom .con{ overflow:hidden; border:1px solid #e3e3e3}
.leftRecom li{ width:189px;  margin: 10px auto; text-align: center;}
.leftRecom li img{ width:183px; height: 137px; padding:2px; border:1px solid #e3e3e3; display: block;}
.leftRecom li h3{ color: #666666; line-height: 30px;}
.leftRecom li:hover img{ background: #f07f00; border-color: #fff;}
.leftRecom li:hover h3{ color: #f07f00;}
/* leftCon */
.leftCon { width:224px; margin-top:40px;}
.leftCon img{ width:180px; height:80px; display:block; margin-bottom:5px;}
/*listProduct*/
/* listProduct2 */
.listProduct2 .tod { overflow:hidden; }
.listProduct2 .list {  width:110%; font-family:"Microsoft Yahei"; }
.listProduct2 .item { float:left; width:730px; margin:0 13px 20px 0; _display:inline;  text-align:left; }
.listProduct2 .item .img { display:block; width:200px; height:150px; padding:4px; float:left; margin-right:10px; border:1px solid #ddd; transition:all 500ms ease; overflow:hidden; }
.listProduct2 .item img { width:200px; height:150px; display:block; }
.listProduct2 .item .time{ color:#999; }
.listProduct2 .item .img:hover { background:#2c643d; border-color:#2c643d; transition:all 500ms ease; }
.listProduct2 .item h3 { height:30px; line-height:25px; font-size:16px; }
.listProduct2 .item h3 a:hover { text-decoration:underline; }
.listProduct2 .item .summary { height:60px; line-height:20px; margin-top:10px; color:#999; overflow:hidden; margin-bottom:10px; }
.listProduct2 .item .order { display:block; width:77px; height:23px; line-height:23px; margin-left:220px; margin-top:7px; text-align:center; color:#333; border:1px solid #aaa; }
.listProduct2 .item .order:hover { color:#f07f00; border-color:#f07f00; }
/* .pageProduct */
.pageProduct2 h1 { font-family:"Microsoft Yahei"; font-size:18px; line-height:25px; padding:15px 0; text-align:center; font-weight:700; }
.pageProduct2 .photo { margin-bottom:20px; }
.pageProduct2 .photo .img {  display:block; padding:4px; border:1px solid #dbe7c7; margin:0 auto; }
.pageProduct2 .detaiInfo { margin-bottom:10px; }
/* pageProduct2 */
/* showLine */
.pageProduct .photo { width:358px; }
.pageProduct .photo .imgpro { width:358px; height:269px; display:block; border:1px solid #ddd; }
.pageProduct .photoimg{ width:358px; height:82px; padding-top:10px; overflow:hidden;}
.pageProduct .photoimg .list{ width:110%;}
.pageProduct .photoimg a{ width:108px; height:80px; display:block; float:left;  margin-right:14px; border:1px solid #ddd;}
.pageProduct .photoimg a img{ width:108px; height:80px; display:block;}
.pageProduct .photoimg a:hover{ border:1px solid #f35b07;}
.pageProduct .baseInfo { float:right; width:340px; }
.pageProduct .baseInfo h1,.pageProduct .baseInfo p {  line-height:30px; font-size:14px; color: #333; }
.pageProduct .baseInfo h1{ color:#3db508; font-size:16px; font-weight:bold;}
.pageProduct .baseInfo p span { font-size:16px; color:#1a1b1c; }
.pageProduct .baseInfo p.ntel{ color:#666; font-size: 16px; padding-top: 30px; line-height:24px;}
.pageProduct .baseInfo p.ntel em{ font-size:25px; color:#fb3b00; display:block; font-weight:bold;}
.pageProduct .baseInfo p.button { width:175px; height: 50px; text-align: center; margin-top: 20px;}
.pageProduct .baseInfo a.btn { width:100%; display:block; height:40px; line-height:40px; color:#fff; background: #41a415; font-size:18px;}
.pageProduct .baseInfo a.btn:hover { background:#2c643d; }
.pageProduct .baseInfo .share{ width:100%; text-align:left; margin-top:40px;}
.pageProduct .baseInfo #bdshare{ width:342px; }
.pageProduct .detaiTit { height:30px; line-height:30px;  margin:45px auto 15px; }
.pageProduct .detaiTit h2{ width:128px; height: 30px; line-height: 30px;  color:#333333;font-size:16px; }
.pageProduct .detaiInfo { margin-bottom:10px; color:#868686; }
.pageProduct .reInformation{ margin-bottom:20px;}
.pageProduct .reInformation ul{ padding:10px 6px;}
.pageProduct .reInformation ul li{ width:162px;}

/* listNews */
.listNews ul{}
.listNews .ctod li{ width:100%; height:35px; line-height:35px; border-bottom:1px dotted #dcdcdc; float:left;}
.listNews .ctod li a{ display:block; width:100%; color:#333;}
.listNews .ctod li span{ float:right;}
.listNews .ctod li i{ font-size:10px; color:#726b6b; font-family:"宋体"; font-style:normal; margin-right:10px;}
.listNews .ctod li a:hover em{ color:#06681f; font-weight:bold;}
/* pageNews */
.pageNews h1 { font-size:20px; line-height:25px; font-family:"Microsoft Yahei"; padding:15px 0; text-align:center; font-weight:700; }
.pageNews .mark { height:30px; line-height:30px; text-align:center; margin-bottom:20px; border-bottom:1px solid #DDD; border-top:1px solid #DDD;  }
.pageNews .mark span { margin:0 7px; }
.pageNews .mark span a{ margin:0px 4px;}
.pageNews .mark span a.cur{ color:#fb6c00;  }
.pageNews .info { margin-bottom:40px; }
/* listCase */
.listCase li{ width:232px; height:216px; line-height:42px; padding:2px; text-align:center; float:left; margin:0px 23px 18px 0px; *display:inline;  color:#575757;}
.listCase li img{ width:232px; height:174px; display:block;}
.listCase li a{ display:block;}
.listCase li:hover{ background:#3db508;}
.listCase li:hover a{ color:#fff;}
.listCase .ctod { overflow:hidden; }
.listCase ul{ width:105%;}
/* pageCase */
.pageCase h1 { font-family:"Microsoft Yahei"; font-size:18px; line-height:25px; padding:15px 0; text-align:center; font-weight:700; }
.pageCase .photo { overflow:hidden; text-align:center; margin-bottom:20px; }
.pageCase .info { margin-bottom:40px; }
.pageCase .photo img{ max-width:640px;}
/*map*/
.map li.item{ width:100%;  padding:10px 0px; text-align:left;  border-bottom:1px solid #c8c8c8;}
.map li.item a{line-height:30px; color:#3db508; font-size:16px;   font-weight:bold; margin-right:15px;}

.map .subMap{  text-align:left; margin-left:50px;}
.map .subMap li.item2{ margin:15px 0px; line-height:24px;}
.map .subMap .san{  text-align:left; margin-left:50px;}
.map .subMap .san a{  font-size:16px; font-weight:normal;}
/* pager */
.pager { display:block; width:100%; height:auto; padding:25px 0 5px; text-align:center; clear:both; margin-bottom:5px; }
.pager span, .pager a{ display:inline-block; border:1px solid #aaa; color:#333; background:#fff; height:24px; line-height:24px; padding:0px 8px; text-decoration:none; margin:0 5px; border-radius:1px; }
.pager a:hover{ background:#f5f5f5; border-color:#aaa; color:#aaa; text-decoration:none;}
.pager .cur{ background:#fff; border-color:#2c643d; font-weight:bold; color:#2c643d; }
.pager span.dot{ background:#2c643d; border-color:#2c643d; font-weight:bold; color:#fff; }

/* reLink */
.reLink { height:30px; line-height:30px; border:1px solid #ddd; width:735px; background:#FFF; margin-bottom:15px; }
.reLink .prevLink { float:left; margin-left:10px; }
.reLink .nextLink { float:right; margin-right:10px; }
/* reInformation */
.reInformation { width:100%;  margin:10px 0px 30px 0px; border:1px solid #e9e9e9; background:#fff; }
.reInformation .tit { width:100%; height:60px; line-height:60px; font-size:25px; font-weight:bold; text-indent:1em; color:#fff; background:url(../images/floor_1_1.jpg) repeat;border-top-left-radius:5px;border-top-right-radius:5px;
 }
/* remPro */
.remPro ul { padding:10px 6px;}
.remPro li { float:left; width:166px; padding:9px 9px 0; }
.remPro li img { width:156px;height:114px; padding:2px; border:1px solid #e9e9e9;  }
.remPro li img:hover { opacity:0.8; filter:Alpha(opacity=80); }
.remPro .g { display:block; }
.remPro .t { width:100%; text-align:center; display:block; line-height:30px; }
.remPro .t:hover { text-decoration:underline; }
.remPro li.hover { border-color:#f08f0b; }
/*leftNews*/
.remNew{ margin-bottom:15px; width:100%; }
.remNew ul{  padding:10px 15px 20px;}
.remNew li{ width:100%; height:38px; line-height:38px; border-bottom:1px dotted #dcdcdc;}
.remNew li i{ font-size:10px; color:#726b6b; font-family:"宋体"; font-style:normal; margin-right:10px;}
.remNew li .time{ font-size:12px; float:right; color:#999; }
.remNew li a{ display:block; width:100%; color:#333;}
.remNew li a:hover em{ color:#06681f; font-weight:bold;}
/*Message*/
.formData { width:550px; margin:0px auto 20px; padding-top:30px; }
.formData tr.item label { margin-right:5px; }
.formData .required{ color:#666; font-weight:normal;   }
.formData tr.item .tip { width:216px; margin-left:20px; }
.formData tr.item input, .formData tr.code input { width:250px; height:25px; line-height:25px; color:#666; border:1px solid #ccc; border-radius:2px; padding:0 5px; }
.formData tr.item textarea { width:250px; height:80px; color:#666; border:1px solid #ccc; margin-bottom:15px; border-radius:3px; padding:0 5px; }
.formData tr.item input:focus, .formData tr.code input:focus, .formData tr.item textarea:focus { border:1px solid #999; }
.formData tr.code input { width:90px; }
.formData .sub { width:102px; height:32px; line-height:32px; text-align:center; background:#999; border-radius:2px; color:#FFF; border:none; margin-right:10px; cursor:pointer; }
.formData .sub:hover { background:#666; }
.formData tr.code img { vertical-align:middle; *vertical-align:0; margin-left:10px; }
.formData .err, .formData .red { color:#ff0000; }
.formData .red { font-size:14px; line-height:16px; font-weight:700; margin-right:5px; }
/* cms2.0.map */
.baiduMap { margin:0 auto 20px; background:#eee; box-shadow:2px 4px 5px rgba(0,0,0,0.1); width:90%; height:400px; }
.BMap_bubble_title a { display:inline-block; height:25px; line-height:26px; overflow:hidden; padding:0 10px; border-radius:3px; _background:#999; _color:#FFF; }
.BMap_bubble_title a:hover { _background:#666; _color:#FFF; }
.BMap_bubble_title > a { background:#999; color:#FFF; }
.BMap_bubble_title > a:hover { background:#666; }
#baiduMap span.BMap_Marker div { _width:19px !improtant; _height:25px !improtant; _background:url(./ico/marker_red_sprite.png) 0 0 no-repeat; } 