﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
#body_0 {
    background: #F1EEE9;
}
/*#body_1 {
    background:url(../images/about_back.jpg) no-repeat;
    background-attachment:fixed;
    height:100%;
    width:100%;
    overflow-y:scroll;
    background-size:cover;
}*/

#warp {
    background: #F1EEE9;
}

#com {
    line-height: 50px;
    font-size: 9pt;
}

    #com .com {
        height: 50px;
        border-bottom: dotted 1px #d4d4d4;
    }

    #com .com-left {
        float: left;
    }

    #com .com-right {
        float: right;
    }

    #com ul li {
        float: left;
    }

        #com ul li.xian {
            font-family: "宋体",Arial;
            line-height: 50px;
            padding: 0 10px;
        }

#header {
    height: 90px;
}

.head-left, .head-center, .head-right {
    float: left;
}

    .head-left a {
        width: 143px;
        height: 40px;
        border-right: solid 1px #F1EEE9;
        display: inline-block;
        margin-top: 25px;
    }

.head-center {
    padding-top: 25px;
    padding-left: 15px;
    line-height: 20px;
    /*color: #F1EEE9;*/
}

.head-right {
    float: right;
}

.head-tips {
    height: 45px;
}

.head-quicklist a {
    margin-left: 20px;
    font-size:14px;
}

.head-quicklist a b{
                width:20px;
                height:20px;
                position:relative;
                left:5px;
                top:6px;
                display:inline-block;
                background:url(../images/ico_menu.png) center center no-repeat;
                background-position:0px -20px;
}
.head-quicklist a:hover b{
                background-position:0px 0px;
}








/*-----------------------*/
#menu {
    height: 50px;
    background: #cc0000;
}

.menu_left {
    width:100%;
}

    .menu_left ul li {
        float: left;
        line-height: 50px;
    }

        .menu_left ul li a:first-child {
            line-height: 50px;
            display: block;
            padding: 0 27px;
        }

        .menu_left ul li:hover:not(:first-child) a {
            background: #F1EEE9;
            color: #cc0000;
        }

        .menu_left ul li:first-child a {
            padding-left: 0px;
        }

        .menu_left ul li a:first-child {
            color: #fff;
        }
        .menu_left ul li:last-child {
            font-size:14px;
            color:#ffffff;
            text-align:right;
            float:right;
        }

        .menu_left ul li div.menu_box {
            position: absolute;
            background: #F1EEE9;
            z-index: 100;
            min-width: 220px;
            display: none;
            padding: 15px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .menu_left ul li:hover:not(:first-child) div.menu_box {
            display: block;
        }

        .menu_left ul li div.menu_box a {
            line-height: 30px;
            display: block;
            padding: 0 15px;
        }

            .menu_left ul li div.menu_box a:hover {
                background: #fff;
                color: #333;
                border-radius: 100px;
            }

            .menu_left ul li b{
                width:20px;
                height:20px;
                position:relative;
                left:5px;
                top:5px;
                display:inline-block;
                background:url(../images/ico_menu.png) center center no-repeat;
                background-position:0 -40px;
            }
            .menu_left ul li:hover b{
                background-position:0 -60px;
            }
            .menu_left ul li img{
                display:inline-block;
                vertical-align:middle;
            }

#banner {
    height: 600px;
    background: #333;
}

#video, #video_wrapper {
    width: 100% !important;
}

.jw-tab-focus {
    outline: 0 !important;
}

#video_container {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 1;
    text-align: center;
}

#banner .video_title {
    padding: 10px 15px 15px 10px;
    color: #fff;
    font-size: 30pt;
    display: block;
    margin: 0 auto;
    margin-top: 120px;
    text-shadow: 1px 1px 5px #000;
}

#banner .video_go {
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    margin: 0 50px;
    margin-top: 220px;
}

#video_container .video_go.red {
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
}

    #video_container .video_go.red:hover {
        border: solid 1px #cc0000;
        background: #cc0000;
    }


