﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	font: 12px/20px;
	font: inherit;
	resize: none;
}
* {
_noFocusLine: expression(this.hideFocus=true);
} /* Removes dotted lines around links */
/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/
body {
	font: 12px/20px "Microsoft yahei", "微软雅黑", "Tahoma", "Verdana", "Arial", "sans-serif";
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
#wrapper {
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:focus, a:link, a:active {
	outline: none;
}
a:hover {
	color: #444;
}
.clear {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
strong {
	font-weight: 700;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
.bgwidth {
	width: 100%;
	height: auto;
}
.bgheight {
	height: 100%;
	width: auto;
}
.space {
	height: 60px;
	width: 100%;
	clear: both;
}
.half-space {
	height: 30px;
	width: 100%;
	clear: both;
}
label {
	color: #7F7F7F;
	display: block;
	font-weight: normal;
}
label.error {
	color: red;
	font-style: italic;
	margin: 5px 0 10px 0;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #EBEBEB;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	font-family: Arial;
	font-size: 12px;
	margin: 5px 0;
}
input.text, input.title, select {
	padding: 5%;
	width: 89%;
}
input.title {
	font-size: 13px;
}
textarea {
	height: 130px;
	padding: 2% 2%;
	width: 95.5%;
}
form.inline {
}
form.inline p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #444;
}

#header {
	position: relative;
	z-index: 4000;
}
/* 6.1 Slider */

.bannercontainer {
	background-color: #fff;
	width: 940px;
	position: relative;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-height: 378px !important;
}
.banner {
	width: 940px;
	height: 378px;
	position: relative;
	overflow: hidden;
}
.bannercontainer-simple {
	padding: 0px;
	background-color: #fff;
	width: 940px;
	position: relative;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.banner-simple {
	width: 940px;
	height: 378px;
	position: relative;
	overflow: hidden;
}
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 450px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 450px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.banner, .bannercontainer {
	width: 768px;
	height: 309px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.banner, .bannercontainer {
	width: 480px;
	height: 193px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.banner, .bannercontainer {
	width: 320px;
	height: 129px;
}
}

@media only screen and (max-width: 319px) {
.banner, .bannercontainer {
	width: 240px;
	height: 97px;
}
}
/* captions */
.title_text {
	position: absolute;
	color: #333;
	font-weight: 300;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	padding: 0 10px;
	background: #ffffff;
	opacity: 0.9 !important;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.title_text_h1 {
	color: #004098;
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 5px;
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0 10px;
	background: #ffffff;
	opacity: 0.9 !important;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.index1_w1 {
	color: #004098;
	font-weight: 800;
	font-size: 18px;
	height: 30px;
	letter-spacing: 5px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #ffffff;
	opacity: 0.7 !important;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.index_circle {
	font-size: 18px;
	line-height: 30px;
	background: #ffffff;
	opacity: 0.7 !important;
	width: 250px;
	height: 250px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
}
.line1 {
	width: 30px;
	height: 450px;
	background: #FFF;
}
.line2 {
	width: 30px;
	height: 450px;
	background: #00a0ea;
}
.line3 {
	width: 30px;
	height: 450px;
	background: #004098;
}
.box-slide1 {
	position: absolute;
	color: #686868;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	height: auto;
	width: 300px;
	margin: 0px;
	padding: 20px;
	background: #fff;
	opacity: 0.9 !important;
	border-width: 0px;
	border-style: none;
	white-space: normal !important;
	display: block;
}
.box-slide2 {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	height: auto;
	width: 300px;
	margin: 0px;
	padding: 20px;
	background: #333;
	opacity: 0.9 !important;
	border-width: 0px;
	border-style: none;
	white-space: normal !important;
	display: block;
}
.box-slide2 h2 {
	color: #fff;
}
.box-slide2 a {
	color: #fff !important;
}
.description_text {
	position: absolute;
	color: #d0d0d0;
	font-weight: 400;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0px;
	padding: 0 10px;
	background: #393939;
	opacity: 0.9 !important;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
/*color blue*/
a {
	color: #004098;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: #004098 !important;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #004098 !important;
}
.cssbg {
	background: url(../images/background.css.png) no-repeat;
}
/*navigation*/
div#top01 {
	border-top: 3px solid #004098;
	height: auto;
}
div#toolbar {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}
div#toolbar #logo {
	width: 570px;
	height: 115px;
	background: url(../images/logo.png) no-repeat;
	background-position: 0 10px;
}
div#toolbar #logo a {
	height: 120px;
	display: block;
}
div#toolbar #tel {
	right: 0; font-size:26px; text-align:right;
	top: 25px;
	position: absolute;
	width: 188px;
	height: 33px;
}
#searchinput, #nav_searchinput {
	border: 0px none;
	margin-left: 1px;
	width: 141px;
	height: 21px !important;
	background: none;
}
#searchbtn, #nav_searchbtn {
	width: 41px;
	height: 21px !important;
	border: 0px none;
	background: none;
}
div#toolbar #language {
	right: 0;
	top: 70px;
	position: absolute;
	line-height: 1.2em;
}
div#toolbar #language a{ padding-left:15px;}
div#nav {
	height: 49px;
	width: 100%;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -166px;
	background-repeat: repeat-x;
}
div#nav div#main {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
}
ul#mainnav li.menu {
	float: left;
	position: relative;
	display: block;
	z-index: 1001;
	height: 49px !important;
}
ul#mainnav li.menu a {
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -68px;
}
ul#mainnav li.menu ul a {
	background: none;
}
ul#mainnav li.menu:first-child {
	background: none;
}
ul#mainnav li.menu:hover {
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -117px;
}
ul#mainnav li a {
	font: 14px/49px "Microsoft yahei", "微软雅黑", "Tahoma", "Verdana", "Arial", "sans-serif";
	height: 49px;
	display: block;
	text-align: center;
	z-index: 100;
	padding: 0 29px;
}
ul#mainnav ul.subnav {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
ul#mainnav ul.subnav li {
	padding: 0 30px 0 30px;
}
ul#mainnav ul.subnav li a {
	text-align: left;
	padding: 0 !important;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 30px 0 30px;
	border-bottom: 1px solid #ebebeb;
}
ul#mainnav li a:hover {
	color: #70a9ff !important;
}
ul#mainnav ul.subnav li a:hover {
	background-color: #fefefe;
}
ul#mainnav ul.subnav {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	display: none;
}
ul#mainnav li.enus {
	width: 160px !important;
}
div#companyArea {
	width: 1000px;
	margin: 0 auto;
	height: 235px;
}
div#footerArea {
	height: auto;
	border-top: 3px solid #004098; margin-top:30px;
	

}


