/* Core: =Reset
-------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 16px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}


/* Core: =Rebuild
-------------------------------------------------- */
select, input, textarea, button {
    font: 99% sans-serif;
}
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a:hover, a:active {
    outline: none;
}
ul, ol, dl {
    margin-left: 32px;
}
ol {
    list-style-type: decimal;
}
dd {
    margin-left: 16px;
}
nav ul, nav li {
    margin: 0;
}
small {
    font-size: 85%;
}
strong, th {
    font-weight: bold;
}
td, td img {
    vertical-align: top;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -8px;
}
sub {
    bottom: -4px;
}
pre {
    padding: 15px;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
.ie6 legend, .ie7 legend {
    margin-left: -7px;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}
.ie6 input {
    vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
    cursor: pointer;
}
button, input, select, textarea {
    margin: 0;
}
button {
    overflow: visible;
    width: auto;
}
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}
[hidden], .hidden {
    display: none;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}


/* =Text
-------------------------------------------------- */
body {
    background: url(../images/body-bg.jpg) repeat;
    font-size: 14px;
	font-weight:normal;
}
body, select, input, textarea {
    color: #313131;
    font-family: Calibri, "open-sans", Arial, Arial, Helvetica, sans-serif;
}
a, a:active, a:visited {
    color: #313131;
    text-decoration: none;
}
a:hover {
    color: #df1f00;
}
p {
    margin-bottom: 10px;
}

/* Text: =Headings
-------------------------------------------------- */
h6 {
    font-size: 14px;
}
h5 {
    font-size: 18px;
}
h4 {
    font-size: 22px;
}
h3 {
    font-size: 26px;
}
h2 {
    font-size: 30px;
}
h3, h2 {
    page-break-after: avoid;
}
h1 {
    font-size: 41px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin-bottom: 7px;
}


/* =Header
-------------------------------------------------- */
header {
    background: transparent url('../images/header-bg.png') repeat-x scroll 0 0;
    margin-bottom: 0px;
}
#header-holder {
    margin: 0 auto;

    overflow: hidden;
    width: 970px;
}
#header-left, #header-right {
    margin: 0 10px;
}
#header-left {
    float: left;
    margin: 30px 0 0 30px;
}
#header-right {
    background: url('../images/worldmap.png') no-repeat scroll 0 -2px;
    float: right;
    padding: 10px 20px 0 0;
    text-align: right;
    width: 280px;
    height: 117px;
}
#menu-holder {
    background:#0776c3;

}
#menu-bg {
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    width: 950px;
    height: 66px;
}
#menu-top {
    float: left;
	width:950px;
	height:66px;
	position: relative;
}
#search-top {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}


/* =Menu-top
-------------------------------------------------- */
#menu-top ul.menu {
    margin: 0;
}
#menu-top ul.menu > li {
    float: left;
    margin-right: 20px;
    height: 46px;
    padding: 20px 5px 0 5px;
    position: relative;
    z-index: 25;
}
#menu-top ul.menu li a {
    color: #b5b5b5;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}
#menu-top ul.menu li.active {
    background: transparent url('../images/menu-arrow.png') no-repeat scroll 50% 45px;
    color: #fff;
}
#menu-top ul.menu li.active a, #menu-top ul.menu li a:hover {
    color: #fff;
}


/* =Dropdown Menu-top
-------------------------------------------------- */
#menu-top ul.menu ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    margin: 0;
    padding: 0px 0 10px 10px;
}
#menu-top ul.menu li:hover ul {
    background-color: #000;
    display: block;
}
#menu-top ul.menu ul li {
    background: none;
    float: none;
    padding: 5px 0;
}
#menu-top ul.menu ul li a {
    color: #fff;
    display: inline-block;
    padding-left: 4px;
    text-transform: none;
    white-space: nowrap;
}
#menu-top ul.menu li:hover ul {
    display: block;
}


/* =Structure
-------------------------------------------------- */
#container {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 10px;
}
#main {
    overflow: hidden;
    margin-bottom: 30px;
	margin-top:20px;
}
#main-middle {
    overflow: hidden;
}
#main-left {
    float: left;
    margin-right: 10px;
    width: 210px;
}
#main-right {
    float: right;
    width: 450px;
}
section#main-content.main-content-holder-right {
    float: right;
    width: 730px;
}
section#main-content.main-content-holder-left {
    float: left;
    width: 450px;
}
#top-left {
    margin-bottom: 20px;
}
#main-bottom {
    overflow: hidden;
    width: 950px;
}
#is-mobile .module-position-html5 {
    background-color: #000;
    text-align: center;
    padding: 20px 0;
}
#is-mobile a {
    font-size: 50px;
    color: #fff;
}