#quick-item {
    position: relative;
    z-index: 1;
    height: 100px;
    background: #cc0000;
}

    #quick-item ul li {
        height: 100px;
        width: 236px;
        float: left;
    }

        #quick-item ul li .quick-div {
            height: 140px;
            width: 226px;
            padding: 5px;
            background: #ffffff;
            margin-top: -280px;
            display: none;
        }

        #quick-item ul li a {
            width: 100%;

            display: block;
            color: #ffffff;
        }

            #quick-item ul li a:hover {
                text-decoration: underline;
            }
            /*
#quick-item ul li:hover .quick-div {
    display:block;
}
#quick-item ul li:hover {
    background:#ffffff;
}
*/
            #quick-item ul li a span {
                height: 40px;
                display: block;
                line-height: 40px;
                text-indent: 50px;
                background: url(../images/quick_ico.png) no-repeat;
                margin: 0 auto;
                position: relative;
                margin-top: 30px;
            }

                #quick-item ul li a span.a1 {
                    width: 210px;
                    background: url(../images/quick_ico.png) no-repeat;
                    background-position: 0px 0px;
                }

        #quick-item ul li:hover a span.a1 {
            /*background:url(../images/quick_ico.png) no-repeat;
    background-position:0px -40px;
    color:#cc0000;*/
        }

        #quick-item ul li a span.a2 {
            width: 230px;
            background: url(../images/quick_ico.png) no-repeat;
            background-position: 0px -80px;
        }

        #quick-item ul li:hover a span.a2 {
            /*background:url(../images/quick_ico.png) no-repeat;
    background-position:0px -120px;
    color:#cc0000;*/
        }

        #quick-item ul li a span.a3 {
            width: 220px;
            background: url(../images/quick_ico.png) no-repeat;
            background-position: 0px -160px;
        }

        #quick-item ul li:hover a span.a3 {
            /*background:url(../images/quick_ico.png) no-repeat;
    background-position:0px -200px;
    color:#cc0000;*/
        }

        #quick-item ul li a span.a4 {
            width: 140px;
            background: url(../images/quick_ico.png) no-repeat;
            background-position: 0px -240px;
        }

        #quick-item ul li:hover a span.a4 {
            /*background:url(../images/quick_ico.png) no-repeat;
    background-position:0px -280px;
    color:#cc0000;*/
        }

        #quick-item ul li a span.a5 {
            width: 150px;
            background: url(../images/quick_ico.png) no-repeat;
            background-position: 0px -400px;
        }

        #quick-item ul li:hover a span.a5 {
            /*background:url(../images/quick_ico.png) no-repeat;
    background-position:0px -440px;
    color:#cc0000;*/
        }

.home-why-using {
     margin-top:80px;
}
.home h2,.home-why-using h2,.home-why-choose h2,.home-choose-room h2,.home-partnership h2 {
    font-size:28px;
    padding:50px 0;
    text-align:center;
    color:#333;
}
.home-partnership h2 {
    border-bottom:solid 1px #eee;
    margin-bottom:30px;
}
.home-partnership {
    background:#ffffff;
    margin-top:50px;
    padding-top:30px;
    padding-bottom:40px;
}
.home-online {
    padding-bottom: 50px;
    background:#fff;
}
.home-why-using .margin-w {
    background:#fff;
    border-bottom-right-radius:10px;
}
.two-left, .two-right,.two-one {
    float:left;
    width:590px;
    font-size:14px;
}
.two-left {
    background:#000;
}
.two-right,.two-one {
    background:#fff;
}
.two-one{
    width:295px;
}
.four-one, .four-two {
    float:left;
    width:295px;
    height:295px;
}
.four-one {
    background:#000;
}
.four-one.white {
    background:#fff;
}

.four-two {
    width:590px;
    background:#333;
}
.home-box {
    margin:20px;
}
.home-box p {
    padding-bottom:5px;
    font-size:15px;
    color:#888;
    word-wrap:break-word;
}
.home-box p strong {
    font-size:16px;
    color:#333;
}
.home-view-more {
    display:inline;
    padding:10px 25px 12px 25px;
    background:#666;
    color:#fff;
    border-radius:100px;
    position:relative;
    top:35px;
}
.home-view-more:hover {
    background:#cc0000;
    color:#fff;
}

.pagination{
	position: absolute;
    z-index: 100;
    top: 100%;
    margin-top:-40px;
    left:50%;
    margin-left:-42px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    border:solid 1px #fff;
    margin-right:8px;
    opacity:0.5;
    background-color:transparent;
}
.swiper-pagination-bullet-active {
    border:solid 1px #fff;
    background-color: #fff;
    opacity:0.8;
}
/*
.home-box img {
    filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
}
.home-box img:hover {
    filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
}*/

#banner-page {
    height: 225px;
}
#catalog-title {
    height:60px;
    background:#000000;
    text-align:right;
    color:#ffffff;
    line-height:58px;
}
#catalog-title a {
    color:#ffffff;
}
#catalog-title b {
    margin:0 10px;
    font-weight:100;
}
#navigation {
    padding: 20px 0;
    background: #f5f5f5;
}

    #navigation a {
        padding: 0 30px;
        text-decoration: none;
        border-left: solid 1px #ccc;
        line-height:30px;
    }

        #navigation a:first-child {
            padding-left: 0px;
            border-left: solid 0px #444;
        }