.mainconbj{background: url(../images/background.css.png);	background-position: 0 -473px;
	background-repeat: repeat-x;}
div#mainconter {
	min-height: 280px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}
.main_left {float: left;width: 352px; clear:both; overflow:hidden; padding-top:20px;}
.main_left_title{ width:352px; float:left; font-family:"微软雅黑"; color:#5e5d5d; border-bottom:1px solid #e1e0e1;}
.main_left_title span{ color:#cc1414; font-size:14px;}
.main_left_con{ width:352px; float:left; padding-top:20px;}
.main_left_con li{ width:334px; float:left; line-height:24px; height:24px; background:url(../images/icon_ContentC_nr.png) left center no-repeat; padding-left:10px;}
.main_left_con li span{ font-family:"宋体"; color:#898989; float:right;}
.main_left_con li a{ font-family:"宋体"; color:#898989;}
.main_left_con li a:hover{ color:#666;}

.main_left_con .one{width:352px;height:90px; padding-bottom:10px;}
.main_left_con .one dl dt{width:130px;height:80px; float:left;}
.main_left_con .one dl dt a{width:110px;height:71px; display:block;}
.main_left_con .one dl dt a img{ display:block;}
.main_left_con .one dl dt a:hover img{ display:block;filter: Alpha(Opacity=85);-moz-opacity: 0.85;opacity: 0.85;}
.main_left_con .one dl dd{width:222px;height:80px; float:left;font-family:"宋体";}
.main_left_con .one dl dd h3{font-size:12px; color:#030303;}
.main_left_con .one dl dd h3 a{color:#030303; font-weight:600;}
.main_left_con .one dl dd h3 a:hover{color:#f00;}
.main_left_con .one dl dd span{font-size:12px; color:#7f7f7f;}
.main_left_con .one dl dd p{line-height:19px; color:#947458;}

.main_center{ width:324px; float:left; display:inline; margin-left:41px; padding-top:20px;}
.main_center_title{ width:324px; float:left; font-family:"微软雅黑"; color:#5e5d5d; border-bottom:1px solid #e1e0e1;}
.main_center_title span{ color:#cc1414; font-size:14px;}
.main_center_con{ width:324px; float:left;padding-top:20px;}
.main_center_con p{ line-height:24px;}
.main_center_con p img{ width:324px; height:72px; padding-bottom:5px;}

.main_right{ width:242px; float:left; display:inline; margin-left:41px; padding-top:20px;}
.main_right_title{ width:242px; float:left; font-family:"微软雅黑"; color:#5e5d5d; border-bottom:1px solid #e1e0e1;}
.main_right_title span{ color:#cc1414; font-size:14px;}
.main_right_con{ width:242px; float:left; height:80px; padding-top:20px;}
.main_right_con p{ line-height:28px;}


.main_pro_title{ width:1000px; font-family:"微软雅黑"; color:#5e5d5d; border-bottom:1px solid #e1e0e1; margin-top:20px;}
.main_pro_title span{ color:#cc1414; font-size:14px;}
.main_pro_con{ padding-top:7px; overflow:hidden;}
.ul_list { width:1050px;padding-top:5px;overflow:hidden;
}
.ul_list li {width:190px;margin-right:13px;height:190px;background:url(../images/img17.jpg) 0 0 no-repeat;float:left; padding-bottom:10px;
}
.ul_list li img {display:block;
}
.back {background:#fff;width:180px;height:182px;margin:3px auto;
}
.Img_div {width:174px;padding-top:3px;margin:0 auto;
}
.ul_list li .hover {width:180px;height:182px;margin:3px auto;background:#007166;
}
.A_lauge {width:174px;margin:0 auto;display:block;text-align:center;
	line-height:46px;background:#fff;height:47px;
}




div#maplogo {bottom: 5px;
	right: 0;
	width: 238px;
	height: 133px;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -340px;
	position: absolute;
	z-index: -1
}


div#copyright {
	height: 35px;
}

.copyrightbg {
	background-position: 0 -34px;
	background-repeat: repeat-x;
}
div#copyright div {
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	width: 1000px;
	margin: 0 auto;
}
div#copyright div span { text-align:right; float:right;}
div#copyright div span a{ color:#FFF;}
div#doc-img {
	width: 100%;
	height: 180px;
	border-bottom: 3px solid #004098;
}
.doc-img-bg1 {
	background-image: url(../images/doc.jpg);
	background-position: center center;
}
.doc-img-bg2 {
	background-image: url(../files/culture.jpg);
	background-position: center center;
}
.doc-img-bg3 {
	background-image: url(../files/join.jpg);
	background-position: center center;
}
.doc-img-bg4 {
	background-image: url(../files/doc.en.jpg);
	background-position: center center;
}
.doc-img-bg5 {
	background-image: url(../files/culture.en.jpg);
	background-position: center center;
}
.doc-img-bg6 {
	background-image: url(../files/join.en.jpg);
	background-position: center center;
}
.doc-img-bg7 {
	background-image: url(../files/doc.es.jpg);
	background-position: center center;
}
.doc-img-bg8 {
	background-image: url(../files/culture.es.jpg);
	background-position: center center;
}.doc-img-bg9 {
	background-image: url(../files/join.es.jpg);
	background-position: center center;
}
.doc-img-bgNone {
	display: none;
}
div#doc-img h1 {
	margin: 0 50px 0 0;
	padding: 0;
	line-height: 180px;
	text-align: right
}
div#path {
	height: 36px;
	line-height: 36px;
	/*	border-top: 3px solid #004098;*/
	border-bottom: 1px solid #ededed;
}
div#contents {
	margin: 0 auto;
	width: 1000px;
	height: auto;
}
div#contents-left {
	margin: -3px 0 20px 0;
	border-top: 3px solid #004098;
	width: 219px;
	height: auto;
	padding: 0 0 50px 0;
	float: left;
	background: #fff;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	box-shadow: 0 1px 3px #eee;
*border:1px solid #eee;
	z-index: 1;
}
div#contents-left .left_img{ padding-top:20px;}
div#contents-left ul {
	margin: 0;
	padding: 0;
}
div#contents-left h1 {
	color: #004098;
	font-size: 18px;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 15px 0 0 30px;
	height: 45px;
}
div#contents-left span {
	padding: 0 0 0 10px;
	color: #ccc;
	font-size: 16px;
}
div#contents-left li {
	margin: 0;
	padding: 0 30px 0 0;
	list-style: none;
	border-top: 1px solid #f2f2f2;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -758px;
}
div#contents-left li:last-child {
	border-bottom: 1px solid #f2f2f2;
}
div#contents-left li a {
	font-size: 14px;
	padding: 0 0 0 30px;
	margin: 0;
	height: 33px;
	line-height: 33px;
}
div#contents-left li:hover a{
	color:#FFF;
	background:none;
}
div#contents-left li:hover {
	color: #fff;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -791px;
	cursor: pointer;
}

