﻿body {
    margin: 0px;
    font-size: 11.5pt;
    color: #333;
}
#header {
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.19);
    border-bottom: 2px solid rgba(255, 246, 4, 0.15);
}
.inner {
    width: 1024px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (min-width: 1200px){
    .inner {
        width: 1200px;
    }
}


#header .inner {
    height: 88.8888px;
}
a#logo {
    display: block;
    position: absolute;
    overflow: hidden;
    color: #f3e374;
    top: 12px;
}
#logo > img {
    display: block;
    width: 66px;
    height: 66px;
    float: left;
}
#logo div {
    margin-left: 76px;
}
#logo h2 {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    letter-spacing: 3px;
}
#logo p {
    font-size: 10pt;
    letter-spacing: 2px;
}
ul#navs {
    overflow: visible;
    position: absolute;
    top: 22px;
    right: 0;
}
#navs a {
    display: block;
    line-height: 44px;
    width: 68px;
    text-align: center;
    color: #f3e374;
    border-bottom: 2px solid transparent;
}
#navs > li {
    float: left;
    padding: 0 10px;
    position: relative;
}
#navs a:hover {
    color: #00cc33;
}
#navs li.selected a {
    color: #00cc33;
    border-bottom: 2px solid #00cc33;
}
#header.show-content {
    background-color: #333;
}
#navs > li#navPosts {
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0;
}
#navs .menu-more > a{
    background: url("images/down12.png") right center no-repeat;
}
#navs .menu-more > ul {
    display: none;
    position: absolute;
    left: 20px;
    width: 148px;
    background-color: rgba(0,0,0,0.75);
    border-radius: 4px;
}
#navs li.menu-more.open > ul {
    display: block;
}
#navs .menu-more:hover > ul {
    display: block;
}
#navs .menu-more > ul > li {
    float: none;
}
#navs .menu-more > ul a {
    display: block;
    line-height: 44px;
    padding: 0 12px;
    width: auto;
    text-align: left;
    border-bottom: 1px solid #404040;
}
#navs .menu-more > ul li.last a {
    border-bottom: 0px;
}
#header > .inner {
    overflow: visible;
}
#navs > li#navLogin {
    padding-top: 8px;
}
a.btn.btn-try, a.btn.btn-entry,
#navs a.btn.btn-try, #navs a.btn.btn-entry {
    display: inline-block;
    line-height: 30px;
    font-size: 10pt;
    color: #fff;
}

#navLogin > a:hover {
    color: #ffeeee;
}
a.btn.btn-entry, #navs a.btn.btn-entry {
    background-color: #f39c04;
}
.section-try-btns {
    display: none;
}
#footer {
    background-color: #333;
    padding-top: 15px;
}

    #footer .right {
        width: 300px;
        float: right;
        color: #f3e374;
        overflow: hidden;
        padding: 5px;
    }
#footer .right img {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    box-shadow: 0 0 5px #00cccc;
    border-radius: 5px;
}
#footer .right > div {
    margin-left: 115px;
    padding-top: 20px;
}
#footer .left {
    margin-right: 335px;
}
#footer .left img {
    width: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}
    #footer .left h2 {
        border-bottom: 1px solid #000;
        color: #f3e374;
        margin-bottom: 0px;
        padding-bottom: 10px;
        line-height: 56px;
    }
    #footer .line-copy {
        color: #e9b58c;
        border-top: 1px solid #666;
        padding: 10px 0;
        font-size: 10pt;
        overflow: hidden;
    }
        #footer .line-copy a {
            color: #e9b58c;
        }
#footer .line-copy .right-links {
    float: right;
}
#footer .line-copy .right-links a {
    display: inline-block;
    padding: 0 5px;
}
#footer .line-copy a:hover {
    color: #ff3300;
}
.line-baidu-thumb {
    position: absolute;
    left: -10000px;
    top: -10000px;
}

html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative;}
#main { padding-bottom: 150px;}
#footer { 
    position: absolute; bottom: 0; left: 0; width: 100%; 
    height: 120px; 
}

/*********************************************************************************/

h1,h2,h3,h4,h5,h6,p {
    margin: 0px;
    margin-bottom: 15px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    padding: 0px;
}

