html,
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Arial, "Microsoft JhengHei", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
span {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border: 0;
}

a {
    color: #333;
}

.container.index {
    background: url(../images/bg.html) center 0 no-repeat;
}

header {
    padding-top: 0;
    position: relative;
}

.logo {
    padding: 0;
    margin-bottom: 5px;
}

.header,
.footer,
.content,
.breadcrumb,
#navMenu,
.bannerArea {
    width: 1108px;
}

.index .content {
    width: 100%;
}

nav {
    background-image: url(../images/li_bg.jpg);
    height: 39px;
}

#navMenu {
    background: none;
}

#navMenu a {
    color: #fff;
    padding: 6px 26px;
}

#navMenu a:hover {
    color: #fff;
    background-color: #4e7beb;
}

.search {
    clear: none;
    float: right;
    margin-top: 45px;
}

.search form {
    border: 0px solid #4b8dca;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #8acdf4;
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.search #sf_keyword {
    color: #666;
    font-size: 13px;
    border: 0;
    background-color: #8acdf4;
}

.search #sf_submit {
    font-size: 0;
    text-shadow: none;
    width: 13px;
    height: 14px;
    padding: 0;
    background: url("../images/search.png") 0px -1px no-repeat;
    border: none;
}

.sf-arrows .sf-with-ul:after {
    margin-right: 5px;
}

.lagH,
.register {
    margin-top: 45px;
}

