﻿  @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:#0f0f0f;	margin:0px auto; font-family:"SimSun"; 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.*/font-family: Arial, Helvetica, sans-serif;}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#222; background: transparent;  outline:none}
a:visited { outline:none;}
a:focus { outline:none; }
a:hover{ color:#c00; outline:none; }
a:active{ color:#222; 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 #e60012; color: #666666;  text-shadow: 0 1px 1px white;}
/*默认样式*/
.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #e60012));
  background: -webkit-linear-gradient(top, #e60012, #f00);  background: -moz-linear-gradient(top, #e60012, #f00);
  background: -o-linear-gradient(top, #e60012, #f00);  background: linear-gradient(top, #e60012, #f00);
  background-color: #e60012;border-color: #e60012;  color: white;  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);}
.btn:hover { color:white;  background-color: #e60012;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #cd0f00, #be0f00);  background: -moz-linear-gradient(top, #cd0f00, #be0f00);
  background: -o-linear-gradient(top, #cd0f00, #be0f00);  background: linear-gradient(top, #cd0f00, #be0f00);}
.btn:active {background: #c00;  color: #fff;}

/*按钮大小*/
.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:1px solid #999; height:20px; line-height:20px;clip: rect; padding: 10px; color: #000000;/* margin: 17px 0 18px; */outline:none;}
.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: #999;border-width:1px; padding:2px; outline:none;}
.form_button { width:auto; vertical-align:middle; background: -webkit-linear-gradient(top, #e60012, #f00); border:none; width: 135px; height:40px;
font-size:16px; }
.btnReg{ width:135px; float:left;background:#ddd;  border-radius:3px; height:40px; line-height: 40px; font-size:16px; margin:0 25px; }
.btnForget{width:135px; float:left;background:#ddd;  border-radius:3px; height:40px; line-height: 40px; font-size:16px; }
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;} /*more链接*/
.code_image{width:60px; cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*频道*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:left; vertical-align:middle;   color:#333; }
.InfoTitle h1{ font: bold 38px/150% "微软雅黑"; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;font: normal 18px/200% "微软雅黑";}
.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{  text-align:center; color:#666; line-height:36px; margin-bottom:5px;overflow:hidden;}
.info_from_wrap a { color:#666; }
.info_from_wrap a:hover { color:#c00; }
.from_wrap{float:left;}
.bdsharebuttonbox{float:right;}
.bdsharebuttonbox .LShare{float:left;line-height:36px;margin:0 10px 0 0 ;font-size:12px;color:#666; }
#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{display:none; background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}
/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
/*样式*/
.left_title {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title h2 a{ }
.left_body { overflow:hidden; zoom:1;  }
.left_bottom {}

/*样式1*/
.left_title1{ height:39px; line-height:39px; background:url(../images/left_title1.jpg) no-repeat;}
.left_title1 h2 { text-indent:1em; font-size:14px; color:#000;  }
.left_body1 { overflow:hidden; zoom:1;  color:#000; padding:0 10px 5px;  }
.left_bottom1 { height:15px;  margin-bottom:5px;}
/*样式2*/
.left_title2 { height:39px; line-height:39px; background:url(../images/left_title2.jpg) ;  }
.left_title2 h2 { text-indent:1em; font-size:14px; color:#000; }
.left_body2 { overflow:hidden; zoom:1; color:#000;  padding:0 10px 5px;}
.left_bottom2 { height:15px;   margin-bottom:5px;}
/*样式3*/
.left_title3{float:left;width:100px;overflow:hidden;}
.left_title3 h2 {}
.left_title3 h2 a{display:block;font-size:36px;color:#e60012; text-align:center;font-family: 'Microsoft YaHei'; letter-spacing:8px;}
.left_body3 {float:right;width:1100px; overflow:hidden; zoom:1;  text-align:center;border-top:0; border-bottom: 0px;padding: 10px 0 25px 0;}
/*样式4*/
.left_body4 { overflow:hidden; zoom:1;  border-top:0; border-bottom: 0px;}
/*样式5*/
.left_title5 {float:left;overflow:hidden;width: 40px;height: 180px;padding:35px 10px 0 10px; text-align:center;background: #e60012;font-size: 26px;font-weight: bold;font-family: 'Microsoft YaHei';}
.left_title5 h2{font-size: 26px;color:#fff;}
.left_title5 h2 a{font-size: 26px;color:#fff;}
.left_body5 { overflow:hidden; zoom:1; position:relative;}
.left_body5 .next{background: url(../images/index_2_next.png) no-repeat center;position:absolute;left:7px;top:53%;width:16px;height:25px;display:block;cursor:pointer;}
.left_body5 .prev{background: url(../images/index_2_prev.png) no-repeat center;position:absolute;right:11px;top:53%;width:16px;height:25px;display:block;cursor:pointer;}
.left_bottom5 {}
/*样式6*/
.left_title6 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title6 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title6 h2 a{ }
.left_body6 { overflow:hidden; zoom:1;  }
.left_bottom6 {}
/*样式7*/
.left_title7 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title7 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title7 h2 a{color:#999;}
.left_title7 ul li{padding:0 20px;float:left;}
.left_title7 ul li.on h2 a{color:#333;}
.left_body7 { overflow:hidden; zoom:1; }
.left_bottom7 {}
/*样式8*/
.left_title8 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title8 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title8 h2 a{ }
.left_body8 { position:relative; overflow:hidden; zoom:1;padding:0 44px; }
.left_body8 .next{background: url(../images/left_body8_next.jpg) no-repeat center;width:13px;height:23px;position:absolute;left: 1%;top:42%; cursor:pointer;z-index:10;}
.left_body8 .prev{background: url(../images/left_body8_prev.jpg) no-repeat center;width:13px;height:23px;position:absolute;right: 1%;top:42%;cursor:pointer;z-index:10;}
.left_bottom8 {}
/*样式9*/
.left_title9 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title9 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title9 h2 a{ }
.left_body9 {float:left;width:850px; overflow:hidden; zoom:1; }
.left_bottom9 {float:right;width:300px;overflow:hidden;}
/*样式10*/
.left_title10 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title10 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title10 h2 a{ }
.left_body10 { position:relative; overflow:hidden; zoom:1;padding:0 44px; }
.left_body10 .next{background: url(../images/left_body8_next.jpg) no-repeat center;width:13px;height:23px;position:absolute;left: 1%;top:36%; cursor:pointer;z-index:10;}
.left_body10 .prev{background: url(../images/left_body8_prev.jpg) no-repeat center;width:13px;height:23px;position:absolute;right: 1%;top:36%;cursor:pointer;z-index:10;}
.left_bottom10 {}

/*样式*/
.left_title11 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}
.left_title11 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}
.left_title11 h2 a{ }
.left_body11 { overflow:hidden; zoom:1;  }
.left_bottom11 {height:15px;}

/*主体右侧*/
/*样式1*/
.right_title { height:39px; line-height:39px;border-bottom: 1px solid #ccc;}
.right_title h2 { font-size:24px; font-weight:bold; padding-left:10px; }
.right_body { padding:5px; overflow:hidden; zoom:1;}
.right_body .ChannelContent{font: normal 18px/200% "微软雅黑";}
.right_bottom {height: 5px;  line-height:5;  overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式2*/
.right_title1 { background: url(../images/right_title1.jpg) repeat-x 0 0; height:39px; line-height:39px;  }
.right_title1 h2 { font-size:14px; font-weight:bold; padding-left:10px; color:#626262;}
.right_body1 { padding:5px; overflow:hidden; zoom:1; border:5px solid #FACEB9; border-top:0; border-bottom:0}
.right_bottom1 { height: 5px; font-size: 0px; line-height:0; background:#FACEB9;  overflow:hidden; margin-bottom:5px;}
/*==========@@模块  结束@@==========*/


/*==========@@频道布局 开始@@==========*/
/*===公共 开始===*/
.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,#banner, #announcement, #link, #copyright { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:right; width:330px; }
#right { float:left; width:820px; border-left:0px solid #E5E5E5; padding-left:0px; }
#right_1{width:1200px;margin: 0 auto;overflow:hidden;}
#right_2{width:1200px;margin: 0 auto;overflow:hidden;}
#right_2_1{float:left;width:820px;}
#right_2_2{float:right;width:330px;}
/*===公共 结束===*/
/*===首页 开始===*/
.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_1 {padding:20px 0 0 0;overflow:hidden;}
#index_1_1{overflow:hidden;padding:0 0 10px 0;}
#index_1_2{width:750px;height:475px;float:left;overflow:hidden; position:relative;}
#index_1_2 .next{background: url(../images/index_1_2_next.png) no-repeat center;width:18px;height:60px;position:absolute;left: 11%;bottom:0; cursor:pointer;z-index:10;}
#index_1_2 .prev{background: url(../images/index_1_2_prev.png) no-repeat center;width:18px;height:60px;position:absolute;right: 11%;bottom:0;cursor:pointer;z-index:10;}
#index_1_2 .pageState{font-size:18px;color:#fff; position:absolute;bottom:3%;left:15%; z-index:10;}
#index_1_2 .pageState span{font-size: 28px;color: #e71f18;margin-right: 1px;}
#index_1_3{width:400px;float:right;overflow:hidden;}
#index_2 {padding:20px 0 0 0;overflow:hidden; background: #f5f5f5;position:relative; }
#index_3{padding:40px 0 0 0;overflow:hidden;}
#index_3_1{width:330px;float:left;margin:0 30px 0 0;}
#index_3_2{width:330px;float:left;margin:0 30px 0 0 ;}
#index_3_3{width:400px;float:right;}
#index_4{padding:20px 0;overflow:hidden;}
#index_5{overflow:hidden;}
#index_5_1{width:380px;float:left;overflow:hidden;}
#index_5_2{width:380px;float:left;margin:0 70px;overflow:hidden;}
#index_5_3{width:300px;float:right;overflow:hidden;}
#index_6{overflow:hidden;padding:20px 0 0 0;}
#index_6_1{width:330px;float:left;overflow:hidden;}
#index_6_2{width:800px;float:right;overflow:hidden;}
#index_7{overflow:hidden;padding:20px 0 0 0; }
#index_7_1{width:330px;float:left;overflow:hidden;}
#index_7_2{width:330px;float:left;margin:0 70px;overflow:hidden;}
#index_7_3{width:400px;float:right;overflow:hidden;} 
#index_8{overflow:hidden;padding:20px 0 0 0;}
#index_8_1{width:330px;float:left;overflow:hidden;}
#index_8_2{width:800px;float:right;overflow:hidden;}
#index_9{overflow:hidden;padding:20px 0 0 0;}
#index_9_1{width:330px;float:left;overflow:hidden;}
#index_9_2{width:800px;float:right;overflow:hidden;}
#index_10{padding:20px 0 0 0;overflow:hidden;}
#index_10_1{width:350px;float:left;overflow:hidden;}
#index_10_2{width:350px;float:left;margin:0 75px;overflow:hidden;}
#index_10_3{width:350px;float:right;overflow:hidden;}
#index_11{padding:20px 0 0 0;overflow:hidden;}
#index_11_1{width:350px;float:left;overflow:hidden;}
#index_11_2{width:350px;float:left;margin:0 75px;overflow:hidden;}
#index_11_3{width:350px;float:right;overflow:hidden;}
#index_12{padding:20px 0 0 0;overflow:hidden;}
#index_12_1{width:350px;float:left;overflow:hidden;}
#index_12_2{width:350px;float:left;margin:0 75px;overflow:hidden;}
#index_12_3{width:350px;float:right;overflow:hidden;}
#index_13{padding:20px 0 0 0;overflow:hidden;}
#index_14{padding:20px 0;overflow:hidden;}
#index_15{padding:20px 0;overflow:hidden;}
/*===首页 结束===*/

/*===内页 文章 开始===*/
#article_1{margin-top: 5px;overflow:hidden;}
#article_1_1{float:left;width:350px;}
#article_1_2{float:right;width:800px;position:relative;}	
#article_1_2 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}
#article_1_2 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 
#article_1_2 .hd ul li.on{background:#f00;}
#article_2{padding:30px 0 0 0;overflow:hidden;}
#article_2_1{float:left;width:350px;margin:0 50px 0 0; }
#article_2_2{float:left;width:375px;}
#article_2_3{float:right;width:375px;}
#article_3{margin-top: 30px;overflow:hidden;}
#article_3_1{width:330px;float:left; overflow:hidden;}
#article_3_2{width:800px;float:right;overflow:hidden;}
#article_4{margin-top: 30px;overflow:hidden;}
#article_4_1{width:575px;float:left;}
#article_4_2{width:575px;float:right;}
#article_4_3{width:575px;float:left;margin:30px 0px;}
#article_4_4{width:575px;float:right;margin:30px 0px;}
#article_4_5{width:575px;float:left;}
#article_4_6{width:575px;float:right;}
/*===内页 文章 结束===*/

/*===内页 视频 开始===*/
#video_1{margin-top: 5px;overflow:hidden;}
#video_1_1{float:left;width:800px;position:relative;z-index:888;}
#video_1_1 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}
#video_1_1 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 
#video_1_1 .hd ul li.on{background:#f00;}
#video_1_2{float:right;width:350px;overflow:hidden;}	
#video_2{padding:30px 0 0 0;overflow:hidden;}
#video_2_1{float:left;width:850px;}
#video_2_2{float:right;width:300px;}
#video_3{margin-top: 30px;overflow:hidden;}
#video_3_1{width:330px;float:left; }
#video_3_2{width:800px;float:right;}
#video_4{margin-top: 30px;overflow:hidden;}
#video_4_1{width:1200px;overflow:hidden;margin-top: 20px;}
#video_4_2{width:1200px;overflow:hidden;margin-top: 20px;}
#video_4_3{width:1200px;overflow:hidden;margin-top: 20px;}
/*===内页 视频 结束===*/

/*===内页 图片 开始===*/
#picture_1{margin-top: 5px;overflow:hidden;width:1200px;}
#picture_1 .bd{float:left;width:950px;}
#picture_1 .hd{float:right;width:200px;cursor:pointer;z-index:10;background:#eee;}
#picture_2{padding:20px 0 0 0;overflow:hidden;}
#picture_2_1{float:left;width:850px;overflow:hidden;}
#picture_2_2{float:right;width:300px;overflow:hidden;}
#picture_3{margin-top: 30px;overflow:hidden;}
#picture_3_1{width:330px;float:left; }
#picture_3_2{width:800px;float:right;}
#picture_4{margin-top: 30px;overflow:hidden;}
#picture_4_1{width:1200px;overflow:hidden;margin-top: 20px;}
#picture_4_2{width:1200px;overflow:hidden;margin-top: 20px;}
#picture_4_3{width:1200px;overflow:hidden;margin-top: 20px;}
/*===内页 图片 结束===*/
/*===产品模型 开始===*/
#product_1{margin-top: 5px;overflow:hidden;width:1200px;}
#product_1 .bd{float:left;width:900px;}
#product_1 .hd{float:right;width:250px;cursor:pointer;z-index:10;background:#eee;}
#product_2{padding:20px 0 0 0;overflow:hidden;}
#product_2_1{float:left;width:850px;}
#product_2_2{float:right;width:300px;}
#product_3{margin-top: 30px;overflow:hidden;}
#product_3_1{width:330px;float:left; }
#product_3_2{width:800px;float:right;}
#product_4{margin-top: 30px;overflow:hidden;}
#product_4_1{width:1200px;overflow:hidden;margin-top: 20px;}
#product_4_2{width:1200px;overflow:hidden;margin-top: 20px;}
#product_4_3{width:1200px;overflow:hidden;margin-top: 20px;}
.product  .info_product_detail_wrap{ line-height: 2.2em;display:none;}
.product  .info_product_detail_wrap b{color: #626262; font-weight:bold;}
.product  .info_product_detail_wrap table.detail_table{ width:100%; }
.product  .info_product_detail_wrap table.detail_table th{ width: 200px;}
.product  .ProductDescription{ display:none;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; }
/*===产品模型 结束===*/

/*===内页 下载 开始===*/
#download_1{margin-top: 5px;overflow:hidden;}
#download_1_1{float:left;width:350px;}
#download_1_2{float:right;width:800px;position:relative;}	
#download_1_2 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}
#download_1_2 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 
#download_1_2 .hd ul li.on{background:#f00;}
#download_2{margin-top: 30px;overflow:hidden;}
#download_2_1{width:575px;float:left;overflow:hidden;}
#download_2_2{width:575px;float:right;overflow:hidden;}
#download_2_3{width:575px;float:left;padding:20px 0 0 0;overflow:hidden;}
#download_2_4{width:575px;float:right;padding:20px 0 0 0;overflow:hidden;}
#download_2_5{width:575px;float:left;padding:20px 0 0 0;overflow:hidden;}
#download_2_6{width:575px;float:right;padding:20px 0 0 0;overflow:hidden;}
/*===招聘频道  开始===*/
.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:#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; }
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;font-size:14px;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; padding:10px 0;}
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;font-size:14px; }
.MessageTitle { color:#333; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%; font-size:14px; }
table.guestbook_table th{ width:100px; text-align:left;}
table.guestbook_table td{ text-align:left;padding:10px 0;}
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:#5d5d5d; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#222; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈模型 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;font-size:14px;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;padding:10px 0;}
table.feedback_table .operation{text-align:center}
/*===反馈模型 结束===*/
/*==========@@频道布局 结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:27px;  background:#f2f6f8; }
#top { height:27px; line-height:27px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top .MobileEdition{ font-weight: normal; color:#e60012;}
#top a { color:#333; font-weight:normal;  }
#top a:hover { color:#F00; text-decoration:none}

/*Logo*/
#logo_main { }
#logo {overflow:hidden;padding: 10px 0; }
#logo .WebLogo{ float:left;padding:20px 0 0 0;overflow:hidden;}
#logo .Search{float:right;width:300px;padding:40px 40px 0 0;overflow:hidden;}
#logo .Search .form_button{float:left;background:url(../images/form_button.gif) no-repeat;width:34px;height:34px;margin:0px;}
#logo .Search .search_table{width:100%; position:relative;}
#logo .Search .form_text{float:left;width:100%;line-height:28px;height:28px;padding:2px; text-indent:10px; border:1px solid #E70012;margin:0px;}
#logo .Search .search_table th{padding:0px;}
#logo .Qrcode{float:right;overflow:hidden;width:340px;}
#logo .Qrcode  li{float:right;width:85px; text-align:center;overflow:hidden;margin:0 20px 0 0;} 
#logo .Qrcode  li img{width:85px;height:85px;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: normal; color:#e60012;}
#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:#e60012;}
#navigation { height:55px; position:relative;width:1200px;  margin:0 auto;z-index:9999; }
#navigation ul.navigationlist{width:1150px;overflow:hidden;height:55px;}
#navigation ul.navigationlist li { float:left; line-height:55px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 12px; margin:0 1px; font-size:14px;color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#ffe400;  }
#navigation ul.navigationlist .current { color:#ffe400;  }
#navigation .MoreChannel{position:absolute;right:10px;top:20px;width:15px;height:15px;background:url(../images/navigation_more.png) no-repeat center; cursor:pointer;}
#navigation .MoreChannelWrap{webkit-animation: more_wrap 1s ease forwards;animation: more_wrap 1s ease forwards;}
#navigation ul.navigationlist1{display:none;position:absolute;left:0;top:55px;width:1140px;padding:30px 0 15px 60px; background:#f5f5f5;z-index:999;white-space:nowrap; }
#navigation ul.navigationlist1 li{ float:left; line-height:22px; text-align:center;}
#navigation ul.navigationlist1 li a { display:block;  font-size:14px;color:#FFF; background:#e60012;padding:3px 13px;margin:0 20px 15px 0;}
#navigation ul.navigationlist1 li a:hover{  text-decoration:none; color:#ffe400;}
@keyframes more_wrap{0% {-webkit-transform: rotate(0deg);}100% { -webkit-transform: rotate(135deg);}}
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#034697; 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:#FFF; font-size:12px; padding:0px 20px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#2475d8;  color:#ffe400; }

/*公告*/
#announcement {display:none; margin-top:20px;  height:35px; line-height:35px;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px;  width:150px;}
#announcement .announcement_body{float:left; width:1008px;border: 1px solid #ebebeb;padding:0 20px;line-height:33px;height:33px;}
#announcement .announcement_bottom{float:right; }
.announcementlist{ }
.announcementlist li { line-height:35px;width:200px;}
.announcementlist li a{display:block;margin:0 5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue;display:none; }
#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; width:100%;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; border-radius:5px;
background:#666; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#039;}

/*当前位置*/
#location_main {} 
#location {color:#222; float:left; padding-right:8px;font-size:14px;}

/*子频道列表*/
.subchannellist { background:#efefef;text-align:center;height:44px;line-height:44px;margin: 0px 0 20px 0;overflow:hidden;}
.subchannellist li { line-height:44px;display: inline;}
.subchannellist li a {  padding:10px 15px;color:#000;font-family: "\5FAE\8F6F\96C5\9ED1";font-size:16px;display: inline;}
.subchannellist li a:hover {  color:#fff;background:#cc3333; text-decoration:none; }
.subchannellist #current a {  color:#fff;background:#cc3333;}
.subchannellist .depth1{ font-size:12px; }
.subchannellist .depth2{ font-size:12px; text-indent:1.5em;}
.subchannellist .depth3{ font-size:12px; text-indent:3em}
.subchannellist .depth4{ font-size:12px; text-indent:4.5em}
.subchannellist .depth5{ font-size:12px; text-indent:6em}
.subchannellist .depth6{ font-size:12px; 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 }

/*订购*/
.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 { clear:both;}
#link { padding:0;}
.link_title {  font-size:16px; height:40px; line-height:40px; text-indent:5px; border-bottom:2px solid #d2d2d2;}
.link_title h2{font-size:16px; }
.link_body { padding:5px; color:#000;  border-top:0px; border-bottom:0px}
.link_bottom{ height:0px; margin-bottom:5px; }
.linklist { overflow: hidden; zoom:1; }
.linklist li { float:left; padding:3px 10px; overflow:hidden; white-space:nowrap}
.linklist a { line-height:22px; }

.linklist1 { overflow: hidden; zoom:1; }
.linklist1  li { float:left;  padding:0px 15px; overflow:hidden; white-space:nowrap}
.linklist1  li.on{ color:#c3140f; border-bottom:2px solid #c00000;}

/* 版权信息 */
#copyright_main { color:#333;}
#copyright { padding:10px 0;  position:relative;}
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; line-height:24px;}
#copyright .bottom_navigation a{margin:0 5px;}
#copyright .line{ padding:0px 5px;color:#bbb;}
#copyright a {color: #333; text-decoration: none;}
#copyright a:hover {color:#e60012; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding:8px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ text-align:center; line-height:20px;}
#copyright .LBusinessCircles{position:absolute;right:230px;bottom:10px;}
#copyright .LTrustedWebsite{position:absolute;right:80px;bottom:10px;}
#copyright .Authentication{ text-align:center;}
/*分页样式*/
.page { padding:10px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding: 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-size:14px;color:#333;}
table.login_table td{ text-align:left; padding:10px; }
table.login_table .operation{text-align:center;  padding:10px 0 0 0;}
table.login_table .operation .form_button{ float:left;}
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:50%; text-align:center; margin:0 auto;}
table.reg_table th{ width:130px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left;padding:10px; }
table.reg_table .operation{text-align:center;padding:10px 0 0 0;}
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; padding:10px;}
table.forget_table1 .operation{text-align:center;padding:10px 0 0 0;}

/*忘记密码 第二步*/
.forget_table2{margin:0 auto;}
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; }
.maplist li a { background:#fff; line-height:25px; display:block; color:#222;padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none;  color:#e60012;}
.maplist .depth1{font-weight:bold;text-align:left; font-weight:bold;float:left;width:100%;padding:5px 1px;}
.maplist .depth1 a{padding:5px;font-size:18px;}
.maplist .depth2{float:left;}
.maplist .depth2 a{width:210px;text-align:center;padding:0 13px;font-size:14px;}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li {font-size: 16px; line-height:22px; height:22px;text-indent:8px;padding:14px 0; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist li .float_right{color:#999;}
.textlist li.n10{border-bottom:1px solid #ddd;padding-bottom:25px;margin-bottom:15px;background:url(../images/textlist.gif) no-repeat 0 20px;}
.textlist li .ChannelName{display:inline;float:left;}
/*文字列表1*/
.textlist1{display:inline-block;overflow:hidden;}
.textlist1 li { text-align:center;width:245px;line-height:26px; height:26px; overflow:hidden;display: block;margin:0 13px;float:left;}
.textlist1 li.n1{display:block; width:100%;font-size:36px;line-height:57px; height:57px;text-align:center;margin:0 5px;}
.textlist1 li a{text-overflow:ellipsis; white-space:nowrap;overflow:hidden;display:block;width:100%;}
.textlist1 li.n1 a{font-weight:bold;font-family: 'Microsoft YaHei';padding:5px 0;text-align: center;}
/*文字列表2*/
.textlist2{overflow:hidden;}
.textlist2 li { line-height:31px; height:24px; overflow:hidden;font-size: 14px;font-family: 'SimSun';padding: 0px 0 13px 0;}
.textlist2 li.n1{line-height: 31px;}
.textlist2 li.n1 a{font-size: 18px;font-weight: bold;font-family: 'Microsoft YaHei';}
/*文字列表3*/
.textlist3{overflow:hidden;}
.textlist3 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist3 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist3 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}
.textlist3 li.n1{position:relative;font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;width:330px;}
.textlist3 li.n1 .InfoPicture{height:160px;}
.textlist3 li.n1 .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}
.textlist3 li.n1 a:hover img{-webkit-transform: scale(1.1) translateY(5px);-moz-transform: scale(1.1) translateY(5px);-ms-transform: scale(1.1) translateY(5px);transform: scale(1.1) translateY(5px);
transition: all ease-in-out .9s;-webkit-transition: all ease-in-out .9s;transition: all ease-in-out .9s;-ms-transition: all ease-in-out .9s; }
/*文字列表4*/
.textlist4{overflow:hidden;}
.textlist4 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist4 li a{display:block;}
.textlist4 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;width:100%;}
.textlist4 li.first{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;}
.textlist4 li.first .InfoTitle{padding:0;float:left;font-size:14px;display:block;font-weight:bold;width:230px;}
.textlist4 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;display:block;width:140px;}
.textlist4 li.first .InfoPicture img{width:140px;display:block;}
.textlist4 li.first p{float:left;width:230px;font-size:12px;color:#666;}
.textlist4 li.n4{border-bottom:1px dashed #ccc;margin:0 0 22px 0;padding: 0px 0 13px 0;}
.textlist4 li p .LRead{color: #e60012;display:inline;}

/*文字列表5*/
.textlist5{overflow:hidden;}
.textlist5 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist5 li a{display:block;}
.textlist5 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist5 li.n1{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;height:64px;}
.textlist5 li.n1 .InfoTitle{height:64px;padding:0;float:left;font-size:22px;display:block;text-align:left;white-space: normal;height:inherit;line-height: 32px;}

/*文字列表6*/
.textlist6{overflow:hidden;}
.textlist6 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist6 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist6 li.first{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:15px;}
.textlist6 li.first .InfoTitle{padding:0;float:left;font-size:14px;display:block;font-weight:bold;width:180px;height:26px;line-height:26px;}
.textlist6 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;width:140px;}
.textlist6 li.first .InfoPicture img{width:140px;}
.textlist6 li.first p{float:left;width:180px;font-size:12px;color:#666;}
.textlist6 li p .LRead{color: #e60012;display:inline;}
.textlist6 li a{display:block;}
/*文字列表7*/
.textlist7{overflow:hidden;}
.textlist7 li {width:380px;float:left; overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist7 li.n1{width:170px;margin:0 0 8px 0;float:left;margin:0 20px 0 0; }
.textlist7 li.n2{width:170px;margin:0 0 8px 0;float:left;margin:0 30px 0 0; }
.textlist7 li.n7{width:360px;margin:0 30px 0 0;}
.textlist7 li.n9{width:360px;margin:0 30px 0 0;}
.textlist7 li.n11{width:360px;margin:0 30px 0 0;}
.textlist7 li.n13{width:360px;margin:0 30px 0 0;}
.textlist7 li.n15{width:360px;margin:0 30px 0 0;}
.textlist7 li.n17{width:360px;margin:0 30px 0 0;}
.textlist7 li .InfoTitle{width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;height:37px;line-height:37px;}
.textlist7 li.n1 .InfoTitle{height:36px;line-height:36px;}
.textlist7 li.n2 .InfoTitle{height:36px;line-height:36px;}
.textlist7 li .InfoPicture{float:left;padding:0;width:170px;}
.textlist7 li .InfoPicture img{width:170px;}
.textlist7 li a{display:block;}
/*文字列表8*/
.textlist8{overflow:hidden;}
.textlist8 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';line-height: 37px;}
.textlist8 li a{width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist8 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist8 li.n1{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:10px;}
.textlist8 li.n1 .InfoTitle{padding:0;display:block;text-align:left;font-size: 14px;font-weight: bold;line-height: 18px;height:26px; }
.textlist8 li.n1 p{font-size:12px;color:#999;border-bottom: 1px dotted #ddd;padding:0 0 10px 0;}

/*文字列表9*/
.textlist9{overflow:hidden;}
.textlist9 li {width:305px;background:url(../images/textlist.gif) no-repeat 0 center;text-indent:10px;  overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist9 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist9 li .InfoTitle{width:100%;height:34px;line-height:34px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}
.textlist9 li.n1{float:left;width:245px;margin:0 20px 0 0; text-indent:0;background:none;position:relative;font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;}
.textlist9 li.n1 .InfoPicture{}
.textlist9 li.n1 .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}

/*文字列表10*/
.textlist10{overflow:hidden;}
.textlist10 li {background:url(../images/textlist.gif) no-repeat 0 center; text-indent:10px; overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist10 li .InfoTitle{width:100%;height:37px;line-height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist10 li.first{font-size: 18px;font-family: 'Microsoft YaHei';text-indent:0;background:none;line-height: 31px;margin-bottom:14px;}
.textlist10 li.first .InfoTitle{width:225px;padding:0;float:left;font-size:14px;display:block;font-weight:bold;}
.textlist10 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;width:140px;}
.textlist10 li.first .InfoPicture img{width:140px;}
.textlist10 li.first p{float:left;width:225px;font-size:12px;color:#666;line-height:18px;}
.textlist10 li p .LRead{color: #e60012;display:inline;}
.textlist10 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
/*文字列表11*/
.textlist11{overflow:hidden;}
.textlist11 li { background:url(../images/textlist.gif) no-repeat 0 center; text-indent:10px;overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist11 li a{display:block;width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist11 li .InfoTitle{height:37px;line-height:37px;text-align:left;padding:0;}
.textlist11 li.n1{position:relative;font-size: 18px;text-indent:0;width:350px;background:none;font-family: 'Microsoft YaHei';margin-bottom:15px;}
.textlist11 li.n1 .InfoPicture{height:127px;}
.textlist11 li.n1 .InfoTitle{position:absolute;padding:0;width:100%;left:0;top:92px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}
.textlist11 li.n1 a:hover img{-webkit-transform: scale(1.1) translateY(5px);-moz-transform: scale(1.1) translateY(5px);-ms-transform: scale(1.1) translateY(5px);transform: scale(1.1) translateY(5px);
transition: all ease-in-out .9s;-webkit-transition: all ease-in-out .9s;transition: all ease-in-out .9s;-ms-transition: all ease-in-out .9s; }
/*文字列表12*/
.textlist12{ }
.textlist12 li { line-height:35px;height:35px;overflow:hidden;width:300px;/*解决ie6bug*/}
.textlist12 li a{width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.textlist12 li .i_wrap{float:left;background: #333333;text-align: center;width: 17px;height: 18px;line-height: 18px;display:block;color: #fff;margin:8px 10px 0 0;font-size: 12px;}
.textlist12 li.n1 .i_wrap{background: rgb(204, 51, 51);}
.textlist12 li.n2 .i_wrap{background: rgb(204, 51, 51);}
.textlist12 li.n3 .i_wrap{background: rgb(204, 51, 51);}
.textlist12 li .InfoTitle{float:left;width:270px;font-size:14px;line-height:35px;height:35px;}
/*文字列表13*/
.textlist13{ }
.textlist13 li { font-size:14px;line-height:37px;height:37px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist13 li .Download{float:right;padding:0 10px;height:26px;line-height:26px;margin:5px 0 0 0;}
.textlist13 li a{display:block;}
/*文字列表14*/
.textlist14{ margin: 20px 0 0 0;}
.textlist14 li{ font-size:14px; overflow:hidden;width:100%;/*解决ie6bug*/margin:0 0 20px 0;}
.textlist14 li .InfoPicture{float:left;margin:0 40px 0 0  ;}
.textlist14 li .InfoTitle{font: bold 20px/200% 微软雅黑;font-weight:bold;line-height:40px;}
.textlist14 li .InfoPicture img{width:230px;}
.textlist14 li p{color:#666;line-height:28px;height:110px;overflow:hidden;}
.textlist14 li p .LRead{color: #e60012;display:inline;}
.textlist14 li .Download{float:right;padding:0 10px;height:26px;line-height:26px;margin:5px 0 0 0;}
/*文字列表15*/
.textlist15{ }
.textlist15 li{ font-size:14px; overflow:hidden;}
.textlist15 li.n0{float:left;width:390px;}
.textlist15 li.n1{float:right;width:390px;}
.textlist15 li .InfoTitle{line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*文字列表16*/
.textlist16{overflow:hidden;}
.textlist16 li { overflow:hidden;font-size: 14px;font-family: 'SimSun';}
.textlist16 li .InfoTitle{height:36px;line-height:27px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;display:block;}

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:8px;}
.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #c00; }
.thumblist li .InfoTitle{color:#000000;font-size: 20px;font-weight: bold;}
.thumblist li .InfoTitle:hover{color:#c00;}
.thumblist li p{ text-indent:2em; height:94px;line-height:24px; overflow:hidden;color:#666;font-size:14px;}
/*带缩略图文字列表1*/
.thumblist1{}
.thumblist1 li{}
.thumblist1 li.first {float:left;line-height:2em;overflow:hidden;width:300px; margin:0 40px 0 0 ;}
.thumblist1 li img{  width:300px; margin-right:20px;  }
.thumblist1 li .InfoPicture{display:block;}
.thumblist1 li .InfoTitle{height:36px;display:block;font-size: 14px; text-align:left;}
.thumblist1 li.first .InfoTitle{height:30px;line-height:30px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.thumblist1 li p{ text-indent:2em; height:4em; overflow:hidden;color:#666666;line-height:22px;}
.thumblist1 li p .LRead{color: #e60012;display:inline;}
/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center; margin:0px 6px;  width:190px; /*height:195px;*/ overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist li img { border:1px solid #999999; width:188px; /*height:165px;*/}
.gridlist li a { white-space:nowrap; line-height:28px;}
.gridlist li a:hover img { border:1px solid #034b9f; }
/*橱窗列表1*/
.gridlist1{ }
.gridlist1 li {text-align:center;overflow:hidden; display:block;width:750px;}
.gridlist1 li img {width:750px;height:475px;}
.gridlist1 li .InfoPicture{display:block;}
.gridlist1 li .InfoTitle {background:url(../images/gridlist1.png);font-size:14px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;padding:0;height: 60px;line-height:60px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}
/*橱窗列表2*/
.gridlist2{ }
.gridlist2 li {width:240px; float:left;margin: 25px 0px 0px 35px;overflow:hidden; display:inline;}
.gridlist2 li img { width:240px;height:110px;}
.gridlist2 li a {display:block;}
.gridlist2 li .InfoTitle {width:100%;line-height:27px;text-align:left;font-size: 14px;font-weight:bold;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.gridlist2 li p{color:#666666;}
.gridlist2 li p .LRead{color: #e60012;display:inline;}
.gridlist2 li a:hover img {  }
/*橱窗列表3*/
.gridlist3{ }
.gridlist3 li {width:190px; float:left;padding:0 5px;margin:10px 0 0 0;overflow:hidden; display:inline;}
.gridlist3 li img { width:190px;}
.gridlist3 li a {display:block;}
.gridlist3 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
/*橱窗列表4*/
.gridlist4{ }
.gridlist4 li {overflow:hidden; display:block;margin:0 0 8px 0;}
.gridlist4 li img { width:115px;}
.gridlist4 li .InfoPicture{float:left;margin:0 10px 0 0;width:115px;}
.gridlist4 li a {display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.gridlist4 li .InfoTitle {float:left;width:205px;2line-height:27px;padding:0;text-align:left;font-size: 14px;color:#333;font-weight:bold;}
.gridlist4 li .InfoTitle:hover{color:#e60012;}
.gridlist4 li p{width:205px;float:left;height:59px;line-height:24px;color:#666;overflow:hidden;}
.gridlist4 li p .LRead{color: #e60012;display:inline;}
/*橱窗列表5*/
.gridlist5{ }
.gridlist5 li {width:175px; float:left;padding:0 5px;margin:10px 0 0 0;overflow:hidden; display:inline;}
.gridlist5 li img { width:175px;height:114px;}
.gridlist5 li a {display:block;}
.gridlist5 li .InfoTitle {line-height:27px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
/*橱窗列表6*/
.gridlist6{ }
.gridlist6 li {width:170px; float:left;padding:0 4px;margin:10px 0 0 0;overflow:hidden; display:inline;}
.gridlist6 li img { width:170px;}
.gridlist6 li a {display:block;}
.gridlist6 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}
/*橱窗列表7*/
.gridlist7{ }
.gridlist7 li {width:800px;text-align:center;overflow:hidden; display:block;}
.gridlist7 li img {width:800px;height:470px;}
.gridlist7 li .InfoPicture{display:block;}
.gridlist7 li .InfoTitle { text-indent: 10px;background:url(../images/gridlist1.png);font-size:14px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;
height: 60px;line-height:60px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}
/*橱窗列表6*/
.gridlist8{ }
.gridlist8 li {width:280px; position:relative; float:left;overflow:hidden; display:block;}
.gridlist8 li.n1 {margin:10px 40px 0 0;width:585px;}
.gridlist8 li.n2 {margin:10px 15px 10px 0;}
.gridlist8 li.n3 {margin:10px 0 0 0;}
.gridlist8 li.n4 {margin:5px 15px 0 0;}
.gridlist8 li.n5 {margin:5px 0 0 0;}
.gridlist8 li a {display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.gridlist8 li .InfoPicture img{width:280px;display:block;}
.gridlist8 li.n1 .InfoPicture img {width:585px;}
.gridlist8 li .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:18px; text-align:center;display:block;background:url(../images/gridlist1.png);}
.gridlist8 li.n1 .InfoTitle{height: 60px;line-height:60px;font-size:24px;font-weight:bold;}
/*橱窗列表9*/
.gridlist9{ }
.gridlist9 li {width:950px;text-align:center;overflow:hidden; display:block;}
.gridlist9 li img {width:950px;height:595px;}
.gridlist9 li .InfoPicture{display:block;}
.gridlist9 li .InfoTitle {padding:0 0 0 10px;background:url(../images/gridlist1.png);font-size:18px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;
height: 60px;line-height:60px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}
/*橱窗列表10*/
.gridlist10{ }
.gridlist10 li {width:200px; float:left;margin:5px 0;overflow:hidden; display:inline;}
.gridlist10 li img { width:200px;height:110px;}
.gridlist10 li.on img{width:194px;height:103px;border:3px solid #f00;}
.gridlist10 li a {display:block;}
.gridlist10 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}
/*橱窗列表11*/
.gridlist11{ }
.gridlist11 li {width:191px; float:left;margin:0 10px;overflow:hidden; display:inline;}
.gridlist11 li img { width:191px;}
.gridlist11 li a {width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.gridlist11 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;font-size: 14px;display:block;}
/*橱窗列表12*/
.gridlist12{ }
.gridlist12 li {overflow:hidden; display:block;}
.gridlist12 li.n1{margin:0 0 22px 0;}
.gridlist12 li img { width:100%;}
.gridlist12 li a {display:block;}
.gridlist12 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}
/*橱窗列表13*/
.gridlist13{ }
.gridlist13 li {width:280px;float:left;margin:10px 8px;overflow:hidden; display:block;}
.gridlist13 li img { width:100%;}
.gridlist13 li a {display:block;}
.gridlist13 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}
/*橱窗列表14*/
.gridlist14{ }
.gridlist14 li {overflow:hidden; display:block;margin:0 0 15px 0;}
.gridlist14 li img { width:115px;}
.gridlist14 li .InfoPicture{float:left;margin:0 10px 0 0;width:115px;}
.gridlist14 li a {display:block;}
.gridlist14 li .InfoTitle {float:left;width:205px;line-height:27px;padding:0;text-align:left;font-size: 14px;color:#333;font-weight:bold;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.gridlist14 li .InfoTitle:hover{color:#e60012;}
.gridlist14 li p{float:left;width:205px;height: 48px;line-height: 24px;color:#666;overflow:hidden;}
/*橱窗列表15*/
.gridlist15{ }
.gridlist15 li {float:left;width:152px;overflow:hidden; display:block;margin:0 5px 5px 5px;}
.gridlist15 li img { width:152px;}
.gridlist15 li a {display:block;}
.gridlist15 li .InfoTitle{line-height:27px;height:27px;text-align:center;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
/*橱窗列表16*/
.gridlist16{ }
.gridlist16 li {float:left;width:269px;overflow:hidden; display:block;margin:12px;}
.gridlist16 li.n0{margin:14px;}
.gridlist16 li img { width:269px;}
.gridlist16 li a {display:block;}
.gridlist16 li .InfoTitle{width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;line-height:40px;font-size:14px;padding:0;text-align:center;}
/*视频列表*/
.videolist{ }
.videolist li { width:258px; 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:256px; /*height:165px;*/}
.videolist li a { display:block;width:100%;text-overflow:ellipsis; overflow:hidden;white-space:nowrap; line-height:28px;}
/*视频列表1*/
.videolist1{ }
.videolist1 li {  width:100%;  overflow:hidden;display:block ;padding:6px 0;}
.videolist1 li.n1{float:left;overflow:hidden;width:190px; position:relative; margin:0px 12px 0 0;padding:0;}
.videolist1 li.n2{float:right;overflow:hidden;width:190px; position:relative; padding:0;}
.videolist1 li a {text-indent:20px; background:url(../images/videolist1.gif) no-repeat 0 center;line-height:27px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size:14px;}
.videolist1 li.n1 .InfoTitle{font-size:12px;background:url(../images/gridlist1.png); position:absolute;bottom:0px; width:100%;z-index:1;padding:0;height: 30px;line-height:30px;text-align:center;color:#fff;}
.videolist1 li.n2 .InfoTitle{font-size:12px;background:url(../images/gridlist1.png); position:absolute;bottom:0px; width:100%;z-index:1;padding:0;height: 30px;line-height:30px;text-align:center;color:#fff;}
.videolist1 li img { width:190px;}

.videolist1 li.n1 a {text-indent:0;}
.videolist1 li.n2 a {text-indent:0;}
.videolist1 li .InfoTitle {}
/*视频列表2*/
.videolist2{ }
.videolist2 li {text-align:center;overflow:hidden; display:block;}
.videolist2 li img {width:800px;height:470px;}
.videolist2 li .InfoPicture{display:block;}
.videolist2 li .InfoTitle {padding:0 0 0 10px;background:url(../images/gridlist1.png);font-size:14px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;
height: 60px;line-height:60px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}
/*视频列表3*/
.videolist3{ }
.videolist3 li {float:left;width:400px;overflow:hidden; display:block;}
.videolist3 li.n1{margin:0 50px 50px 0;}
.videolist3 li.n2{margin:0 0 50px 0;}
.videolist3 li.n3{margin:0 50px 0 0;}
.videolist3 li img { width:205px;}
.videolist3 li .InfoPicture{float:left;margin:0 10px 0 0;width:205px;}
.videolist3 li a {display:block;}
.videolist3 li .InfoTitle {line-height:27px;padding:0;text-align:left;font-size: 16px;color:#333;font-weight:bold;display:block;}
.videolist3 li .InfoTitle:hover{color:#e60012;}
.videolist3 li p{height:100px;line-height:24px;color:#666;font-size:14px;}
.videolist3 li p .LRead{color: #e60012;display:inline;}
/*视频列表4*/
.videolist4{overflow:hidden;}
.videolist4 li {overflow:hidden;float:left;width:200px;margin:0 12px 20px 0; }
.videolist4 li .InfoTitle{font-family: 'SimSun';font-size: 14px;height:34px;line-height:34px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}
.videolist4 li .InfoPicture{}
.videolist4 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

/*==========@@通用列表  结束@@==========*/