@charset "utf-8";
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #6f6f6f;
    line-height: 24px;
}

.all_tit {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.all_tit span {
    color: #9240c6;
}

.all_txt {
    color: #6f6f6f;
    padding-bottom: 50px;
}

.all_page {
    text-align: right;
}

.wrapper {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

.header {
    height: 95px;
    margin: 0px auto;
    padding: 25px 20px 0px 20px;
}

.header_left_logo {
    margin-top: 15px;
    width: 120px;
    height: 47px;
    float: left;
}

.header_right_menu {
    width: 820px;
    height: 95px;
    float: right;
}

.toplink {
    height: 23px;
    color: #cacaca;
}

.toplink ul li {
    float: right;
    height: auto;
    overflow: hidden;
    display: block;
}

.toplink ul li span {
    padding: 0 12px;
}

.language {
    width: 145px;
    height: 24px;
    float: right;
    font-size: 12px;
    background-color: #000;
}

.language_box {
    width: 145px;
    position: absolute;
    color: #FFF;
    height: 19px;
    padding-bottom: 2px;
    background-image: url(../images/language_arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1000;
}

.language_text {
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 10px;
}

.language_choice {
    width: 115px;
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.languate_choice_item {
    background-color: #000;
    padding: 3px 0;
    font-size: 11px;
}

.container {
    height: auto;
    overflow: hidden;
}

.footer {
    width: auto;
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
    height: 100px;
    border-top: 6px solid #ebebeb;
    font-size: 11px;
    color: #8e8e8e;
}

.footer .link {
    height: auto;
    overflow: hidden;
}

.copyright {
    padding-top: 15px;
}

.copyright span {
    color: #000;
    padding: 0 7px 0 15px;
}

.leftbox {
    width: 190px;
    background-color: #23272f;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    padding-bottom: 20px;
}

.leftbox_pic {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #23272F;
}

.leftbox_tit {
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
}


/* MENU */

.menu {
    height: auto;
    padding-top: 20px;
    position: absolute;
    z-index: 999;
    right: 20px;
}

.menu01 {
    float: right;
    height: auto;
}

.menu02 {
    background-image: url(../images/menu_bg.jpg);
    background-size: 100% 100%;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    width: auto;
    padding: 15px;
    position: absolute;
    z-index: 100;
}

.menu02 li {
    color: #FFF;
    background: url(../images/icon02.png) no-repeat left 10px;
    border-bottom: 1px dotted #626468;
    padding: 5px 0 5px 15px;
}

.products_menu {
    width: 120px;
    height: 27px;
    background-image: url(../images/menu01.jpg);
}

.products_menu:hover,
.products_menu.stay {
    width: 120px;
    height: 27px;
    background-image: url(../images/menu01_hover.jpg);
}

.applications_menu {
    width: 164px;
    height: 27px;
    background-image: url(../images/menu02.jpg);
}

.applications_menu:hover,
.applications_menu.stay {
    width: 164px;
    height: 27px;
    background-image: url(../images/menu02_hover.jpg);
}

.capability_menu {
    width: 142px;
    height: 27px;
    background-image: url(../images/menu03.jpg);
}

.capability_menu:hover,
.capability_menu.stay {
    width: 142px;
    height: 27px;
    background-image: url(../images/menu03_hover.jpg);
}

.support_menu {
    width: 190px;
    height: 27px;
    background-image: url(../images/menu04.jpg);
}

.support_menu:hover,
.support_menu.stay {
    width: 190px;
    height: 27px;
    background-image: url(../images/menu04_hover.jpg);
}

.investor_menu {
    width: 125px;
    height: 27px;
    background-image: url(../images/menu05.jpg);
}

.investor_menu:hover,
.investor_menu.stay {
    width: 125px;
    height: 27px;
    background-image: url(../images/menu05_hover.jpg);
}

.leftmenu {
    font-size: 11px;
    width: 150px;
    padding: 0 0px 20px 0px;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    margin-left: 20px;
    border-top: 1px dotted #626468;
    display: block;
    width: 150px;
    float: none;
    height: auto;
    overflow: hidden;
}

.leftmenu ul {
    padding-top: 10px;
    border-bottom: 1px dotted #626468;
    padding-bottom: 10px;
}

.leftmenu ul li {
    line-height: 1.2em;
    padding-bottom: 5px;
}

.rightbox {
    width: 790px;
    float: right;
    height: auto;
    overflow: hidden;
}

.rightbox_main01 {
    width: 685px;
    border-left: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-left: 45px;
    padding-left: 45px;
}

.rightbox_main02 {
    width: 700px;
    border-left: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-left: 44px;
    padding-left: 45px;
    margin-top: 30px;
}

.banner01 {
    width: 790px;
    height: 250px;
    background-color: #000;
    background-repeat: no-repeat;
}

.banner02 {
    width: 700px;
    height: 350px;
    background-color: #000;
}

.label01 {
    color: #000000;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 20px;
}

.label02 {
    background: url(../images/label01.png) top left no-repeat;
    color: #000000;
    font-size: 18px;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
}

.label01 span,
.label02 span,
.label03 span {
    color: #929292;
    padding: 0 5px;
}

.label03 {
    color: #000000;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 20px;
    background: url(../images/label04.png) no-repeat left bottom;
    margin-bottom: 40px;
}

.pathlink {
    float: right;
    color: #cacaca;
    font-size: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    height: auto;
    overflow: hidden;
    line-height: 12px;
}

.pathlink a.stay {
    color: #7f7f7f;
}

.line {
    width: 100%;
    height: 10px;
    background-image: url(../images/label02.png);
    background-repeat: repeat;
    margin-bottom: 40px;
}

.contentbox {
    border: 1px solid #dddddd;
    height: auto;
    overflow: hidden;
}

.backbtn {
    text-align: center;
    padding-top: 50px;
    clear: both;
}


/* index */

.index_left,
.index_right,
.index_bottom_right_list,
.index_bottom_left_small_pic,
.index_bottom_right_listbox {
    height: auto;
    overflow: hidden;
}

.index_left {
    width: 620px;
    float: left;
    padding-left: 20px;
    height: 580px;
}

.index_left_box {
    width: 580px;
    height: 535px;
    overflow: hidden;
}

.index_left_box .photo {
    width: 580px;
    height: 535px;
}

.index_left .switch {
    width: 370px;
    text-align: left;
    height: auto;
    overflow: hidden;
}

.index_left .switch ul {
    padding-top: 10px;
    display: inline-black;
    height: 20px;
}

.index_left .switch li {
    display: inline;
    margin: 0 5px;
}

.index_right {
    width: 320px;
    float: right;
    padding-right: 20px;
}

.index_box01 {
    padding-bottom: 60px;
    height: auto;
    overflow: hidden;
}

.index_box01_pic {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.index_box01_txt {
    height: auto;
    overflow: hidden;
}

.index_box02 {
    height: 180px;
    padding-bottom: 125px;
}

.index_box02_btn {
    padding-bottom: 6px;
    height: 6px;
}

.index_box02_main_box {
    height: 160px;
    overflow: hidden;
}

.index_box02_main {
    width: 320px;
    margin-right: 20px;
    height: 165px;
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    overflow: hidden;
}

.index_box02_tit {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    padding-right: 130px;
}

.index_box02_txt {
    height: auto;
    overflow: hidden;
    padding-right: 150px;
    word-wrap: break-word;
    word-break: break-all;
}

.index_bottom {
    width: auto;
    height: 155px;
    background-image: url(../images/index_bottom.png);
    background-position: center;
    background-repeat: repeat-y;
}

.index_bottom_main {
    width: 940px;
    margin: 0px auto;
    padding: 0px 20px;
    height: 155px;
}

.index_bottom_left {
    float: left;
    width: 570px;
    height: 155px;
    position: relative;
    background-color: #6e3393;
}

.index_bottom_left li {
    display: block;
    overflow: hidden;
    padding: 0;
    float: left;
    width: 123px;
    height: 155px;
}

.index_bottom_right {
    width: 320px;
    float: right;
    font-size: 11px;
    height: 155px;
    position: relative;
    background-color: #ebebeb;
}

.index_bottom_right_pic {
    width: 320px;
    height: 150px;
    position: absolute;
    z-index: 50;
    top: -125px;
    right: 0px;
}

.index_bottom_right_slide {
    height: 6px;
}

.index_bottom_right_slide_black {
    width: 65px;
    height: 6px;
    background-color: #000;
}

.index_bottom_right_btn {
    padding: 20px 0 20px 0;
}

.index_bottom_right_list {
    padding: 3px 0;
}

.index_bottom_right_list span {
    padding-right: 5px;
}


/* company */

.company {
    padding: 40px 0 30px 0;
    height: auto;
    overflow: hidden;
}

.company_list {
    width: 267px;
    height: 190px;
    padding-bottom: 50px;
    padding-right: 25px;
    float: left;
}

.company_list .photo {
    width: 267px;
    height: 101px;
    background-color: #000000;
}

.company_list h1 {
    display: block;
    color: #6a2d91;
    font-size: 14px;
    padding: 15px 0;
}

.company_list h1 span {
    color: #000;
}

.company_allbox {
    height: auto;
    overflow: hidden;
    line-height: 22px;
    padding-bottom: 70px;
}

.company_allleft {
    float: left;
    height: auto;
    overflow: hidden;
}

.company_allright {
    float: right;
    height: auto;
    overflow: hidden;
}

.company_alltit {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.company_alltit span {
    color: #9240c6;
}

.company_alltxt {
    color: #6f6f6f;
}

.company_allphoto {
    padding: 30px 0;
}

.company_allbox ul {
    background: url(../images/icon06.png) no-repeat left 10px;
    padding-left: 20px;
    padding-bottom: 8px;
}

.company_history {
    padding-top: 40px;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.company_history_list {
    height: auto;
    overflow: hidden;
    border-bottom: 1px dotted #848484;
    padding: 20px 0;
}

.company_history_list_left {
    width: 75px;
    height: auto;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.company_history_list_right {
    width: 610px;
    float: right;
}

.company_history_list_right div {
    background: url(../images/icon07.png) no-repeat left 10px;
    padding-left: 10px;
    color: #6f6f6f;
}

.news_banner .photo {
    position: relative;
    width: 700px;
    height: 350px;
}

.news_banner .photo a.ad {
    position: absolute;
    /* 讓圖片疊在一起 */
}

.news_banner .photo .control {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.news_banner .photo .control a {
    display: block;
    float: left;
    color: #FFF;
    text-align: center;
    background: url(../images/btn05.png) no-repeat;
    font-size: 12px;
    margin: 0 5px;
    width: 18px;
    height: 18px;
}

.news_banner .photo .control a.on {
    color: #000;
    background: url(../images/btn06.png) no-repeat;
}

.news_banner {
    width: 700px;
    height: 350px;
    background-color: #000;
    position: relative;
}

.news_list_box {
    height: auto;
    overflow: hidden;
}

.news_list01 {
    width: 200px;
    height: 250px;
    float: left;
    padding-right: 50px;
}

.news_list01 .photo {
    width: 200px;
    height: 70px;
    background-color: #000;
}

.news_list01 h1 {
    color: #9240c6;
    font-size: 16px;
    display: block;
    padding: 15px 0;
}

.news_list01 h1 span {
    color: #000000;
    padding-left: 5px;
}

.news_list01 h2 {
    display: block;
}

.news_list02 {
    height: 80px;
    border: 1px solid #dddddd;
    padding: 20px 55px 20px 20px;
    margin-bottom: 20px;
}

.news_list02 .photo {
    width: 80px;
    height: 80px;
    background-color: #000;
    float: left;
}

.news_list02 .text {
    float: left;
    padding-left: 20px;
    width: 500px;
}

.news_list02 h1 {
    display: block;
    color: #000;
    padding-bottom: 6px;
}

.news_list02 h2 {
    display: block;
    color: #6f6f6f;
}

.news_list02 h3,
.news_more h3 {
    display: block;
    color: #6f6f6f;
    font-size: 10px;
}

.news_more {
    height: auto;
    overflow: hidden;
    padding: 0 30px 20px 30px;
}

.news_more img {
    padding: 10px 0;
}

.news_more h1 {
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
}

.news_more .photo {
    width: 280px;
    height: auto;
    overflow: hidden;
    padding: 0 0 20px 50px;
    float: right;
}

.contact_top {
    width: 635px;
    height: 375px;
    background-image: url(../images/contact01.png);
    background-repeat: no-repeat;
    padding: 40px 0 0px 50px;
}

.contact_top h1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 30px;
    display: block;
}

.contact_top h2 {
    color: #75715b;
    padding-right: 360px;
    padding-bottom: 40px;
    display: block;
}

.contact_top h3 {
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    display: block;
}

.contact_top h4 {
    display: block;
    line-height: 18px;
}

.contact_top h4 span {
    color: #000000;
}

.contact_form {
    border: 1px solid #dddddd;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.contact_form th {
    color: #000;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px dotted #828282;
    padding: 5px 0;
}

.contact_form td {
    border-bottom: 1px dotted #828282;
    padding: 5px 0;
}

.contact_form_input {
    height: 30px;
    border: none;
    color: #9f9f9f;
    font-size: 11px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/* capability */

.capability {
    height: auto;
    overflow: hidden;
}

.capability_list {
    width: 405px;
    padding-bottom: 25px;
    height: 80px;
}

.capability_list .photo {
    width: 180px;
    height: 80px;
    float: left;
}

.capability_list .con {
    width: 205px;
    float: right;
    height: 80px;
}

.capability_list h1 {
    color: #6a2d91;
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
}

.capability_list h1 span {
    color: #000;
}

.capability_list h2 {
    display: block;
    color: #a0a0a0;
}

.capability_innovation .list {
    width: 275px;
    float: left;
    padding-right: 100px;
    padding-bottom: 110px;
}

.capability_innovation .photo {
    width: 102px;
    height: 90px;
    float: left;
    padding-right: 23px;
}

.capability_innovation h1 {
    display: block;
    font-size: 13px;
    color: #000000;
    float: left;
    width: 150px;
}

.capability_precision {
    height: auto;
}

.capability_precision_list {
    width: 320px;
    margin-right: 40px;
    height: 150px;
    float: left;
}

.capability_precision_list_pic {
    width: 80px;
    height: 80px;
    float: left;
}

.capability_precision_list_con {
    width: 220px;
    float: right;
}

.capability_precision_list_con h1 {
    font-size: 14px;
    display: block;
    color: #000000;
    padding-bottom: 10px;
}

.capability_precision_list_con h2 {
    font-size: 11px;
    display: block;
    color: #5e5e5e;
    padding-bottom: 10px;
    line-height: 14px;
}

.capability_production td {
    font-size: 11px;
}

.capability_production_num {
    padding-top: 5px;
}

.capability_production_photo {
    width: 685px;
    height: 440px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.capability_production_photo * {
    margin: 0;
    padding: 0;
    border: none;
}

.capability_production_photo ul,
.capability_production_photo li {
    list-style: none;
}

.capability_production_photo ul {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.capability_production_photo li {
    float: left;
    margin-left: 3px;
}

.capability_production_photo li a {
    display: block;
    width: 71px;
    height: 48px;
    filter: alpha(opacity=60, finishopacity=95, style=1);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.capability_production_photo li a:hover {
    filter: alpha(opacity=100, finishopacity=95, style=1);
    -moz-opacity: 1;
    opacity: 1;
}

.capability_reliability {
    height: auto;
    overflow: hidden;
}

.capability_reliability_list {
    width: 150px;
    padding-right: 28px;
    color: #000000;
    font-size: 12px;
    float: left;
    height: 320px;
}


/* support */

.support {
    padding-left: 490px;
    padding-top: 73px;
}

.support_list {
    width: 345px;
    background: url(../images/support04.png) no-repeat bottom;
    height: 160px;
    margin-bottom: 35px;
}

.support_list .photo {
    width: 110px;
    height: 100px;
    float: left;
}

.support_list .con {
    width: 205px;
    float: right;
}

.support_list .con h1 {
    color: #6a2d91;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}

.support_list .con span {
    color: #000;
    display: block;
}

.support_user {
    width: 165px;
    background-color: #000000;
    color: #FFF;
    padding: 5px 0;
}

.support_user li {
    text-align: center;
    padding: 5px 0;
}

.support_qa {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.support_qa_left {
    width: 67px;
    height: 60px;
    float: left;
    background: url(../images/support_qa01.png) no-repeat;
    font-size: 30px;
    padding-top: 33px;
    font-family: Arial, Helvetica, sans-serif;
    color: #7b7b7b;
    text-align: center;
}

.support_qa_right {
    width: 600px;
    float: right;
}

.support_qa_right_tit {
    font-size: 14px;
    color: #6a2d91;
    padding-bottom: 20px;
}

.support_qa_right_con p {
    display: block;
}

.support_qa_top {
    padding-top: 30px;
    height: 27px;
    background: url(../images/support_qa_line.png) repeat-x bottom;
    text-align: right;
}


/* product */

.centerbox {
    border: 1px solid #dddddd;
    height: auto;
    overflow: hidden;
    margin: 0 20px;
    padding-left: 40px;
}

.product_list_box {
    height: auto;
    overflow: hidden;
}

.product_list {
    width: 190px;
    height: 310px;
    border-right: 1px dotted #c6c6c6;
    float: left;
    margin-right: 45px;
    margin-bottom: 30px;
}

.product_list .photo,
.productlist_list .photo {
    width: 155px;
    height: 180px;
    background-color: #000;
    margin-left: 10px;
}

.product_list h1 {
    display: block;
    color: #9240c6;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 25px;
}

.product_list h2 {
    display: block;
    padding-right: 25px;
}

.productlist_list {
    width: 205px;
    height: 270px;
    float: left;
    margin-bottom: 30px;
    padding-right: 42px;
    background: url(../images/product_list01.png) no-repeat;
}

.productlist_list h1 {
    display: block;
    color: #9240c6;
    font-size: 14px;
    padding-right: 25px;
    padding-bottom: 5px;
}

.productlist_list h2 {
    display: block;
    padding-right: 25px;
}

.product_more_top {
    height: auto;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
}

.product_more_left {
    width: 235px;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.product_more_left ul {
    display: block;
    padding-bottom: 40px;
}

.product_more_left li {
    display: block;
    background-image: url(../images/icon_pdf01.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
}

.product_more_left h1 {
    color: #6a2d91;
    font-size: 30px;
    display: block;
    line-height: 32px;
    padding-bottom: 5px;
}

.product_more_left h2 {
    color: #000;
    font-size: 20px;
    display: block;
    padding-bottom: 40px;
    line-height: 22px;
}

.product_more_left h3 {
    display: block;
    padding-bottom: 40px;
}

.product_more_right {
    width: 370px;
    float: right;
    height: 430px;
}

.product_more_right .photo_box {
    height: 400px;
    width: 370px;
    overflow: hidden;
}

.product_more_right .photo {
    width: 370px;
    height: 400px;
}

.product_more_right .switch ul {
    height: 10px;
    text-align: center;
}

.product_more_right .switch li {
    float: left;
    margin: 0 5px;
    width: 25px;
}

.product_more_bottom {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.product_more_tabbtn {
    padding-left: 31px;
    padding-right: 31px;
    background: url(../images/product_more01.png) repeat-x;
    padding-bottom: 20px;
    height: 39px;
    text-transform: uppercase;
}

.product_more_tabbtn_hover {
    width: 157px;
    height: 25px;
    background: url(../images/product_more02_hover.png) no-repeat;
    padding-top: 14px;
    text-align: center;
    color: #000;
    float: left;
}

.product_more_tabbtn_link {
    width: 157px;
    height: 25px;
    background: url(../images/product_more02.png) no-repeat;
    color: #6c6c6c;
    padding-top: 12px;
    padding-bottom: 2px;
    float: left;
    text-align: center;
}

.product_more_tabbtn_useless {
    width: 157px;
    height: 25px;
    background: url(../images/product_more02.png) no-repeat;
    color: #b8b8b8;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 2px;
    float: left;
}

.products_specifications,
.products_applications {
    height: auto;
    overflow: hidden;
    padding: 0 30px;
}

.products_applications .photo {
    position: relative;
    overflow: hidden;
    width: 190px;
    height: 150px;
    float: left;
    margin-bottom: 10px;
}

.products_applications .photo img {
    position: absolute;
}

.products_applications_list {
    width: 190px;
    height: 270px;
    float: left;
    padding-right: 30px;
    padding-top: 20px;
}

.products_applications_list h1 {
    font-size: 16px;
    color: #6a2d91;
    display: block;
    padding-bottom: 10px;
}

.products_applications_list h2 {
    font-size: 11px;
    color: #717171;
    display: block;
}

.product_more_list {
    height: auto;
    overflow: hidden;
    background: url(../images/product_more03.jpg) no-repeat bottom left;
}

.products_more_list_02 {
    width: 595px;
    float: left;
}

.products_more_list_03 {
    float: right;
    width: 480px;
}

.products_more_list_04 {
    background: url(../images/products_more_line_dot.png) no-repeat bottom left;
    height: auto;
    overflow: hidden;
}

.product_more_list .num {
    width: 30px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    color: #6a2d91;
    float: left;
    margin-right: 10px;
}

.product_more_list .tit {
    width: 295px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    color: #000;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.product_more_list .con {
    width: 290px;
    height: auto;
    overflow: hidden;
    float: left;
    color: #5b5b5b;
    padding: 20px 0;
}

.product_inquiry {
    padding-right: 50px;
    padding-bottom: 30px;
}

.products_features {
    width: 620px;
    height: auto;
    padding: 20px 39px;
}


/* innovation technology */


/*.capability_innovation .list{
	width:275px;
	float:left;
	padding-right:100px;
	padding-bottom:110px;
}
.capability_innovation .photo{
	width:102px;
	height:90px;
	float:left;
}
.capability_innovation h1{
	display:block;
	float:left;
	font-size:13px;
	color:#000000;
	padding-left:20px;
}
*/


/*Production Capabilities */

.capability_production_photo {
    width: 685px;
    height: 440px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.capability_production_photo * {
    margin: 0;
    padding: 0;
    border: none;
}

.capability_production_photo ul,
.capability_production_photo li {
    list-style: none;
}

.capability_production_photo ul {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.capability_production_photo li {
    float: left;
    margin-left: 3px;
}

.capability_production_photo li a {
    display: block;
    width: 71px;
    height: 48px;
    filter: alpha(opacity=60, finishopacity=95, style=1);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.capability_production_photo li a:hover {
    filter: alpha(opacity=100, finishopacity=95, style=1);
    -moz-opacity: 1;
    opacity: 1;
}


/* application */

.application {
    height: auto;
    overflow: hidden;
    padding-top: 60px;
}

.application_list {
    width: 265px;
    height: 410px;
    background-repeat: no-repeat;
    float: left;
    padding-right: 34px;
    padding-bottom: 34px;
}

.application_list_btn {
    padding-top: 250px;
    padding-left: 97px;
}

.application_list_con {
    width: 205px;
    background: url(../images/application_bg.png) no-repeat;
    padding: 30px;
    height: 79px;
}

.application_list_con h1 {
    color: #FFF;
    font-size: 12px;
    display: block;
}

.application_list_con h2 {
    font-size: 12px;
    color: #939393;
}


/* INVESTOR */

.investor {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.investor_list {
    width: 180px;
    padding-right: 43px;
    float: left;
}

.investor_list h1 {
    display: block;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
}

.investor_list h1 a {
    color: #000;
}

.investor_list h2 {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    background: url(../images/icon02.png) no-repeat left 8px;
    padding: 5px 0 5px 15px;
}


/* CAREER */

.career {
    width: 730px;
    height: 755px;
    background: url(../images/career01.jpg) no-repeat;
    padding: 55px 60px;
    position: relative;
}

.career_right {
    width: 279px;
    height: 649px;
    background: url(../images/career03.png) no-repeat;
    position: absolute;
    top: 113px;
    right: 60px;
    padding: 30px;
}

.career_list {
    border-bottom: 1px dotted #b1b1b1;
    background: url(../images/icon04.png) no-repeat left 13px;
    padding: 5px 0 5px 15px;
}


/* SERVICE */

.policy {
    height: auto;
    overflow: hidden;
    padding-right: 45px;
}

.policy h1 {
    font-size: 16px;
    color: #6a2d91;
    display: block;
    padding-bottom: 20px;
}

.policy h1 span {
    color: #000000;
}

.policy h2 {
    padding-bottom: 60px;
    display: block;
}

.sitemap {
    height: auto;
    overflow: hidden;
}

.sitemap_list {
    width: 178px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-top: 30px;
}

.sitemap_menu {
    display: block;
    width: 178px;
    float: none;
    height: auto;
    overflow: hidden;
}

.sitemap_menu div {
    border-bottom: 1px dotted #626468;
    width: 178px;
}

.sitemap ul {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 15px;
}
