@charset "utf-8";
* {
	padding: 0;
	margin: 0
}
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: 0 auto;
	font-family: 微软雅黑;
	font-size: 14px;
	background: #f0f0f0
}
div {
	margin: 0;
	padding: 0;
	border: 0
}
img {
	margin: 0;
	padding: 0;
	border: 0
}
p {
	margin: 0;
	line-height: 1.8em
}
b, strong {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
li {
	list-style: none outside none
}
a {
	text-decoration: none;
	color: #626262;
	background: transparent;
	outline: 0
}
a:hover {
	color: #354d5c
}
a:focus {
	outline: 0
}
a:active {
	outline: 0
}
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: .83em;
	margin: 0
}
h6 {
	font-size: .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: #fff;
	border: 1px solid #ccc;
	width: 99%;
	line-height: normal
}
textarea {
	padding: 2px;
	color: #000;
	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
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
.clear {
	display: block;
	clear: both;
	height: 3px;
	overflow: hidden;
	line-height: 3px
}
.float_left {
	float: left
}
.float_right1 {
	color: #929292;
	font-size: 12px;
	line-height: 2em;
	float: right
}
.float_right {
	color: #929292;
	font-size: 12px;
	line-height: 2em
}
.left {
	text-align: left
}
.right {
	text-align: right
}
.center {
	text-align: center
}
.page li{    width: auto !important;
    padding: 0 10px;
}
.page li a{
    color: hsl(0, 12%, 10%);
    line-height: 20px !important;
    font-weight: bold !important;
    background: hsl(146, 9%, 85%) !important;
    display: block !important;
    width: auto !important;}
.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: 0 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: #666
}
.btn {
	background-color: #7db500;
	color: #fff
}
.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: 0 26px
}
.btn-small {
	font-size: 12px;
	height: 25.6px;
	line-height: 25.6px;
	padding: 0 16px
}
.btn-tiny {
	font-size: 12px;
	height: 22.4px;
	line-height: 22.4px;
	padding: 0 13px
}
.btn-block {
	display: block
}
.blue {
	color: #00F!important
}
.green {
	color: #0F0!important
}
.red {
	color: #F00!important
}
.black {
	color: #000!important
}
.white {
	color: #fff!important
}
.gray {
	color: gray;
!important
}
.purple {
	color: purple;
!important
}
.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: #000
}
.form_text {
	width: 95%;
	background-position: 0 0
}
.form_text:hover {
	background-position: 0 -37px
}
.form_text_verifycode {
	width: 50px;
	margin-right: 3px;
	background-position: 0 0
}
.form_text_verifycode:hover {
	background-position: 0 -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
}
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:0;
padding:0
}
.required {
	color: red;
	font-weight: bold;
	text-align: left;
	padding-left: 3px
}
.hide {
	display: none
}
.more {
	float: right;
	padding-right: 5px;
	display: none
}
.code_image {
	cursor: pointer;
	padding-bottom: 6px
}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback {
	width: 1200px;
	margin: 5px auto
}
#top, #logo, #navigation, #banner, #announcement, #link, #copyright, #floor_1, #floor_2, #floor_3, #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: 0 dashed red
}
#left {
	float: left;
	width: 250px
}
#right {
	float: left;
	width: 1200px;
	border-left: 0 solid #e5e5e5;
	padding-left: 0
}
#floor_1_main,#floor_2_main,#floor_3_main,#floor_4_main,#copyright_main {
	background: url(/templets/company/images/floor_1_main.jpg) repeat
}
#floor_1 {
	padding-top: 35px;
	width: 1125px;
	margin: 0 auto;
