*{ box-sizing:border-box;}
html {
    font-size: 10px;
}

body,h1,h2,h3,h4,ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.6rem;
    font-family: "微软雅黑";
    color: #333;
    background:url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.wrap {
    width: 1200px;
    margin: auto;
}

a {
    text-decoration: none;
    color: #333;
}

.clr:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pad {
    padding: 40px 0;
}

li {
    list-style-type: none;
}
video{display: block; max-width:100%;}
h1,.h1 {
    font-size: 30px;
    font-weight: normal;
}
h2,.h2{ font-size: 24px; font-weight: normal;}
h3,.h3{ font-size: 18px; }
input,textarea {
    outline: 0; font-family: "微软雅黑";
}

header .h{ background:#D98719; padding:10px 0;}/* #B87333  */
    header .h .logo{ height:50px; padding-top: 5px;}
    header .h img{ display: block; max-height: 100%}
    header .h .tel{ border-left:1px solid #B87333; padding:5px 10px; color: #fff; font-size: 14px; margin-left: 10px;}
    header .h .tel a{ display: block; color: #fff; font-family: "impact"; font-size: 24px;}
    header .h .tel:hover{ background:#B87333;}
    header .h .m{ margin-left:200px; height:60px; line-height: 60px; border-left: 1px solid #B87333; padding-left: 15px; color: #fff;}
    header .h .fr{ text-align: right;}
    header .h .fr a{ display: inline-block; font-size: 12px; color: #fff; text-transform:uppercase;}
        header .h .fr a:hover{ text-decoration: underline;}
    header .h form{ padding-top:0px;}
    header .h input.txt{ width: 340px; height: 36px; line-height: 36px; padding: 0 10px; background:rgba(255,255,255,.7);  border:1px solid #b87333}
    header .h input.btn{ background:#333; border:0; height: 35px; padding: 0 20px; color: #fff;}
header nav { background:#B87333;}

header nav a {
    display: block;
    float: left;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
section#Tags{ padding: 30px 0;}
    section#Tags .h3{ margin-bottom: 10px;}
#Tags a{ display: inline-block; padding:6px 10px; background:#333; color: #fff; margin-bottom: 6px;}
    #Tags a:hover{ background:#D98719; color: #fff;}
header nav a.on,header nav a:hover {
    background: #d98719; color: #fff;
}

header nav .ico,header nav .search {
    height: 50px;
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 18px;
    color: #666;
}

header nav .search {
    margin-left: 18px;
    margin-right: 0;
}

header nav .search:hover {
    border-bottom: 0;
}

header nav .search:hover svg {
    opacity: 0.9;
}

header nav .search svg {
    opacity: 0.5;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 6px;
    ;
}

header nav .ico a {
    color: #D98719;
    font-weight: bold;
    display: block;
    float: none;
    margin: 0;
    height: normal;
    line-height: normal;
}

header nav .ico a:hover {
    border-bottom: 0;
}

#drop {
    position: absolute;
    box-shadow: 0 5px 10px rgba(100,100,100,.2);
    left: 0;
    top: 90px;
    background: #fff;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 30px 0;
    display: none;
}

#drop>.wrap>div {
    display: none;
}

#drop .diaosu>div {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    color: #999;
}

#drop .diaosu .ti {
    margin-bottom: 20px;
}

#drop .diaosu a {
    display: inline-block;
    padding: 5px;
}

#drop .diaosu a:hover {
    color: #D98719;
    text-decoration: underline;
}

footer {
    background: #4f2f03; padding:20px 0;
    color: #fff;
}
footer div.link {
    margin-top:20px;
    border-top: 1px solid #673d04;
    padding-top:10px;
    color: #ccc;
}

footer a {
    color: #ccc;
}
footer a.b{ display: none;}
footer .link a:hover {
    color: #D98719;
}

#qmenu {
    width: 70px;
    position: fixed;
    right: 0;
    bottom: 300px;
}

#qmenu a {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 1px;
    position: relative;
}

#qmenu a:hover {
    padding-right: 20px;
}

#qmenu a>div {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 80px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: #D98719;
    color: #fff;
}

#qmenu a.top>div {
    background: #ddd;
    color: #999;
}

#qmenu a .fl {
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
}

#qmenu a .fl svg {
    width: 30px;
    height: 30px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    display: block;
    margin: 10px auto 5px;
}

#qmenu a .cont {
    padding: 5px 20px 5px 0;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    margin-left: 70px;
    white-space: nowrap;
}

#qmenu a .cont img {
    display: block;
    height: 60px;
}

#win {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 999999;
}

#win.on {
    display: block;
}

#win>div {
    position: relative;
    width: 100%;
    height: 100%;
}

#win>div>.box {
    position: absolute;
    width: 640px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -320px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-sizing: border-box;
    padding: 30px;
}

#win .box a.close {
    display: block;
    text-align: right;
    font-size: 30px;
    margin-top: -10px;
    cursor: pointer;
}

#win .box a.close:hover {
    color: #D98719;
}

#gbook>div {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

#gbook li {
    list-style: none;
    padding: 5px;
    color: #666;
    font-size: 1.2rem;
}

#gbook label {
    display: block;
    width: 60px;
    text-align: right;
    font-size: 1.4rem;
    line-height: 40px;
    float: left;
}

#gbook li>div {
    padding-left: 70px;
    width: 100%;
    box-sizing: border-box;
}

#gbook label b {
    color: #c71127;
}

#gbook input,#gbook textarea {
    color: #333;
    display: block;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 5px 15px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
}

#gbook input:hover,#gbook textarea:hover {
    border-color: #ccc;
}

#gbook input.code {
    width: 120px;
    float: left;
}

#gbook input.btn {
    width: 49%;
    height: 45px;
    padding: 0;
    float: left;
    margin: 0;
    background: #333;
    color: #fff;
    border: 0;
    font-size: 1.6rem;
    opacity: .7;
}

#gbook input.sbt {
    float: right;
    background: #c71127;
}

#gbook input:hover {
    opacity: 1;
}

#gbook textarea {
    height: 100px;
    vertical-align: top;
}

#code {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    height: 40px;
}
#plist .part {background:rgba(255,255,255,.8);
    display:block;
    width:24%;
    margin-right:1.33%;
    margin-bottom:1.33%;
    float:left;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
#plist .part.end {
    margin-right:0;
}
#plist .part .pic {
    overflow:hidden;
}
#plist .part img {
    display:block;
    width:100%;
}
#plist .part:hover{ background:#D98719; transition-duration:0.25s;}
    #plist .part:hover h4{ color: #fff;}
    #plist .part:hover p{ color: #fff}
#plist .part .i {

    padding:24px 20px;
}
#plist .part h4 {
    font-size:18px;
    font-weight:normal;
    color: #D98719;
    overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
#plist .part p {
    margin:20px 0 0;
    font-size:12px;
    color:#999;
    line-height:1.6em;
    height:80px;
    overflow:hidden;
}
@media screen and (max-width:1200px) {
    .wrap {
        width: 1100px;
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        width: 980px;
    }

    header nav a {
        font-size: 14px;
    }
}