﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url('CssImages/WaterMark.png');
    font-family: 'Microsoft YaHei';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a {
    color: #666666;
}
    /*取消a标签虚线框*/
    /*a{blr:expression(this.onFocus=this.blur());}*/ /*IE*/
    a:focus {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }
/*FF*/

#footer_bg a {
    color: #cccccc;
}


/*Set Layout*/
.jumbotron {
    margin: 50px 0px;
}

/*Navbar*/
#navbar {
    font-family: SimHei;
    color: #666666;
}

    #navbar li {
        margin: 0 10px;
    }

    #navbar small {
        font-family: Calibri;
    }

    #navbar h3 {
        margin-top: 25px;
    }

    #navbar button {
        margin-left: 25px;
        margin-top: 20px;
        font-size: 15px;
        border-radius: 5px;
        width: 150px;
        background-color: #7AAEE7;
    }

/*NavbarEnd*/

/*Set Content*/
.contentTitle {
    margin-top: 10px;
    font-family: SimHei;
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

.contentSubTitle {
    display: inline;
    padding-left: 8px;
    font-weight: bold;
    font-family: Arial;
}

.contentSubTitleRed {
    color: #C40000;
}

.contentSubTitleBlue {
    color: #3E7093;
}

/*********************
 *
 *  Login
 *
**********************/
#modalLogin.cpSwitchRegister .modal-dialog {
    width: 350px;
}

#cpLogoutBtn .dropdown ul {
    padding: 0;
    width: 150px;
}


/*********************
 *
 *  HeaderBackground
 *
**********************/
.logobg {
    height: 100%;
    position: relative;
    z-index: 1;
}

.headerLeft {
    background: url('CssImages/jfancytile/heardbgl.png') no-repeat;
    width: 50%;
}


.advbox {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    z-index: 2;
}

.advbox {
    width: 650px;
    position: fixed;
    display: none;
    left: 50%;
    top: 0;
    margin: -215px 0 0 -325px;
}

    .advbox .advpic {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

        .advbox .advpic .closebtn {
            display: block;
            width: 22px;
            height: 22px;
            line-height: 26px;
            font-size: 18px;
            color: #fff;
            text-indent: 8px;
            overflow: hidden;
            position: absolute;
            right: 12px;
            top: 5px;
            z-index: 99;
        }


.logopanel {
    position: relative;
    height: 412px;
    margin: 40px 0;
}

.logoTop {
    position: absolute;
    top: -47px;
    left: 0;
    background: url('CssImages/jfancytile/PusherView_1024_sub.png') no-repeat;
    width: 640px;
    height: 47px;
}

.logobg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('CssImages/jfancytile/PusherView_1024.png') no-repeat;
    z-index: 0;
    width: 640px;
    height: 100%;
}

.logopanel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('CssImages/jfancytile/C08.png');
    z-index: 0;
    width: 20%;
    height: 100%;
}

.logopanel:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url('CssImages/jfancytile/C06.png');
    z-index: 0;
    width: 20%;
    height: 100%;
}

#divulge {
    position: absolute;
    left: 8px;
}


/*********************
 *
 *  HeaderBackgroundEnd
 *
**********************/

.module {
    min-width: 263px;
}

#xsHeaderDiv {
    margin-bottom: 40px;
    min-width: 293px;
}

    #xsHeaderDiv img {
        max-height: 40px;
    }

    #xsHeaderDiv .floatLeft {
        float: left;
    }

    #xsHeaderDiv .floatRight {
        float: right;
    }

    #xsHeaderDiv .langSwitch {
        font-weight:bold;font-size:16px;font-family:SimHei;text-align:center;margin-top:-8px;
    }

    #xsHeaderDiv #xsNav {
        width:100%;
        margin-top:30px;
    }

    #xsHeaderDiv #xsNav > div {
        width:25%;
        float:left;
        text-align:center;
        /*color:#3E7093 !important;*/
        /*font-weight:bold;*/
        /*font-size:13px;*/
        border: 1px solid #eee;
        border-radius: 4px;
        height:30px;
        line-height:28px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        padding:0 2px;
    }
    #xsHeaderDiv #xsNav > div:hover{
        background-color: #eee;
        cursor: pointer;
    }

    #xsHeaderDiv .xsCPButton
    {
        height: 25px;
        width:80px;
    }
    #xsHeaderDiv .cpDropdownUl
    {
        width: 81px !important;
        min-width:81px !important;
    }
    #xsHeaderDiv .cpDropdownUl > .cpDropdownLi .cpDropdownLiA
    {
        padding: 0;
    }
#homecontent .module {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px;
    font-family: 'Microsoft YaHei';
    margin-bottom: 50px;
    background: #FFF;
}

    #homecontent .module h3 {
        margin-top: 6px;
    }

    #homecontent .module ul {
        padding-left: 0px;
    }

    #homecontent .module li {
        padding-bottom: 9px;
        list-style: none;
    }

.module ul li div {
    font-size: 14px;
    color: #666666;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.module ul li span {
    margin-right: 5px;
}

.module .title {
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}