/*	    height: 255px;*/
}
#floor_1 .left_body .ChannelContent {
  width: 750px;
    height: 240px;
    overflow: visible;
    float: left;
    font-size: 14px;
    color: #404040;
}
#floor_1 .left_body .ChannelPicture {
    width: 326px;
    float: right;
    text-align: center;
    /* margin-left: 20%; */
    position: relative;
    left: 50px;
    margin-right: 48px;
}
#floor_1 .left_body .ChannelPicture a img {
	width: 300px;
	border: 10px solid #bcd2c5;
	border-radius: 10px
}
#floor_2 {
	padding-bottom: 35px;
	width: 1200px;
	margin: 0 auto
}
#floor_4 {
	padding: 35px 0;
	width: 1200px;
	margin: 0 auto
}
#floor_5_main {
	padding-top: 30px;
	padding-bottom: 30px
}
#floor_6_main {
	height: 34px;
	line-height: 34px;
	background: #dcdcdc;
	border-top: 10px solid #ebebeb
}
#floor_6 {
	text-align: center
}
#floor_7_main {
	background: url(/templets/company/images/floor_1_main.gif) no-repeat center bottom #FFF
}
#floor_7 {
	padding: 35px 0;
	text-align: center;
	font-size: 30px;
	color: #1b1b1b
}
#floor_8_main {
	padding-bottom: 30px
}
#floor_9_main {
	height: 34px;
	line-height: 34px;
	background: #dcdcdc;
	border-top: 10px solid #ebebeb
}
#floor_9 {
	text-align: center
}
#floor_10_main {
	background: #FFF
}
#floor_10 {
	padding: 35px 0;
	text-align: center;
	font-size: 30px;
	color: #1b1b1b;
	
}
#floor_11_main {
	height: 15px;
	background: #ebebeb;
	margin-top: 10px
}
#floor_12_main {
	padding-top: 30px;
	padding-bottom: 30px
}
#floor_13_main {
	height: 34px;
	line-height: 34px;
	background: #dcdcdc;
	border-top: 10px solid #ebebeb
}
#floor_13 {
	text-align: center
}
#floor_14_main {
	padding: 20px 0;
	background: url(/templets/company/images/floor_14_main.jpg);
	overflow: hidden
}
#floor_14 .right_title h2 {
	color: #fff
}
#floor_14 .right_body {
	padding: 5px 50px
}
#floor_14_1 {
	width: 350px;
	float: left
}
#floor_14_2 {
	width: 840px;
	float: right
}
#floor_14_3 {
	width: 300px;
	float: right;
	text-align: center;
	margin-top: 70px
}
.left_title {
	height: 39px;
	line-height: 39px;
	background: url(/templets/company/images/left_title.png) no-repeat center;
	text-align: center
}
.left_title h2 a {
	font-size: 16px;
	color: #fff
}
.left_title h2 a:hover {
	color: #39505e
}
.left_body {
	overflow: hidden;
	zoom: 1;
	color: #01673a;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0
}
.left_bottom {
	height: 15px;
	margin-bottom: 5px
}
.left_title1 {
	height: 39px;
	line-height: 39px;
	background: url(/templets/company/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(/templets/company/images/left_bottom1.jpg) no-repeat;
	margin-bottom: 5px
}
.left_title2 {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #01673a
}
.left_title2 h2 {
	font-size: 16px;
	color: #01673a
}
.left_body2 {
	overflow: hidden;
	zoom: 1;
	color: #000;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0
}
.left_bottom2 {
	height: 15px;
	margin-bottom: 5px
}
.left_title3 {
	height: 50px;
	line-height: 50px;
	text-indent: 5em
}
.left_title3 h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF
}
.left_body {
	padding: 20px 0px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.left_bottom3 {
	height: 5px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px
}
.right_title {
	background: url(/templets/company/images/right_title.png) no-repeat center
}
.right_title h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0;
	color: #354d5c
}
.right_title h2 a {
	color: #FFF;
}
.right_title h2 a:visited {
	color: #FFF;
}
.right_title h2 a:hover {
	color: #39505e
}
.right_body {
	padding: 5px 60px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.right_title1 h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 15px 0
}
.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: 0;
	margin-bottom: 5px
}
.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: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px
}
#top_main {
	height: 27px;
	background: #a6c1b2
}
#top {
	height: 27px;
	line-height: 27px;
	text-align: right
}
#top_1 {
	float: left;
	text-align: left
}
#top_2 {
	float: right;
	text-align: right
}
#top a {
	color: #fff
}
#top a:hover {
	color: #39505e;
	text-decoration: none
}
#logo_main {
	background: #fff
}
#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
}
#navigation_main {
	background: url(/templets/company/images/navigation_main.jpg) repeat-x center
}
#navigation {
	height: 63px
}
#navigation ul.navigationlist li {
	float: left;
	line-height: 63px;
	text-align: center;
	margin: 0 18px
}
#navigation ul.navigationlist li a {
	display: block;
	padding: 0 23px;
	font-size: 16px;
	color: #eee;
	border: 0 dashed red
}
#navigation ul.navigationlist li a:hover {
	text-decoration: none;
	background: url(/templets/company/images/navigationlist_hover.jpg) no-repeat center;
	color: #fff
}
#navigation ul.navigationlist .current {
	background: url(/templets/company/images/navigationlist_hover.jpg) no-repeat center;
	color: #fff
}
#navigation ul.subnavigationlist {
	display: none;
	position: absolute;
	background: #9bca02;
	z-index: 100
}
#navigation ul.subnavigationlist li {
	float: none;
	padding: 0;
	line-height: 28px;
	display: inline;
	margin: 0
}
#navigation ul.subnavigationlist li a {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	padding: 0 23px;
	text-align: left
}
#navigation ul.subnavigationlist li a:hover {
	background: #a8c4b5;
	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(/templets/company/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 li {
	line-height: 35px
}
#banner_main {
	position: relative;
	border: 0 solid blue
}
#banner {
	border: 0 solid red;
	margin: 0 auto;
	overflow: hidden;
	width: 100%
}
.bannerlist li {
	text-align: center;
	border: 0 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: 0 solid red
}
#banner_main .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	background: url(/templets/company/images/dot.png) -11px 0 no-repeat;
	margin-right: 15px;
	overflow: hidden;
	font-size: 0
}
#banner_main .hd ul li.on {
	background: url(/templets/company/images/dot.png) 0 0 no-repeat
}
#location {
	display: none;
	color: #01673a;
	float: right;
	padding-right: 8px
}
#location a {
	color: #01673a
}
.subchannel_main {
	margin: 10px 0
}
.subchannellist {
	text-align: center
}
.subchannellist li {
	display: inline;
	line-height: 36px;
	position: relative
}
.subchannellist li a {
	padding: 8px 25px;
	color: #354d5c;
	font-weight: normal;
	font-size: 14px
}
.subchannellist li a:hover {
	background: #354d5c;
	color: #a8d41f;
	text-decoration: none
}
.subchannellist #current a {
	background: #354d5c;
	color: #a8d41f
}
.subchannellist .depth1 {
	font-size: 16px;
	font-weight: bold
}
.subchannellist .depth2 {
	font-size: 14px;
	text-indent: 1.5em;
	background: 0
}
.subchannellist .depth2 a {
	border: 0
}
.subchannellist .depth3 {
	font-size: 14px;
	text-indent: 3em
}
.subchannellist .depth4 {
	font-size: 14px;
	text-indent: 4.5em
}
.subchannellist .depth5 {
	font-size: 14px;
	text-indent: 6em
}
.subchannellist .depth6 {
	font-size: 14px;
	text-indent: 7.5em
}
.subchannellist ul.subnavigationlist {
	display: none;
	position: absolute;
	background: #9bca02;
	z-index: 100;
	right: 0;
	top: 29px
}
.subchannellist ul.subnavigationlist li {
	float: left;
	padding: 0;
	line-height: 28px;
	width: 100%
}
.subchannellist ul.subnavigationlist li a {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	padding: 0 23px;
	text-align: center
}
.subchannellist ul.subnavigationlist li a:hover {
	background: #a8c4b5;
	color: #fff
}
table.search_table {
	width: 99%;
	text-align: center
}
table.search_table th {
	vertical-align: middle;
	text-align: center;
	padding: 0 3px
}
table.search_table td {
	vertical-align: middle;
	width: 60px;
	padding: 0 3px
}
.contact_wrap {
	line-height: 1.8em
}
.contact_wrap b {
	font-weight: bold
}
.contact_wrap .WebUrl {
	color: #F00
}
.contact_wrap1 {
	line-height: 26px;
	color: #FFF;
	overflow: hidden
}
.contact_wrap1 b {
	font-weight: normal
}
.contact_wrap1 .ico1 {
	padding: 5px 0 5px 25px;
	color: #bcd2c5
}
.contact_wrap1 .ico2 {
	padding: 5px 0 5px 25px;
	color: #bcd2c5
}
.contact_wrap1 .ico3 {
	padding: 5px 0 5px 25px;
	color: #bcd2c5
}
.contact_wrap1 .ico4 {
	padding: 5px 0 5px 25px;
	color: #bcd2c5
}
.order {
	margin: 0 auto
}
.order .WantOrder h1 {
	border-bottom: 1px dotted #999;
	padding: 5px 0
}
.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: url(/templets/company/images/foot_2.jpg)
}
#link {
	padding: 0
}
.link_title {
	line-height: 69px;
	height: 69px;
	color: #fff
}
.link_title h2 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-indent: 40px
}
.link_body {
	color: #000;
	border-top: 0;
	border-bottom: 0
}
.link_pic {
	overflow: auto;
	zoom: 1;
	margin-top: 10px
}
.link_pic ul li {
	float: left;
	width: 112px;
	padding: 1px 5px;
	text-align: center
}
.link_pic img {
	width: 86px;
	height: 86px;
	padding: 2px;
	border: 1px solid #CCC
}
.link_pic ul li a:hover img {
	border: 1px solid #6c9acc
}
.link_text {
	overflow: hidden;
	zoom: 1;
	padding: 14px 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: #b7b7b7
}
.link_text a:hover {
	line-height: 22px;
	color: #fff
}
#copyright_main {
	color: #000;
	min-height: 220px;
}
#copyright {
	line-height: 46px
}
#copyright .bottom_navigation {
	text-align: center;
	padding: 5px 0
}
#copyright a {
	color: #000;
	text-decoration: none
}
#copyright a:hover {
	color: #39505e;
	text-decoration: none
}
#copyright .bottom_info {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 20px
}
#copyright .TechnicalSupport {
	margin: 0;
	text-align: center
}
#copyright .bottom_navigation span {
	padding: 0 10px
}
.page {
     padding: 4px 0 0 1px;
    /* float: right; */
    clear: both;
       width: 100%;
    margin: 0 auto;
}