/*导航菜单*/
.nav_2{ position:absolute; width:639px; height:66px; left:0; top:0; font-size:18px; color: #b5b5b5}
.nav_2 li {
float: left;
width: 100px;
margin-right:20px;
}

.nav_2 li a{ width:100px; display:block;overflow:hidden; color:#b5b5b5; line-height:66px; height:66px; text-align:center}
.nav_2 li a:link{ color: #b5b5b5; text-decoration:none;}
.nav_2 li a:visited{ color: #b5b5b5; text-decoration:none;}
.nav_2 li a:hover{ color: #FFF; transition: background-color 0.35s ease-in 0.1s, color 0.2s ease-in 0s;}
.nav_2 li.back{z-index:1; position: absolute; overflow:hidden; margin-top:0px; height:6px; background:#0d8fea}
.nav_2 li a.current{ color:#FFF;}


.left {
float: left;
}

/* =bottom
-------------------------------------------------- */
#bottom {
    overflow: hidden;
    margin-bottom: 30px;
	height:180px;
}



#bottom2 {
    overflow: hidden;
    margin-bottom: 30px;
	height:350px;
}

#bottom-left, #bottom-center-left, #bottom-center-right, #bottom-right {
    float: left;
    margin-right: 15px;
	
    width: 230px;
}
#bottom-right {
    float: right;
    margin: 0;
}
body.body-home #bottom-right h3 {
    background: transparent url('../images/bottom-news-shadow.png') no-repeat scroll bottom left;
    font-size: 16px;
    padding: 10px 0 20px 10px;
}
#bottom .mod-article, table.product-table td {
    float: left;
    width: 220px;
    margin-right: 10px;
    margin-bottom: 30px;
}
#bottom .mod-article h2, #bottom .mod-article h3, body.body-three #bottom h3.module-position-html5-title,
table.product-table td h2  {
    background-color: #434343;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 10px 10px;
}
#bottom .mod-article h2, table.product-table td h2 {
    margin-bottom: 0;
}
#bottom .mod-article h2 a, table.product-table td h2 a {
    color: #fff;
}
#bottom .mod-article h2 a:hover, table.product-table td h2 a:hover {
    color: #b5b5b5;
}
body.body-two #bottom-left, body.body-two #bottom-center-left,
body.body-two #bottom-right, body.body-two #bottom .mod-article {
    width: 470px;
}
body.body-two #bottom .mod-article h3, body.body-two #bottom h3.module-position-html5-title {
    font-size: 16px;
}
body.body-three #bottom-left, body.body-three #bottom-center-left,
body.body-three #bottom-right, body.body-three #bottom .mod-article {
    width: 310px;
}
body.body-three #bottom .mod-article h3, body.body-three #bottom h3.module-position-html5-title {
    font-size: 16px;
}


/* =Main-Left Menu
-------------------------------------------------- */
#main-left ul.menu {
    list-style-type: none;
    margin: 0;
}
#main-left ul.menu li {
    padding: 5px 0;
}
#main-left ul.menu li a {
    color: #313131;
}
#main-left ul.menu li a:hover {
    color: #b5b5b5;
}
#main-left ul.menu li.active a {
    color: #df1f00;
}