img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.clearfix {
    overflow: hidden;
}
a {
    color: #00cccc;
    text-decoration: none;
}
a:hover {
    color: #33dddd;
}
    a.btn {
        display: inline-block;
        line-height: 50px;
        margin: 0 5px;
        background-color: #c7000c;
        color: #ffffff;
        text-decoration: none;
        border-radius: 5px;
        width: 150px;
        text-align: center;
    }

/******************************/
#sectionTop {
    height: 265px;
    overflow: hidden;
    position: relative;
}

#sectionTop > img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

#sectionTop .inner {
    padding-top: 100px;
    height: 165px;
    overflow: hidden;
}
    #sectionTop h2 {
        color: #fff9cf;
        text-align: center;
        padding-top: 60px;
        font-size: 28pt;
        letter-spacing: 12px;
    }


.dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("images/modal.png");
    background: rgba(0, 0, 0, 0.5);
}

.dialog-wrap {
    position: absolute;
}

.dialog-title {
    background: #333;
    padding: 10px 12px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    cursor: move;
}

    .dialog-title .btn-close {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 30px;
        height: 30px;
        background: url("images/close-btn.png") center center no-repeat;
        cursor: pointer;
    }

.dialog-content {
    padding: 0.5em 1em;
    overflow: auto;
    background-color: #fff;
}

.dialog-buttons {
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    padding: 10px 12px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

    .dialog-buttons ul {
        text-align: center;
    }

    .dialog-buttons li {
        display: inline-block;
        ;
    }

    .dialog-buttons a {
        display: block;
        line-height: 40px;
        padding: 0 12px;
        background: #c7000c;
        color: #fff;
        margin: 0 8px;
        border-radius: 5px;
        min-width: 80px;
    }

        .dialog-buttons a:hover {
            color: #fff;
            background: #b4000c;
        }

.dialog-content > .load-error,
.dialog-content > .loading {
    padding: 50px 0;
    text-align: center;
}

.message-box {
    text-align: center;
    line-height: 1.5em;
    padding: 50px 0;
    max-height: 500px;
    overflow-y: auto;
}
/***********/
#dialogChrome .dialog-content {
    padding: 50px;
}

    #dialogChrome .dialog-content a.btn {
        width: auto;
        line-height: 44px;
        padding: 0 15px;
    }
/****************************/
.section-img-text > .inner {
    padding-left: 500px;
    box-sizing: border-box;
}
.section-text-img > .inner {
    padding-right: 500px;
    box-sizing: border-box;
}
.section-img-text .img-w1 {
    position: absolute;
    left: 0px;
    top: 0px;
}
.section-text-img .img-w1 {
    position: absolute;
    right: 0px;
    top: 0px;
}
.section-img-text .phone-w1,
.section-text-img .phone-w1 {
    width: 311px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 40px;
    overflow-y: auto;
    background: url("images/phone.png") left top no-repeat;
    background-size: 350px auto;
    padding-left: 20px;
    padding-right: 19px;
}


    .section-img-text .phone-w1 > h4,
    .section-text-img .phone-w1 > h4 {
        line-height: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 11pt;
    }

.section-img-text .scroll-w1,
.section-text-img .scroll-w1 {
    height: 336px;
    border-bottom: 1px solid #e5e5e5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
    .section-img-text .scroll-w1::-webkit-scrollbar,
    .section-text-img .scroll-w1::-webkit-scrollbar {
        width: 0px;
    }
    .section-img-text .scroll-w1 > img,
    .section-text-img .scroll-w1 > img {
        display: block;
        max-width: 100%;
        max-height: inherit;
        margin-top: -53px;
    }
ul.list-thumb-imgs {
    overflow: hidden;
    text-align: center;
}
ul.list-thumb-imgs > li{
    display: inline-block;
    margin: 5px;
}
ul.list-thumb-imgs img {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
}
ul.list-thumb-imgs > li.selected img {
    border-color: #c7000c;
}
.text-w1 {
    padding-top: 50px;
}
.text-w1 h2 {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: normal;
}
.text-w1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}
.text-w1 p {
    font-size: 14px;
    color: #999;
    margin-bottom: 35px;
}