.page li {
    float:left;
	line-height:2em;
}

.thisclass {
        line-height: 2em;
    /*color: rgb(1,186,243);*/
	font-weight: bold;
}


.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: #f90
}
.page .current {
	background: #cc0001;
	color: #FFF
}
.page #total {
	color: red
}
.ChannelContent {
	line-height: 2.0em;
	font-size: 16px
}
.ChannelSContent, .ChannelSContent p {
	line-height: 1.8em
}
.ChannelContent a {
	color: #000;
}
.ChannelSContent {
	color: #FFF;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px
}
.ChannelSContent a {
	color: #ff9d02
}
.ChannelSContent img, .InfoContent img {
	max-width: 100%
}
.InfoTitle {
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 15px;
	text-align: center;
}
.InfoTitle h1 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal
}
.InfoTime {
	color: #999;
	text-align: left;
	padding: 2px 0;
	height: 25px
}
.InfoContent, .InfoContent p {
	line-height: 2.0em;
	font-size: 16px;
	padding: 10px 0
}
.InfoAttachment {
	padding: 10px 0;
	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: 0 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
}
.product_wrap {
	line-height: 2.2em
}
.product_wrap b {
	color: #626262;
	font-weight: bold
}
.ProductDescription {

color: 01673A;
margin-top: 10px;
padding-left: 35px;
line-height: 40px;
font-size: 16px;
font-weight: bold;
}
.product .product_wrap img {
	width: 216px;
	height: 162px;
	float: left;
	text-align: left;
	margin-right: 10px
}
.product .InfoTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: url(/templets/company/images/line_03.png) center bottom no-repeat;
	height: 60px
}
.Product-Img {
	text-align: center;
	margin-top: 35px
}
.Product-Info {
	text-align: center
}
.product .f2 {
	padding: 5px 0
}
.product .f1 {
	padding: 5px 0
}
.product .InfoHit {
	padding: 5px 0;
	font-weight: bold;
	color: #900
}
.product .InfoTime {
	padding: 5px 0
}
.index #left {
	float: right
}
.index #right {
	float: left
}
.videolist {
	margin-top: 5px
}
.videolist li {
	width: 345px;
	float: left;
	margin-right: 15px;
	text-align: center;
	overflow: hidden
}
.videolist li img {
	border: 1px solid #e1e1e1;
	width: 100%
}
.videolist li a {
	white-space: nowrap;
	line-height: 28px
}
.curr {
	background-color: #354d5c
}
.curr a {
	color: #a8d41f!important
}
.coolbg {
	-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: 0 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: #666
}
.coolbg {
	background-color: #7db500;
	color: #fff
}
.coolbg:hover {
	background-color: #6b9c00;
	color: #fff
}
.coolbg:active {
	background: #76a312;
	color: #374f00
}
.joblist li {
	overflow: hidden
}
table.job_table {
	margin: 8px 0;
	padding: 0;
	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
}
.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
}
.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
}
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 li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 45px;
	border-bottom: 1px solid #e2e2e2
}
.textlist li a {
	color: #1d1717;
	line-height: 2em;
	font-weight: bold;
	background: #d5dcd8;
	display: block
}
.textlist li a:visited {
	color: #aaa
}
.textlist li a:hover {
	color: #39505e
}
.textlist li p {
	height: 6em;
	overflow: hidden;
	color: #5c5d63;
	font-size: 14px;
	line-height: 2em;
	background: #eaeaea;
	padding: 5px 15px
}
.textlist li span {
	float: right;
	color: #1d1717
}
.textlist1 li {
	margin-top: 30px;
	height: 82px;
	width: 502px;
	overflow: hidden
}
.textlist1 li.li0 {
float: left;
margin-right: 28px;
margin-left: 42px;
}
.textlist1 li.li1 {
	float: right
}
.textlist1 li .time {
	float: left;
	width: 48px;
	height: 52px;
	background: #a6a088;
	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 {
	float: left;
	width: 430px
}
.textlist1 li .right_text a {
	background: #e2e2e2;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	padding-left: 10px;
	color: #000
}
.textlist1 li .right_text a:visited {
	color: #aaa
}
.textlist1 li .right_text a:hover {
	color: #39505e
}
.textlist1 li .right_text p {
	background: #eaeaea;
	height: 31px;
	line-height: 20px;
	padding: 10px 5px 10px 10px;
	margin-top: 1px;
	overflow: hidden;
	color: #404040
}
.thumblist li {
	line-height: 2em;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	background: #e2e2e2
}
.thumblist li img {
	float: left;
	width: 340px;
	margin-right: 2em;
	
}
.thumblist li a:hover img {
	border: 1px solid #39505e
}
.thumblist li .InfoTitle {
	color: #354b59;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 1em
}
.thumblist li p {
    text-indent: 2em;
    height: 9em;
    overflow: hidden;
    padding-right: 2em;
    margin-bottom: 15px;
    display: block;
}
.thumblist1 {
	margin-top: 30px
}
.thumblist1 li {
	    line-height: 2em;
    overflow: hidden;
    width: 500px;
    /* margin-right: 30px; */
    float: left;
    margin-bottom: 30px
 margin-left: 50px;
    margin: 0 30px 0 60px;
}
.thumblist1 li img {
	float: left;
	width: 170px;
	margin-right: 8px;
	border: 5px solid #d7d4c7;
	border-radius: 5px
}
.thumblist1 li .InfoTitle {
	color: #39505e;
	padding: 0;
	font-size: 14px;
	font-weight: bold
}
.thumblist1 li p {
	text-indent: 2em;
	height: 9em;
	overflow: hidden;
	color: #404040
}
.thumblist1 li .InfoPicture {
	display: block;
	position: relative;
	float: left
}
.thumblist1 .left_top {
	width: 25px;
	border: 0;
	position: absolute;
	top: 0;
	left: 0
}
.thumblist1 .right_bottom {
	width: 25px;
	border: 0;
	position: absolute;
	bottom: 0;
	right: 0
}
.News-More {
	padding: 10px 30px;
	border: 1px solid #c1c1c1
}
.gridlist {
	margin-top: 5px
}
.gridlist li {
	float: left;
	border: 3px solid #fff;
	padding: 4px 0;
	margin: 0 4px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	display: inline;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 256px;
    height: 300px;
}
.gridlist li:hover {
	border: 3px solid #bcd2c5
}
.gridlist li img {
	width: 230px;
	padding: 10px
}
.gridlist li a {
	white-space: nowrap;
	line-height: 28px
}
.gridlist li a:hover {
	color: #354d5c
}
.gridlist1 {
	overflow: hidden
}
.gridlist1 li {
	float: left;
	text-align: center;
	margin: 0 1px 1px 0;
	overflow: hidden;
	display: inline;
	text-overflow: ellipsis;
	white-space: nowrap
}
.gridlist1 li img {
	width: 299px
}
.gridlist1 li a {
	white-space: nowrap;
	line-height: 28px
}
.gridlist2 {
	overflow: hidden;
	margin-top: 30px
}
.gridlist2 li {
	float: left;
	width: 237px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:10px 31px;
	margin-bottom: 20px
}
#jj{margin-left: 50px;}
.gridlist2 li img {
    width: 200px;
    border: 5px solid #d7d4c7;
    border-radius: 5px;
    height: 200px;
}
.gridlist2 li a.InfoTitle {
	white-space: nowrap;
	line-height: 19px;
	color: #404040;
	overflow: hidden
}
.gridlist2 li a.InfoPicture {
	display: block;
	position: relative
}
.gridlist2 .left_top {
	width: 25px;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}
.gridlist2 .right_bottom {
	width: 25px;
	border: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display:none;
}
.gridlist2 .float_left {
	width: 100%
}
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 li {
	padding: 1px
}
.maplist li a {
	background: #ccc;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	border: 0 solid #a6cc93
}
.maplist li a:hover {
	text-decoration: none;
	background: #FFF
}
.maplist .depth1 {
	font-weight: bold;
	text-indent: 0;
	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
}

#map {
 width:inherit;
 height:500px;
}

#map iframe {
 width: 1200px;
  height:inherit;

}

#top {
   width:100%;
   height:30px;
   background-color:rgb(0,94,68);
   
 }
 
 #top a {
    padding-right:460px;
	
 }
 
 #top a:hover {
    color:#FFF;
 }
 
 #rexian {
float: left;
width: 280px;
height: 50px;
margin-top: 20px;
position: relative;
left: 160px;
 }

//online


.qrblock li {
   float:left;
}

.qrblock {
       margin: 0 auto;
    display: block;
    width: 500px;

}

.qrlist li span {
   color:#FFF;
}