/*banner style*/
.banner {
	width: 950px;
	height: 360px;
	position: relative;
	overflow: hidden;
}
/*轮播幻灯片DBtab*/
.DB_tab25 {
	width: 950px;
	height: 360px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.DB_tab25 .DB_bgSet {
	position: relative;
}
.DB_tab25 .DB_bgSet li {
	position: absolute;
	width: 950px;
	height: 360px;
	display: none;
}
.DB_tab25 .DB_imgSet {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -496px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 40px;
	top: 170px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 40px;
	top: 215px
}
.DB_tab25 .DB_imgSet .DB_1_3 {
	position: absolute;
	left: 40px;
	top: 200px
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: 40px;
	top: 170px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 40px;
	top: 215px
}
.DB_tab25 .DB_imgSet .DB_2_3 {
	position: absolute;
	left: 10px;
	top: 240px
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 40px;
	top: 170px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 40px;
	top: 215px
}
.DB_tab25 .DB_imgSet .DB_3_3 {
	position: absolute;
	left: 40px;
	top: 175px
}
.DB_tab25 .DB_imgSet .DB_4_1 {
	position: absolute;
	left: 120px;
	top: 0px;
}
.DB_tab25 .DB_imgSet .DB_4_2 {
	position: absolute;
	left: 540px;
	top: 120px
}
.DB_tab25 .DB_imgSet .DB_4_3 {
	position: absolute;
	left: 690px;
	top: 150px
}
.DB_tab25 .DB_imgSet .DB_4_4 {
	position: absolute;
	left: 540px;
	top: 250px
}
.DB_tab25 .DB_imgSet .DB_4_5 {
	position: absolute;
	left: 770px;
	top: 0px
}
.DB_tab25 .DB_menuWrap {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top: 500px;
	text-align: center;
	font-size: 0;
	border-radius: 20px;
	z-index: 2000;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 3px;
	display: inline;
}
.DB_tab25 .DB_prev {
	position: absolute;
	left: -100px;
	top: 150px;
	cursor: pointer;
	display: none;
}
.DB_tab25 .DB_next {
	position: absolute;
	right: -100px;
	top: 150px;
	cursor: pointer;
	display: none;
}



/* =Footer
-------------------------------------------------- */
#stamo-bottom {
    background: #2374ad;
    height: 200px;
}
#stamo-bottom-holder {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 10px;
    width: 950px;
    height: 180px;
}
#stamo-left, #stamo-right {
    color: #edf6fc;
    float: left;
    margin-top: 20px;
    width: 460px;
}
#stamo-right {
    margin-top: 10px;
    width: 390px;
	font-weight:normal;
}
footer {
	width:100%;
    height:32px;
	background:#1e6292;

}
#footer-copy {
    float: left;
    font-size: 11px;
	color:#cadeeb
    
}
#footer-workbox-logo {
    float: right;
	padding-top:5px;
}

.m_left {
float: right;
position:relative;
width: 320px;
margin-right:25px;
}

.propic{ width:320px; height:196px; position:relative; overflow:hidden; float:right;}
.propic ul {width:320px; height:196px; margin: 0 auto; position:relative;}
.propic ul li{ position:absolute; height:196px; width:320px; display:none;}
.propic ul li .text{ position:absolute; width:304px; height:22px; padding:10px 0px 0 16px; background: url(../images/bg_01.png) repeat; top:0; right:0; overflow:hidden; margin-top:164px;}
.propic ul li .text h2{ padding-left:4px; font: bold 12px "宋体"; padding-bottom:9px; background: url(../imagess/bg_02.png) repeat-x left bottom; color:#fff;}
.propic ul li .text p{ padding:8px 0 0 4px; line-height:18px; color:#fff;}
.pronum{ position:absolute; right:7px ; bottom:6px;}
.pronum a{ display:block; float:left; margin-right:5px; width:13px; height:14px; background:url(../images/bit_01.png) no-repeat -18px 0;}
.pronum a.cur{ background-position:0 0;}

/* =Forms
-------------------------------------------------- */
.mod-cform {

}
table#cform-holder {
    width: 411px;
}
table#cform-holder td {
    padding-bottom: 5px;
    width: 211px;
}
table#cform-holder td.cform-postnr {
    width: 64px;
}
table#cform-holder td.cform-ort {
    width: 133px;
}
table#cform-holder td label {
    font-size: 11px;
}
table#cform-holder td input, table#cform-holder td textarea {
    background: transparent url('../images/form-input-bg.png') no-repeat scroll 0 0;
    border: none;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 201px;
    height: 21px;
}
table#cform-holder td.cform-postnr input {
    background-image: url('../images/form-input-zip-bg.png');
    margin-right: 1px;
    width: 63px;
}
table#cform-holder td.cform-ort input {
    background-image: url('../images/form-input-city-bg.png');
    width: 132px;
    margin: 0;
}
table#cform-holder td input.submit {
    background-image: url('../images/send-button.png');
    color: #fff;
    text-transform: uppercase;
    width: 78px;
    height: 26px;
}
table#cform-holder td span {
    display: block;
    margin: 5px 0;
}
table#cform-holder td span input {
    width: 20px;
    margin: 0;
}

