﻿/********** Document */
body
{
    background-position: top;
    margin: 0;
    padding: 0;
    background: #DBDCDE url(Images/main_bg.png) top repeat-x;
    font-family: "Microsoft YaHei", "SimSun" , Arial;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
div, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
    padding: 0;
}
img
{
    margin: 0;
    padding: 0;
    border: 0;
}
li
{
    list-style-type: none;
}
h2
{
    font-size:13px;
    font-weight:bold;
}
h3
{
    font-size:13px;
}

.button-submit
{
    width: 95px;
    height: 27px;
    background: url(Images/buttonG95.gif) no-repeat;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}
.button-reset
{
    width: 85px;
    height: 27px;
    background: url(Images/buttonW85.gif) no-repeat;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

/********** Font */
.fb
{
    font-weight: bold;
}
.font-green
{
    color: #006666;
}
.font-oranage
{
    color: #ff7500;
}

/********** Link */
a:link
{
    color: #666;
    text-decoration: none;
    background: none;
}
a:visited
{
    color: #666;
    text-decoration: none;
}
a:hover
{
    color: #ff7500;
    text-decoration: underline;
}
a:active
{
    color: #666;
}

/********** Other */
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clear
{
    clear: both;
}
.clearer
{
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.hidden
{
    visibility:hidden;
    display:none
}

/********** Warp */
#warp
{
    width: 960px;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
    height:auto;
}

/********** Header */
#header
{
    clear:both;
    width:100%;
    height: 62px;
    background: url(Images/heaer_bg.png) repeat-x;
}
#header h2
{
    float: left;
    width: 341px;
    height: 62px;
    background: url(Images/logo.png);
    float: left;
    text-indent: -99999px;
}
#header_right
{
    float: right;
    width: 24px;
    height: 62px;
    background: url(Images/header_right.png) no-repeat;
}
#header #choice_language 
{
    float:right; 
    width:182px; 
    height:62px; 
    background:url(Images/choice_language.png) no-repeat; 
    font-size:12px;
    line-height:59px; 
    padding-left:15px;
}
#header #choice_language li 
{ 
    float:left; 
    padding:0 15px 0 15px; 
}

/********** Nav */
#nav
{
    clear:both;
    height: 29px;
    width: 100%;
    background: url(Images/nav_bg.png) repeat-x;
    line-height: 29px;
    font-weight: bold;    
}
#nav li
{
    float: left;
    width: 107px;
    text-align: center;
    background: url(Images/li-style.png) no-repeat right 20%;
}
#nav li.noline
{
    background: none;
}
#nav li a
{
    display: block;
    color: #333;
}
#nav li a:hover
{
    background: url(Images/nav_hover.png) repeat-x;
    text-decoration: none;
}
#current
{
    width: 107px;
    background: url(Images/nav_hover.png) repeat-x;
}
.current
{
    width: 107px;
    background: url(Images/nav_hover.png) repeat-x;
}

/********** Choice Web */
#choice_web
{
    padding-right: 44px;
}
#choice_web span
{
    padding-top: 4px;
    padding-right: 10px;
}
#choice_web .go
{
    display: block;
    float: left;
    width: 19px;
    height: 18px;
    margin-top: 5px;
    background: url(Images/go.png) no-repeat;
}
* + html #choice_web span
{
    padding-top: 0;
}

/********** Banner */
#banner
{
    clear:both;
    width: 100%;
    height: auto;
    margin:0px;
    padding:0px;
}

/********** Contant */
#contant
{
    clear:both;
    width:100%;
    height:auto;
    padding:0px;
    margin-top:0px;
    *margin-top:-4px;
}

/********** Home contant */
#contant_home
{
    overflow: hidden;
    height: 100%;
    background: #fff url(Images/home_contant_bg.png) left top repeat-x;
}

/********** Page contant */
#contant_page
{
    overflow: hidden;
    height: 100%;
    min-height:270px;
    background: #fff url(Images/page_contant_bg.png) left top repeat-x;
    padding: 20px 20px 10px 20px;
}

#contant_page h2
{
    background: url(Images/title_bg.png) left bottom no-repeat;
    margin-top: 20px;
    padding: 0 0 3px 3px;
}

#contant_page h3
{
    background-position: left bottom;
    background: url(Images/dot.png) repeat-x left bottom;
    margin-top: 20px;
    padding: 0 0 3px 12px;
}
#contant_page .warn
{
    background: url(Images/warn32.png);
    background-position:left top;
    background-repeat:no-repeat;
    min-height:50px;
    padding-left:50px;
    padding-top: 8px;    
}
#contant_page table
{
    border-color:#e9e9e9;
    border-width:1px;
    border-style:Solid;
    border-collapse:collapse;
}
/******** Contant box */
.contant-box
{
    width: 349px;
    height: 220px;
    padding: 12px 0 8px 10px;
}
.contant-box-title
{
    width: 349px;
    height: 32px;
    background: url(Images/contant_box_title.png) no-repeat;
}
.contant-box-title p
{
    margin: 8px 0px 0px 20px;
    color: White;
    width:250px;
    clear:left;
    float:left;
    font-weight: bold;
}
.contant-box-more
{
    width: 50px;
    text-indent: -99999px;
    cursor: pointer;
    height: 30px;
    clear:right;
    float:right;
}
.contant-box-left
{
    width: 4px;
    height: 176px;
    background: url(Images/contant_box_left.png) no-repeat;
}
.contant-box-right
{
    width: 5px;
    height: 176px;
    background: url(Images/contant_box_right.png) no-repeat;
}
.contant-box-footer
{
    width: 349px;
    height: 11px;
    background: url(Images/contant_box_footer.png) no-repeat;
}
.contant-box-bg
{
    background: #fefefe;
    width: 340px;
    height: 175px;
    overflow: hidden;
    float: left;
}
.contant-box-words
{
    padding: 10px 10px;
    line-height: 16px;
}
.contant-box-words ul
{
    padding-left: 7px;
    padding-top: 7px;
}
.contant-box-words ul li
{
    background: url(Images/arrow.png) no-repeat left center;
    padding-left: 10px;
}

/********** Hot box1 */
#hot_box1
{
    width:220px;
    padding: 15px 0 0 7px;
}

/********** Hot box2 */
#hot_box2
{
    width:220px;
    padding: 35px 0px 0px 7px;
    background: url(Images/customer.png) no-repeat;
}

/********** Side bar */
#side_bar_left
{
    width: 210px;
}
#side_bar_left ul
{
    padding-top: 5px;
    margin-left: 5px;
}
#side_bar_left li
{
    height: 30px;
    line-height: 32px;
    border-bottom: 1px solid #e9e9e9;
    background: url(Images/arrow_2.png) 5px 6px no-repeat;
    padding-left: 25px;
    width: 150px;
}
#side_bar_left .side_bar_left_title
{
    color:Black;
    width: 190px;
    height: 27px;
    background: url(Images/side_bar_left_title.png) no-repeat;
    font-weight: bold;
    padding:3px 20px;
}

#side_bar
{
    width: 700px;
    border-left: 1px solid #eaeaea;
}
#side_bar_contant
{
    margin-left: 30px;
}
#side_bar_nav
{
    background: url(Images/title_bg.png) left bottom no-repeat;
    height: 27px;
    margin-bottom: 25px;
}
#side_bar_nav .small-title
{
    background: url(Images/arrow_3.png) 5px 3px no-repeat;
    padding-left: 25px;
    float:left;
}

/********** product_class */
.product-class
{
    border: 4px solid #f5f5f5;
    margin: 20px 0;
    overflow: hidden;
    zoom: 1;
}
.product-class-indust
{
    width: 304px;
    padding: 10px;
}
.product-class-indust img
{
    padding-top: 8px;
}
.product-class-indust-word
{
    width: 220px;
    float: right;
}
.product-class-indust-word ul
{
    border-top: 1px solid #d7d7d7;
    margin-top: 5px;
}
.product-class-indust-word-link li
{
    padding-top: 5px;
    float: left;
    margin-right: 10px;
}
.product-class-indust-word-link li a
{
    color: #444;
}
.product-class-indust-word-link li a:hover
{
    color: #ff7500;
    text-decoration: underline;
}

/*********** Product_info */
.product-info .box-info
{
    overflow: hidden;
    width: 324px;
    border: 4px solid #f5f5f5;
    margin-top: 15px;
}
.product-info .box-info ul
{
    padding: 10px 5px;
}
.product-info .box-info li
{
    float: left;
    width: 150px;
    margin-left:50px;
    text-align: center;
}
.product-info .box-info li span
{
    display: block;
    text-align: center;
    padding: 3px 0 10px 1px;
}
.product-info .box-info .info-titile
{
    height: 20px;
    background: #f5f5f5;
    line-height: 20px;
    padding-left: 15px;
}
.product-info .box-info .info-titile span
{
    padding-right: 5px;
}

/********** Tab menubox */
#tab
{
    width: 670px;
    padding: 20px 0;
    margin: 0 auto;
    clear:both;
}
.menubox
{
    width: 100%;
    background: url(Images/tab.png) no-repeat;
    height: 30px;
    line-height: 30px;
}
.menubox ul
{
    margin: 0px;
    padding: 0px;
}
.menubox li
{
    float: left;
    display: block;
    cursor: pointer;
    width: 133px;
    text-align: center;
    font-weight: bold;
    margin-right: 8px;
}
.menubox li.hover
{
    padding: 0;
    background: #fff;
    width: 133px;
    background: url(Images/tab_hover.png) no-repeat;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.contentbox
{
    clear: both;
    margin-top: 0px;
    border: 1px solid #d7d7d7;
    border-top: none;
    text-align: left;
    padding: 20px 20px;
}
.contentbox li
{
    background: url(Images/arrow.png) no-repeat left 10px;
    padding: 3px 0;
    padding-left: 10px;
}
.contentbox dl
{
}
.contentbox dt
{
    background: url(Images/arrow.png) left 13px no-repeat;
    padding-left: 10px;
    padding-top: 5px;
}
.contentbox dd
{
    padding-left: 10px;
    padding-bottom: 5px;
}

/********** Presentation */
.presentation-contant
{
    width:auto;
    padding-left:20px;
    padding-right:20px;
}
.presentation-contant p
{
    padding-bottom: 5px;
}
.presentation-part
{
    padding-top: 5px;
    text-indent: 26px;
    text-align: justify;
}
.presentation-contant li
{
    background: url(Images/arrow.png) no-repeat left 10px;
    padding: 3px 0;
    padding-left: 10px;
}

/********** Culture */
#culture
{
    padding-left:20px;
    padding-right:20px;
    background-image: url(Images/opera.png);
    background-position: right bottom;
    background-repeat:no-repeat;
    min-height:480px;
}

#culture p
{
    padding-top:5px;
    padding-bottom: 5px;
}

/********** Banklist */
.partners
{
    padding-top:20px;
    padding-bottom:20px;
    clear:both;
}
.partners img
{
    padding:15px;
}

/********** Download */
.download
{
    clear:both;
    font-weight:bold;
    padding-top:10px;
}
.download p
{
    padding:5px 0px 0px 20px;
    font-weight:normal;
}
.download img
{
    padding-right:5px;
}

/********** Contact */
.about_contact
{
    width: 630px;
    padding: 0 0 20px 20px;
}
.about_contact ul
{
    padding: 14px 0 3px 0;
}
.about_contact li
{
    padding-left: 25px;
}
.about_contact .contact-1, .contact-2, .contact-3, .contact-4
{
    padding-left: 10px;
    width: 300px;
}
.about_contact .contact-1
{
    background: url(Images/contact_1.png) left 20px no-repeat;
}
.about_contact .contact-2
{
    background: url(Images/contact_2.png) left 20px no-repeat;
}
.about_contact .contact-3
{
    background: url(Images/contact_3.png) left 20px no-repeat;
}
.about_contact .contact-4
{
    background: url(Images/contact_4.png) left 20px no-repeat;
}

/********** Footer */
#footer
{
    clear:both;
    height: 40px;
    width:100%;
}
#footer_left
{
    width: 4px;
    height: 40px;
    background: url(Images/footer_left.png) no-repeat;
    float: left;
}
#footer_contant
{
    width: 950px;
    height: 40px;
    background: url(Images/footer_contant.png) repeat-x;
    line-height: 40px;
    color: #fff;
    float: left;
}
#footer_right
{
    width: 6px;
    height: 40px;
    background: url(Images/footer_right.png) no-repeat;
    float: right;
}
#footer_contant a
{
    color: #fff;
}
#footer_contant span
{
    padding-right: 8px;
    padding-left: 8px;
    text-align:center;
    vertical-align:middle;
}











/* support */
.support_email
{
    margin: 30px 0;
    padding-left: 15px;
    overflow: hidden;
}
.support-email-words
{
    width: 540px;
}
.support_email-p-indust
{
    padding-left: 15px;
    padding-right: 15px;
}
.support_advise
{
    padding: 10px 0;
    line-height: 22px;
}
#dot_line
{
    height: 1px;
    background: url(Images/dot.png) repeat-x;
}

#support_form
{
    width: 500px;
    padding: 20px;
    line-height: 30px;
    vertical-align: middle;
}
#support_form textarea
{
    display: block;
    width: 320px;
    height: 160px;
}
.faq
{
    background: url(Images/quote.gif) no-repeat;
    background-position: top left;
    font-weight:bold;
    text-indent: 26px;
}