﻿@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:#F4F4F4; }
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:#CC0000; }
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;}

.delay1{ -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay2{ -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay3{ -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay4{ -webkit-animation-delay:1s; animation-delay:1s; }
.delay5{ -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay6{ -webkit-animation-delay:1.2s; animation-delay:1.4s; }
.delay7{ -webkit-animation-delay:1.2s; animation-delay:1.7s; }
.delay8{ -webkit-animation-delay:1.2s; animation-delay:1.8s; }
/*==========@@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: #cb2424;  color: #fff; }
.btn:hover {  background-color: #cb2424; color:#fff;}
.btn:active {  background: #cb2424;  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-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; 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; color: #000; }
.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:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ padding:5px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px;  color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}

/*样式1*/
.left_title1{ overflow:hidden; line-height:42px; text-align:center; }
.left_title1 h2{ font-size:14px; color:#000; font-weight:normal; display: block;height: 55px;}
.left_title1 h2 a{  line-height:50px; padding-bottom:11px; text-shadow:0px 0px 2px #666; font-size:24px; font-weight:400; color:#f93; border-bottom:1px solid #f93; }
.left_title1 p{ font-size:18px; color:#fff; line-height:24px; padding:15px 10px 30px; }
.left_body1{ overflow:hidden; zoom:1; }
.left_bottom1{ overflow:hidden; }

.left_bottom1 .prevnext{ display:block; width:20px; height:40px; position:absolute; top:50%; margin-top:40px; z-index:5; line-height:40px;
overflow:hidden; font-size:14px; font-weight:700; font-family:simsun; text-align:center; color:#fff; opacity:0.7; background:#333; visibility:hidden; }
.left_bottom1 .prev{ left:0px; }
.left_bottom1 .next{ right:0px; }
.left_bottom1 .prev:hover{ background:#111; }
.left_bottom1 .next:hover{ background:#111; }
/*样式2*/
.left_title2{ border-bottom:1px solid #ddd; padding:10px 0 7px 0px; position:relative; }
.left_title2 h2{ text-align:left; }
.left_title2 h2 a{ font-size:16px; color:#333; font-weight:normal; position:relative }
.left_title2 h2 a:after{ display: block; position: absolute; left: 50%; bottom: -8px; width: 0px; height: 1px; content: ''; transform: translate(-50%, 0);
transition: width 0.2s; background: #f00; }
.left_title2 h2 a:hover:after {width: 100%;}
.left_title2 .More{ float:right; line-height:27px; color:#888; position:absolute; right:14px; bottom:5px; }
.left_title2 .More:hover{ color:#EFB90A; }
.left_body2{ overflow:hidden; zoom:1; color:#000; border-bottom:0; border-top:0; padding:5px 0; }
.left_bottom2{ text-align:center; height: 25px; }
.left_bottom2 .ViewMore{ width:144px; color:#fff; text-align:center; font-size:14px; line-height:36px; display:block; background:#1c1c1c; border-radius:3px; margin:10px auto 20px; 
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; transition:all 0.5s; }
.left_bottom2 .ViewMore:hover{ background:url(../images/viewMore.jpg) repeat-x; }
/*样式3*/
.left_title3{ height:45px; line-height:45px; border-bottom: 1px solid #939393;margin: 0 15px;}
.left_title3 .more{ display:block; color:#666;  }
.left_title3 h2{ font-size:18px; font-weight:bold; }
.left_title3 h2 a{ color:#fff; font-weight: normal;}
.left_body3{ padding:5px 15px 10px; overflow:hidden; zoom:1; border-top:0; border-bottom:0; }
.left_bottom3 { height:5px; font-size:0px; line-height:0; overflow:hidden; margin-bottom:5px; }

.left_title4{ text-align:center; }
.left_title4 h2 a{ font-size:22px; font-weight:normal; color:#222; }
.left_title4 p{ font-size:14px; color:#666; text-transform:uppercase; font-weight:normal; }
.left_body4{ margin-top:20px; overflow:hidden; border:1px solid #ebebeb;  }
/*主体右侧*/
/*样式1*/
.right_title{ overflow:hidden; border-bottom: 1px solid #ddd; line-height:50px; padding:0 15px; }
.right_title h2{ float:left; font-size:24px; font-weight:normal; text-align:center; color:#333; }
.right_title h2 a{ color:#fff; }
.right_body { padding:25px 15px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}
/*样式2*/
.right_title1{ overflow:hidden; border-bottom: 1px solid #ddd; padding:0 15px 15px; }
.right_title1 h2{ float:left; font-size:24px; line-height:45px; font-weight:normal; text-align:center; padding:0 15px; color:#fff; background:#cb2424; display:none; }
.right_body1{ padding:5px 15px; 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;}
/*样式3*/
.right_title2{ height:50px; line-height:50px; border:1px solid #ddd; border-top:none; border-bottom:none; background:#CC0000; }
.right_title2 h2{ font-size:24px; font-weight:400; text-align:center; color:#fff; }
.right_body2{ overflow:hidden; zoom:1; border:1px solid #ddd; border-top:0; padding-bottom:5px; background: #fff; }
.right_bottom2{ height: 5px; font-size: 0px; line-height:0; overflow:hidden; margin-bottom:5px; }

.right_title3{ text-align:center; font-size:16px; height:41px; line-height:41px; font-weight: 400; border:1px solid #ddd; background: #fff; }
.right_title3 h2{  color:#f00; font-weight:400; }
.right_body3{ color:#333; padding-bottom: 10px; border:1px solid #ddd; border-top:none; background: #fff; }

/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px; margin:5px auto; }
#top, #logo, #banner, #announcement, #link, #copyright,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6,#floor_7,#floor_8,#floor_9
,#floor_10,#floor_12, #floor_13, #floor_14{ width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red; }
#left{ float:left; width:250px; border-bottom:#e6e6e6 solid 1px; margin-top:15px; }
#right{ float:right; width:920px; padding-left:0px; margin-top:15px; background:#fff; }
.index{ background:url(../images/main_bg.jpg) no-repeat center top; margin-top: -5px; }
/*===首页 开始===*/
#floor_1_main{}
#floor_1{ padding-top:30px; }
#floor_1_1{ float:left; width:600px; text-align:center; }
#floor_1_2{ float:left; width:570px; background:#AA0000; overflow:hidden; padding:15px 10px 15px 20px; height:321px; }
#floor_1_2 .ChannelName{ color:#fff; font-size:18px; line-height:32px; padding: 5px 0 15px; }
#floor_1_2 .ChannelName span{ padding-left:10px; font-size:14px; }
#floor_1_2 p{ font-size:14px; overflow:hidden; max-height:195px; line-height:24px; color:#fff;  }
#floor_1_2 .ViewMore{ display:block; color:#fff; font-size:16px; padding:10px 0; }

#floor_2_main{ margin-top:40px; background:url(../images/floor2.jpg) no-repeat center top; }
#floor_2{ text-align:center; }

#floor_3_main{ background:url(../images/floor3.jpg) no-repeat center top; text-align:center; }
#floor_3_1{ width:1200px; margin:0 auto; overflow:hidden; text-align:center; padding:40px 0 20px; }
#floor_3_1_1,#floor_3_1_2,#floor_3_1_3{ float:left; width:354px; margin:0 8px; padding:0 15px 0; background:#fff; }

#floor_4_main{ background:url(../images/floor_4.jpg) no-repeat center top; border-top:2px solid rgba(255, 144, 48, 0.8); border-bottom:2px solid rgba(255, 144, 48, 0.8);     margin-top:45px; }
#floor_4{ overflow:hidden; padding:87px 0; }
#floor_4_1{ float:left; width:700px; padding-top: 15px; }
#floor_4_2{ float:right; width:460px; border:1px solid #f00; padding:10px; }
#floor_4_2_1{ background: rgba(255, 0, 0, 0.65); padding:20px; }
#floor_4_2_1 .ChannelSContent{ font-size:24px; color:#fff; text-align:center; margin-bottom:20px; }
#floor_4_2_1 .ChannelName{ font-size:18px; color:#fff; text-align:center; margin-bottom:10px; }
#floor_4_2_1 .ChannelContent{ font-size:14px; color:#fff; }

#floor_5{ overflow:hidden; margin-top:40px; position:relative; }
#floor_5:hover .prev{ visibility:visible; z-index:100; }
#floor_5:hover .next{ visibility:visible; z-index:100; }



#floor_6_main{ background:url(../images/floor5.jpg) no-repeat center top; padding:50px 0 40px; }
#floor_6{ overflow:hidden; position:relative; }
#floor_6 img{ float:right; padding-left:40px; }
#floor_6 .advertisement{ width:850px; position:absolute; top:15px; right:0; color:#AE1216; font-size:36px; font-style:italic; font-weight:bold; }
#floor_6 .advertisement p{ text-indent:2em; }
#floor_6 .advertisement .zixun{ width:107px; height:45px; padding-left:70px; line-height:45px; position:absolute; top:15px; right:30px; color:#fff; background:url(../images/zixun1.png) no-repeat; font-size:16px; font-weight:normal; font-style:normal; }

#floor_8{ overflow:hidden; margin-top:15px; position:relative; }
#floor_8:hover .prev{ visibility:visible; z-index:100; }
#floor_8:hover .next{ visibility:visible; z-index:100; }

#floor_9_main{ background:url(../images/floor6.jpg) no-repeat center top; padding:10px 0 40px; margin-top: 40px; }

#floor_9_1{ }
#floor_9_2{ width:1160px; padding:20px; border:1px solid rgba(255, 255, 255, 0.1); background:rgba(0, 0, 0, 0.3); background-clip:padding-box; overflow:hidden; }
#floor_9_2_1{ float:left; width:49%; height:330px; }
#floor_9_2_2{ float:right; width:49%; height:325px; background:rgba(255, 255, 255, 0.1); }
#floor_9_2_1 .form_text{ width:60%; height:26px; line-height:26px; box-shadow: 0px 0px 0px 1px #f30 inset; background:rgba(255, 255, 255, 0.1); border:none; border-radius:3px; margin-bottom:10px; color: #fff; }
#floor_9_2_1 .form_textarea{ color:#f5f5f5; box-shadow:0px 0px 0px 1px #f30 inset; background:rgba(255, 255, 255, 0.1); border:none; border-radius:3px; line-height:24px; padding: 10px 5px 5px; height:72px; overflow: hidden; font-size:14px; }
#floor_9_2_1 table.guestbook_table th{ color:#fff; }

#floor_7_main{ background:#CC0000; padding:25px 0 0; color:#fff; overflow:hidden; box-shadow:0 3px 8px -6px rgba(0, 0, 0, 0.1); border:1px solid rgba(0, 0, 0, 0.14);}
#floor_7{ overflow:hidden; }
#floor_7_1{ float:left; width:765px; overflow:hidden;}
#floor_7_2{ float:left; width:365px; padding-left:45px; border-left:1px solid #cfcfcf; overflow:hidden; }
#floor_7_2 .bdsharebuttonbox{ padding-top:40px; }
#floor_7_2 .bdsharebuttonbox .LShare{ display:block; line-height:24px; height:24px; cursor:pointer; margin:6px 6px 6px 0; font-size:16px; color:#fff; }
#floor_7_2 .WeChat img{ float:left; width:102px; padding:20px 30px 0 0px; }
/*===首页 结束===*/

/*===产品模型 开始===*/
.product .info_product_detail_wrap{ line-height: 2.2em; }
.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{ height:40px; color:01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none; }
.product .info_product_detail_wrap img{ width:216px; height:162px;float:left;  text-align:left; margin-right:10px; }
.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; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.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:78px; 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:#1d1d1d; 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:27px; background:#CC0000; }
#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: bold; color:#fff;}
#top a { color:#fff;  }
#top a:hover { color:#e5e5e5; text-decoration:none}

/*Logo*/
.logo_main_wrap{ width:100%; height:76px; z-index: 100; position:absolute; top:0; left:0; }
#logo_main { background:#000; background:rgba(0, 0, 0, 0.6); -pie-background:rgba(0,0,0,.6);  filter:alpha(opacity=60); }
.scrollfixed{ box-shadow:0 0 0 1px rgba(0, 0, 0, 0.06), 0 5px 10px rgba(0, 0, 0, 0.15); }
#logo {overflow:hidden; }
#logo .WebLogo{ float:left;}
#logo .WebLogo img{ height:67px; margin-top:4px; }
#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: rgba(0, 0, 0, 0.6); }
#navigation .navigationlist{ float:right; }
#navigation { height:75px;  }
#navigation ul.navigationlist li { float:left; line-height:75px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 23px; font-size:14px; font-weight:normal; color:#f2d374; border:0px dashed red; }
#navigation ul.navigationlist li a:hover { text-decoration:none;  background: rgba(255, 255, 255, 0.1); color:#ff0; }
#navigation ul.navigationlist .current { background:rgba(255, 255, 255, 0.1); color:#ff0; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:rgba(35, 35, 35, 0.6); z-index:100; border-radius:0 0 4px 4px; }
#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:#f2d374; font-size:14px; padding:0px 40px; text-align:left}
#navigation  ul.subnavigationlist li a:hover { color:#ff0 ; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#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; position:relative;}
.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:11px; height:11px; 
background:url(../images/dot.png) -11px 0 no-repeat; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:url(../images/dot.png) 0 0 no-repeat;}
.bannerlist li .BannerText{ width:90%; height:200px; position:absolute; left:0; right:0; bottom:0; top:-55px; margin:auto; text-align:center; }
.bannerlist li .BannerText h2{ color:#EFB90A;font-size:58px;font-weight: bold; padding-bottom:10px; }
.bannerlist li .BannerText p{ font-size:18px;color:#fff; margin:5px 0 0;}
/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*公告*/
#announcement_main{ background:url(../images/announcement.png) repeat-x; background-repeat:repeat-x; margin-top:-43px; position:relative;  }
#announcement_wrap{ width:1200px; margin:0 auto; overflow:hidden; }
#announcement { float:left; width:820px; margin-top:0px;  height:40px; line-height:40px; color:#fff;}
#announcement .announcement_title{ float:left; font-weight:bold; text-indent:35px; width:150px;  }
#announcement .announcement_title img{ width:16px; vertical-align:middle; padding-right:10px; }
#announcement .announcement_body{ float:left; width:650px; }
#announcement .announcement_bottom{ float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:40px; width:750px; }
.announcementlist li a{ color:#fff; overflow:hidden; }
.announcementlist li a .InfoTime{ color:#ddd; }

.search{ float:right; width:270px; position: relative; margin-top: 4px; }
/*搜索 */
table.search_table{ text-align:center; }
table.search_table th{ vertical-align:middle; text-align:center;   }
table.search_table td{ vertical-align:middle; }
table.search_table .form_text{ width:203px; height:28px; line-height:28px; color:#bbb;  padding:0 55px 0 10px; margin:0; font-size:14px; border:1px solid rgba(255, 255, 255, 0.3);
border-radius:5px; background: none; }
table.search_table .form_button{ display:block; width:45px; height:30px; font-size:0px; color:#fff; margin:0; padding:0; border:none; background:url(../images/ss.png) no-repeat center; background-size:20px; position:absolute; right:0; top:0; cursor:pointer; }
/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#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:60px; 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:12px; height:12px; background:#222; margin-right:15px; overflow:hidden; 
font-size:0px; border-radius:6px; }
#banner_main .hd ul li.on{ background:#cb2424; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; } */

/*当前位置*/
#location_main { } 
#location{ display:block; color:#464747; float:right; padding:0px 8px 0 0; }
#location a{ color:#464747; }
/*子频道列表*/
.subchannel_main{ margin:10px 0;}
.subchannel{}
.subchannellist{ text-align:center;}
.subchannellist li{ line-height:36px; position:relative; }
annellist #current a{ font-weight:bold; color:#FFF; }
.subchannellist li::after { display:block; position:absolute; left:0; top:0; width:0px; height:100%; content: ''; transition:width 0.2s; background:#f00; }
.subchannellist li::before { display:block; position:absolute; z-index:1; left:0; top:0; width:0px; height:100%; content:''; transition:width 0.2s; background:#fc0; }
.subchannellist li a { display:block; position:relative; z-index:1; height:40px; line-height:42px; overflow:hidden; text-align:center; font-size:16px; color:#333; }
.subchannellist li a:hover, .subchannellist #current a{ color:#fff; }
.subchannellist li:hover::after, .subchannellist #current::after{ width:100%; }
.subchannellist li:hover::before, .subchannellist #current::before{ width:5px; }
.subchannellist .depth1{ font-size:16px; text-align:left; }
.subchannellist .depth2{ font-size:14px; text-indent:0.5em; background:none; }
.subchannellist .depth2 a{ border:none; padding-left:0; background: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; }
.subchannellist .depth2 a:hover,.subchannellist .depth3 a:hover,.subchannellist .depth4 a:hover{ background:none; }
.subchannellist #current.depth2 a,.subchannellist #current.depth3 a,.subchannellist #current.depth4 a{ background:#cb2424; }

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold; }
.contact_wrap .WebUrl{ color:#F00 }
/*联系我们1*/
.contact_wrap1{ line-height:26px; background:url(../images/contact.png) no-repeat; width:220px; height:154px; padding-left:12px; padding-top:10px; color:#333; overflow:hidden; }
.contact_wrap1 b{ font-weight:normal; padding:6px 0px 6px 22px;}
.contact_wrap1 .ico1{ background:url(../images/phone.png) no-repeat 0px center; background-size:17px;  }
.contact_wrap1 .ico2{ background:url(../images/mobile.png) no-repeat 0px center; background-size: 17px;  }
.contact_wrap1 .ico3{ background:url(../images/fax.png) no-repeat 0px center; background-size: 17px;  }
.contact_wrap1 .ico4{ background:url(../images/email.png) no-repeat 0px center; background-size: 15px; }
.contact_wrap1 .ico5{ background:url(../images/address.png) no-repeat 0px center; background-size: 16px; }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%; margin-top:-52px;}
#Map .MapInfo #MapContainer{  height:380px; }

/*订购*/
.order{ margin:0px auto; }
.order .WantOrder h1{ border-bottom:1px dotted #999; 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{ margin-top:30px;  }
#link { padding:0; border:1px solid #ddd; box-sizing:border-box; margin-bottom:30px; background:#fff; box-shadow:0 3px 8px -6px rgba(0, 0, 0, 0.1); border-radius:8px; }
.link_title{ line-height:50px; height:50px; color:#333; }
.link_title h2 { font-size:22px; color:#555; font-weight:normal; text-indent:30px; }
.link_body { color:#333; border-top:0px; border-bottom:0px; }
.link_bottom{ height:5px; }
.link_pic { overflow:auto; zoom:1; padding: 0px 15px; }
.link_pic ul{ overflow:hidden; }
.link_pic ul li{ float:left; padding:1px 5px; text-align:center; width:112px; }
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #f00; }
.link_text { overflow: hidden; zoom:1; padding:8px 15px; }
.link_text ul li { float:left; text-align:center; padding:1px 18px; overflow:hidden; white-space:nowrap; }
.link_text a { line-height:22px; color:#555; }
.link_text a:hover { line-height:22px; color:#f00; }
/* 版权信息 */
.bottom_navigation{ width:840px; overflow:hidden; float:left; padding-left:10px; }
.bottom_navigation li{float:left; width:140px; margin-right:15px; overflow:hidden; }
.bottom_navigation li.n1{margin-right:0;}
.bottom_navigation li a{ display:block; text-align:left; font-size:18px; color:#fff; margin-bottom:10px; }

/*底部导航子导航*/
.bottom_navigation .subnavigationlist1 {}
.bottom_navigation .subnavigationlist1 li{ float:none; padding:0px; line-height:28px; display:block;}
.bottom_navigation .subnavigationlist1 li a{ display:block;line-height:30px; font-weight:normal; padding:0; margin:0; font-size:13px; text-align:left; overflow:hidden;
white-space:nowrap; text-overflow:ellipsis; }
.bottom_navigation .subnavigationlist1 li a:hover{ color:#ffa6a6; }
/* 版权信息 */
#copyright_main{ background:#cc0000; color:#fff; line-height:50px; margin-top:10px; border-top:1px solid #fb4e4e; }
#copyright { line-height:50px;  }
#copyright a {color:#fff; text-decoration: none;}
#copyright a:hover{ color:#ffa6a6; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:right; margin:0 }
/*分页样式*/
.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; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:28px; padding:5px 0; text-indent:8px; overflow:hidden;width:100%; border-bottom:1px dashed #999; margin-bottom:5px; }
.textlist li a{ color:#000; font-size:16px; }
.textlist li p{ padding-right:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.textlist li .float_right{padding-right:10px; }
.textlist li:hover{ background:#eee; border-bottom:1px dashed #eee;  }
/*文字列表*/
.textlist1{ overflow:hidden; text-align:center; padding-top:15px; }
.textlist1 li{ height:45px; text-align:center; padding:7px 20px; overflow:hidden; display:inline; margin:0 5px; transition:all .4s ease; -moz-transition:all .4s ease; -webkit-transition:all .4s ease; position:relative; }
.textlist1 li.n6{ margin:0; }
.textlist1 li a{ line-height:45px; font-size:16px; color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all .4s ease; -moz-transition:all .4s ease; -webkit-transition:all .4s ease; position: relative; z-index:10; }
.textlist1 li::after{ display: block;position: absolute;left: 50%;top: 50%;width: 0;height: 70%; content: ''; transform: translate(-50%, -50%); transition:width 0.2s;
-webkit-transform: translate(-50%, -50%);-webkit-transition: width 0.2s; background: #c00; }
.textlist1 li::before{ display:block; position:absolute; left:50%; top:50%; width:90%; height:0; content: ''; transform: translate(-50%, -50%); transition:height 0.2s; 
background: #c00; }
.textlist1 li.on::after{ width:100%; }
.textlist1 li.on::before{ height:100%; }


.textlist2{}
.textlist2 li{ border-bottom:1px dotted #aaa; height:48px; overflow:hidden; padding-top:2px; }
.textlist2 li p{ color:#ececec; line-height:22px; font-size:12px; }

.textlist3{ overflow:hidden; }
.textlist3 li{ float:left; width: 12.5%; }
.textlist3 li .AlbumTitle{ display:table; width: 45px; height:250px; }
.textlist3 li .AlbumTitle span{ display:table-cell; vertical-align:middle; color:#fff; font-size:24px; text-align:center; /*writing-mode: tb; padding-left:8px;*/
background:url(../images/zs_li_bg.png) center no-repeat; background-size: 100% 100%;}
/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{  text-align:left; overflow:hidden; margin-bottom:20px; }
.thumblist li img{ transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s; }
.thumblist li .InfoTitle{ display:block; font-size:18px; font-weight:bold; color:#333; text-align:left; padding:0 0 5px 0; }
.thumblist li .InfoPicture{ float:left; overflow:hidden; width:230px; margin-right:20px; }
.thumblist li p{ font-size:14px; color:#999; }
.thumblist li .InfoContent{ font-size:14px; color:#777; overflow:hidden; padding:0; }
.thumblist li a{ line-height:30px; color:#ccc; }
.thumblist li .InfoTime{ float:right; }
.thumblist li:hover .InfoTitle{ color:#ff0000; }
.thumblist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }

.thumblist1 li{ width:100%; overflow: hidden;}
.thumblist1 li .InfoPicture{ float:left; margin:10px 10px 0 0; overflow:hidden; }
.thumblist1 li a img{ width:120px; vertical-align:middle; transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s; }
.thumblist1 li .InfoTitle{ font-size:15px; font-weight:bold; color:#222; padding:10px 0px 5px; display:block; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.thumblist1 li p{ color:#666; height:3.6em; overflow:hidden; }
.thumblist1 li:hover  .InfoTitle{ color:#f00; }
.thumblist1 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li { float:left; margin:0 11px 10px 0; text-align:center; overflow:hidden; display:inline; text-overflow:ellipsis; white-space:nowrap;}
.gridlist li.n3{ margin:0 0 10px 0; }
.gridlist li img { border:1px solid #ddd; width:212px; }
.gridlist li .InfoTitle{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:5px 0 10px; color:#333; }
.gridlist li:hover a{ color:#ff0000;  }

/*橱窗列表1*/
.gridlist1{ overflow:hidden; padding-top:20px; }
.gridlist1 li {float: left; width:354px; padding:15px; margin:0 8px 16px; text-align:left; background: rgba(255, 255, 255, 0.1); }
.gridlist1 li .InfoPicture{ display:block; overflow:hidden; }
.gridlist1 li .InfoPicture img{ width:100%; vertical-align:middle; transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s; }
.gridlist1 li .InfoTitle{ display:block; font-size:16px; color:#fff; text-align:left; padding:10px 0; overflow:hidden; text-overflow:ellipsis; 
white-space:nowrap; }
.gridlist1 li .InfoTitle:hover{ color:#f00; }
.gridlist1 li .infor_wrap{ overflow:hidden; }
.gridlist1 li .left_info{ float:left; width:75%; }
.gridlist1 li .left_info p{ color:#fff; font-size:12px; height:1.8em; overflow:hidden; }
.gridlist1 li .ViewMore{ float:right; color:#fff; height:30px; line-height:30px; padding:0px 10px; overflow: hidden; font-size: 12px;color: #fff;
border:1px solid #eee; border-radius: 5px; background-clip: padding-box; margin-top: 6px; }
.gridlist1 li .ViewMore:hover{ color:#f00; border-color:rgba(255, 0, 0, 0.6);  background:rgba(255, 0, 0, 0.2); }
.gridlist1 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
/*橱窗列表2*/
.gridlist2{ overflow:hidden; }
.gridlist2 li{ float:left; margin:0 12px 0 0; text-align:center; background:#f00; position:relative; }
.gridlist2 li img { width:291px; height:291px; border-radius:50%; vertical-align: middle; }
.gridlist2 li .InfoTitle{ display:block; width:271px; height:30px; line-height:30px; padding:3px 10px; font-size:14px; color:#FFF; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:#f00; filter:alpha(opacity=60); background:rgba(255, 0, 0, 0.6); position:absolute; left:0; bottom:0; text-align:center;  }
.gridlist2 li .InfoTitle a{ color:#fff; }
.gridlist2 li:hover .InfoTitle a{ color:#fff; }

.gridlist3{ overflow:hidden; }
.gridlist3 li{ float:left; margin:0 12px 0 0; text-align:center; }
.gridlist3 li img { width:291px; vertical-align: middle; }
.gridlist3 li .InfoTitle{ display:block; width:271px; height:47px; line-height:22px; padding:8px 10px 5px; font-size:14px; color:#333; background:#fff; filter:alpha(opacity=60);  background:rgba(255, 255, 255, 0.6); text-shadow: 0px 0px 2px #fff; text-align:center; overflow:hidden; }
.gridlist3 li:hover .InfoTitle a{ color:#fff; }

.gridlist4{ overflow:hidden; padding:40px 0 60px; }
.gridlist4 li{ float:left; width:16.666%; text-align:center; position:relative; }
.gridlist4 li img{ width:150px; vertical-align:middle; }
.gridlist4 li .AlbumTitle{ width:25px; padding:5px; font-size:14px; line-height:18px; text-align:center; background:#f00; color:#fff; position:absolute; bottom:-20px; left:0; right:0; margin:0 auto; }

/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { width:213px; float:left; margin-right:12px; text-align:center; overflow:hidden;}
.videolist li.n3{  margin-right:0; }
.videolist li img { border:1px solid #E1E1E1; width:100%; }
.videolist li .InfoTitle{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:5px 0 10px; color:#333; }
.videolist li:hover a{ color:#ff0000;  }

/*频道相册列表*/
.ChannelAlbum{overflow:hidden;}
.channelalbumlist{ overflow:hidden; }
.channelalbumlist li { float:left; margin-top:10px;}
.channelalbumlist li img{ display: block; width:290px; margin-right:10px;}
/*==========@@通用列表  结束@@==========*/