table#cform-holder td textarea {
    background-image: url('../images/form-input-message-bg.png');
    width: 412px;
    height: 121px;
}


/* =Search
-------------------------------------------------- */
.search fieldset.word, .search .searchintro {
    margin-bottom: 5px;
}
dl.search-results dt.result-title {
    font-weight: bold;
    margin: 10px 0 5px 0;
}
dl.search-results dd.result-created {
    margin-top: 5px;
}
.search dl {
    margin-left: 0;
}
.search input#mod-search-searchword {
    border: none;
    color: #b5b5b5;
    padding-left: 5px;
    width: 158px;
    height: 23px;
}
.search input.button {
    background: transparent url('../images/magnifier.png') no-repeat scroll 0 0;
    border: none;
    text-indent: -999px;
    width: 29px;
    height: 29px;
}


/* =Login
-------------------------------------------------- */
.login-fields {
    margin-bottom: 10px;
}
label#password-lbl {
    margin-right: 29px;
}
.mod-login-table input {
    background: transparent url('../images/login-input-bg.png') no-repeat scroll 0 0;
    border: none;
    margin-bottom: 10px;
    width: 140px;
    height: 21px;
}
input.button {
    background: transparent url('../images/send-button.png') no-repeat scroll 0 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 78px;
    height: 26px;
}


/* =News
-------------------------------------------------- */

.pagination ul li {
    float: left;
    list-style-type: none;
    padding: 0 2px;
}
.newsflash {
    position: relative;
}
.newsflash p {
    margin-bottom: 10px;
}
.newsflash #news-rss {
    position: absolute;
    top: -47px;
    right: 10px;
}
body.body-three .newsflash #news-rss {
    display: none;
}

/* =Login
-------------------------------------------------- */
.login-fields {
    margin-bottom: 10px;
}
label#password-lbl {
    margin-right: 29px;
}
.login label {
    display: block;
}
.login input {
    width: 200px;
}
.login ul {
    list-style-type: none;
    margin: 0;
}
.login button.button, .logout button.button, button.validate, a.button {
    background-color: #434343;
    border: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.reset dl, .reset dt, .reset dd,
.remind dl, .remind dt, .remind dd {
    margin: 0;
}
.reset dd, .remind dd {
    margin-bottom: 10px;
}
.profile {
    margin-bottom: 20px;
}
.profile fieldset {
    margin-bottom: 20px;
}
.profile legend {
    font-size: 20px;
}
.profile dl, .profile dt {
    margin-left: 10px;
    
}
.profile dt {
    font-weight: bold;
}
.profile dd {
    margin-bottom: 5px;
}
.profile a {
    background-color: #434343;
    color: #fff;
    padding: 5px 10px;
}

/* =News
-------------------------------------------------- */

.pagination ul {
    margin: 0;
}
.pagination ul li {
    float: left;
    font-weight: bold;
    list-style-type: none;
    padding: 0 2px;
}


/* =Misc
-------------------------------------------------- */
ul.actions, li.edit-icon {
    list-style-type: none;
    margin: 0;
}
body.body-home .item-page-home {
    font-size: 16px;
}
.mod-article-bottom-absolute {
    position: relative;
}
.mod-article-bottom-absolute h3 {
    background-color:#333333;
    color: #fff;
    font-size: 16px;
    padding: 10px 0 10px 10px;
}
.mod-article-bottom-absolute .bottom-absolute {
    position: absolute;
    top: 0;
}
a.readmore, a.all-news {
    display: block;
    text-align: right;
}
a.readmore {
    margin-bottom: 10px;
}
a.all-news {
    background: transparent url('../images/bottom-news-shadow.png') no-repeat scroll 0 0;
    padding-top: 10px;
    
}
body.body-three a.all-news {
    background: none;
}
body.body-webmail .item-page-webmail {
}
a.webmail {
    background-color: #df1f00;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
}
a.webmail:hover {
    background-color: #434343;
}
table.table-product td {
    padding-bottom: 7px;
}
table.contact-personell {
    width: 950px;
}
table.contact-personell td {
    width: 315px;
}