div#contents-right {
	width: 778px;
	float: right;
}
div#contents-right-main {
	width: 748px;
	margin: 15px 0 30px 30px;
}
div#contents-right-main p{ color:#000; padding:5px 0; line-height:26px; font-size:14px; font-family:"宋体";}
div#contents-retail-main {
	float: left;
	width: 748px;
	line-height: 2em;
	margin: 15px 15px 30px 15px;
}
div#contents-retail-right {
	float: right;
	width: 208px;
	margin-top: 13px;
	padding: 15px 0 0 0;
}
div#contents-retail-right h4 {
	color: #004098;
	margin: 0 0 10px 0;
}
div#contents-retail-right li:first-child {
	border-top: 1px solid #eee;
}
div#contents-retail-right ul.otherArticles li a {
	font-size: 12px;
	color: #666;
	padding: 0.6em 0 0.6em 2em;
	display: block;
	border-bottom: 1px solid #eee;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -855px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div#contents-retail-right ul.otherArticles li a:hover {
	color: #fff;
	background-color: #004098;
}
div#contents-retail-right li p.nobg {
	font-size: 12px;
	line-height: 2em;
	padding: 0.6em;
	background: none;
	border-bottom: 1px solid #eee;
}
.nothing {
	font-size: 12px;
	line-height: 2em;
	padding: 0.6em;
	background: none;
}
.nothing:hover {
	color: #004098
}
.p-height30 {
	margin: 40px 0 0 0;
}
.imgright {
	float: right;
	margin: 0 0 15px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(180, 180, 180, 0.8);
	-moz-box-shadow: 0px 1px 5px 0px rgba(180, 180, 180, 0.8);
	box-shadow: 0px 1px 5px 0px rgba(180, 180, 180, 0.8);
}
.w1000 {
	width: 1000px;
}
.div-center {
	margin: 0 auto;
}
/* index portfolio strat */
#portfolio-related-post {
	margin-top: 40px;
}
#portfolio-related-post h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.portfolio-item {
	width: 180px;
	/*	height: 202px;*/
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.portfolio-item .portfolio-pic {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item img {
	display: block;
	width: 180px;
	height: 143px;
}
.portfolio-item .portfolio-title {
		height: 32px;
	padding: 8px 15px 8px 15px;
	background: #ffffff;
	display: block;
	border: 1px solid #e4e4e4;
	border-top: none;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.portfolio-item .portfolio-title h4 {
	/*	margin: 0 0 -1px 0;*/	
	margin: 0 0 3px 0;
	line-height: 1.5em;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #666666; font-family:"宋体"; text-align: center;
}
.portfolio-item .portfolio-title span {
	margin: 0;
	padding: 0;font-family:"宋体";
	font-size: 12px !important;
	color: #999999;
	display: block;
}
.portfolio-pic:hover {
	opacity: 0.85;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.portfolio-item:hover .portfolio-title {
	color: #ffffff;
	background: #04357d;
	border-color: #04357d;
}
.portfolio-item:hover .portfolio-title h4, .portfolio-item:hover .portfolio-title span {
	color: #ffffff;
}
.portfolio-item:hover .portfolio-title span {
	color: rgba(255, 255, 255, 0.7);
}
.portfolio-item .portfolio-pic .portfolio-overlay {
	display: block;
	width: 220px;
	height: 143px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.four .columns {
	width: 220px;
}
.columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
/* index portfolio end */
/* doc start */
.magin0 {
	margin: 0;
}
.title {
	color: #004098;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee; text-align:center;
}
ul#list {
	margin: 0 0 0 30px;
	color: #666;
}
ul#list li {
	font-style: inherit;
	list-style-type: none;
	list-style-position: outside;
}
ul#list p {
	color: #666;
	font-size: 12px;
	line-height: 2.5em;
	border-left: solid 1px #999;
	margin: 0;
	padding: 0 0 0 1em;
	list-style: circle
}
.productslist li {
	padding: 0 0 0 250px;
	border-bottom: 1px solid #eee;
	background: url(../files/logo/products_bg.png) no-repeat;
}
.productslist li.enus {
	background: url(../files/logo/products_bg_en.png) no-repeat;
}.productslist li.eses {
	background: url(../files/logo/products_bg_es.png) no-repeat;
}
.productslist li.p1 {
	background-position: 0 0;
}
.productslist li.p2 {
	background-position: 0 -215px;
}
.productslist li.p3 {
	background-position: 0 -430px;
}
.productslist li.p4 {
	background-position: 0 -860px;
}
.productslist li.p5 {
	background-position: 0 -1075px;
}
.productslist li.p6 {
	background-position: 0 -1290px;
}
.productslist li.pe1 {
	background-position: 0 0;
}
.productslist li.pe2 {
	background-position: 0 -360px;
}
.productslist li.pe3 {
	background-position: 0 -670px;
}
.productslist li.pe4 {
	background-position: 0 -1150px;
}
.productslist li.pe5 {
	background-position: 0 -1610px;
}
.productslist li.pe6 {
	background-position: 0 -1980px;
}
.productslist li.pes6 {
	background-position: 0 -2050px;
}
.productslist h1 {
	margin: 30px 0 0 0;
}
.productstitle {
	color: #004098;
	font-size: 16px;
	font-weight: bold;
	line-height: 4em;
	margin: 0;
	padding: 0;
}
.productstitle14px {
	color: #004098;
	font-size: 14px;
	font-weight: bold;
	line-height: 4em;
	margin: 0;
	padding: 0;
}
.products {
	text-indent: 2em;
}
.productsline {
}
.l {
	float: left;
}
.r {
	float: right;
}
.member {
	width: 355px;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.member .enus {
	font-size: 12px;
}
.member:hover {
	border: 1px solid #004098;
}
.membe_a {
	display: block !important;
}
.member_logo {
	top: 15px;
	left: 15px;
	background: url(../files/logo/logo.png) no-repeat;
	position: absolute;
}
/*2014.05.04 .linkrfidcn .linkrfiden*/
.linkrfidcn {
	background-position: 0 -437px;
	width: 200px;
	height: 60px;
}
.linkrfiden {
	background-position: 0 -377px;
	width: 200px;
	height: 60px;
}
/*<<<<<<<*/
.china {
	background-position: 0 -91px;
	width: 200px;
	height: 50px;
}
.world {
	background-position: 0 -141px;
	;
	width: 200px;
	height: 50px;
}
.greentags {
	background-position: 0 0;
	width: 200px;
	height: 41px;
}
.centurylead {
	background-position: 0 -41px;
	width: 248px;
	height: 50px
}
.centuryxuandao {
	background-position: 0 -91px;
	width: 200px;
	height: 50px;
}
.cs {
	background-position: 0 -256px;
	width: 227px;
	height: 55px
}
.mw {
	background-position: 0 -191px;
	width: 80px;
	height: 65px
}
.ab {
	background-position: 0 -311px;
	width: 300px;
	height: 70px;
}
.sy {
	background-position: 0 -91px;
	width: 200px;
	height: 50px;
}
.gl {
	background-position: 0 -500px;
	width: 300px;
	height: 70px;
}
.member_text {
	top: 90px;
	left: 15px;
	font-size: 14px;
	color: #004098;
	position: absolute;
}
.member_product {
}
.member_company {
}
.member_link {
}
.culturelist li {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.culturelist li:last-child {
	border-bottom: 0px none;
	margin-bottom: 35px;
}
/* doc end */
ol#list {
	margin: 0 0 2em 2.5em;
	color: #666;
}
ol#list li {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	border-left: solid 1px #ddd;
	margin: 0;
	padding: 1em 0 1em 1em;
	list-style: none;
	text-indent: 2em;
}
/*news start*/
ul.newslist li {
}
ul.newslist li.clear {
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
	clear: both;
}
ul.newslist span {
	font: 14px/2em "微软雅黑";
}
ul.newslist p.outline {
	color: #333;
	text-indent: 2em;
	line-height: 2em;
	margin: 1em 0 0 0;
}
ul.newslist p.date {
	color: #ccc;
	text-indent: 2em;
	margin: 0.5em 0 0 0;
	clear: both;
}
ul.newslist p.noticedate {
	color: #ccc;
	text-indent: 2em;
	margin: 0;
	padding: 0;
}
p.deception {
	padding: 0.5em; text-align:center;
	border: 1px solid #eee;
	background: #fafafa;
	text-indent: 2em;
	font-size: 12px;
	line-height: 2em; margin-bottom:20px;
}
.newstyle {
	font: 14px/2em "微软雅黑";
}
.linelist {
	margin: 0 0 3em 0;
	clear: both;
}
.linelist strong {
	color: #004098;
	font-size: 16px;
}
.linelist p {
	margin: 0 0 0 2em;
}
.linelist li {
	float: left;
	min-width: 365px;
	margin: 1em 0 3em 0;
}
.pdfico {
	width: 24px;
	height: 2em;
	display: block;
	float: left;
	background: url(../images/background.css.png) no-repeat;
	background-position: 0 -824px;
}
.newsImg {
	display: block;
	width: 150px;
	hegiht: 100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.5);
	box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.5);
	clear: both;
}
/*news end*/
/*contact*/
div#contents-joinus-main {
	width: 1000px;
	margin: 0 auto;
}
.contact-map {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.one-fourth {
	margin: 0 0 0 10px;
	width: 240px;
}
.three-fourth {
	width: 460px;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}
.one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 20px;
	float: left;
}
.contact-info p {
	margin: 0;
	padding: 7px 0;
	border-top: 1px solid #efefef;
}
.contact-info p:last-child {
	border-bottom: 1px solid #efefef;
}
.contact-info span {
	color: #444;
}
#contactform label {
	clear: both;
}
#contactform input[type=text] {
	margin-bottom: 10px;
	width: 89%;
	padding: 3% 5%;
	height: 20px;
	line-height: 20px;
	background: #f7f7f7;
}
#contactform input[type=submit] {
	font-size: 12px;
	clear: both;
	float: right;
	cursor: pointer;
	margin: 0;
}
#contactform input:focus, #contactform textarea:focus {
	outline: none;
}
#contactform input[type=submit]:hover {
}
#contactform textarea {
	height: 175px;
	clear: both;
	background: #f7f7f7;
}
.contact-info {
	padding-top: 9px;
}
.contact-loader {
	float: right;
	padding: 11px 11px 0 0;
}
.percent-one-third {
	width: 30.66%;
}
.percent-one-third {
	position: relative;
	margin-right: 4%;
	float: left;
}
h6 {
	padding-bottom: 1em;
	margin: 0
}
/*page*/
.slist_count {
	padding-top: 10px;
	float: right;
}
.slist_count a, .slist_count span {
	font: 10px/16px "Segoe UI";
	padding: 2px 5px 2px 5px;
	border: 1px solid #006cb7;
	background-color: #fff;
	color: #006cb7;
	text-decoration: none;
}
.slist_count a:hover {
	background-color: #006cb7;
	color: #fff;
}
/*page end*/