.navButton {
    border-radius: 20px;
    border-width: 2px;
    margin-bottom: 19px;
    text-align: left;
    padding-left: 15px;
}

    .navButton span {
        font-family: SimHei;
        font-size: 16px;
        font-weight: bold;
        color: #3E7093;
        float: left;
    }

    .navButton p {
        margin: 0;
    }

    .navButton small {
        padding-left: 5px;
        font-family: 'Microsoft YaHei';
        font-size: 11px;
        font-weight: normal;
        color: #777;
    }

    .navButton .badge {
        top: 2px;
    }

#ProductsList .module {
    position: relative;
}

#ProductsList .thumbnail {
    border: 0;
    margin-bottom: 0px;
}

#ProductsList .product {
    border: 1px solid #eee;
    /*border-left: hidden;
        border-bottom: hidden;
        border-right: hidden;*/
    margin: 0 0 -1px -1px;
    padding: 11px 8px;
    font-family: 'Microsoft YaHei';
}

    /*#ProductsList .product img {
            height: 127px;
            width: 227px;
        }*/

    #ProductsList .product h5 {
        color: #333333;
    }

    #ProductsList .product .ellipsis {
        color: #666666;
        font-size: 12px;
        line-height: 14px;
        height: 36px;
        overflow: hidden;
    }

        #ProductsList .product .ellipsis a {
            margin-left: 60px;
            /*display:block;*/
        }

.more {
    border-radius: 5px;
    color: #666666;
    font-family: 'Microsoft YaHei';
    font-size: 8px;
}

#ProductsList .product button {
    border-radius: 5px;
    background-color: #777;
    color: white;
    font-family: Calibri;
    font-size: 8px;
}

#ProductsList .cover {
    position: absolute;
    width: 15px;
    height: 90%;
    background-color: red;
    top: 5px;
    right: 20px;
}

/*ContentEnd*/


/*Footer*/
#footer_bg {
    position: relative;
}

#footer_fore {
    position: absolute;
    /*height: 430px;*/
    padding-top: 45px;
    color: #cccccc;
    /*background-color:red;*/
    /*background-image: url('/Css/CssImages/map_1280.png');*/
}

    #footer_fore h5 {
        font-family: 'Microsoft YaHei';
        margin-bottom: 20px;
    }

    #footer_fore h6 {
        font-family: 'Microsoft YaHei';
        margin-bottom: 8px;
    }

    #footer_fore div {
        padding: 0;
    }

#copyright {
    margin-top: 86px;
    font-family: 'Microsoft YaHei';
}
/*FooterEnd*/


/*==================================================
 * Common
 * ===============================================*/

.comments {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

.commentContent {
    padding: 0 20px;
    margin: 10px 10px;
    word-wrap: break-word;
}

.sendComment {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 160px;
    margin-bottom: 10px;
}

    .sendComment #cContent {
        width: 100%;
        max-width: 100% !important;
        height: 100%;
    }
/* Box Shadows Effects */
.box h3 {
    text-align: center;
    position: relative;
    top: 80px;
}

.box {
    width: 70%;
    height: 200px;
    background: #FFF;
    margin: 40px auto;
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

    .effect4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #c6c7c8;
        -webkit-box-shadow: 0 15px 10px #c6c7c8;
        -moz-box-shadow: 0 15px 10px #c6c7c8;
        box-shadow: 0 15px 10px #c6c7c8;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }
/* Box Shadows Effects End*/



/*==================================================
 * Return Top
 * ===============================================*/
/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop {
    background-image: url('CssImages/gotoTop.png');
    display: none;
    position: fixed;
    top: 75%;
    left: 90%;
    padding: 9px 4px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    /*border: 1px solid #e0e0e0;*/
    /*background: #fff;*/
}

/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop {
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px");
}
    /*鼠标进入的反馈效果*/
    #gotoTop.hover {
        background-position: -100% 0;
    }



