﻿@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: Arial; 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:hover{ color:#000;}
a:focus { outline:none; }
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; margin:0 15px;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:4px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal; box-shadow: 2px 2px 2px #CCC;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #7db500;  color: #fff; margin-top:20px;}
.btn:hover {  background-color: #6b9c00; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.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;}

/*表单1*/
.form_text1 {  width:180px; background-position:  0px 0px;}
.btn1 { background-color: #0d6395;  color: #fff;}
.form_text2 {  width:180px; background-position:  0px 0px;}
.btn2 { background-color: #0d6395;  color: #fff;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px; display:none;} /*more链接*/
.more1{ float: right; background:url(../images/more1.jpg) no-repeat;width: 59px;height: 16px;margin-top: 15px;} /*more链接*/
.more2{ float: right; background:url(../images/more2.jpg) no-repeat;width: 43px;height: 17px;margin-top: 15px;} /*more链接*/
.more3{ float: right; background:url(../images/more3.png) no-repeat;width: 44px;height: 13px;margin-top: 20px; padding-right:10px;} 
.more4{ float: left; background:url(../images/more4.png) no-repeat;width: 120px;height:35px; margin-top: 10px; } 
/*more链接*/
.code_image{ cursor: pointer;} /*验证码图片样式*/
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto; }
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto; }
#top, #logo, #navigation,#navigation1, #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;}
#search{width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red; padding:6px 0;}
#search1{width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;  padding:6px 0;}
#left { float:left; width:219px; border: 2px solid #0d6395; }
#left_1{ float:left; width:219px;}
#center{}
#right { float:right; width:966px; border-left:0px solid #E5E5E5; padding-left:0px; }
#floor_1_main{ background:url(../images/floor_1_main.png) no-repeat center top #f8f8f8;}
#floor_1{ text-align:center; font-size:30px;   color:#1B1B1B;}
#floor_1 .ChannelSContent{font-size: 26px;height: 80px;line-height: 50px;}
#floor_1 #floor_1_1{float:left;padding-left: 100px;width:400px;padding-top: 80px;}
#floor_1 #floor_1_2{float:right;width:600px;padding-top: 40px;}

#floor_2_main{ padding:20px 0 20px 0 ;}
#floor_2{  background:url(../images/floor_2.jpg) no-repeat;height: 1120px;width: 1216px;}
#floor_2 .ChannelName{ text-align:center;font-size:36px; color:#FFF;font-weight: 600;margin-top: 13px;padding: 16px 0;}
#floor_2 .ChannelSContent{text-align:center;font-size:23px; color:#FFF;line-height: 45px;height: 45px;}

#floor_3_main{ background:#FFF;}
#floor_3{padding:35px 0px; text-align:center; font-size:30px;   color:#1B1B1B;}

#floor_4_main{background:#fff; }
#floor_4_main .ChannelName{height:80px; line-height:100px;font-size: 18px;color: #000; text-align:center;}
#floor_4_main i{ font-size:36px; font-weight:bold; color:#008FE3;}
#floor_4{background:url(../images/floor_4.jpg) no-repeat; height:750px;  }

#floor_5_main{ padding-top:30px; padding-bottom:30px;background: #FFF;}
#floor_5{width:1200px; background:#f1f1f1;padding: 15px 0;}
#floor_5 .ChannelName{ color:#0d6395; text-align:center;font-size: 25px;font-weight: bold;line-height: 1.8em;}
#floor_5 .ChannelEName{text-align:center;color: #8e8e8e;line-height: 1.8em;}
#focusAd{ position:relative;}
#focusAd .prev{position: absolute;z-index: 1;left: 0px;top: 70px; cursor:pointer ;}
#focusAd .next{position: absolute;z-index: 1; right: 0px;top: 70px; cursor:pointer ;}
#focusAd .bd{width:1044px;margin: 0px auto; overflow: hidden;}

#floor_6_main{ background:#f9f9f9;}
#floor_6{}
#floor_6 .ChannelName{ background:url(../images/ChannelName.jpg) no-repeat 250px center; line-height:44px;height:44px;text-align: center;color: #FFF;font-size: 18px;}

#floor_7_main{background: #fff; }
#floor_7{ padding:20px 0px 16px; width:1200px; background:url(../images/floor_7.png) no-repeat center bottom; }
#floor_7_1{width:710px;float:left; background:#f9f9f9;padding: 88px;}
#floor_7_1 .ChannelSContent{ color:#363636;font-family: Arial;font-size: 12px; height:auto; padding:0 5px 0 25px;}
#floor_7_2{width:250px;float:right;}
#floor_7_2 #focusAd2{}
#floor_7_2 #focusAd2 .prev{float: right;margin-top: 20px;margin-right: 34px;  cursor:pointer;}
#floor_7_2 #focusAd2 .next{float: right;margin-top: 20px;margin-right: 10px; cursor:pointer;}

#floor_8_main{margin:20px 0; overflow:hidden; clear:both; background:#fff;}
#floor_8{ width:1200px;}

#floor_9_main{  background:#FFF;padding-top: 30px;}
#floor_9{width:1200px;  }
#floor_9_1{ width:686px;float:left;border: 1px solid #a9a9a9; }
#floor_9_2{ width:380px; float:right; border: 1px solid #a9a9a9;}

#floor_10_main{background:#fff; }
#floor_10_main .ChannelName{height:130px; line-height:60px;font-size: 18px;color: #000; text-align:center;}
#floor_10_main i{ font-size:36px; font-weight:bold; color:#008FE3;}
#floor_10{background:url(../images/floor_10.jpg) no-repeat; height:750px;  }

#floor_11_main{background:#fff; }
#floor_11_main .ChannelName{ line-height:40px;font-size: 28px; text-align:center;}
#floor_11_main i{ font-size:36px; font-weight:bold; color:#0d6395;}
#floor_11{background:url(../images/youshi.jpg) no-repeat center; height:530px;  }



#floor_12_main{ padding-top:30px; padding-bottom:30px;}
#floor_12{ }
#floor_13_main{ height:34px; line-height:34px; background:#DCDCDC; border-top:10px solid #EBEBEB;}
#floor_13{text-align:center;}

#floor_14_main{ overflow:hidden; background:#FFF;}
#floor_14{padding-top: 20px;width:1200px;}
#floor_14_1{ width:195px; float:left;border: 2px solid #0d6395; background:url(../images/floor_14_1.png) no-repeat ;}
#floor_14_2{ width:986px; float:right;}
#floor_14_2 .hd{ background:url(../images/hd.jpg) no-repeat 0 bottom;}
/*左侧*/
/*主体左侧样式*/
.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{ height:40px; line-height:40px; }
.left_title1 h2 { margin-left: 0px;font-size: 20px;color: #0d6395;font-weight: 100; border-bottom: 1px dashed #d2d2d2; }
.left_body1 { overflow:hidden; zoom:1; border-bottom:0; border-top:0;padding: 10px 0;}
.left_bottom1 { }

/*样式2*/
.left_title2{ height:60px; line-height:60px; background:#7f848c;}
.left_title2 h2 { text-indent: 20px;font-size: 16px;color: #FFF;font-weight: 100; }
.left_body2 { overflow:hidden; zoom:1; border-bottom:0; border-top:0;padding: 10px 0;background: #efefef;}
.left_bottom2 { }

/*样式3*/
.left_title3 { height:40px; line-height:40px;background:url(../images/left_title3.jpg) no-repeat center center;   padding-bottom:30px;}
.left_title3 h2 { font-size:26px;   font-weight:normal; color:#008FE3; text-align:center;}
.left_body3 { padding:5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.left_bottom3 {}

.left_title4 { height:49px; line-height:40px; background:url(../images/wenti.jpg) no-repeat center top;}
.left_title4 h2 { font-size:20px;   font-weight:normal; color:#FFF; float:left; padding-left:60px;}
.left_body4 { padding:10px; overflow:hidden; zoom:1; border-top:0; border-bottom:0; text-align:center;}
.left_bottom4 {}

.left_title5 { height:77px; line-height:77px; background:url(../images/left_title5.png) no-repeat;color: #fde234;text-align: center; }
.left_title5 h2 { font-size:22px;   font-weight:normal; color:#FFF; text-align:center;}
.left_body5 { overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.left_bottom5 {}

.left_title6 { height:84px; line-height:36px; background:url(../images/left_title6.png) no-repeat;color: #fde234; }
.left_title6 h2 { font-size:22px;   font-weight:normal; color:#FFF; text-align:center; line-height:76px;}
.left_body6 { padding:0; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.left_bottom6 {}

.left_title7{ height:39px; line-height:39px; border-bottom:2px solid #999;}
.left_title7 h2 { font-size: 16px;color:#008FE3; font-weight: 100; font-family:"Arial";}
.left_body7{ overflow:hidden; zoom:1; border-bottom:0; border-top:0;padding: 10px 0; }
.left_bottom7{}


/*主体右侧*/
/*样式1*/
.right_title { background:url(../images/location.png) no-repeat; line-height:37px;}
.right_title h2 { font-weight:normal; text-align:center; color:#008FE3;}
.right_title h2 a{ color:#0d6395;}
.right_body { padding:20px 5px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}
/*样式2*/
.right_title1 { }
.right_title1 h2 {font-size:30px; font-weight:normal; text-align:center;  padding:15px 0; color:#01673A;    }
.right_body1 { padding:5px 0; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom1 {height: 5px;  line-height:5;  overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式3*/
.right_title2 { height:69px; line-height:69px;  }
.right_title2 h2 { font-size:20px;   font-weight:normal;  text-indent:40px; color:#FFF;}
.right_body2 { padding:5px; overflow:hidden; zoom:1; border-top:0; border-bottom:0}
.right_bottom2 { height: 5px; font-size: 0px; line-height:0;  overflow:hidden; margin-bottom:5px;}


.right_title4 { color:#008FE3; font-size:16px; padding-right:8px;background: url(../images/location.png) no-repeat;text-indent: 40px;line-height: 37px;}
.right_title4 h2 { font-weight:normal; text-indent: 3em;}
.right_body4 { padding:20px 5px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom4 {}

.right_title5 {line-height:37px;}
.right_title5 h2 { font-weight:normal; text-align:center;}
.right_title5 h2 a{ color:#008FE3;}
.right_body5 { padding:20px 5px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom5 {}
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#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:#666;  }
#top a:hover { color:#000; text-decoration:none}

/*Logo*/
#logo_main {  }
#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}
#logo .logo_1{ float:right; width:350px;}
#logo .logo_2{ float: left; line-height:34px; margin:12px; font-family:"Arial"; font-size:16px; border-left:1px solid #999; text-indent:10px;}
#logo .logo_2 span{ padding:0 10px; color:#0d6395;}
#logo .logo_2 h2{ color:#000;}
#logo .telephone{color:#0d6395; font-size:24px; margin-top:30px; display:block;}
#logo .Email{color:#008FE3; font-size:24px; margin-top:5px; display:block;}
/*导航*/
#navigation_main { background:#0d6395;}
#navigation { height:44px;  }
#navigation ul.navigationlist li { float:left; line-height:44px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 32px; font-size:16px; color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none;  background:#000; color:#FFF; }
#navigation ul.navigationlist .current { background:#103c68; color:#FFF; }

#navigation_main1 { background: #0d6395; margin-top:10px;}
#navigation1 { height:44px;  }
#navigation1 .navigationlist1{ padding:0 160px;}
#navigation1 ul.navigationlist1 li { float:left; line-height:44px; text-align:center;  }
#navigation1 ul.navigationlist1 li a { display:block; padding:0px 20px; font-size:14px; color:#FFF; border:0px dashed red;}
#navigation1 ul.navigationlist1 li a:hover { text-decoration:none;}
#navigation1 ul.navigationlist1 .current { }

/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#0d6395; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:14px; padding:0px 23px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#4a4a4a;  color:#fff; }


/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*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: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;}

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { } 
#location {color:#333;  padding-right:8px;background: url(../images/location.png) no-repeat;text-indent: 40px;line-height: 37px;}
#location a {color:#333;}

/*子频道列表*/
.subchannel_main{ margin:10px 0;}
.subchannel{}
.subchannellist { text-align:center;}
.subchannellist li { display:inline;line-height:36px;  }
.subchannellist li a {background:#FFF; padding:5px 35px; margin-right:10px; color:#01673A; border:1px solid #D2D2D2;}
.subchannellist li a:hover { background:#01673A;  color:#FFF;text-decoration:none; }
.subchannellist #current a {  font-weight:bold; background:#01673A; color:#FFF;}
.subchannellist .depth1{ font-size:16px; font-weight:bold; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}

.subchannellist1 {}
.subchannellist1 li {line-height:52px;height:52px; background: url(../images/subchannellist1.png) no-repeat center; text-indent: 50px; }
.subchannellist1 li a { color:#fff;margin-left: -7px;}
.subchannellist1 li a:hover { color:#000;text-decoration:none; }

.subchannellist2 {padding: 0 0px;background: #FFF;}
.subchannellist2 li {overflow:hidden;line-height:20px;height:20px; background:rgba(255, 255, 255, 0) url(../images/subchannellist2.png) no-repeat 25px center; text-indent: 50px;border-bottom: 1px dotted #e5e5e5;margin-left: -17px;}
.subchannellist2 li a { color:#333; font-size:14px;}
.subchannellist2 li a:hover {   color:#008FE3;text-decoration:none; }

.subchannellist3 {overflow: hidden;}
.subchannellist3 li.on{line-height:55px;height:52px; background:url(../images/subchannellist3.png) no-repeat 0 center; text-indent: 5px; float:left;margin-right: 15px;
   width: 199px; }
.subchannellist3 li {line-height:55px;height:52px; background:url(../images/subchannellist5.png) no-repeat 0 center; text-indent: 5px; float:left;margin-right: 15px;
   width: 199px; }
.subchannellist3 li a { color:#000;font-size:18px;}
.subchannellist3 li a:hover,.subchannellist3 li.on a {   color:#fff;text-decoration:none; }

.subchannellist4 {overflow: hidden;}
.subchannellist4 li {line-height:49px;height:49px; padding:0 15px; text-align:center;float:left;}
.subchannellist4 li a { color:#0d6395;font-size:20px;font-family: Arial;font-weight: bold;}
.subchannellist4 li.on a {   color:#fff;text-decoration:none; }
.subchannellist4 li.on{background: url(../images/subchannellist4.png) no-repeat;}


/*搜索 */
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;}

/*搜索1*/
table.search_table1{text-align:center;}
#search .search_1{ float:right;}
.search_table1{ margin-bottom:5px;}
table.search_table1 th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table1 td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*搜索2*/
table.search_table2{text-align:center;}
#search1 .search_2{ float:right;}
.search_table2{ margin-bottom:5px;}
table.search_table2 th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table2 td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*关键字搜索*/
#SearchKeyWords{ text-align:right;font-size: 16px;line-height: 30px; cursor: pointer;}
#SearchKeyWords span{ padding-right:12px}

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }
/*联系我们1*/
.contact_wrap1{ line-height:26px; height:154px; color:#666; overflow:hidden;background: url(../images/contact_wrap1.jpg) no-repeat;padding-top: 152px;}
.contact_wrap1 b{ font-weight:normal;}
.contact_wrap1 .ico1{ background:url(../images/phone.gif) no-repeat 8px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico2{ background:url(../images/fax.gif) no-repeat left center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico3{ background:url(../images/email.gif) no-repeat 1px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico4{ background:url(../images/address.gif) no-repeat left center; padding: 5px 0px 5px 25px;}

/*订购*/
.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:#FFF; }
#link { padding:0; width:1200px; }
.link_title { line-height:39px; height:39px; border-bottom: 2px solid #0d6395; }
.link_title h2 { font-size:16px; color:#0d6395; font-weight: normal;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_pic { overflow:auto; zoom:1;  }
.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 #6C9ACC; }
.link_text { overflow: hidden; zoom:1; padding:8px 0 0 0; }
.link_text ul li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}
.link_text a { line-height:22px; color:#838383; }
.link_text a:hover { line-height:22px; color:#008FE3; }

/* 版权信息 */
#copyright_main { color:#545252; }
#copyright { line-height:46px;  }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright a {color: #0d6395; text-decoration: none;}
#copyright a:hover {color: #545252; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-left:250px; line-height:30px; color:#0d6395;}
#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:#008FE3; color:#fff; }
.page .current{ background:#008FE3; color:#FFF;}
.page #total{color:#008FE3}

/*会员*/
/*会员登录*/
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.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.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}

/*网站地图列表*/
.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}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.ChannelContent{ line-height:2.0em; font-size:16px;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
 
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #0d6395;}
.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.8em; font-weight:normal; color:#008FE3;}
.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{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.Next a{ }
.Previous a{ }

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width:370px;}
.ProductDescription{ height:40px; color:01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none;}
.info_product_detail_wrap img{ width:280px;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; }
/*===公共字段 结束===*/

/*===首页 开始===*/
.index #left{ float: right}
.index #right{ float: left}

/*===首页 结束===*/

/*===招聘频道  开始===*/
.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:70px; text-align:left;font-family: Arial;font-weight: 100;}
table.guestbook_table td{ text-align:left; padding:4px;}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#01673A; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:28px; height:28px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}

/*文字列表*/
.textlist1{ }
.textlist1 li { margin-top:30px; height:82px; width:582px; /*不限定宽高，在ie7有问题*/ overflow:hidden;/*解决ie6bug*/}
.textlist1 li.li0{ float:left;}
.textlist1 li.li1{ float:right;}
.textlist1 li .time{ float:left; width:48px; height:52px;  background:#015D34; color:#FFF; line-height:25px; padding:15px 12px;}
.textlist1 li .time .month{ float:left;width:48px; text-align:center; border-bottom:1px solid #FFF;}
.textlist1 li .time .year{ float:left; font-size:18px;width:48px;text-align:center;}

.textlist1 li .right_text a{ line-height:30px; height:30px;display:block;padding-left:-100px;}
.textlist1 li .right_text p{ height: 31px;line-height: 20px; padding:10px 5px 10px 10px; margin-top:-10px; overflow:hidden;}

.textlist2{ overflow: hidden;margin-left: 20px;}
.textlist2 li { line-height:28px; height:28px;text-indent:70px; overflow:hidden;width:100%;/*解决ie6bug*/padding: 2px 0;}

.textlist3{overflow: hidden;  }
.textlist3 li { position:absolute; line-height:28px; height:91px;text-indent:8px; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist3 li img{ float:left;}
.textlist3 li .InfoTitle{ text-align:left;font-size: 18px;color: #2d2d2d;}
.textlist3 li .InfoSContent{font-size: 18px;}
.textlist3 li.li1{left: 620px;top: 120px;}
.textlist3 li.li2{left: 620px;top: 260px;}
.textlist3 li.li3{left: 120px;top: 500px;}
.textlist3 li.li4{left: 120px;top: 640px;}
.textlist3 li.li5{left: 220px;top: 1300px;}


.textlist10{overflow: hidden;  }
.textlist10 li { position:absolute; line-height:28px; height:91px;text-indent:8px; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist10 li img{ float:left;}
.textlist10 li .InfoTitle{ text-align:left;font-size: 18px;color: #2d2d2d;}
.textlist10 li .InfoSContent{font-size: 18px; width: 580px;}
.textlist10 li.li1{left: 620px;top: 120px;}
.textlist10 li.li2{left: 620px;top: 260px;}
.textlist10 li.li3{left: 120px;top: 500px;}
.textlist10 li.li4{left: 120px;top: 640px;}
.textlist10 li.li5{left: 220px;top: 1300px;}

.textlist4{overflow: hidden;margin-top: 220px; }
.textlist4 li {  overflow:hidden;width:400px;/*解决ie6bug*/ float:left;}
.textlist4 li .InfoTitle{ text-align:center;color: #363636;font-weight: bold;font-size: 15px;}
.textlist4 li .InfoSContent{text-align:center;color: #363636;font-size: 15px;}

.textlist5{ overflow:hidden; }
.textlist5 li { line-height:30px; height:30px;text-indent:18px; background:url(../images/textlist5.png) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist5 li a{ color:#363636;font-family: Arial;}

.textlist6{ }
.textlist6 li { float:left; line-height:28px; height:28px;text-indent:20px; background:url(../images/textlist.png) no-repeat 0 center; overflow:hidden;width:50%;/*解决ie6bug*/}
.textlist6 li a{ color:#363636;font-family: Arial;font-size: 12px;}
.textlist6 li.first{ height:auto; width:100%;text-indent:0; border-bottom:1px solid #CCC;}
.textlist6 li.first img{float:left;margin-right: 35px;margin-bottom: 10px; width:234px;}
.textlist6 li.first .InfoTitle{ color:#0d6395;font-size: 15px;font-weight: bold;}
.textlist6 li.first .InfoContent{font-size: 12px;color: #626262;}

.textlist7{ }
.textlist7 li {  overflow:hidden;width:100%;/*解决ie6bug*/ background:#f7f7f7;margin-top: 10px;padding: 15px;}
.textlist7 li .InfoTitle{ color: #008FE3;background: url(../images/textlist7.png) no-repeat 0 center;text-indent: 20px;display: block;text-align: left;font-weight: bold;}
.textlist7 li .InfoContent{ color:#000;font-size: 12px;}
.textlist7 li .InfoTime{ color:#008FE3; float: right;padding-right: 20px;}

.textlist8{ }
.textlist8 li { line-height:28px; height:28px; background:url(../images/textlist8.png) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/border-bottom: 1px dashed #CCC;}
.textlist8 li a{ margin:0 30px;text-overflow: ellipsis;}

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}

/*橱窗列表*/
.gridlist{ margin-top:5px; overflow:hidden; }
.gridlist li { float:left; margin-bottom:10px; margin-right:10px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist li.li2{ margin-right:0; float:right;}
.gridlist li img { border:1px solid #D6D6D6; width:312px;}
.gridlist li a { white-space:nowrap; line-height:28px;color:#333;font-weight:800;}
.gridlist li a:hover img {  }

/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li { position:relative; float:left; text-align:center; margin:0 14px;   overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;background: #ffffff;padding: 5px;}
.gridlist1 li img { width:170px; }
.gridlist1 li a.InfoTitle { white-space:nowrap; line-height:28px; color:#363636;display: block;}
/*橱窗列表2*/
.gridlist2{ overflow:hidden; }
.gridlist2 li { position:relative; float:left; text-align:center; margin-right:20px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist2 li img { width:275px;  border:1px solid #E1E1E1; display:block;}
.gridlist2 li .InfoTitle { white-space:nowrap; line-height:19px; display:block; background:#015D34; color:#FFF; margin-top:3px;}

.gridlist3{ overflow:hidden; }
.gridlist3 li { position:relative; text-align:left; padding: 25px ;   overflow:hidden;  /*解决ie6 双边距bug*/;
text-overflow:ellipsis; background:url(../images/gridlist3.png) center bottom no-repeat;}
.gridlist3 li img { width:181px; float:left;margin-right: 10px; }
.gridlist3 li .InfoTitle{ font-size:18px;text-align: left;color: #000; padding:0;}
.gridlist3 li .InfoContent{font-size:14px; padding:0;}
.gridlist3 li a { white-space:nowrap; line-height:28px;}

.gridlist4{ margin-top:5px; }
.gridlist4 li { float:left; margin-top:19px; margin-right:19px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; border:1px solid #ccc; }
.gridlist4 li.li2{ float:right;margin-right: 0;}
.gridlist4 li img {  width:234px;margin: 20px 40px 26px;}
.gridlist4 li a.InfoTitle { white-space:nowrap; line-height:40px; display:block;  background:#ccc; padding:0; margin:0; color:#000;}
.gridlist4 li:hover{ border:1px solid #008FE3;}
.gridlist4 li:hover a.InfoTitle { background:#0d6395; color:#FFF;}

.gridlist5{ overflow:hidden;  }
.gridlist5 li { position:relative; float:left; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist5 li img { width:176px;  border:1px solid #E1E1E1; display:block;}
.gridlist5 li .AlbumTitle { white-space:nowrap; line-height:42px; display:block;  color:#464646; text-align:center;}

.gridlist6{ overflow:hidden; }
.gridlist6 li { position:relative; float:left; text-align:center; margin-right:15px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; background:#eeeeef; padding:15px;}
.gridlist6 li img { width:204px;  border:1px solid #E1E1E1; display:block;}
.gridlist6 li .InfoTitle { white-space:nowrap; line-height:19px; display:block;  color:#4b4b4b; }
.gridlist6 li.li3{ float:right;margin-right: 0;}

.gridlist7{ overflow:hidden; float:left;   }
.gridlist7 li { padding:4px 0;margin-bottom:5px; margin-right:15px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gridlist7 li img {  width:233px; height:161px;}

.gridlist8{ margin-top:15px;}
.gridlist8 li{float: left; margin-bottom: 20px;background: #FFF;margin-right: 10px;text-align: center;overflow: hidden;display: inline /*解决ie6 双边距bug*/;text-overflow: ellipsis;white-space: nowrap;}
.gridlist8 li img{ width:61px; border:1px solid #FFF;}
.gridlist8 li img:hover{ border:1px solid #06F;}

.gridlist9{ margin-top:5px; overflow:hidden; margin-bottom:10px; }
.gridlist9 li { float:left; padding:4px 0;margin-right:70px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist9 li.li2{ margin-right:0; float:right;}
.gridlist9 li img { border:1px solid #D6D6D6; width:200px;}
.gridlist9 li a { white-space:nowrap; line-height:28px;width:200px; display:block; overflow:hidden; text-overflow:ellipsis; color:#000;}
.gridlist9 li a:hover img {  }

/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-right:20px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #E1E1E1; width:100%; }
.videolist li a { white-space:nowrap; line-height:30px; display:block; overflow:hidden; text-overflow:ellipsis;}
.videoplayer{ float:left;}
/*==========@@通用列表  结束@@==========*/

/*咨询电话*/
.ad1{ margin:0 auto; width:100%; height:214px; background: url(../images/ad1.png) no-repeat center center;}
.ad2{ margin:0 auto; width:100%; height:212px; background: url(../images/ad2.png) no-repeat center center;}
.ad3{ margin:0 auto; width:100%; height:165px; background: url(../images/ad3.png) no-repeat center center;}
.ad1 span,.ad2 span,.ad3 span{display:block; font-size:28px; color:#FFF; float:right; line-height:168px; padding-right:75px; position:relative;}



/*常见问题*/
.left_body11 {  overflow:hidden; zoom:1; }

/*文字列表*/
.textlist11{ }
.textlist11 li { height:109.5px; /*不限定宽高，在ie7有问题*/ overflow:hidden;/*解决ie6bug*/}
.textlist11 li.li0{ float:left;}
.textlist11 li.li1{ float:right;}
.textlist11 li .int{ margin:17.25px 0 17.25px 14px; display:inline; margin:15px 0 0px 14pxpx; font-size:40px; float:left; width:85px; height:75px; text-align:center;  background:#FE5C5C; color:#FFF; line-height:75px; }
.textlist11 li .right_text{ float:left; width:330px; padding:0 0 5px; margin:17.25px 14px 0; display:inline;}
.textlist11 li .right_text a{ color:#000; font-weight:bold; overflow:hidden; display:block;padd;font-size:15px; float:left;  background: url(../images/wen.png) no-repeat left; padding-left:30px;}
.textlist11 li .right_text p{ color:#414141; font-size:13px; height:3.5em;line-height:2em; overflow:hidden; background: url(../images/da.png) no-repeat  left; padding-left:30px;}
.textlist11 li .right_text .Time{font-family: Arial;font-size: 12px;color: #D9D9D9; line-height:2em;}



/*经典案例*/
#index_2_2{ text-algin:center;}

.left_title10 ul{ overflow:hidden; }
.left_title10 ul li{  width: 280px;float: left;display: inline;height: 50px;line-height: 50px;text-align: center;margin-right: 53px;background: #474747;  background: url(../images/classes_li_bg.png) no-repeat  0 -51px; }
.left_title10 ul li a{ font-size: 16px;color: #FFF;}
.left_title10 ul .on{ background: #013977; }
.left_body10{ overflow:hidden; }

.textlist12{ margin:15px 10px; overflow:hidden; }
.textlist12 li { float:right; line-height:30px; height:30px; text-indent:8px;  overflow:hidden;width:550px; padding-right:50px;/*解决ie6bug*/ background:url(../images/textlist5_li.jpg) no-repeat 4px center;}
.textlist12 .first { height:160px; overflow:hidden; background:none; border-bottom: 1px dashed #DFDFDF; text-indent:24px; padding-bottom:10px; margin-bottom:7px; padding-top:20px;}
.textlist12 img{ width:446px; float:left; height:348px; }
.textlist12 li .InfoSTitle{ height:30px; overflow:hidden; text-align:center; display:block;   font-weight: bold; font-size:16px; }
.textlist12 li .lititle{ width:435px; overflow:hidden; float:left; display:block;}
.textlist12 p{ color:#464646; line-height:2em; height:6em; overflow:hidden; }
.textlist12 .InfoTime{ float:right; }
.next1{width:150px; float:left; height:140px; }

.contact_wrap1{ line-height:26px; height:154px; color:#666; overflow:hidden;background: url(../images/contact_wrap1.jpg) no-repeat;padding-top: 152px;}
.contact_wrap1 a{ color:#666; }
.contact_wrap1 a:hover{color:#008FE3; }

.contact_wrap1 b{ font-weight:normal;}
.contact_wrap1 .ico1{ background:url(../images/phone.gif) no-repeat 8px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico2{ background:url(../images/fax.gif) no-repeat left center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico3{ background:url(../images/email.gif) no-repeat 1px center; padding: 5px 0px 5px 25px;}
.contact_wrap1 .ico4{ background:url(../images/address.gif) no-repeat left center; padding: 5px 0px 5px 25px;}