.smallsize {
	font-size: 10px !important;
	line-height: 35px!important;
	height: 35px!important;
}
.font12px {
	font-size: 12px;
}
.esesletter{
	letter-spacing:-1px;
}


ul.cat-products{ width: 820px; margin-right: -16px; }
ul.cat-products li {
    width: 224px;
    float: left;
    margin-right: 38px;
    margin-bottom: 16px;
}
ul.cat-products li a,
ul.cat-products li a:visited,
ul.cat-products li a:hover {
    text-decoration: none;
    font-size: 12px;
    font-family: "宋体";
    text-align: center;
    background: #FFFFFF;
}
ul.cat-products li a img,
ul.cat-products li a:visited img {
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    padding: 2px;
    display: block;
    width: 218px;
    height: 155px;
    overflow: hidden;
}
ul.cat-products li a:hover img {
    padding: 0;
    border: 3px solid #e67016;
}
ul.cat-products li span {
    display: block;
    text-align: center;
    line-height: 14px;
    padding-top: 10px;
}.page {
	padding-top: 18px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
	clear: both;
	font-family: "宋体";
}
.page a,
.page a:visited {
	border: 1px solid #bcbab8;
	padding: 3px 6px;
	margin: 0 2px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-family: "宋体";
}
.page a:hover {
	border: 1px solid #1c1d75;
	background: #1c1d75;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "宋体";
}
.page span {
	padding: 3px 6px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1c1d75;
	background: #1c1d75;
	color: #FFFFFF;
	font-family: "宋体";
}