/* 超小屏幕（手机，小于 768px）xs */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
@media (max-width: 768px) {
    .navbar-header {
        margin-left: 0 !important;
    }

    #navbar {
        /*margin-left: 0 !important;*/
        margin: 30px auto !important;
    }

    #homeNavMenu {
        text-align: center;
    }

        #homeNavMenu > li {
            float: left;
        }

            #homeNavMenu > li.loginlangli {
                float: right;
            }

    #cpnavinnerclearli {
        display: block;
        float: none !important;
    }

    #navbar {
        display: block;
        visibility: visible;
    }

    .navlih3 {
        display: none !important;
    }

    #modalLogin .modal-dialog {
        width: 370px;
        margin: 10% auto;
    }

    #modalChangePassword .modal-dialog {
        margin: 10% auto;
    }

    #valiCodeTxt {
        width: 82px;
        margin-right: 5px;
        margin-bottom:5px;
    }

    #valiCode {
        width: 55px !important;
    }

    #cpLoginFormDiv {
        border-left: none !important;
        border-top: 1px solid #eee;
        margin-top: 25px;
        padding-top: 20px !important;
    }

    #cpquickloginlabel {
        margin-bottom: 20px !important;
    }

    #cpContactMediaBody .contactTitleDiv {
        padding-left: 0 !important;
    }

        #cpContactMediaBody .contactTitleDiv h4 {
            font-weight: bold;
        }

    #cpContactEmail {
        font-size: 16px !important;
    }
    #xsFooterPhone{
        text-align:center;
    }
    /*#Contect{
        min-width:400px;
    }*/
    /*#l-map{
        margin-top: 20px;
    }*/
    #cpSearchInput{
        max-width: none !important;
        width: 100% !important;
    }
}
/* 小屏幕（平板，大于等于 768px）sm */
@media (min-width: 768px) {
    .logoTop {
        position: absolute;
        top: -47px;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1024_sub.png') no-repeat;
        width: 768px;
        height: 47px;
    }

    .logobg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1024.png') no-repeat;
        z-index: 0;
        width: 768px;
        height: 100%;
    }

    #ProductsList .product img {
        height: 196px;
        /*width: 296px;*/
    }

    #modalLogin .modal-dialog {
        width: 370px;
    }

    #homeNavMenu {
        margin: 35px 30px 30px 0px;
    }

    #navbar li.loginlangli {
        margin-left: 30px;
    }

    img:not(.img-responsive) {
        max-width: 600px !important;
    }

    #pdparmdiv {
        border: none !important;
    }

    #valiCodeTxt {
        width: 150px !important;
    }

    #cpLoginFormDiv {
        border-left: none !important;
        border-top: 1px solid #eee;
        margin-top: 25px;
        padding-top: 20px !important;
    }

    #cpquickloginlabel {
        margin-bottom: 20px !important;
    }

    #l-map {
        max-width: 300px;
    }
    #cpSearchInput{
        max-width: none !important;
        width: 100px !important;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px）md */
@media (min-width: 992px) {
    #navbar li {
        margin: 0 10px;
    }

    .container {
        width: 1024px;
        padding: 0;
    }

    .logoTop {
        position: absolute;
        top: -47px;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1024_sub.png') no-repeat;
        width: 1024px;
        height: 47px;
    }

    .logobg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1024.png') no-repeat;
        z-index: 0;
        width: 1024px;
        height: 100%;
    }

    #ProductsList .product img {
        height: 115px;
        /*width: 152px;*/
    }

    #footer_bg #footer_fore #VerticalLine {
        padding-right: 30px;
    }

    #modalLogin .modal-dialog {
        width: 700px;
    }

    #cpLoginFormDiv {
        border-top: none !important;
        border-left: 1px solid #eee !important;
        margin-top: 0;
        padding-top: 0;
    }

    #cpquickloginlabel {
        margin-bottom: 70px !important;
    }

    #l-map {
        max-width: 600px;
    }

    .thumbnail > img {
        max-width: 200px !important;
    }

    img:not(.img-responsive) {
        max-width: 1024px !important;
    }
    #cpSearchInput{
        max-width: none !important;
        width: 100% !important;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px）lg */
@media (min-width: 1200px) {
    #navbar li {
        margin: 0 20px;
    }

    .container {
        width: 1280px;
        padding: 0;
    }

    .logoTop {
        position: absolute;
        top: -47px;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1280_sub.png') no-repeat;
        width: 1280px;
        height: 47px;
    }

    .logobg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1280.png') no-repeat;
        z-index: 0;
        width: 1280px;
        height: 100%;
    }

    #ProductsList .product img {
        height: 133px;
        /*width: 227px;*/
    }

    #footer_bg #footer_fore #VerticalLine {
        padding-right: 60px;
    }

    #modalLogin .modal-dialog {
        width: 700px;
    }

    #cpLoginFormDiv {
        border-top: none !important;
        border-left: 1px solid #eee !important;
        margin-top: 0;
        padding-top: 0;
    }

    #cpquickloginlabel {
        margin-top: 31px;
        margin-bottom: 70px !important;
    }

    img:not(.img-responsive) {
        max-width: 1280px !important;
    }
    #cpSearchInput{
        max-width: none !important;
        width: 100% !important;
    }
}
/* 超大屏幕（大桌面显示器，大于等于 1280px） */
@media Screen and (min-width: 1280px) {
    #navbar li {
        margin: 0 20px;
    }

    .container {
        width: 1280px;
        padding: 0;
    }

    .logoTop {
        position: absolute;
        top: -47px;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1280_sub.png') no-repeat;
        width: 1280px;
        height: 47px;
    }

    .logobg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url('CssImages/jfancytile/PusherView_1280.png') no-repeat;
        z-index: 0;
        width: 1280px;
        height: 100%;
    }

    #ProductsList .product img {
        height: 133px;
        /*width: 227px;*/
    }

    #footer_bg #footer_fore #VerticalLine {
        padding-right: 60px;
    }

    #modalLogin .modal-dialog {
        width: 700px;
    }

    #cpLoginFormDiv {
        border-top: none !important;
        border-left: 1px solid #eee !important;
        margin-top: 0;
        padding-top: 0;
    }

    #cpquickloginlabel {
        margin-top: 31px;
        margin-bottom: 70px !important;
    }
    #cpSearchInput{
        max-width: none !important;
        width: 100% !important;
    }
}
