<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:#626262;	margin:0px auto; font-family: 微软雅黑; font-size:14px; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:2.0em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

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

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

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

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


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

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

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

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

/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; background: url(../images/form_bg.jpg) #fff repeat-x;}
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] &gt; 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{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*频道*/
.ChannelContent, .ChannelContent p{ line-height:2.0em;font-size:16px;color:#333333;}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }
.wsubs{background:#ededed;}
.wsub{width:1200px;margin:0 auto;height:60px;}
.wsub li{border:1px solid #be9110;float:left;text-align:center;font-size:16px;margin: 10px;}
.wsub a{line-height:36px;color:#be9110;padding: 8px 33px;}
.wsub li a:hover,.wsub #current a{ text-decoration:none; color:#fff;background:#be9110;}
/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#000; padding:5px 0px}
.InfoTitle h1{ font-size:40px; line-height: 1.8em; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:2.0em; padding:10px 0;font-size:16px;color:#333333;text-indent:1em;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoAttachments span{color:red;    font-weight: bold;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:left; color:#000; border-bottom:1px solid #ccc; line-height:56px; margin-bottom:5px;}
.info_from_wrap a { color:#000; }
.info_from_wrap a:hover { color:#555; }
.prin{width:220px;float:right;text-align: right;}
#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{padding:10px; border-top:1px dashed #E3E3E3; line-height:1.8em}
.info_previous_next_wrap .Previous,.info_previous_next_wrap .Next{width: 50%;float: left;}
.fanhui{text-align:center;margin:30px 0;}
.fanhui a{background:#9c541a;color:#fff;padding: 10px 40px;border-radius: 10px;}
.fanhui a:hover{color:#ddd;}
/*==========@@元件 结束@@==========*/
.news1{/* width: 1200px; */height:240px;background:#fff;margin:30px 0;padding:30px;}
.news1 .newt{height:240px;width:170px;float:left;text-align: center;}
.news1 .newt1{color:#be9110;font-size:36px;line-height:150px;}
.news1 .newt1 span{font-size:48px;font-weight:bold;}
.news1 .newt a{background: #be9110;color: #fff;padding: 10px 40px;}
.news1 .newt a:hover{color:#f9f9f9;}
.news1 .newm{float:left;width:520px;height:240px;padding: 0 30px;}
.news1 .newm a{font-size:24px;color:#be9110;line-height:52px;}
.news1 .newm p{font-size:16px;line-height:28px;}
.news1 img{width:370px;height:230px;border:1px solid #be9110;padding: 5px;float: right;}

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:43px; line-height:43px;  background:url(../images/left_title.jpg) no-repeat; }
.left_title h2 { text-indent:1em; font-size:14px; color:#000; }
.left_title h2 a { font-size:14px; color:#C7231D; }
.left_body { overflow:hidden; zoom:1; color:#000; border:5px solid #eaeaea; padding:5px 5px 0px 5px; border-bottom:0; border-top:0}
.left_bottom { height:15px; background:url(../images/left_bottom.jpg) no-repeat; margin-bottom:5px;}

/*样式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;  border:5px solid #eff6fe; border-bottom:0; border-top:0}
.left_bottom1 { height:15px;  background:url(../images/left_bottom1.jpg) no-repeat; margin-bottom:5px;}

/*样式2*/
.left_title2 { height:39px; line-height:39px; background:#be9110;height:100px;text-align:center;}
.left_title2 h2 {font-size:22px; color:#FFF;line-height: 60px;}
.left_title2 p{font-size:16px; color:#FFF;line-height:16px;}
.left_body2 {zoom:1; color:#000;  padding:20px 0px; border:1px solid #eaeaea; border-top:0;background:#f6f6f6;min-height:600px;}

/*主体右侧*/
/*样式1*/
.right_title {height:42px; line-height:42px;border-bottom:1px solid #dddddd;margin: 0 20px;}
.right_title h2 {font-weight:bold;color:#461d00; }
.right_body { padding:20px 30px; overflow:hidden; zoom:1;}
.right_titles {height:42px; line-height:42px;margin: 0 40px;}
.right_bodys { padding:20px 30px; overflow:hidden; zoom:1;border: 2px solid #ccc;margin: 10px 40px;}
/*样式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:0px auto; }
.gbody{background:#f9f9f9;}
.articles{ width:1200px;margin:0px auto;overflow: hidden;}
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{background:#ffffff; }
#top, #logo, #navigation, #banner, #announcement, #link, #copyright { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:201px;position: relative;top: -50px;}
#right { float:right; width:975px; border-left:0px solid #E5E5E5;padding: 20px 0px;}
/*===公共 结束===*/

/*===首页 开始===*/
.indexbg{background:url(../images/mbg.png) no-repeat bottom center;padding-top: 470px;}
.index{border-top: 5px solid #be9110;margin-top:20px;padding:20px 0;background: rgba(255,255,255,0.8);}
.index .ChannelContent{color:#626262;height:330px;overflow:hidden;width:380px;float:left;}
#index_1 { float:left; width:805px; border-left:0px solid #E5E5E5; padding-left:20px; }
#index_2 { float:right; width:335px;padding-right: 20px;}
#index_3 { float:right; width:1160px;padding:20px;}
#index_4 { float:right; width:1160px;padding:20px 20px 0 20px;}
/*===首页 结束===*/
#index_2 h3,#index_2 h3{border-bottom: 3px solid #ddd;height: 25px;line-height: 24px;padding-bottom:6px;}
#index_2 h3 span,#index_2 h3 span{font-weight: 700;border-bottom: 3px solid #be9110;height:26px;line-height: 20px;padding-bottom:5px;font-size: 16px;margin-top: 0;float: left;color:#343235;}
#index_2 h3 a.more,#index_2 h3 a.more {float: right;font-size: 26px;font-weight: 300;color: #ffffff;background: url(../images/mores.png) no-repeat;width: 26px;height: 26px;text-align: center;}
#index_2 h3 a.more:hover ,#index_2 h3 a.more:hover {color:#be9110;}
#index_2 .i2body{padding: 20px 0;}
#index_2 .i2body img{width: 335px;height: 260px;}
#index_2 .i2body li{width:285px;height:50px;margin:10px 0;background:#e7e7e7;color:#4d4d4d;font-size: 14px;line-height: 50px;padding: 0 25px;}
#index_2 .i2body li span{float:right;}
#index_2 .i2body li:hover{background:#be9110;color:#fff;cursor:pointer;}
#index_2 .i2body li:hover a{color:#fff;}
#index_3 h3{border-bottom: 3px solid #ddd;height: 25px;line-height: 24px;padding-bottom:6px;}
#index_3 h3 span{font-weight: 700;border-bottom: 3px solid #be9110;height:26px;line-height: 20px;padding-bottom:5px;font-size: 16px;margin-top: 0;float: left;color:#343235;}
#index_3 h3 a.more{float: right;font-size: 26px;font-weight: 300;color: #ffffff;background: url(../images/mores.png) no-repeat;width: 26px;height: 26px;text-align: center;}
#index_3 h3 a.more:hover  {color:#be9110;}
#index_3 .i2body{padding:20px 0;}
#index_3 .i2body li{margin-right:15px;float: left;width: 371px;height: 115px;}
#index_3 .i2body li img{width: 371px;height: 115px;}
#index_4 h3{border-bottom: 3px solid #ddd;height: 25px;line-height: 24px;padding-bottom:6px;}
#index_4 h3 span{font-weight: 700;border-bottom: 3px solid #be9110;height:26px;line-height: 20px;padding-bottom:5px;font-size: 16px;margin-top: 0;float: left;color:#343235;}
#index_4 h3 a.more{float: right;font-size: 26px;font-weight: 300;color: #ffffff;background: url(../images/mores.png) no-repeat;width: 26px;height: 26px;text-align: center;}
#index_4 h3 a.more:hover  {color:#be9110;}
#index_4 .i2body{padding:20px 0 0 0;}
#index_4 .i2body li{margin-left:15px;float: left;width: 220px;height: 115px;}
#index_4 .i2body li img{width: 220px;height: 115px;}
#index_4 .i2body li:first-child{margin-left:0px!important;}
#index_4 .i2body ul{height:120px;padding:20px 0 0 0;}
.stick {position: fixed!important;top: 0!important;width: 100%;z-index:9999;}
#banner_mains {position:relative; border:0px solid blue;}
#banners {  border:0px solid red; margin:0 auto; overflow:hidden; width:380px; }
.bannerlists{}
.bannerlists li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlists li span{position: absolute;left:30px; text-align: left;line-height: 40px;bottom:0px;z-index:10;color: #ffffff;font-weight:bold;}
#banner_mains .hd{ width:100%; position:relative; bottom:40px; left:0; height:40px; line-height:5px; text-align:center; border:0px solid red;opacity: 0.6;background-color:black;}
#banner_mains .hd ul{position: relative;float: right;margin: 16px;}
#banner_mains .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px;background:#ffffff; margin-right:10px; overflow:hidden; font-size:0px;border-radius:10px;}	
#banner_mains .hd ul li.on{  background:#be9110;  }
.banmu{position: relative;top: -20px;height: 195px;}
.Channel2{float:left;width:400px;height:310px;margin-left: 20px;}
.Channel3{}
.Channel3 ul{margin-left: 10px;border-left: 1px solid #be9110;list-style-type: none;}
.Channel3 li{line-height: 40px;margin-left: -10px;text-indent: 10px;}
.Channel3 li b{width:8px;height:8px;background: #faf7ee;border: 1px solid #be9110;margin:14px 5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;overflow:hidden;display:inline-block;float:left;}
.Channel3 li a{font-size:14px;color:#4d4d4d;}
.Channel3 li span{color:#8e8e8e;}
.Channel3 li:hover b {background:#be9110;cursor:pointer;}
.ind3{height:145px;background:url(../images/index3.png) no-repeat;margin:15px 0;}
.ind3 .mores{float:right;padding-left:1px;}
.ind3 .mores a{font-size: 28px;color: #fff;line-height: 20px;}
.ind3 .mores a:hover{color:#be9110;}
.ind3n{float:left;padding:0;margin:0;width:256px;height:145px;}
.ind3n img{float:left;padding:0;margin:0;width:256px;height:145px;}
.ind3np{padding-left: 30px;float:left;width:520px;}
.ind3s{padding: 20px 0 0 30px;float:left;width:450px;}
.ind3s a{font-size:18px;color:#fff;line-height: 36px;}
.ind3s p{font-size:14px;color:#fff;}
.ind3s span{font-size:18px;color:#fff;}
.ind3s span b{font-size:25px;color:#fff;}
.right_titlen{background:#f4f4f4;height:42px;}
.right_titlen .more{background:url(../images/mores.png) no-repeat;width:26px;height:26px;margin: 8px;text-align: center;line-height: 22px;}
.right_titlen .more a{color:#fff;font-size: 26px;}
.right_titlen .more a:hover{color:#be9110;}
.right_titlen h2{width:107px;height:36px;background: none;line-height:56px;color: #be9110;text-indent: 14px;position: relative;top: -8px;left: 16px;float:left;cursor: pointer;}
.right_titlen h2:hover,.right_titlen h2.on{color:#FFF;line-height: 36px;background:url(../images/titleh3.png) no-repeat;text-align: center;text-indent: -10px;}
/*===产品模型 开始===*/
.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; 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; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.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; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

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

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

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

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


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:27px;  background:url(../images/top_main.jpg) repeat-x; }
#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:red;}
#top a { color:#333; font-weight:bold;  }
#top a:hover { color:#F00; font-weight:bold; text-decoration:none}

/*Logo*/
#logo_main {background: rgba(255,255,255,0.8);padding-bottom: 10px;position: relative;z-index: 40;}
#logo {overflow:hidden; }
#logo .WebLogo{ float:left;padding: 25px 0;height: 65px;}
#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}
.r-search {
    float: right;
    width: 235px;
    border: 1px solid #c6c6c6;
    margin-top:35px;
}
.r-search .srch-input {
    height: 34px;
    border: 0;
    line-height: 34px;
    padding: 0 10px;
    width: 165px;
	background: none;
	outline: none;  
-webkit-tap-highlight-color: rgba(0,0,0,0);  
}
.r-search .srch-btn {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    border: 0;
    width: 24px;
	background:url(../images/sousuo.png) no-repeat;
}
.r-mail{float: right;background:#be9110;width: 115px;height:42px;margin:35px 0 0 10px;text-align:center;}
.r-mail a{color:#fff;font-size:14px;line-height:42px;cursor: pointer;}
.nav_mail{background:url(../images/rmail.png) no-repeat;display: inline-block;vertical-align: middle;margin-right:10px;overflow: hidden;width:23px;height:16px;}
/*导航*/
#navigation_main { background:url(../images/menu.png) repeat-x;height:57px;position: relative;top: -10px;z-index:50;}
#navigation { height:64px;border:1px solid #9d7708;position: relative;z-index: 999; background:#eae39f;overflow: visible;}
#navigation ul.navigationlist li { float:left; line-height:80px; text-align:center;width:149px;border-left:1px solid #9d7708;height: 64px;    overflow: hidden;}
#navigation ul.navigationlist li:first-child{border-left:0px solid #9d7708;width:150px;}
#navigation ul.navigationlist li a { display:block;font-size:18px; font-weight:bold; color:#674d02;}
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#fff; background:#be9110;  }
#navigation ul.navigationlist li a p{font-size:12px;font-weight:100;position:absolute;top:8px;text-align: center;width: 148px;}
#navigation ul.navigationlist .current { color:#fff; background:#be9110; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none;position: absolute;background:#be9110; z-index:100;width:147px;border:1px solid #9d7708;padding:0;margin:0;    top: 64px;}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:58px; display:inline;border-left:0px solid #9d7708;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:16px;text-align:center;border-bottom:1px solid #d1a117;}

/*Js幻灯片样式*/
#banner_main {position:absolute;border:0px solid blue;top: 0;left: 0;z-index: 0;overflow: hidden;width: 100%;}
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
.bannerlist{height:630px!important;}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}
.bannerlist li img{ margin:0 auto; display:block;height: 630px!important;}
#banner_main .hd{ background: rgba(0,0,0,0.7); padding: 8px 0;width: 160px;position:relative; bottom:80px; left:0;     padding-left: 15px;text-align:center; border:0px solid red; margin:0 auto; border-radius: 25px;}
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; border-radius:10px;
background:#c3c0a7; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#ffb403;}

/*当前位置*/
#location_main {} 
#location {color:#000; float:right;font-size: 12px;}
#location a{color:#000;}
#location a:hover{color:#b38606;}
#location .nav_home{background: url(../images/home.png) no-repeat;display: inline-block;vertical-align: middle;margin:0 5px 8px 0;overflow: hidden;width:20px;height:17px;}
/*子频道列表*/
.subchannellist {}
.subchannellist li {line-height:40px;margin:5px 0;}
.subchannellist li:hover,.subchannellist #current{background:url(../images/submenu.png) no-repeat;color:#FFF;width:220px;}
.subchannellist li a {display:block;color:#000;text-align: center;}
.subchannellist li a:hover {text-decoration:none;color:#fff;padding-right: 21px;}
.subchannellist #current a {font-weight:100; color:#fff;padding-right: 21px;}
.subchannellist .depth1{ font-size:14px; font-weight:100;}
.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 {background-color:#be9110;}
#link { padding:0; }
.link_title{width:80px;float:left;height:55px;}
.link_title h2{color:#fff;font-size:14px;font-weight:100;line-height: 55px;}
.link_body { padding:15px 5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.link_text { overflow: hidden; zoom:1; }
.link_text ul li { float:left; text-align:center;white-space:nowrap;background:#eae39f;height:26px;line-height:26px;border-radius: 26px;padding:0 14px;margin:0 10px;}
.link_text a { line-height:26px;color:#7e5d00;}
.link_text a:hover{color:#b38606;}
.link_text a b{padding-right:5px;color:#be9110;}
/* 版权信息 */
#copyright_main { color:#646265; background-color:#f4f2f5; }
#copyright { padding:20px 0;}
#copyright .bottom_navigation{text-align: left;padding: 15px 0px;width:900px;float:left;}
#copyright .line{ padding:0px 8px;}
#copyright a {color: #646265; text-decoration: none;}
#copyright a:hover {color:#a09ea0; text-decoration: none;}
#copyright .bottom_info{ text-align:left;line-height:30px;width:900px;float:left;}
#copyright .qrcode{text-align: center;width: 130px;float: right;padding:10px 0}

/*分页样式*/
.page { padding:50px 0px;clear:both;text-align:center;}
.page a, .page span {background:#e7e7e7; padding:4px 8px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#eae39f;color:#000;}
.page .current{ background:#eae39f;padding: 4px 14px;}
.page #total{color:#be9110;}

/*会员*/
/*会员登录*/
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: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; }
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:26px; height:26px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlists{ }
.textlists li {padding: 20px 0; border-bottom:1px solid #d7d7d7; no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlists li .newstime{float:right;background:#be9110;color:#fff;text-align:center;font-size:32px;width:70px;height:70px;margin-top: 30px;}
.textlists li .newstime p{font-size:14px;}
.textlists li a{color:#be9110;font-size:18px;}

.textlists2{ }
.textlists2 li {padding: 5px 0;overflow:hidden;width:100%;/*解决ie6bug*/ background:url(../images/titleli.png) no-repeat;}
.textlists2 li .newstime{float:right;background:#be9110;color:#fff;text-align:center;font-size:12px;width:50px;height:24px;line-height:24px;}
.textlists2 li a{color:#4d4d4d;font-size:14px;line-height: 24px;padding-left: 30px;}

.cl2t{border-bottom:1px dotted #cdcdcd;height:100px;padding: 16px 0;}
.cl2t .newstime{float:left;background:#be9110;color:#fff;text-align:center;font-size:20px;width:54px;height:78px;margin-right:16px;padding:10px;}
.cl2t .newstime p{font-size:14px;line-height: 30px;}
.cl2t a{color: #4d4d4d;font-size: 18px;font-weight:bold;}
.cl2t .cl2tp{color:#8e8e8e;font-size:14px;line-height: 26px;}
.news3{width:630px;float:right;}
.news2{width:520px;float:left;margin-top: 20px;}
.news2 img{width:520px;height:265px;}
.news2 .newm a{color:#be9110;font-size:22px;line-height: 48px;}
.news2 .newm p{font-size:14px;}
.news2 .newt{padding-top: 10px;}
.news2 .newt a{background: #be9110;color: #fff;padding: 10px 40px;}
.news2 .newt a:hover{color:#f9f9f9;}
/*带缩略图文字列表*/
.thumblist{}
.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000;}
.thumblist li p{ text-indent:2em; height:10em; overflow:hidden;}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center;margin: 20px 40px;width:222px; height:117px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist li img { border:1px solid #999999; width:220px; height:115px;}
.gridlist li a { white-space:nowrap; line-height:28px;}
.gridlist li a:hover img { border:1px solid #034b9f; }

.case_ul{text-align: center;overflow:hidden; zoom:1;}
.case_ul ul{display: inline-block;*display:inline;zoom:1;margin-top: 36px;}
.case_ul li{float: left;position: relative;margin-left: 7px;margin-right: 7px; background: #fff;border-bottom:4px solid #be9110;margin-top: 12px;width: 300px;}
.case_ul li:hover{ background: #be9110;}
.case_ul li:hover img{transition:transform 1s ease;  transform:scale(1.10,1.10);-moz-transition:scale(1.10,1.10);-ms-transition:scale(1.10,1.10);-o-transition:scale(1.10,1.10);}
.case_img{width: 300px;height: 225px;position: relative;overflow: hidden;}
.case_img img{width: 300px;height: 225px;}
.case_img i{width: 100%; height: 100%; position: absolute; left: 0; top: 0;background: #000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;display: none;}
.case_ul li:hover .case_img i,.case_ul li:hover .case_img b{display: block;}
.case_ul li h3{font-size: 16px; color: #272727;margin-top: 15px;}
.case_ul li p{padding-bottom: 8px;color: #999;min-height: 1em;}
.case_ul li p i{margin-left: 10px;}
.case_ul li:hover h3{color: #fff;}
.case_ul li:hover p{color: #fff;}

/*视频列表*/
.videolist{ }
.videolist li { width:442px; float:left;text-align:center; overflow:hidden;display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.videolist li img:hover{box-shadow:0 15px 30px rgba(0,0,0,0.1);}
.videolist li img { border:1px solid #999999; width:440px;height:240px;}
.videolist li a { white-space:nowrap; line-height:50px;font-weight: bold;color: #3c4144;}
.videolist li a:hover{color:#2D8CCC;}
.videolist .n1{float:right!important;}
/*==========@@通用列表  结束@@==========*/
.izl-rmenu{position:fixed;right:5px;bottom: 100px;z-index:999; }
.izl-rmenu .btn{width:72px; height:58px; border:1px solid #dedfe3; cursor:pointer; position:relative;padding: 0;border-radius: 0px;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#fff;border:1px solid #dedfe3;border-bottom: 0px;}
.izl-rmenu .btn-qq:hover{background-color:#e8e8e8;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#fff;border: 1px solid #dedfe3;}
.izl-rmenu .btn-wx:hover{background-color:#e8e8e8;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-170px; top:0px; display:none;width:160px;height:160px;border:1px solid #dedfe3;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#fff; display:none;border: 1px solid #dedfe3;border-top: 0px;}
.izl-rmenu .btn-top:hover{background-color:#e8e8e8;}
.lingdao{
	width: 870px;
	margin: 0 0 50px 0;
	padding: 20px 20px 0 20px;

}
.lingdao h3{
	font-size: 18px;
	width: 870px;
	height: 36px;
	line-height: 36px;
	color: #666666;
	text-align:left;
	position: relative;
	top: -29px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #f5f4f4;
	border-right-color: #f5f4f4;
	border-bottom-color: #f5f4f4;
	border-left-color: #f5f4f4;
	font-weight: normal;
}
.lingdao h4{
	width: 870px;
	height: 36px;
	line-height: 36px;
	color: #666666;
	text-align:left;
	position: relative;
	top: -29px;
	font-size: 20px;	
}
.lingdao p{position: relative;top: -20px;font-size:17px;}
.dsj1{width:920px;height:40px;background:#f5f4f4;}
.dsj1 ul li{width:110px;line-height:40px;float:left;font-size:18px;text-align:center;cursor:pointer;color:#695042;}
.dsj1 ul li:hover,.dsj1 ul li.on{background:url(../images/dsj1h.png) 0px 0px no-repeat;height: 50px;color:#fff;}
.dsj2{width:920px;margin-top:20px}

.dsj2 li {width:920px;margin: 20px 0;height: 84px;}
.dsj2 li .newstime{width:90px;height:40px;padding: 22px 0;float:left;background:url(../images/dsjtime.png) 0px 0px no-repeat;text-align: center;color:#786358;}
.dsj2 li .dsjp{width: 770px;float: right;background: #fcfcf9;border: 1px solid #f5f4f4;padding: 10px 20px;}
.ingg{width:1200px;height:60px;margin:0 auto;border:1px solid #f4f4f4;}
.ingg1{width:140px;height:60px;float:left;background:#be9110;color:#fff;text-align:center;font-size:18px;line-height: 1.8em;}
.ingg1 p{font-size:12px;}
.ingg2{background:url(../images/ingg2.png) 0px 0px no-repeat;width:1018px;height:60px;float:left;padding-left: 40px;}




/*公告*/
.announcementlist{ }
.announcementlist li { float:left;line-height:60px;width:339px;list-style-type: square;color: #be9110;}

#index_1 .idx11{width:805px;height:220px;float:left;overflow: hidden;position: relative;}
#index_1 .idx11 .more{background:url(../images/mores.png) no-repeat;width:26px;height:26px;text-align: center;line-height: 22px;}
#index_1 .idx11 .more a{color:#fff;font-size: 26px;}
#index_1 .idx11 .more a:hover{color:#be9110;}
#index_1 .idx11 .hd{width:100%;height: 26px;border-bottom: 3px solid #ddd;padding-bottom: 6px;}
#index_1 .idx11 .hd li{font-size:18px;color:#0d131a;float:left;height: 26px;line-height: 24px;border-bottom: 3px solid #be9110;padding-bottom: 5px;}
.info390{}
.info390 dt{float:right;width:190px;height:140px;overflow:hidden;}
.info390 dt img{width:100%;height:100%;border-radius: 15px;}
.info390 dd{float:left;width:550px;height:140px;margin-left:10px;font-size:12px;overflow:hidden;}
.info390 dd h5{font-size:24px;color:#261d18;width:100%;line-height:50px;font-weight:100;}
.info390 dd p{font-size:16px;color:#999;width:100%;height:56px;line-height:28px;margin-top:2px;}
.info390 dd span{font-size:16px;color:#999;line-height:36px;background:url(../images/times.png) no-repeat;padding-left: 32px;}

#index_2 .idx12{width:335px;height:220px;float:right;overflow: hidden;position: relative;}
#index_2 .idx12 .tit12{background:url(../images/ling.png)no-repeat;height: 32px;width:100%;}
#index_2 .idx12 .tit12 span{height: 32px;line-height:32px;font-size: 18px;float: left;color: #2c2b2c;font-weight:100;text-indent: 46px;}
.times {display:block;margin:5px 0;}
.times ul {margin-left:15px;border-left:3px solid #ddd;list-style-type:none;}
.times ul li {width:100%;margin-left:-12px;line-height:20px;font-weight:narmal;padding-top: 12px;}
.times ul li b {width:12px;height:12px;background:#c8c6c6;margin:5px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;overflow:hidden;display:inline-block;float:left;}
.times ul li span {padding: 2px 10px;font-size:14px;line-height:26px;color:#555;border:1px solid #c8c6c6;border-radius: 15px;margin-left: 10px;}
.times ul li p {margin-left: 35px;border-bottom: 1px solid #e5e5e5;font-size:16px;line-height:48px;cursor:pointer;}

.szr1,.times ul li:hover b {background:#be9110!important;cursor:pointer;}
.szr2,.times ul li:hover span {color:#fff!important;background:#be9110;cursor:pointer;border:1px solid #be9110!important;}
.szr3,.times ul li:hover p{color:#be9110;cursor:pointer;}


.tit12 a.more {
    float: right;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    background: url(../images/mores.png) no-repeat;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: 5px;
}

.tit12 a.more:hover  {color:#be9110;}</pre></body></html>