#product_display {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#product_display {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#display {
    text-align: left;
    background:#ffffff;
}

    #display h1 {
        color: #cc0000;
        font-weight:100;
        font-size:22px;
        padding:30px 0 20px 0;
        border-bottom: solid 1px #eee;
    }
    #display .button-share {
        padding:15px 0;
        border-bottom:solid 1px #eee;
        text-align:right;
    }
    #display .button-share span {
        display:inline-block;
        color: #999;
        line-height:34px;
    }
    #display .button-share span.st_info {
        float:left;
    }
    #display .button-share span.st_info i{
        font-style:normal;
        margin-right:5px;
    }
    #display .button-share span.st_title {
        padding-right:5px;
    }
    #display .sharethis-inline-share-buttons {
        text-align:right;
    }
    #display .map {
        padding: 30px 0;
        border-bottom: solid 1px #eee;
        text-align: right;
    }

        #display .map i {
            font-style: normal;
            float: left;
            color: #cc0000;
            font-weight:bold;
        }

        #display .map b {
            font-family: "宋体";
            margin: 0 10px;
            font-weight: 100;
        }

    #content {
        padding-top: 40px;
        padding-bottom:40px;
        line-height: 28px;
        background:#ffffff;
    }

        #content .content-left, #content .content-right {
            float: left;
        }

        #content .content-left {
            width: 340px;
        }

        #content .content-right {
            width: 800px;
            padding: 0 40px 0 0;
        }

        #content img {
            max-width: 800px;
            padding:10px 0;
        }

        #content h4, #content .content-right h4 {
            font-size: 14px;
            color: #cc0000;
            font-weight: bold;
            border-bottom: solid 1px #eee;
            padding: 10px 0 10px 0;
            margin-bottom: 10px;
        }

            #content h4 a, #content .content-right h4 a {
                font-weight: 100;
                display: inline-block;
                padding: 2px 15px;
                height: 20px;
                line-height: 20px;
                float: right;
                border-radius: 100px;
                background: #81B626;
                color: #fff;
                text-decoration: none;
                font-size: 12px;
            }
			#content .content-right a {
                color:#cc0000;
				text-decoration:underline;
            }

        #content .content-right h1 {
            font-size: 28px;
            color: #81B626;
            font-weight: 100;
            border-bottom: solid 1px #eee;
            padding: 10px 0;
            margin-bottom: 10px;
        }

        #content .content-right .hot {
            text-align: right;
            padding-bottom: 20px;
        }

        #content .content-right ul li {
            text-align: right;
            border-bottom: dotted 1px #ccc;
            padding: 5px 0;
        }

            #content .content-right ul li a {
                float: left;
            }
        #content .content-left-box {
            border:solid 1px #ddd;
            padding:10px 0;
            margin-bottom:20px;
        }
        #content .content-left-box p {
            padding-bottom:9px;
            border-bottom:solid 1px #eee;
            font-weight:bold;
            margin-bottom:10px;
            padding:0 20px 9px 20px;
        }
        #content .content-left-box p i {
            font-style:normal;
            font-size:12px;
            color:#666;
            display:block;
            font-weight:100;
        }
        #content .content-left-box p i b {
            width:50px;
            display:inline-block;
            font-weight:100;
        }
        #content ul.left-quick-link li {
            float:left;
            width:168px;
            display:inline-block;
            text-align:center;
        } 
        #content ul.left-quick-link li:first-child {
            border-right:solid 1px #ddd;
        }   
        #content ul.left-quick-link li a {
            color:#cc0000;
            font-weight:bold;
        }
        #content ul.left-quick-link li a:hover {
            text-decoration:underline;
        }
        #content .content-left-box dl {
            text-indent:20px;
        }
        #content .content-left-box dl dt {
            line-height:36px;
        }
        #content .content-left-box dl dt:hover {
            border-left:solid 5px #cc0000;
            background:#f5f5f5;
        }
        #content .content-left-box ul.may-like-box {
            margin:0;
        }
        #content .content-left-box ul.may-like-box li {
            padding:5px 0;
        }
        #content .content-left-box ul.may-like-box li:hover {
            background:#f5f5f5;
        }
        #content .content-left-box ul.may-like-box li div img {
            margin-right:15px;
            border:solid 1px #eee;
            background:#fff;
            display:inline-block;
            float:left;
        }
        #content .content-left-box ul.may-like-box li i{
            display:inline-block;
            width:100%;
            float:left;
            width:300px;
            margin-left:20px;
            font-style:normal;
        }
