﻿@charset "utf-8";
/*==========@@HTML默认样式 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body{
	color:#626262;
	padding:0px; 
	margin:0px auto;
	font-family: 宋体;
	font-size:12px;
	background:url(../images/body.jpg);
}
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; font-family:"微软雅黑";}
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; cursor:pointer;}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:red; 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%;  /* Correct font size not being inherited in all browsers. */
    margin: 3px;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
input{
    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	padding: 1px;
	width:99%;
	line-height: normal;
}
textarea{
	-moz-box-sizing: border-box;
    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	padding: 2px;
	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;  overflow:hidden; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*隐藏*/
.hide { display:none; }

/*表单类*/
.form_text {height:25px; line-height:25px;  width:95%; }
.form_text_verifycode {  height:25px; line-height:25px; width:50px; margin-right:3px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px;   }
.form_submit {    
	background: url("../images/botton_bg.jpg") no-repeat scroll 0 -24px transparent;
    border: 0;color: #FFFFFF;cursor: pointer;font-weight: bold; 
	height: 24px; line-height: 24px;margin: 0;padding: 0;
	width: 81px; 
}
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
/*==========@@重用组件 结束@@==========*/


/*==========@@布局样式  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_page, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index{
	width:1000px;
	margin:5px auto; 
}
.product, .guestbook, .job, .picture, .article,  .download, .video, .feedback, .single { width:960px; margin:5px auto;  border:10px solid #efefef; outline: 1px solid #E1E0E0; background:#FFF; padding:10px;}
#top, #logo, #navigation, #link, #copyright {
	 width:1000px;  margin:0 auto; overflow:hidden; border:0px dashed red;
}
#left { float:left; width:240px; }
#center{}
#right { float:right; width:710px; border-left:0px solid #E5E5E5; padding-left:0px; }

/*左侧*/
/*主体左侧样式*/
/*样式2*/
.left_title { height:39px; line-height:39px; background:url(../images/left_title2.jpg) ;}
.left_title h2 { text-indent:1em; font-size:16px; color:#FFF; font-family:"微软雅黑"; }
.left_body { overflow:hidden; zoom:1; color:#6262620; padding:5px; }
.left_bottom { height:10px;}

/*主体右侧*/
.right_title { background: url(../images/title.jpg) no-repeat; height:42px; line-height:42px; }
.right_title h2 { font-size:14px; font-weight:bold; padding-left:40px; color:#626262; font-family:"微软雅黑"; float:left;}
.right_body {  overflow: hidden; padding: 10px; zoom:1; }
.right_bottom { height: 5px;  line-height:5;  overflow:hidden; font-size:0px; }

/*==========@@布局样式  结束@@==========*/


/*==========@@公共板块样式 开始@@==========*/
/* 顶部 */
#top_main { height:40px;  background:url(../images/top_bg.png) repeat-x; min-width:1000px;}
#top { height:40px; line-height:40px; 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:#FFF; min-width:1000px; }
#logo {overflow:hidden;}
#logo .WebLogo{ float:left;}
#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}

/*电话*/

.dianhua { width:250px; height:107px; background:url(../images/dianhua.jpg) no-repeat; float:right; text-align:center; font-family:"微软雅黑"; color:#d44f3e; font-size:18px; margin-right:20px;}
.dianhua span { margin-top:15px; margin-left:50px; display:block;}

/*导航*/
#navigation_main { background:url(../images/navigation_bg.jpg) repeat-x; min-width:1000px; }
#navigation { height:60px;  }
#navigation ul.navigationlist li { float:left; line-height:60px; text-align:center; padding-left:2px;}
#navigation ul.navigationlist li.navigation1 { float:left; line-height:60px; text-align:center; padding-left:2px;background:url(../images/navigation1.jpg) right no-repeat;}
#navigation ul.navigationlist li.navigation2 { float:left; line-height:60px; text-align:center; padding-left:2px;background:url(../images/navigation2.jpg) right no-repeat;}
#navigation ul.navigationlist li a { width:95px; display:block; font-size:14px; font-weight:bold; color:#FFF; font-family:"微软雅黑"; }
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#ffe400;}
#navigation ul.navigationlist .current { color:#ffe400;  background:url(../images/v.jpg); }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:url(../images/nav_bg.jpg); z-index:1;  }
#navigation  ul.subnavigationlist li { line-height:28px; border:1px solid #FFF; float:none; padding:0px}
#navigation  ul.subnavigationlist li a { font-weight:normal; color:#FFF; font-size:12px; width:130px; height:28px;}
#navigation  ul.subnavigationlist li a:hover {  background:#d42929;  color:red; color:#ffe400; }

/*公告*/
#announcement {  width:994px;  margin:0 auto; overflow:hidden;  height:40px; line-height:40px;background-color:#FFF;  border: 3px solid #efefef; }
#announcement .announcement_title{ float:left;font-weight:bold; color:#af0000; text-indent:10px; font-family:"微软雅黑"; background:url(../images/gonggao.jpg) no-repeat; font-size:18px; padding-left:40px; width:100px;}
#announcement .announcement_body{float:left; font-size:16px; font-family:"微软雅黑"; width:600px;}
#announcement .announcement_bottom{float:right; background:url(../images/gonggao.jpg) no-repeat; width:47px; height:40px;}
#announcement ul{ float:left; }
#announcement ul li{ width:600px;}

/*幻灯片*/
#banner_main {  width:100%;  min-width:1000px;   margin-top:20px; position:relative;  }
#banner_main .hd{display:none;}
#banner { margin:0 auto;  overflow: hidden; border-top:10px solid #FFF; border-bottom:10px solid #FFF;}
#banner img {border: 0px solid #00F;text-align: center;margin: 0px auto;width: 1000px;vertical-align: bottom; }
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}


#banner_main2 {width:980px;  border:10px solid #efefef; outline: 1px solid #E1E0E0; margin:15px auto 0px;; overflow:hidden; }
#banner2 {  }

/*当前位置*/
#location_main {} 
#location {height:42px; text-indent: 22px;line-height:42px; float:right; margin-right:10px; }

/*搜索 */
.search{margin:0px auto}
.searchresult{ font-weight:bold; font-size:18px;}
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:90px; padding:0px 3px;}
.btn_search { background:url(../images/botton_bg.jpg) no-repeat scroll 0 0 transparent; border: 0 none;
 	color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 81px;
	padding:0px;
	margin:0px;
}

/*订购*/
.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:80px; text-align:left}
table.order_table	 td{text-align:left}
table.order_table .operation{ text-align:center}
a.btn_order {
	line-height: 30px;  padding-left: 28px; width: 120px; 
	display: inline-block; 
	background: url(../images/order_bg.jpg) no-repeat;  
	height: 33px; color: #fff; font-size: 14px; 
}
a.btn_order:visited {background: url(../images/order_bg.jpg) no-repeat 0px -33px; color: #fff; font-size: 14px}
a.btn_order:hover {background: url(../images/order_bg.jpg) no-repeat 0px -33px; color: #fff; font-size: 14px}

/* 友情链接 */ 
#link_main {}
#link { padding:0; }
.link_title {  height:43px; line-height:43px; text-indent:10px;  }
.link_title h2 { font-size:13px; color:#000; line-height:43px;}
.link_body { padding:15px 5px 0px 5px;}
.link_bottom{height:15px; margin-bottom:5px;}

.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 4px; text-align:center; width:118px}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC;}
.link_text {  zoom:1; height:22px; overflow:hidden; text-align:center; color:#ababab;}
.link_text span { width:60px; float:left; line-height:22px; font-size:12px; padding:1px 4px;color:#ababab; }
.link_text ul li { float:left;  }
.link_text a { display:block; line-height:22px; float:left; color:#ababab; }
.link_text a:hover { color:red; }
/* 版权信息 */
#copyright_main { color:#ABABAB; margin-top:10px;}
#copyright { padding:10px 0;  }
#copyright {text-align: center;padding: 5px 0px; color:#ABABAB;}
#copyright a {color: #ABABAB;; text-decoration: none;}
#copyright a:hover {color: red; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:15px; color:#ABABAB;}
#copyright .TechnicalSupport{ text-align:center; line-height:20px;}
.bottom_navigation{text-align: center;padding: 5px 0px; color:#ABABAB; font-family:"微软雅黑"; font-size:12px; height:50px; line-height:50px;}
.bottom_navigation a {color:#ABABAB;;}
.bottom_navigation a:hover {color:red;}
/*分页样式*/
.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:50%; text-align:center; margin:0 auto;}
table.login_table th{ width:30%; text-align:left; font-weight:bold;}
table.login_table td{ width:70%; text-align:left;}
table.login_table td.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:30%; text-align:left; font-weight:bold;}
table.reg_table td{ width:70%; text-align:left; }
table.reg_table td.operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

/*忘记密码 第一步*/
table.forget_table1{ width:50%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:30%; text-align:left; font-weight:bold;}
table.forget_table1 td{ width:70%; text-align:left; }
table.forget_table1 td.operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:50%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:30%; text-align:left; font-weight:bold;}
table.forget_table2 td{width:70%; text-align:left}
table.forget_table2 td.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;}
/*==========@@公共板块样式 结束@@==========*/

/*==========@@频道模型 开始@@==========*/
/*===频道主页模板 开始===*/
/*公共*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

/*首页*/
.index .ChannelContent{color:#626262;  line-height:25px; height:225px;  padding:5px; overflow:hidden; margin-bottom:10px;}
.index #left{ float: right}
.index #right{ float: left}
/*===频道主页模板 结束===*/

/*===频道阅读模板 开始===*/
/*公共*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;color: #626262;font-family: "微软雅黑"; padding:5px 0px}
.InfoTitle h1{ font-size:16px; line-height: 1.5em; }
.InfoTime{ text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.InfoFromWrap{ padding:0 10px; text-align:center; color:#cc6600; border-top:1px dashed #ccc; line-height:30px; margin-bottom:5px; font-family: "微软雅黑";}
.InfoFromWrap a { color:#999; }
.InfoFromWrap a:hover { color:red; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.InfoPreviousNextWrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

/*产品阅读模板*/
.InfoProductDetailWrap{ line-height: 2.2em;}
.InfoProductDetailWrap b{color: #626262; font-weight:bold;}
.ProductDescription{ height:50px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:48px; font-size:16px; font-weight:bold; font-family: "微软雅黑";}
.product  .InfoProductDetailWrap 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 td.Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:##cc6600; font-weight:bold; text-align:center; border:1px solid #DADBD6; font-family:"微软雅黑";}
table.job_table .t1 { color:#cc6600;font-weight:bold;padding:5px 0;width:20%; font-family:"微软雅黑";}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#cc6600;font-weight:bold;width:25%; font-family:"微软雅黑";}
table.job_table .t4 {text-align:left;width:25%;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:85px; color:#cc6600; font-family:"微软雅黑";}
table.resume_table td{text-align:left; }
table.resume_table td.operation{text-align:center; }
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.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:80px; text-align:left; color:#cc6600; font-family:"微软雅黑";}
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:48px; background:url(../Images/product_bg.jpg); padding-left:35px; line-height:48px; font-size:17px; 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:80px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table td.operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道模型 结束@@==========*/


/*==========@@全局列表样式 开始@@==========*/
/*文字列表*/
.textlist{}
.textlist li { line-height:35px; height:35px;padding-left:20px; background:url(../images/icon3.gif) no-repeat 0 15px; margin-left:20px; overflow:hidden; }

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}

/*格子列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center; margin:3px 5px; padding:2px; width:200px;  overflow:hidden; white-space:nowrap; border:0px dotted red; display:inline;}
.gridlist li img { border:1px solid #999999; width:100%; height:200px;}
.gridlist li a { line-height:22px; font-family:"微软雅黑"; font-size:14px;}
.gridlist li a:hover img { border:1px solid red; }

.gridlist1{ }
.gridlist1 li { float:left; text-align:center; margin:3px 6px; padding:2px; width:155px; overflow:hidden; white-space:nowrap; border:0px dotted red; display:inline;}
.gridlist1 li img { border:1px solid #999999; width:100%;}
.gridlist1 li a { line-height:22px; font-family:"微软雅黑"; font-size:14px;}
.gridlist1 li a:hover img { border:1px solid red; }

.gridlist2{ }
.gridlist2 li { float:left; text-align:center; margin:0px 19px; padding:2px; width:200px;  overflow:hidden; white-space:nowrap; border:0px dotted red; display:inline;}
.gridlist2 li img { border:1px solid #999999; width:200px; }
.gridlist2 li a { line-height:22px; font-family:"微软雅黑"; font-size:14px;}
.gridlist2 li a:hover img { border:1px solid red; }

/*视频列表*/
.videolist{ }
.videolist li { width:100%; float:left; padding:5px; text-align:center}
.videolist li img { border:1px solid #999; width:100%; }

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#efefef; 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; font-family:"微软雅黑";}
.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}


/*子频道列表*/
.subchannellist { }
.subchannellist li { line-height:49px;  background:url(../images/left_body2.jpg); font-family:"微软雅黑"; height:49px; margin:1px auto;}
.subchannellist li a { display:block; padding:7px 50px 0px; color:#FFF; font-size:14px;}
.subchannellist li a:hover {  color:red; text-decoration:none; }
.subchannellist #current a {  font-weight:bold;  background:url(../images/left_body22.jpg) no-repeat; }
.subchannellist .depth1{ font-size:12px; font-weight:bold; }
.subchannellist .depth2{ font-size:12px; text-indent:1.5em; background:url(../images/fenlei.jpg) no-repeat; font-family:"宋体"; line-height:36px; color:#000;height:36px;  }
.subchannellist .depth3{ font-size:12px; text-indent:3em;background:url(../images/fenlei.jpg) no-repeat;}
.subchannellist .depth4{ font-size:12px; text-indent:4.5em;background:url(../images/fenlei.jpg) no-repeat;}
.subchannellist .depth5{ font-size:12px; text-indent:6em;background:url(../images/fenlei.jpg) no-repeat;}
.subchannellist .depth6{ font-size:12px; text-indent:7.5em;background:url(../images/fenlei.jpg) no-repeat;}
.subchannellist li.depth2 a { padding:0px 50px; color:#626262; font-size:12px;}
.subchannellist li.depth2 a:hover { color:red; text-decoration:none;}
.subchannellist #current2 a  { font-weight:100; background:none; color:red;} 

.subchannellist li.depth3 a { padding:0px 50px; color:#626262; font-size:12px;}
.subchannellist li.depth3 a:hover { color:red; text-decoration:none;}
.subchannellist #current3 a  { font-weight:100; background:none; color:red;} 

/*==========@@全局列表样式 结束@@==========*/

/*额外添加的样式*/
#index_1 { width:980px; overflow:hidden; border:10px solid #efefef; outline: 1px solid #E1E0E0; margin:0 auto; }

.left_title1 {  height:60px; line-height:60px; background:url(../images/left_title1.jpg) left center #FFF no-repeat; }
.left_title1 h2 { font-size:18px; font-weight:bold; padding-left:50px; color:#616161; font-family:"微软雅黑";}
.left_body1 { overflow: hidden; padding: 5px; zoom:1; background:#FFF; }
.left_bottom1 { height: 5px;  line-height:5; overflow:hidden; font-size:0px;  background:#FFF;}

.right_title1 {  height:60px; line-height:60px; background:url(../images/left_title1.jpg) left center no-repeat; }
.right_title1 h2 { font-size:18px; font-weight:bold; color:#616161; font-family:"微软雅黑"; padding-left:65px;}
.right_body1 { background:#FFF; overflow:hidden; zoom:1;}
.right_bottom1 {  background:#FFF;}

.right_title2 {  height:60px; line-height:60px; }
.right_title2 h2 { font-size:18px; font-weight:bold; color:#616161; font-family:"微软雅黑"; padding-left:50px;} 
.right_body2 { overflow: hidden; padding: 0px 62px ;; zoom:1; text-align: center;}
.right_bottom2 { height: 5px;  line-height:5; overflow:hidden; font-size:0px; }

.left_title2 { height:30px; line-height:30px;  }
.left_title2 h2 { text-indent:1em; font-size:13px; color:#FFF; font-family:"微软雅黑";}
.left_title2 h2 a { font-size:13px; color:#C7231D; }
.left_body2 { overflow:hidden; zoom:1; color:#000; border:5px solid #eaeaea; padding:5px 5px 0px 5px; border-bottom:0; border-top:0}
.left_bottom2 { height:15px; margin-bottom:5px;}

#index_1_1 { float:left;  width:390px;}
#index_1_2 { float:right;  width:590px;}
#index_2 {  width:980px;   border:10px solid #efefef; outline: 1px solid #E1E0E0; margin:0 auto;}
#index_3 { float:left;  width:475px; height:145px;  border:10px solid #efefef; outline: 1px solid #E1E0E0; overflow:hidden;}
#index_4 { float:right;  width:475px; height:145px;  border:10px solid #efefef; outline: 1px solid #E1E0E0; overflow:hidden;}

#foot { width:100%;  background:url(../images/foot.jpg) repeat-x; margin-top:30px; min-width:1000px;}
#foot2{ width:1000px;  margin:0 auto;}

#lianxi{ width:240px; height:72px; background:url(../images/lianxi.jpg) no-repeat;}
.guanggao { width:240; height:93px; margin-top:10px;}
.yinying{ width:200px; height:18px; background:url(../images/yinying.jpg) no-repeat;} 
.fabu{ height:50px; width:710px; text-align:center; line-height:50px; background:#fef9f9; border-top:1px solid #f9e0e0;}
.yinying2{ width:1000px; height:16px; background:url(../images/yinying2.jpg) no-repeat; margin:0 auto;}
.yinying3{ width:1000px; height:16px; background:url(../images/yinying3.jpg) no-repeat; margin:0 auto;}
.yinying4{ width:100%; height:26px; background:url(../images/yinying4.jpg) repeat-x; margin:0 auto;}

.zhankai{ font-size:32px; color:#626262;}

 