.cartView a {
    background: url("../images/cart_view.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.register a,
.register a:hover,
.lag span a:hover,
.lag ul li a:hover,
#navMenu ul li a:hover,
.sideCate li a,
.proList h3 a {
    color: #000;
}


/** 最新消息 **/

.newsIntroBox {
    width: 100%;
    background-color: #777;
}

.newsIntro {
    width: 1108px;
    position: relative;
    height: 47px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 18px;
    padding-right: 66px;
    padding-bottom: 0;
    padding-left: 66px;
    color: #FFF;
}

.newsIntro a {
    color: #FFF;
}

.newsIntro a:hover {
    color: #FFF;
    text-decoration: underline;
}

.newsIntro p {
    color: #FFF;
    float: left;
    padding-right: 20px;
    font-weight: bold;
}


/** co intro **/

.introArea {
    width: 1108px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.coIntro {
    float: left;
    width: 577px;
    margin-bottom: 50px;
    padding-top: 60px;
}

.coIntro h2,
.clientBox h2 {
    color: #454545;
    clear: both;
    font-family: Calibri, Arial, "微軟正黑體";
    font-size: 26px;
    text-align: left;
    padding-bottom: 20px;
}

.coIntro p {
    clear: both;
    text-align: left;
}

.groupIntro {
    float: left;
    width: 465px;
    padding-top: 60px;
    padding-left: 66px;
    background-image: url(../images/group_intro_bg.html);
    background-repeat: no-repeat;
    background-position: 250px 50px;
}

.groupIntro h2 {
    color: #454545;
    clear: both;
    font-family: Calibri, Arial, "微軟正黑體";
    font-size: 26px;
    text-align: left;
    padding-bottom: 20px;
}

.groupIntro p {
    clear: both;
    text-align: left;
}


/** footer **/

footer {
    background: url(../images/footer_bg.jpg);
    height: 380px;
}

.footer {
    padding: 0 0;
}

.footer .info,
.footer .copyright {
    padding-left: 0;
}

.footer .info {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 90%;
}

.social div {
    width: 82%;
    margin-right: 10px;
}

#qrcode img {
    margin-top: 60px;
}

.footNavBox_liimg {
    top: 60px;
}


/** footer (products) **/

.footNavBox img {
    position: relative;
    left: 0;
}

.footNavBox {
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0px 0 41px;
}

.footNavBox div {
    float: left;
    font-size: 100%;
    margin-right: 50px;
    width: 200px;
}

.footNavBox h5 {
    font-size: 110%;
    text-transform: uppercase;
    line-height: 2.5em;
    padding-bottom: 30px;
}

footer a:hover {
    color: #70c5f4;
}

.footNavBox h5 a,
.footNavBox h5 {
    color: #8acdf4;
}

.footNavBox h5 a:hover {
    text-decoration: none;
}

.footNavBox div li {
    background: url(../images/footer_li_icon.png) left 6px no-repeat;
    padding-left: 13px;
    color: #fff;
}

.footer .menu {
    left: 600px;
    position: absolute;
    top: 30px;
}

.footer .menu a {
    display: block;
}

.footNavBox .social {
    margin-right: 0;
    width: 19%;
    position: static;
}

.footNavBox #qrcode {
    float: right;
    width: auto;
    position: absolute;
    right: 70px;
    text-align: right;
    margin-top: 15px;
    margin-right: 0;
}

.banner .flex-control-nav {
    display: none;
}

address {
    display: inline;
    margin-left: 10px;
}


/** 內頁 **/

.container {
    background: url(../images/nav_bg.html) 0 0 no-repeat;
    overflow-x: hidden;
}

.banner {
    width: 100%;
    border-bottom: 4px solid #4f7aeb;
}

.colSide {
    border-radius: 0px;
    background-color: #fff;
    width: 255px;
    background-image: none;
}

.sideCate {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    padding-top: 10px;
}

.colSide h4 {
    border-radius: 0px;
    color: #1b409f;
    font-size: 26px;
    font-weight: bold;
    background: url(../images/colSide_li.png)0 bottom no-repeat;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

.colSide>img {
    padding-top: 20px;
}

.sideCate li {
    border-bottom: 1px solid #ccc;
}

.sideCate li a {
    padding: 9px 3px 10px 18px;
    color: #4e4e4e;
}

.colMain {
    width: 800px;
}

.breadcrumb {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(../images/root.html);
    background-repeat: no-repeat;
    background-position: 0px 45px;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 100%;
}

h2.menuTitle {
    background: url('../images/home_h2li.png') 0 30px no-repeat;
    padding-bottom: 10px;
    color: #555;
}

.sideCate li {
    margin: 0 10px 0;
}

.sideCate li a:hover {
    color: #4E7BEB;
}

.sideCate > li > ul > li a.active {
    color: #FE731E;
}

.sideCate li li a {
    color: #4E7BEB;
}

.clientBox {
    width: 1108px;
    margin: 0 auto;
}

.Anli_pic {
    width: 1035px;
}

.box {
    width: 110px;
    margin: 0 5px 0 0;
}

a.imgBorder {
    width: 100px;
    height: 56px;
    border: 1px solid #eee;
}

.Anli_left {
    margin-right: 10px;
}

.Anli_right {
    margin-left: 10px;
}


/*瀏覽器收尋列*/

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.sideCate li.par_tree {
    background: url(../images/colSide_li_icon.png) 0 15px no-repeat;
}

.sideCate li a.tree.active,
.sideCate li.par_tree.active {
    background: url(../images/colSide_li_icon-1.png) 0 18px no-repeat;
}


/*add by hank 2016.7.6*/

.p_c_link {
    color: #1E36B0;
    ;
}

.p_c_link:hover {
    text-decoration: none;
    color: #1d98e0;
}

.index .boxA li>ul>a>li:hover {
    color: #999;
}

.siteMap li>a {
    color: #333;
}

h2.menuTitle>a {
    color: #333;
}

.product.proWrapBox img {
    width: 100%;
}


/*首頁*/

.index .content_box {
    width: 1108px;
    margin: auto;
}

.index .boxA_01>li {
    width: 18%;
    float: left;
}

.index .boxA li,
.index .boxB li {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.index .boxA li>ul>a>li,
.index .boxB li>ul>a>li {
    clear: both;
    color: #4e4e4e;
}

.index .boxA,
.index .boxB {
    padding: 30px 0;
}

.index .boxB {
    padding-top: 60px;
}

.index img.index_li {
    /* upd by hank 2016.7.6  */
    /*
   position: relative;
   top: 20px;
   */
    display: block;
    padding: 50px 0;
}

.index .boxA li>ul>a>li {
    line-height: 20px;
    background: url("../images/colSide_li_icon.png") 0px 3px no-repeat;
    padding-left: 16px;
    width: 100%;
    padding-bottom: 11%;
}

.index .more {
    color: #4e7beb;
}

.index span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 10px 10px;
    line-height: 20px;
    margin: 15px 0;
}

/*css by Jonathan 20180627*/
body:lang(de) .search{
    clear: both;
    margin-top: -15px;
    margin-bottom: 10px;
}
body:lang(de) #navMenu a{
    padding-left: 20px;
    padding-right: 20px;
}