#case {
    padding: 40px 0;
}
    #case ul {
        margin-left: -13px;
    }
    #case ul li {
        float: left;
        margin-left: 15px;
    }

        #case ul li div {
            width: 280px;
            height: 260px;
            margin-bottom: 30px;
            border: solid 1px #eee;
            border-radius: 5px;
            background:#fff;
        }

        #case ul li p.n-title {
            border-top: solid 1px #eee;
            text-align: center;
            width: 280px;
            height: 64px;
            display: table-cell;
            vertical-align: middle;
            background: #eee;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            line-height: 16px;
        }

        #case ul li p.n-intro {
            padding: 5px 20px 0 20px;
            font-size: 12px;
        }

        #case ul li a {
            text-decoration: none;
        }

            #case ul li a:hover div {
                border: solid 1px #cc0000;
                box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
            }

                #case ul li a:hover div p.n-title {
                    background: #cc0000;
                    color: #fff;
                }

        #case ul li p.p-img {
            padding: 5px;
        }

            #case ul li p.p-img img {
                width: 270px;
                height: 185px;
            }
    #case span.recommand-title {
        padding:8px 25px 10px 25px;
        display:inline-block;
        margin:0 auto;
        background:#cc0000;
        color:#fff;
        font-size:22px;
        margin-top:20px;
        margin-bottom:40px;
    }

.include-feedback {
    padding:20px;
    border:solid 1px #ddd;
    background:#f5f5f5;
}
.include-feedback p {
    padding:5px 0;
    color:#999;
}
.include-feedback p label {
    display:inline-block;
    width:104px;
    line-height:40px;
    text-align:right;
    margin-right:10px;
    color:#666;
}
.include-feedback p label b {
    color:#ff0000;
    margin-right:5px;
}
.include-feedback p input[type=text],.include-feedback p textarea {
    padding:5px;
    border:solid 1px #ccc;
    border-radius:3px;
    outline:none;
    font-size:15px;
}
.include-feedback p input[type=text]:focus,.include-feedback p textarea:focus {
    border:solid 1px #cc0000;
}
.include-feedback p input[type=submit],.include-feedback p input[type=reset] {
    padding:5px 15px 7px 15px;
    border:solid 1px #ff6600;
    background:#ff6600;
    color:#fff;
    font-weight:bold;
    border-radius:5px;
    outline:none;
    margin-right:20px;
    font-size:16px;
    cursor:pointer;
}
.include-feedback p input[type=submit]:hover {
    border:solid 1px #cc0000;
    background:#cc0000;
}

#to-top {
    height:48px;
    padding:15px 0;
    background:#F1EEE9;
}
    #to-top .click-to-top {
        width:48px;
        height:48px;
        background:url(../images/to_top.jpg) no-repeat;
        display:block;
        float:right;
        text-indent:-9999px;
        cursor:pointer;
    }
    #to-top .click-to-top:hover {
        background-position:0px -48px;
    }
#footer {
    border-top: solid 10px #cc0000;
    background: #000;
    padding: 50px 0 30px 0;
}

    #footer .follow h1 {
        font-size: 16px;
        padding-top: 10px;
    }

span.ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/sprite-social.png) -1000px no-repeat;
}

    span.ico.f {
        background-position: 0px 0px;
    }

    span.ico.i {
        background-position: -44px 0px;
    }

    span.ico.t {
        background-position: -90px 0px;
    }

    span.ico.g {
        background-position: -136px 0px;
    }

    span.ico.you {
        background-position: -176px 0px;
    }

#footer .fo-right h1 {
    text-align: right;
}

#footer .fo-right .so-box {
    margin-top: 20px;
    float: right;
}

#footer .fo-right input.ipt {
    float: left;
    border: solid 1px #ccc;
    width: 380px;
    height: 20px;
    padding: 5px;
    line-height: 14px;
    color: #ccc;
}

#footer .fo-right input.btn {
    float: left;
    position: relative;
    margin-left: -80px;
    width: 80px;
    height: 32px;
    text-align: center;
    border: none;
    background: #ff8800;
    font-size: 14px;
    color: #fff;
}
#footer .home-certification {
    border-top: dotted 1px #222;
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
}
#footer .home-certification img {
    height:40px;
    opacity:.4;
}
#footer .home-certification:hover img {
    opacity:.8;
}
#footer .copy {
    border-top: dotted 1px #222;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    color: #666;
}

    #footer .copy a {
        color: #666;
        display: inline-block;
    }

.footer-l {
    float: left;
    margin-right: 30px;
}

    .footer-l:last-child {
        margin-right: 0px;
    }

.footer-r {
    float: right;
    border-left: solid 1px #333;
    padding-left: 38px;
    text-align: center;
}

    .footer-l a, .footer-r a {
        color: #666;
        text-decoration: none;
    }

        .footer-l a:hover, .footer-r a:hover {
            color: #fff;
        }

    .footer-l p, .footer-r p {
        color: #fff;
        font-size: 14px;
    }

    .footer-l ul li, .footer-r ul li {
        color: #666;
        padding-top: 10px;
    }

        .footer-r ul li img {
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
            cursor: pointer;
        }

            .footer-r ul li img:hover {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
            }

        .footer-r ul li a.a-left {
            margin-right: 5px;
        }
