﻿@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:#696868;	margin:0px auto; font-family: Microsoft YaHei; font-size:14px; background:#fff; }
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 { color:#aaa; }
a:focus { outline:none; }
a:hover{ color:#000;}
a:active{ 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; }
/*默认样式*/
.btn {  background-color: #7db500;  color: #fff; }
.btn:hover {  background-color: #6b9c00; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.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;}
.btnComment{display:block; width:110px; height:32px; line-height:32px; color: #fff; padding:0; border: 1px solid #08a642;background: #08a642; cursor:pointer; }
.btnComment:hover{ color: #ddd;}
/*表单类*/
.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; }
.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; padding-right:5px; display:none;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px; } /*验证码图片样式*/

/*频道*/
.ChannelContent{ line-height:2.0em; font-size:16px;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:2.0em; font-size:16px; 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:5px 10px; text-align:center; color:#111; border-top:1px dashed #ccc; line-height:30px; margin:10px 0 0 0;}
.info_from_wrap a { color:#111; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; color:#000;}
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ margin:10px 0 0 0; padding:5px 10px; color:#333; line-height:1.8em;overflow:hidden;background:#eee;}
.Next{float:left;}
.Previous{float:right;}
.Next a{ }
.Previous a{ }
.LConsultation{text-align:center;padding:20px 0;}
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title {background:url(../images/left_title.jpg) no-repeat center;height:96px;text-align:center; }
.left_title h2 { font-size:24px;font-weight:normal;  color:#fff;padding:25px 0 0 0; }
.left_title p { font-size:14px;  color:#fff; }
.left_body { overflow:hidden; zoom:1;background:#c9c9c9;padding:12px 8px 25px 8px;}
.left_bottom { height:15px; margin-bottom:5px;}

/*样式1*/
.left_title1{ text-align:center;}
.left_title1 h2 { font-size:30px; color:#1d1d1d;  font-weight:normal;background:url(../images/left_title6_p.png) no-repeat center;}
.left_body1 { overflow:hidden; zoom:1; padding:40px 0;}
.left_bottom1 { }
/*样式2*/
.left_title2 {text-align:center; position:relative;}
.left_title2 h2 { font-size:36px;  color:#1d1d1d; font-weight:normal; line-height:49px;height:49px;}
.left_title2 p { font-size:20px;  color:#53c282;line-height:30px;height:30px; }
.left_title2 a{background:url(../images/left_title2_a.png) no-repeat center;display:block;font-size:16px;color:#4f4f4f;}
.left_body2 { overflow:hidden; zoom:1;  padding:40px 0;}
.left_bottom2 { }
/*样式3*/
.left_title3{ text-align:center;background:#1baf59;padding:10px 0;}
.left_title3 h2 { font-size:26px; color:#fff;  font-weight:normal;line-height:30px;height:30px;}
.left_title3 p { font-size:14px;  color:#fff;line-height:30px;height:30px; }
.left_body3 { background:#e6e6e6 url(../images/left_body3.png) no-repeat  center 2px; overflow:hidden; zoom:1;padding:90px 20px 38px 20px;}
.left_bottom3 { background:#e6e6e6 url(../images/left_bottom3.png) no-repeat  center;height:72px;}
/*样式4*/
.left_title4{  margin:0 0 20px;overflow:hidden;border-bottom: 1px solid #E4E4E4; }
.left_title4 .more{display:block;float:right;color:#ff7800;line-height:39px;height:39px;}
.left_title4 ul li{float:left;  line-height:36px;background:url(../images/left_title4_li.png) no-repeat left center;font-weight:normal;margin:0 30px 0 0;}
.left_title4 ul li a{padding:0 20px;display:block;color:#000; font-size:16px;}
.left_title4 ul li.on{background:url(../images/left_title4_li_on.png) no-repeat left center;border-bottom:2px solid #08a642;}
.left_body4 { overflow:hidden; zoom:1;}
.left_bottom4 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}
/*样式4*/
.left_title5{text-align:center; margin: 0 0 30px 0;}
.left_title5 h2 {overflow:hidden;background:url(../images/left_title5.png) no-repeat center bottom;height:42px;}
.left_title5 h2 a{ color:#000; font-size:26px;font-weight:normal;}
.left_title5 p {overflow:hidden;margin: 5px 0 0 0;color:#000;}
.left_body5 { overflow:hidden; zoom:1;padding:0 90px;position:relative;}
.left_body5 .prev{position:absolute;width:49px;height:49px;background:url(../images/left_body5_prev.png) no-repeat center;top:39px;left:0;display:block;}
.left_body5 .next{position:absolute;width:49px;height:49px;background:url(../images/left_body5_next.png) no-repeat center;top:39px;right:0;display:block;}
.left_bottom5 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}
/*样式6*/
.left_title6{  text-align:center; }
.left_title6 img {  }
.left_title6 p {  line-height:34px;height:34px;color:#bababa; font-size:20px;margin:10px 0 0 0;font-weight:bold;background: url(../images/left_title6_p.png) no-repeat center ;}
.left_body6 { overflow:hidden; zoom:1;background: url(../images/left_body6.jpg) no-repeat center top ;height:698px;}
.left_bottom6 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}
/*样式7*/
.left_title7 {  border-bottom:1px solid #cacaca;overflow:hidden;}
.left_title7 .more{display:block;float:right;color:#ff7800;font-weight:bold;line-height:39px;height:39px;}
.left_title7 h2 { font-size:16px;  color:#01673A; }
.left_body7 { overflow:hidden; zoom:1; }
.left_bottom7 { }
/*样式8*/
.left_title8 { background:#000000 url(../images/left_title8.png) no-repeat 10px center ;margin:0px 0 0 0; overflow: hidden;}
.left_title8 h2 { font-size:24px; font-weight:normal;  color:#fff; height:50px;line-height:50px;text-indent:50px;float:left;}
.left_title8 h2 a{ font-size:24px;  color:#fff; }
.left_title8 .more{display:block;float:right;color:#b2afaf; height:50px;line-height:50px; font-weight:bold}
.left_body8 { overflow:hidden; zoom:1;padding:30px 20px 0 20px; }
.left_bottom8 { }
/*样式9*/
.left_title9{ text-align:center;  margin: 0 0 20px 0;}
.left_title9 h2 { font-size:30px; color:#1d1d1d;  font-weight:normal;background:url(../images/left_title9_h2.png) no-repeat center;}
.left_title9 p {color:#009617;font-size:16px;}
.left_body9 { overflow:hidden; zoom:1; margin:0 0 40px 0;background:url(../images/left_body9.jpg) no-repeat left top;padding: 8px 10px 10px 8px;}
.left_bottom9 {}
/*样式1*/
.left_title10{ text-align:center;background:url(../images/left_title6_p.png) no-repeat center;}
.left_title10 h2 { font-size:30px; color:#1d1d1d;  font-weight:normal;display:inline;border-bottom:2px solid #08a642;padding: 0 0 10px 0}
.left_title10 h2 a{color:#1d1d1d;}
.left_body10 { overflow:hidden; zoom:1; padding:40px 0;}
.left_bottom10 { }
/*样式1*/
.left_title11{ text-align:center;padding:0 0 50px 0;}
.left_title11 h2 { font-size:28px; color:#fe5a3e;  font-weight:normal;}
.left_title11 p{font-size:28px; color:#070707;  font-weight:normal;}
.left_body11 { overflow:hidden; zoom:1; }
.left_bottom11 { }

/*主体右侧*/
/*样式*/
.right_title {overflow:hidden; }
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#01673A;   }
.right_body { padding:5px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_body .InfoTitle h1{color:#111;}
.right_bottom {}
.right_bottom .Tag{padding:20px 0 15px 0;border-bottom:1px solid #ddd;margin:0 0 20px 0;}
/*样式1*/
.right_title1 { }
.right_title1 h2 {font-size:30px; font-weight:normal; text-align:center;  padding:15px 0; color:#01673A;    }
.right_body1 { padding:5px 0; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom1 {height: 5px;  line-height:5;  overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式2*/
.right_title2 { height:69px; line-height:69px;  }
.right_title2 h2 { font-size:20px;   font-weight:normal;  text-indent:40px; color:#FFF;}
.right_body2 { padding:5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom2 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}
/*样式3*/
.right_title3 { height:32px; line-height:32px; border-bottom:2px solid #08a642; }
.right_title3 h2 { font-size:16px;  text-indent:10px; color:#000;}
.right_body3 { padding:10px 5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom3 {}
/*样式4*/
.right_title4 { height:28px; line-height:28px; background:#e2e2e2; }
.right_title4 h2 { font-size:16px;  text-indent:10px; color:#000;}
.right_body4 { padding:10px 5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom4 {}
/*样式5*/
.right_title5 { height:32px; line-height:32px; background:#08a642; }
.right_title5 h2 { font-size:16px;  text-indent:10px; color:#fff;}
.right_body5 { padding:20px 0 0 0; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom5 {height:20px;}
/*样式6*/
.right_title6 { height:60px; line-height:60px; background:#01a73e; margin:0 3px;text-align:center}
.right_title6 h2 { font-size:20px;   color:#fff;}
.right_body6 { padding:10px 5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom6 {}

.contact_title{ text-align:center;background:#08a642;padding:20px 0;}
.contact_title h2 { font-size:26px; color:#fff;  font-weight:normal;line-height:30px;height:30px;}
.contact_title p { font-size:14px;  color:#fff;line-height:30px;height:30px; }
.contact_body { background:#e6e6e6; overflow:hidden; zoom:1;padding:20px 30px;}
.contact_bottom { background:#e6e6e6 ;height:22px;}
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto; }
#top, #logo, #navigation, #banner, #announcement, #link, #copyright,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6,#floor_7,#floor_8,#floor_9
,#floor_10,#strength_1,#strength_2,#strength_3,#strength_4,#strength_5,#strength_6,#strength_7 { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:314px; margin:30px 0 0 0;}
#right { float:right; width:844px; border-left:0px solid #E5E5E5; padding-left:0px; margin:30px 0 0 0;}
#right_1 {  width:1200px; overflow:hidden;}
#left_2 { float:right; width:286px; margin:30px 0 0 0;border:1px solid #dadada;padding:5px 2px;}
#right_2 { float:left; width:890px; border-left:0px solid #E5E5E5; padding-left:0px; margin:30px 0 0 0;}

/*===首页 开始===*/
#floor_1_main{padding:30px 0px;}
#floor_1{ }
#floor_2_main{padding:30px 0px 40px 0;border-bottom:15px solid #d6d6d6;}
#floor_2{}
#floor_3_main{ }
#floor_3{padding:35px 0px; }
#floor_3_1{ text-align:center;overflow:hidden;margin: 0 0 40px 0}
#floor_3_1 h2 { font-size:36px; color:#000;  font-weight:normal;}
#floor_3_1 p { font-size:20px;  color:#08a642;line-height:30px;height:30px; }
#floor_3_2{float:left;width:264px;}
#floor_3_3{float:right;width:887px;}
#floor_4_main{overflow:hidden;padding:0 0 30px 0;}
#floor_5_main{position:relative;}
#floor_5_main img{width:100%;margin: 0 auto;}
#floor_5{ overflow:hidden;position:absolute;top:0;left:18.5%;}
#floor_5_1{ float:right;width:270px;padding: 20px 0 10px 40px;background:url(../images/floor_5_3.png) no-repeat center;color:#fff;line-height:60px;font-size:22px;}
#floor_5_1 span{color:#fdff42;}
#floor_5_1 .Consultation{background:#1BB830; display:block;width:247px;height:35px;border:3px solid #1CCA36;color:#fff;font-size:20px;line-height: 35px;text-align: center; }
#floor_6_main{ border-bottom:6px solid #1baf59;}
#floor_6{ padding:35px 0 0 0;width:1187px;}
#floor_7_main{ padding:35px 0px;}
#floor_7{background:url(../images/floor_7.png) no-repeat center bottom ; }
#floor_7_1{overflow:hidden;text-align:center;}
#floor_7_1 h2 { font-size:36px; color:#1d1d1d;  font-weight:normal;background:url(../images/floor_7_1_h2.png) no-repeat center bottom ;height: 52px;}
#floor_7_1 h2 a{color:#1d1d1d;}
#floor_7_1 p { font-size:20px;  color:#10a729;line-height:30px;height:30px; }
#floor_7_2{float:left;width:550px;padding: 40px 30px 0 30px;}
#floor_7_3{float:right;width:460px;background:url(../images/floor_7_3.png) no-repeat 0 57px ;padding: 44px 30px 0 30px;margin:0 30px 0 0;}
#floor_7_3_1 h2{color:#fff;font-size:24px;text-align:center;margin:20px 0;height:40px;line-height:40px;}
#floor_7_3_2 .guestbook_table th{color:#fff;text-align:center;font-size:18px;}
#floor_7_3_2 .guestbook_table td {height:50px;}
#floor_7_3_2 .guestbook_table td .form_text{height:30px;}
#floor_7_3_2 .guestbook_table td .form_button{background:#ff5400;padding:0 50px;}
#floor_8_main{ margin:0 0 60px 0;background:#ececec;}
#floor_8{padding:60px 0;overflow:hidden;}
#floor_8_1{overflow:hidden;padding:0 0 30px 0;}
#floor_8_1 h2{font-size:30px; color:#1d1d1d; background:url(../images/floor_8_1.png) no-repeat center; font-weight:normal;text-align:center;height:61px;line-height:61px;}
#floor_8_2{background:url(../images/floor_8_2.png) no-repeat left top;float:left;width:500px;}
#floor_8_2 .ChannelSContent{height:60px;line-height:60px;font-size:30px;color:#fff;text-indent:30px;margin:0;width:290px;}
#floor_8_2 .ChannelPicture{padding:0 0 0 10px;width:500px;height:300px;}
#floor_8_3{float:right;width:620px;padding:40px 0 0 30px;}
#floor_8_3 .ChannelF1{padding: 0 0 20px 0;font-size:30px; color:#1d1d1d;height:39px;line-height:39px;margin:0 0 15px 0;background:url(../images/floor_8_3_ChannelF1.png) no-repeat left top; text-indent:50px;border-bottom:1px solid #c3c3c3;}
#floor_8_3 .ChannelContent{font-size:14px; color:#1d1d1d;height:160px;overflow:hidden;line-height:32px;margin:0 0 44px 0;}
#floor_8_3 .ViewDetail{width:150px;display:block;height:40px;line-height:40px;font-size:16px;background:#01aa61;color:#fff;float:left;text-align:center;}
#floor_8_3 .telephone{float:left;height:40px;line-height:40px;color:#ff3c00;font-size:24px;font-weight:normal;margin:0 0 0 20px;background:url(../images/floor_8_3_telephone.png) no-repeat left center;text-indent: 46px;}
#floor_9_main{}
#floor_9{}
#floor_9_1{border-bottom:2px solid #1d1d1d;margin:0 0 30px 0;overflow:hidden;}
#floor_9_1 .more{display:block;float:right;color:#1b9043;line-height:46px;height:46px; }
#floor_10_main{}
#floor_10{padding:35px 0px;}
#floor_10_1{width:737px;float:left;}
#floor_10_2{width:369px;float:right;}

/*===首页 结束===*/

/*===实力 开始---*/
#strength_1_main{padding:20px 0px 40px 0;}
#strength_1{ }
#strength_2_main{position:relative;margin:20px 0px;}
#strength_2_main img{width:100%;margin: 0 auto;}
#strength_2{ overflow:hidden;position:absolute;top:0;left:18.5%;}
#strength_2_1{ float:right;width:270px;padding: 30px 0 10px 40px;background:url(../images/floor_5_3.png) no-repeat center;color:#fff;line-height:60px;font-size:22px;}
#strength_2_1 span{color:#fdff42;}
#strength_2_1 .Consultation{background:#1BB830; display:block;width:247px;height:35px;border:3px solid #1CCA36;color:#fff;font-size:20px;line-height: 35px;text-align: center; }
#strength_3_main{padding:30px 0 0 0px;}
#strength_3{}
#strength_4_main{padding:20px 0px;}
#strength_4{}
#strength_5_main{border-bottom:7px solid #019c3a;padding: 0 0 50px 0;}
#strength_5{}
#strength_5_1{border-bottom:2px solid #1d1d1d;margin:0 0 30px 0;overflow:hidden;}
#strength_5_1 .more{display:block;float:right;color:#1b9043;line-height:46px;height:46px;}
#strength_6_main{ padding:30px 0px;background:url(../images/strength_6_main.jpg) no-repeat center top ;}
#strength_6{ }
#strength_6_1{overflow:hidden;text-align:center;background:url(../images/strength_6_1.png) no-repeat center  ;margin:0 0 50px 0;}
#strength_6_1 h2 { font-size:30px; display: inline;color:#1d1d1d;  font-weight:normal;line-height: 66px;border-bottom:3px solid #08a642;padding: 0 0 10px 0}
#strength_6_2{float:left;width:550px;}
#strength_6_3{float:right;width:503px;border:1px solid #dedede;background:#fff;padding: 0 40px;}
#strength_6_3_1 h2{color:#ff4200;font-size:30px;text-align:center;margin:10px 0;font-weight:normal;height:40px;line-height:40px;}
#strength_6_3_2 .guestbook_table th{color:#191919;text-align:center;font-size:18px;font-weight:normal;}
#strength_6_3_2 .guestbook_table td {height:44px;}
#strength_6_3_2 .guestbook_table td .form_text{height:30px;border:none;background:#ededed;}
#strength_6_3_2 .guestbook_table td .form_button{background:#d4011a;padding:0 50px;font-size:18px;}
#strength_6_3_2 .guestbook_table td textarea{border:none;background:#ededed;}
#strength_7_main{padding:60px 0px 120px 0;background:url(../images/strength_7_main.jpg) no-repeat center  ;}
#strength_7{}

/*===实力 结束---*/
/*===产品模型 开始===*/
.product  .info_product_detail_wrap{ padding:20px 0 0 0;overflow:hidden;}
.product  .info_product_detail_wrap .col1{ float:left;width:400px;margin:0 30px 0 0;height:100%; overflow: hidden;}
.product  .info_product_detail_wrap .col1 .InfoPicture{ height:320px; width:398px;border:1px solid #ddd;}
.product  .info_product_detail_wrap .col1 .InfoPicture img{ height:100%;}
.product  .info_product_detail_wrap .col1 .InfoAlbum{  padding:5px 0; border-top: 0px solid #ddd; overflow:hidden; clear:both;}
.product  .info_product_detail_wrap .col2{ float:left;width:350px;}
.product  .info_product_detail_wrap .col2 h2{color:#000;border-bottom:1px  dashed #ccc;height:40px;line-height:40px;}
.product  .info_product_detail_wrap .col2 p{color:#666;font-size:16px;padding:10px 0;}
.product  .info_product_detail_wrap .col2 .InfoSContent{line-height:24px;}
.product  .info_product_detail_wrap .col2 .Mobile{padding:10px 0;font-size:18px;color:#666;font-weight:bold;}
.product  .info_product_detail_wrap .col2 .Mobile span{color:#ff4800}
.product  .info_product_detail_wrap .col2 .LProduct{background:#3ae374;display:block;width:130px;height:40px;line-height:40px;color:#fff;margin:10px 0;text-align:center;font-size:18px;font-weight:bold;border-radius:5px;}

.product .info_product_detail_wrap_1{overflow:hidden;padding:20px 0 0 0;}
.product .info_product_detail_wrap_1 .Tag{padding:20px 0 15px 0;border-bottom:1px solid #ddd;margin:0 0 20px 0;}
.product .info_product_detail_wrap_1 h2{background:url(../images/info_product_detail_wrap_1_h2.png) no-repeat left center;height:37px;line-height:37px;color:#fff;text-indent:15px;}
.product .info_product_detail_wrap_1 .InfoContent{padding:10px 0 0 0;}

.product .info_product_detail_wrap_2{overflow:hidden;}
.product .info_product_detail_wrap_2 h2{background:#eee;height:37px;line-height:36px;color:#000;text-indent:15px;font-weight:normal;}
.product .info_product_detail_wrap_2 h2 span{float:right;font-size:12px;margin:0 10px 0 0;color:#666;}
.product .info_product_detail_wrap_2 h2 span b{color:#dd3904;} 
.product .info_product_detail_wrap_2 .info_product_detail_wrap_2_1{width:500px;margin:0 auto;padding:20px 0;}
/*相册列表*/
.albumlist{ overflow:hidden; float:left; height:70px; width:310px; outline:0px dashed red;}
.albumlist li { float:left; text-align:center; overflow:hidden; width:70px; height:70px;}
.albumlist li img { width:60px; height:60px; cursor:pointer; border: 2px solid #fff;}
.albumlist li.on img{ border: 2px solid #01A73E; }
.InfoAlbum .myalbum { float: left; }
.InfoAlbum .sPrev, .InfoAlbum .sNext {float: left; display: block; width: 16px; height: 54px;background: url(../images/arrow.png) no-repeat; cursor: pointer; margin:5px 2px; outline:0px dashed red; }
.InfoAlbum .sPrev{ background-position: 2px center; }
.InfoAlbum .sPrev:hover{ background-position: -27px center; }
.InfoAlbum .sNext{ background-position: -13px center; }
.InfoAlbum .sNext:hover{ background-position: -42px center; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
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:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {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; padding-left:35px; line-height:40px; font-size:16px; color:#01673A; 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}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:30px;  background:#e6e6e6; }
#top { height:30px; line-height:30px; text-align:right;}
#top_0 { float:left;  text-align:left;}
#top_0 a{background:url(../images/top_0.png) no-repeat left center;display:block;text-indent:15px;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top_3 {float:right;margin:0 10px 0 0;}
#top .MobileEdition{ font-weight: bold; color:red;}
#top a { color:#000;  }
#top a:hover { color:#000; text-decoration:none}
#top_3 a{color:#000;padding:0 5px;}
/*Logo*/
#logo_main {  }
#logo {overflow:hidden;}
#logo .WebLogo{ float:left;padding: 10px 0 0 0;}
#logo .LPropaganda_wrao{float:left;margin:30px 0 30px 20px;padding:0 0 0 20px;border-left:1px solid #019A56; }
#logo .LPropaganda{font-size:24px;color:#08a642;height: 42px;line-height: 48px;}
#logo .LPropaganda1{font-size:18px;color:#303030;height: 40px;}
#logo .mobile{float:right;padding:0px 0 0px 70px;background:url(../images/mobile.png) no-repeat left center;margin:40px 0 46px 0;}
#logo .mobile .Hotline{font-size:16px;color:#4b4b4a;line-height:28px;}
#logo .mobile .Hotline span{font-size:24px;color:#4f4f4f;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}

/*导航*/
#navigation_main { background:#313439;}
#navigation { height:60px;  }
#navigation ul.navigationlist li { float:left; line-height:60px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 30px; font-size:18px; font-weight:normal; color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none;  background:#08a642; color:#ebf992; }
#navigation ul.navigationlist .current {background:#08a642;  color:#ebf992; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#017834; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:40px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:16px; padding:0px 35px; text-align:center}
#navigation  ul.subnavigationlist li a:hover {  background:#214E2F;  color:#fff; }

/*公告*/
#announcement_main{height:60px;border-bottom:1px solid #999;}
#announcement {   height:60px; line-height:60px;}
#announcement .announcement_title{ float:left;font-weight:normal;color:#010000;width:100px;text-align:center;}
#announcement .announcement_body{float:left; width:500px;}
#announcement .announcement_bottom{float:right; width:460px;margin:10px 0; }
#announcement .announcement_bottom .form_text{margin:0;padding: 5px 20px;height:24px;line-height:44px;border:3px solid #08a642;width:100%;}
#announcement .announcement_bottom .submit{margin:0;padding:0;height:36px;line-height:36px;border:2px solid #08a642;background:#08a642 url(../images/announcement_bottom_submit.png) no-repeat center;}
#announcement .announcement_bottom td{padding:0;margin:0;background:#08a642;width:80px;}
#announcement .announcement_bottom th{padding:0;margin:0;}
.announcementlist{ }
.announcementlist a{color:#010000;line-height:60px;padding:0 5px;color:#010000;  }
.announcementlist a:hover{ text-decoration: underline;}

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#banner_main1{text-align:center;overflow:hidden}
#banner_main1 img{margin:0 auto;}
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:45px; left:0; height:15px; line-height:15px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:60px; height:15px; 
background:#fff; margin-right:5px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#019c42;}

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { } 
#location {box-sizing:border-box;padding:5px;border:1px solid #eee;width:100%;display:block;color:#434343; float:left; padding-right:8px;font-size:16px;text-indent:40px;background: url(../images/location.png) no-repeat left center;}
#location b{color:#08a642;font-weight:normal;}
#location a {color:#434343;font-size:16px; }

/*子频道列表*/
.subchannel_main{ margin:10px 0;}
.subchannel{}
.subchannellist { text-align:left;}
.subchannellist li { display:block;width:100%;line-height:60px; margin:0 0 10px 0; }
.subchannellist li a {display:block;background:#ddd url(../images/textlist2_li.png) no-repeat 80px center; text-indent:110px;width:100%;  color:#343434;}
.subchannellist li a:hover { background:#08A642 url(../images/textlist2_li_hover.png) no-repeat 80px center;  color:#FFF;text-decoration:none; }
.subchannellist #current a {   background:#08A642 url(../images/textlist2_li_hover.png) no-repeat 80px center ;color:#FFF;}
.subchannellist .depth1{ font-size:20px; font-weight: normal; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }
/*联系我们1*/
.contact_wrap1{ line-height:32px;text-align: left; color:#2c2c2c; font-size:14px;overflow:hidden;}
.contact_wrap1 b{ font-weight:normal;}


/*订购*/
.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_main {padding:35px 0;  }
#link {border:1px solid #cbcbcb;padding:25px 35px 35px 35px;width:1130px; }
.link_title { line-height:30px; height:30px;  color:#9d9d9d; font-size:28px;font-weight:bold; }
.link_title h2 { font-size:18px; color:#333333; font-weight: normal;text-indent:25px; float:left;margin:0 5px 0 0;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_text { overflow: hidden; zoom:1; padding:8px 0 0 0; }
.link_text ul li { float:left; text-align:center; padding:5px 20px; overflow:hidden;white-space:nowrap;}
.link_text a { line-height:22px; color:#555555; }
.link_text a:hover { line-height:22px; color:#000; }

/*底部导航*/
.bottom_navigation_main{background:#353535;height:60px;}
.bottom_navigation{width:1200px;margin:0 auto;}
.bottom_navigation a {color: #fff; text-decoration: none;height:60px;line-height:60px;font-size:16px;}
.bottom_navigation .line{padding:0 30px}
.bottom_navigation a:hover {color: #c6c6c6; text-decoration: none;}
/* 版权信息 */
#copyright_main { color:#565656; background:#c6c6c6; }
#copyright { line-height:46px;  padding:30px 0;}
#copyright .logo{float:left;width:300px;padding: 40px 30px 40px 0;border-right:2px solid #b1b1b1;}
#copyright .logo a{display:block;}
#copyright .copyright_wrap{float:left;padding:0 0 0 48px;width:500px;text-align:left;}
#copyright a {color: #545252; text-decoration: none;}
#copyright a:hover {color: #fff; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:left; margin:0}
#copyright .WxQrcode{float:left;text-align:center;width:320px;}
#copyright .WxQrcode img{margin:0 auto;width:150px;}
#copyright .WxQrcode p{height:30px;line-height:30px;text-align:center;color:#000;}
#copyright .IPC{}
#copyright .IPC a{display:inline-block;padding-left:10px;}
/*分页样式*/
.page { padding:4px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}

/*会员*/
/*会员登录*/
table.login_table{ width:40%; 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.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
table.reg_table{ width:40%; 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.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; 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:40%; 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}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist>li { padding:1px;overflow:hidden;}
.maplist>li>a {  color:#434343;line-height:25px; display:block; padding:10px 0; font-size:16px;font-weight:bold; }
.maplist li a:hover { text-decoration:none; color:#08a642; }
/*网站地图列表1*/
.maplist1{ background:#f0f0f0;overflow:hidden;}
.maplist1 li { padding:0 10px; float:left;}
.maplist1 li a {  color:#434343;line-height:27px; display:block; padding:10px 25px; }
.maplist1 li a:hover { text-decoration:none; color:#08a642; }

/*===商品评论 开始===*/
/*评论结果：好评率*/
.GoodsComment{}
.GoodsCommentResult{ border-bottom:1px solid #e4e4e4; overflow:hidden; height:100px; padding:8px 0;}
.GoodsCommentResult .GoodRate{ width:180px;height:100%;  float:left; border-right:0px solid #e4e4e4; overflow:hidden;}
.GoodsCommentResult .GoodRate .GoodRateValue{ color:#08a642; text-align:center; }
.GoodsCommentResult .GoodRate .GoodRateValue b{ font-size: 53px; }
.GoodsCommentResult .GoodRate .GoodRateValue .PercentSign{font-family: Arial,Helvetica,sans-serif;font-size: 33px;}
.GoodsCommentResult .GoodRate .GoodRateText{ text-align:center; height:25px;}
/*评论结果：好评、中评、差评*/
.GoodsCommentResult .StatResult{ width:150px;height:100%; float:left; border-right:0px solid #e4e4e4; }
.GoodsCommentResult .StatResult dl{ margin:0;}
.GoodsCommentResult .StatResult dt{ font-size:12px;}
.GoodsCommentResult .StatResult dt em{ font-style:normal; color:#999; padding:0 5px;}
.GoodsCommentResult .StatResult dd{ margin:0; background:#ddd; height:6px;}
.GoodsCommentResult .StatResult dd div{ background:#e01d20;  height:6px; width:0;}
.GoodsCommentResult .Tip{  width:500px; height:100%; float:right;}

/*评论选项卡*/
.GoodsCommentTab{overflow:hidden; border-bottom:1px solid #e4e4e4; }
.GoodsCommentTab li{ float:left; padding:0 12px; overflow:hidden; height:42px; line-height:42px; }
.GoodsCommentTab li.current{border-bottom:1px solid #08a642; }
.GoodsCommentTab li a{ color:#666; }
.GoodsCommentTab li a i{ font-style:normal;}
.GoodsCommentTab li a:hover, .GoodsCommentTab li.current a{ color:#08a642; }

/*评论列表*/
.GoodsCommentContent{}
.goodscommentlist{ font-size: 12px; font-family: Arial,Verdana; overflow:hidden; }
.goodscommentlist li{ overflow:hidden; border-bottom:1px solid #e4e4e4; padding:10px 0; }
.goodscommentlist li .MemberAvatar{ float:left; width:120px; text-align:center;}
.goodscommentlist li .MemberAvatar img{ border: 1px solid #dedede;vertical-align: top; width: 70px; height: 70px;}
.goodscommentlist li .GuestName{ padding:5px 0;}
.goodscommentlist li .CommentContent{ float:left; width:710px; display:block; line-height:1.6em;}
.goodscommentlist li .CommentTime{float:right; color:#999; width:140px; text-align:center; padding-top:15px;}
.goodscommentlist li .CommentTime b{ font-weight:normal; color:#e01d20; display:block; padding:5px 0;}
/*评论回复*/
.GoodsCommentReply{ color: #F90; line-height:1.8em; background: #f5f5f5; padding: 5px 8px; margin:8px 10px;}
.GoodsCommentReply .replycommentlist li{ border-bottom:1px solid #ddd; padding:5px 0;}
.GoodsCommentReply .replycommentlist li .GuestName{ display:inline; }
.GoodsCommentReply .replycommentlist li .CommentContent{ display:inline; float:none;}
.GoodsCommentReply .replycommentlist li .CommentTime { float: none;color: #999; text-align: center; margin:0 1px;}

/*评论分页*/
.GoodsCommentPage{ overflow:hidden; float:right; padding:10px 0; }
.GoodsCommentPage li{ float:left; border-radius: 2px;  background: #f7f7f7; padding: 4px 1em;border: 1px solid #ddd; margin-left: 3px; vertical-align: middle; cursor:pointer;}
.GoodsCommentPage li a{ color: #333; }
.GoodsCommentPage li a:hover{ color: #e33b3d; }
.GoodsCommentPage li.active{ border: 0;cursor: default; background: none;}
.GoodsCommentPage li.active a{ color: #e33b3d; font-weight: bold; cursor: default; }
.GoodsCommentPage li.disabled{ cursor:not-allowed; }
.GoodsCommentPage li.disabled a{ color: #999;cursor:not-allowed;}

/*评论表单*/
.GoodsCommentForm{ margin-top:15px; overflow:hidden; clear:both;}
table.goods_comment_table{ width:99%; text-align:center; margin:0 auto; border-spacing:0; font-size: 12px; }
table.goods_comment_table th{ width:80px; text-align:left; white-space:nowrap; font-weight:normal;  }
table.goods_comment_table td{  text-align:left; padding:3px 0;}
table.goods_comment_table .operation{text-align:left;}
table.goods_comment_table #CommentContent{ height:70px; border: 1px solid #e0e0e0;}
table.goods_comment_table  label{ float:left; margin-right:30px;}
table.goods_comment_table  label .form_radio{ float:left; }
/*===商品评论 结束===*/

/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:30px; height:30px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{  }
.textlist li a span{float:right;}
/*文字列表*/
.textlist1{overflow:hidden;text-align:center;}
.textlist1 .ChannelName {background:#050402;color:#fff;margin:0 1px;padding: 20px 49px;line-height: 50px;}
.textlist1 .ChannelName.on {background:#25ac6f;}
/*文字列表2*/
.textlist2{ }
.textlist2 li {margin: 0 0 15px 0; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist2 li .ChannelUrl{background:url(../images/textlist2_li.png) no-repeat 60px center;border:1px solid #cecece;color:#414141;display:block;line-height:70px;height:70px;font-size:16px; text-align:left; text-indent:90px}
.textlist2 li:hover .ChannelUrl{background:#08A642 url(../images/textlist2_li_hover.png) no-repeat 60px center;color:#fff;}
/*文字列表3*/
.textlist3{ overflow:hidden;margin:5px 0 0 0;}
.textlist3 li { overflow:hidden;width:100%;/*解决ie6bug*/background:#c3c3c3 url(../images/textlist3_li.png) no-repeat 50px center;margin:0 0 5px 0;}
.textlist3 li a{color:#3f3f3f;display:block;line-height:40px;height:40px;font-size:16px;text-align:center; }
/*文字列表4*/
.textlist4{ }
.textlist4 li { overflow:hidden;/*解决ie6bug*/float:left;margin:0 10px 0 0;}
.textlist4 li a{color:#000;display:block;padding:12px 50px;font-size:16px;text-align:center;background:#b6b6b6; }
.textlist4 li.on a{background:#08a642;color:#fff;}
/*文字列表5*/
.textlist5{ }
.textlist5 li { overflow:hidden;width:100%;/*解决ie6bug*/margin:0 0 20px 0;}
.textlist5 li a{display:block;}
.textlist5 li .title_wrap{height:30px;overflow:hidden;margin:0 0 10px 0;}
.textlist5 li .title_wrap span{border-radius:5px;float:left;height:30px;line-height:30px;text-align:center;color:#fff;width:30px;background:#08a642;}
.textlist5 li .title_wrap .InfoTitle{float:left;width:299px;line-height:28px;font-size:14px;color:#333;font-weight:bold;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;padding:0; text-indent:8px;text-align:left;}
.textlist5 li .Content_wrap{overflow:hidden;height:72px;overflow:hidden;}
.textlist5 li .Content_wrap span{border-radius:5px;float:left;width:30px;height:30px;line-height:30px;text-align:center;color:#666;background:#313439;color:#fff;}
.textlist5 li .Content_wrap .InfoContent{padding:0 0 0 8px;float:left;width:289px;height:72px;line-height:24px;font-size:14px;overflow:hidden; text-align:left;}
/*文字列表6*/
.textlist6{ }
.textlist6 li { overflow:hidden;/*解决ie6bug*/float:left;margin:0 10px 0 0;}
.textlist6 li a{color:#000;display:block;padding:12px 60px;font-size:16px;text-align:center;background:#b6b6b6; }
.textlist6 li.on a{background:#08a642;color:#fff;}
/*文字列表7*/
.textlist7{overflow:hidden;text-align:center;}
.textlist7 li {float:left;background:#030303;color:#fff;margin:0 2px;width:296px;line-height: 75px;font-size:20px;}
.textlist7 li.on {background:#08a642;}
/*文字列表8*/
.textlist8{overflow:hidden;text-align:center;}
.textlist8 li {background:#eee;color:#000;margin:0 0 10px 0;line-height: 46px;font-size:20px;}
.textlist8 li a{display:block;}
.textlist8 li .InfoTitle{color:#000;font-size:16px;text-align:center; }
.textlist8 li .InfoPicture{display:none;}
.textlist8 li img{width:100%;}
.textlist8 li.m1{background:#019c42;}
.textlist8 li.m1 .InfoPicture{display:block;}
.textlist8 li.m1 .InfoTitle{display:block;color:#fff;}
.textlist8 li.m1:hover{background:#019c42;}
.textlist8 li.m1:hover .InfoTitle{color:#fff;}

.textlist8 li:hover{background:#019c42;}
/*文字列表9*/
.textlist9{overflow:hidden;}
.textlist9 li {overflow:hidden;background:url(../images/textlist9_li_n1.png) no-repeat 20px center;}
.textlist9 li a{display:block;line-height: 30px;font-size:14px;color:#666;text-align:left;text-indent:40px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist9 li.n1,.textlist9 li.n2,.textlist9 li.n3 {background:url(../images/textlist9_li_n2.png) no-repeat 20px center;}
/*文字列表10*/
.textlist10{overflow:hidden;}
.textlist10 li {overflow:hidden;margin:10px 0;}
.textlist10 li a{display:block;line-height: 14px;font-size:14px;color:#666;text-align:left;padding:0 0 0 20px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist10 li a span{float:left;background:#9b9b99;width:16px;text-align:center;height:14px;line-height:14px;font-size:10px;margin:0 8px 0 0;color:#fff;}
.textlist10 li.n1 span,.textlist10 li.n2 span,.textlist10 li.n3 span{background:#33bd62;}
/*文字列表11*/
.textlist11{ }
.textlist11 li {float:left; line-height:28px; height:28px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:50%;/*解决ie6bug*/}
.textlist11 li a{display:block; text-overflow:ellipsis; white-space:nowrap;overflow:hidden; }
/*文字列表12*/
.textlist12{ }
.textlist12 li {margin: 0 0 15px 0; overflow:hidden;width:100%;}
.textlist12 li .ChannelUrl{background:#f3f3f3 url(../images/textlist2_li.png) no-repeat 80px center;border:1px solid #cecece;color:#000;display:block;line-height:50px;height:50px;font-size:16px; text-align:left; text-indent:120px}
.textlist12 li:hover .ChannelUrl{background:#08A642 url(../images/textlist2_li_hover.png) no-repeat 80px center;color:#fff;}

/*带缩略图文字列表*/
.thumblist{ padding-top:10px; }
.thumblist li{  text-align:left; overflow:hidden; padding:40px 0;border-top:1px solid #dadada; }
.thumblist li.n1{border-top:none;}
.thumblist li img{ transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s; width:280px;height:187px;}
.thumblist li .InfoTitle{ display:block; font-size:20px; font-weight:normal; color:#100a14; text-align:left; padding:0 0 7px 0; }
.thumblist li .InfoPicture{ float:left; overflow:hidden; width:240px;  margin-right:20px; }
.thumblist li p{ font-size:14px; color:#999; }
.thumblist li .InfoContent{ font-size:14px; color:#262626; height:84px;overflow:hidden;padding:7px 0 0 0;}
.thumblist li a{ line-height:30px; color:#ccc; }
.thumblist li .info_wrap .InfoTime{ padding:0 20px 0 20px;color:#000;font-size:12px;background: url(../images/thumblist_li_InfoTime.png) no-repeat left center; }
.thumblist li .info_wrap .InfoHit{ padding:0 20px 0 20px;color:#000;font-size:12px; background:url(../images/thumblist_li_InfoHit.png) no-repeat left center;}
.thumblist li .info_wrap .ChannelName{ padding:0 0 0 20px;color:#000;font-size:14px;background: url(../images/thumblist_li_ChannelName.png) no-repeat left 5px; }
.thumblist li .info_wrap .ChannelName a{color:#000;}
.thumblist li:hover .InfoTitle{ color:#08a642; }
.thumblist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.thumblist li .info_wrap .viewmore{display:inline;color:#08a642;margin:0 0 0 10px;font-size:15px;}
/*带缩略图文字列表1*/
.thumblist1{}
.thumblist1 li {overflow:hidden;}
.thumblist1 li .InfoPicture{float:left;width:349px;background:#e2e2e2;padding:10px;}
.thumblist1 li .Channel_wrap{float:right;width:780px;}
.thumblist1 li .Channel_wrap .InfoTitle{font-size:24px;color:#ff6600;line-height:44px;height:44px;text-align:left;}
.thumblist1 li .Channel_wrap .InfoContent{font-size:14px;color:#000;line-height:30px;}
.thumblist1 li .Channel_wrap .Info_wrap {overflow:hidden;margin:20px 0;}
.thumblist1 li .Channel_wrap .Info_wrap .more{margin:0 25px;display:block;float:left;border:3px solid #20db39;background:#01a219 url(../images/thumblist1_li.png) no-repeat 20px center;text-indent: 54px;
color:#fff;line-height:37px;height:37px;width:210px;overflow:hidden;text-align:left;font-size:16px;}
.thumblist1 li .Channel_wrap .Info_wrap .zixun{display:block;float:left;border:3px solid #20db39;background:#01a219 url(../images/thumblist1_li.png) no-repeat 20px center;text-indent: 54px;
color:#fff;line-height:37px;height:37px;width:210px;overflow:hidden;text-align:left;font-size:16px;}
.thumblist1 li .Channel_wrap .telephone{color:#ff6500;background:url(../images/thumblist1_li_telephone.png) no-repeat 10px center;font-size:24px;height:36px;line-height:36px;text-indent:60px;}

/*带缩略图文字列表2*/
.thumblist2{}
.thumblist2 li {overflow:hidden;width:610px;float:left;}
.thumblist2 li .ChannelName{font-size: 24px;color: #000;float:left;padding:20px;padding: 16px 0 0 24px;width: 55px;height: 64px;}
.thumblist2 li .Channel_wrap{float:right;width:475px;}
.thumblist2 li .Channel_wrap .ChannelF1{width: 450px;color:#212121;line-height: 30px;height: 30px;font-size:20px;}
.thumblist2 li .Channel_wrap .ChannelSContent{width: 420px;color:#575757;line-height:20px;margin:7px 0 0 0;height: 60px;}
.thumblist2 li.n1 {margin: 25px 0 45px 0;}
.thumblist2 li.n2 {margin: 0px 0 50px 0;}
.thumblist2 li.n3 {float:right;margin: 63px 0 0 100px;;width:558px;}
.thumblist2 li.n3 .Channel_wrap{float:right;width:420px;}
.thumblist2 li.n4 {float:right;margin: 67px 0 0 100px;;width:558px;}
.thumblist2 li.n4 .Channel_wrap{float:right;width:420px;}
/*带缩略图文字列表3*/
.thumblist3{}
.thumblist3 li {margin:10px 0 0 0;overflow:hidden;}
.thumblist3 li .InfoTitle{background:url(../images/thumblist3_li_InfoTitle.png) no-repeat left center;color:#666;text-indent:30px;display:block;padding:0;text-align:left;width:575px;float:left;line-height:30px;height:30px;}
.thumblist3 li .InfoTime{display:block;float:right;text-align:center;height:30px;width:150px;line-height:30px;padding:0;}
.thumblist3 li.n1 {margin: 50px 0 10px 0;overflow:hidden;}
.thumblist3 li.n1 .InfoPicture{float:left;width:280px;height:180px;margin:0 20px 0 0; }
.thumblist3 li.n1 .InfoPicture img{width:280px;;height:178px;border:1px solid #ddd;}
.thumblist3 li.n1 .InfoTitle{background:none;float:left;width:434px;color:#fb4d00;font-size:16px;font-weight:bold;text-align:left;text-indent:0px;line-height:22px;height:22px;}
.thumblist3 li.n1 .InfoContent{float:left;width:434px;line-height:30px;font-size:14px;color:#1a1a1a;padding:0;margin:10px 0 0 0;height:85px;border-bottom:1px dashed #cacaca;overflow:hidden;}
.thumblist3 li.n1 .ViewDetail{display:block;text-align:center;height:38px; line-height:38px;background:#000;color:#fff;width:150px;float:left;margin: 23px 0 0 0;}
.thumblist3 li:hover .InfoPicture img{border:1px solid #008E34;}

/*带缩略图文字列表4*/
.thumblist4{}
.thumblist4 li {overflow:hidden;background:#fff;}
.thumblist4 li .ChannelPicture{float:left;width:640px;margin:0 30px 0 0;}
.thumblist4 li .Channel_wrap{float:left;width:510px;padding: 50px 0 0 0;}
.thumblist4 li .Channel_wrap .ChannelName{background:url(../images/thumblist4_li_ChannelName.png) no-repeat left center;margin:0 0 8px 0;overflow:hidden;}
.thumblist4 li .Channel_wrap .ChannelName span{display:block;text-indent: 40px;font-size:24px;color:#000;line-height:44px;height:44px;text-align:left;background:url(../images/thumblist4_li_ChannelName_span.jpg) no-repeat 40px bottom;} 
.thumblist4 li .Channel_wrap .ChannelContent{font-size:14px;line-height:28px;color:#202020;height:260px;overflow:hidden;}

/*带缩略图文字列表5*/
.thumblist5{ }
.thumblist5 li {  padding: 40px 0; width:100%; overflow:hidden;border-top: 1px solid #dadada;}
.thumblist5 li.n1{padding: 40px 0; border-top:none;}
.thumblist5 li .time_wrap{float:left;width:78px;overflow:hidden;background:#08a642;color:#fff;padding:0 0 10px 0; }
.thumblist5 li .time_wrap .day{font-size: 30px;line-height: 50px;display:block;text-align:center;}
.thumblist5 li .time_wrap .year{font-size: 16px;line-height: 20px;display:block;text-align:center;}
.thumblist5 li .info_wrap{width: 630px;float: left;margin-left:20px;overflow:hidden;}
.thumblist5 li .info_wrap .InfoTitle{font-size: 20px;margin:0;padding:0;display:block;text-align:left;height:30px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; color:#000;}
.thumblist5 li .info_wrap .InfoContent{display:block;overflow:hidden; height:56px;font-size:14px;padding:0;color:#262626;width:100%;}
.thumblist5 li .ViewDetail{float:right;background:#424242;color:#fff;padding:2px 10px;font-size:12px;margin: 30px 0 0 0;}
.thumblist5 li:hover .InfoTitle  { color:#08a642; }
.thumblist5 li:hover .time_wrap{background:#fff; }	
.thumblist5 li:hover .day{ color:#08a642;}
.thumblist5 li:hover .year{color:#08a642;}
.thumblist5 li:hover .ViewDetail{background:#08a642; }

.thumblist6{ padding-top:10px; }
.thumblist6 li{  text-align:left; overflow:hidden; padding:40px 0;border-top:1px solid #dadada; }
.thumblist6 li.n1{border-top:none;}
.thumblist6 li img{ transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s;width:310px;height:190px; }
.thumblist6 li .InfoTitle{ display:block; font-size:20px; font-weight:normal; color:#100a14; text-align:left; padding:0 0 3px 0; }
.thumblist6 li .InfoPicture{ float:left; overflow:hidden; width:290px;  margin-right:50px; }
.thumblist6 li p{ font-size:14px; color:#999; }
.thumblist6 li .InfoContent{ font-size:14px; color:#262626; height:84px;overflow:hidden;padding:3px 0 0 0;}
.thumblist6 li a{ line-height:30px; color:#ccc; display:block; }
.thumblist6 li .info_wrap .InfoTime{ padding:0 20px 0 0px;color:#08a642;font-size:12px;}
.thumblist6 li:hover .InfoTitle{ color:#08a642; }
.thumblist6 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.thumblist6 li .info_wrap .viewmore{float:left;text-align:center;display:block;background:#f39801;width:100px;color:#fff;margin:10px 0 0 0 ;font-size:15px;}

.thumblist7{ padding-top:10px; }
.thumblist7 li{  text-align:left; overflow:hidden; padding:40px 0;border-top:1px solid #dadada; }
.thumblist7 li.n1{border-top:none;}
.thumblist7 li img{ transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s;width:100%; }
.thumblist7 li .InfoTitle{ display:block; font-size:20px; font-weight:normal; color:#100a14; text-align:left; padding:0 0 3px 0; }
.thumblist7 li .InfoPicture{ float:left; overflow:hidden; width:215px;  margin-right:30px; }
.thumblist7 li p{ font-size:14px; color:#999; }
.thumblist7 li .InfoContent{  font-size:14px; color:#262626; height:84px;overflow:hidden;padding:3px 0 0 0;}
.thumblist7 li a{ line-height:30px;color:#ccc; display:block;}
.thumblist7 li .info_wrap .InfoTime{ color:#08a642;font-size:12px; float:right;height:28px;line-height:28px;}
.thumblist7 li:hover .InfoTitle{ color:#08a642; }
.thumblist7 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.thumblist7 li .info_wrap .viewmore{float:left;text-align:center;display:block;background:#08a642;width:100px;color:#fff;margin:10px 0 0 0 ;font-size:15px;}
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li { float:left; text-align:center;overflow:hidden;margin:0 10px 20px 0;width:272px;}
.gridlist li.n2{margin:0 0px 20px 0;}
.gridlist li img { border:1px solid #D6D6D6;width:270px;height:172px;}
.gridlist li a { }
.gridlist li .InfoTitle{background:#e4e4e4;font-size:16px;line-height:28px;text-overflow:ellipsis; white-space:nowrap;width:100%;overflow:hidden;color:#333;display:block;}
.gridlist li .Info_wrap{margin:10px 0 0 0;}
.gridlist li .Info_wrap .more{display:block;width:133px;float:left;background:#008e34;font-size:14px;color:#fff;line-height:28px;padding:5px 0;}
.gridlist li .Info_wrap .zixun{float:right;width:133px;display:block;line-height:28px;background:#333;font-size:14px;color:#fff;padding:5px 0;}
.gridlist li a:hover img { border:1px solid #008E34; }

/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li { float:left; text-align:center;overflow:hidden;margin:0 10px 20px 0;width:272px; }
.gridlist1 li.n2{margin:0 0px 20px 0;}
.gridlist1 li a { }
.gridlist1 li img { width:270px; height:172px;border:1px solid #ddd;}
.gridlist1 li .InfoTitle{font-size:16px;line-height:28px;text-overflow:ellipsis; white-space:nowrap;width:100%;overflow:hidden;color:#333;padding:0; display:block;}
.gridlist1 li .Info_wrap{margin:10px 0 0 0;}
.gridlist1 li .Info_wrap .more{display:block;width:133px;float:left;background:#008e34;font-size:14px;color:#fff;line-height:28px;padding:5px 0;}
.gridlist1 li .Info_wrap .zixun{float:right;width:133px;display:block;line-height:28px;background:#333;font-size:14px;color:#fff;padding:5px 0;}
.gridlist1 li:hover img{border:1px solid #008E34;}
/*橱窗列表2*/
.gridlist2{  }
.gridlist2 li {float:left; text-align:center;padding:0 20px; overflow:hidden;width:298px;}
.gridlist2 li img { display:block;border:1px solid #ddd;}
.gridlist2 li img:hover{border:1px solid #008E34;}
/*橱窗列表2*/
.gridlist3{  }
.gridlist3 li {float:left;  overflow:hidden;padding:25px 0;}
.gridlist3 li.n1{border-bottom:1px dashed #b1b1b1;}
.gridlist3 li a{display:block;}
.gridlist3 li .InfoPicture{float:left;width:290px;margin:0 15px 0 0;}
.gridlist3 li img { width:100%;height:180px;display:block;border:1px solid #ddd;}
.gridlist3 li .Info_wrap{float:left;width:245px;}
.gridlist3 li .InfoTitle{color:#545454;font-weight:bold;font-size:16px;margin: 0 0 10px 0;text-align:left;} 
.gridlist3 li p{color:#545454;font-size:14px;line-height:24px;height:70px;overflow:hidden;margin:0 0 36px 0; }
.gridlist3 li .ViewDetail{color:#b1b1b1;font-size:14px;border:1px solid #b1b1b1;display:block;width:100px;height:20px;line-height:20px;text-align:center;}
.gridlist3 li:hover img{border:1px solid #008E34;}
/*橱窗列表4*/
.gridlist4{  }
.gridlist4 li {float:left; text-align:center;margin:0 20px 0 0; overflow:hidden;}
.gridlist4 li a{display:block;}
.gridlist4 li img { width:263px;display:block;padding:10px;background:#e3e3e3;border:1px solid #ddd;}
.gridlist4 li .InfoTitle{height:30px;line-height:30px;color:#1d1d1d;font-size:16px;}
.gridlist4 li:hover img{border:1px solid #008E34;}
/*橱窗列表4*/
.gridlist5{  }
.gridlist5 li {float:left; text-align:center; overflow:hidden;}
.gridlist5 li .AlbumPicture{width:86px;height:86px;margin:0 auto;}
.gridlist5 li .AlbumTitle{height:40px;line-height:40px;color:#1d1d1d;font-size:16px;}
.gridlist5 li.m1{background:url(../images/gridlist5_li_m1.png) no-repeat center;width:36px;height:86px;}
/*橱窗列表6*/
.gridlist6{  }
.gridlist6 li {float:left; text-align:center;margin:0 20px 0 0; overflow:hidden;}
.gridlist6 li a{display:block;}
.gridlist6 li img { width:285px;display:block;}
.gridlist6 li .InfoTitle{height:32px;line-height:32px;color:#fff;font-size:16px;background:#000;}
/*橱窗列表2*/
.gridlist7{  }
.gridlist7 li {float:left;  overflow:hidden;margin: 0 0 20px 0;border:2px solid #d5d5d5;background:#fff;padding:2px;}
.gridlist7 li a{display:block;}
.gridlist7 li .InfoPicture{float:left;width:282px;margin:0 15px 0 0;}
.gridlist7 li img { width:100%;display:block;border:1px solid #ddd;}
.gridlist7 li .Info_wrap{float:left;width:245px;}
.gridlist7 li .InfoTitle{color:#2e2e2e;font-weight:bold;font-size:18px;margin: 0 0 10px 0;padding:5px 0 10px 0;text-align:left;border-bottom:1px solid #a6a6a6;} 
.gridlist7 li p{color:#2e2e2e;font-size:14px;line-height:26px;height:74px;overflow:hidden;margin:0 0 16px 0; }
.gridlist7 li .ViewDetail{color:#fff;font-size:14px;display:block;width:100px;background:#f39801;height:30px;line-height:30px;text-align:center;float: right;margin:0 20px 0 0;}
.gridlist7 li:hover img{border:1px solid #008E34;}
/*橱窗列表8*/
.gridlist8{ margin:30px 0 0 0;overflow:hidden; }
.gridlist8 li {float:left; text-align:center;margin:0 20px 20px 0; overflow:hidden;width: 196px;}
.gridlist8 li.n3{margin:0 0px 20px 0;}
.gridlist8 li a{display:block;}
.gridlist8 li img { width:194px;display:block;border:1px solid #ddd;}
.gridlist8 li .InfoTitle{height:32px;line-height:32px;color:#000;font-size:16px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gridlist8 li:hover img{border:1px solid #008E34;}
/*橱窗列表9*/
.gridlist9{ margin:30px 0 0 0;overflow:hidden;  }
.gridlist9 li {float:left; text-align:center;margin:0 20px 20px 0; overflow:hidden;}
.gridlist9 li.n2{margin:0 0px 20px 0;} 
.gridlist9 li a{display:block;}
.gridlist9 li img { width:246px;display:block;padding:10px;border:1px solid #e4e4e4;}
.gridlist9 li .InfoTitle{background:#e4e4e4;height:30px;line-height:30px;color:#1d1d1d;font-size:16px;}
.gridlist9 li:hover img{border:1px solid #008E34;}
/*橱窗列表10*/
.gridlist10{  }
.gridlist10 li {float:left; text-align:center;margin:0 20px 0 0; overflow:hidden;}
.gridlist10 li.n3{margin:0;}
.gridlist10 li a{display:block;}
.gridlist10 li img { width:281px;display:block;border:1px solid #e4e4e4;}
.gridlist10 li .InfoTitle{background:#e4e4e4;height:32px;line-height:32px;color:#545454;font-size:16px;}
.gridlist10 li:hover img{border:1px solid #008E34;}

/*橱窗列表10_1*/
.gridlist10_1{  }
.gridlist10_1 li {float:left; text-align:center;margin:0 20px 0 0; overflow:hidden;}
.gridlist10_1 li.n3{margin:0;}
.gridlist10_1 li a{display:block;}
.gridlist10_1 li img { width:266px;display:block;border:1px solid #e4e4e4;}
.gridlist10_1 li .InfoTitle{background:#e4e4e4;height:32px;line-height:32px;color:#545454;font-size:16px;}
.gridlist10_1 li:hover img{border:1px solid #008E34;}
/*橱窗列表11*/
.gridlist11{  }
.gridlist11 li { text-align:center; overflow:hidden;width:304px;}
.gridlist11 li a{display:block;}
.gridlist11 li img { display:block;border:1px solid #ddd;width:302px;}
.gridlist11 li .InfoTitle{height:28px;line-height:28px;color:#545454;font-size:16px;}
.gridlist11 li:hover img{border:1px solid #008E34;}
/*视频列表*/
.videolist{ padding-top:10px; }
.videolist li{  text-align:left; overflow:hidden; padding:40px 0;border-top:1px solid #dadada; }
.videolist li.n1{border-top:none;}
.videolist li img{ transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s;width:320px;height:215px; }
.videolist li .InfoTitle{ display:block; font-size:20px; font-weight:normal; color:#100a14; text-align:left; padding:0 0 3px 0; }
.videolist li .InfoPicture{ float:left; overflow:hidden; width:290px;  margin-right:50px; }
.videolist li p{ font-size:14px; color:#999; }
.videolist li .InfoContent{ font-size:14px; color:#262626; height:84px;overflow:hidden;padding:3px 0 0 0;}
.videolist li a{ line-height:30px; color:#ccc; }
.videolist li .info_wrap .InfoTime{ padding:0 20px 0 0px;color:#f39801;font-size:12px; }
.videolist li:hover .InfoTitle{ color:#f39801; }
.videolist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.videolist li .info_wrap .viewmore{float:left;text-align:center;display:block;background:#424242;width:80px;height:26px;line-height:26px;color:#fff;margin:10px 0 0 0 ;font-size:15px;}

/*==========@@通用列表  结束@@==========*/

/*==========@@jQZoom Version 2.2 样式开始@@==========*/
.jqzoom{ border:0px solid black;float:left;position:relative;padding:0px;cursor:pointer;}
.jqzoom img{ float:left; }
div.zoomdiv { z-index : 100; position: absolute; top:0px; left:0px; width: 200px; height: 200px;
background: #ffffff;border:1px solid #CCCCCC;display:none;text-align: center;overflow: hidden; }
div.jqZoomPup {z-index : 100;visibility : hidden;position: absolute; top:0px; left:0px; width : 50px;height : 50px;border: 1px solid #aaa;
background: #ffffff; opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50); }
/*==========@@jQZoom Version 2.2 样式结束@@==========*/
