﻿@charset "utf-8";
body {
    padding: 0;
    margin: 0;
    font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
    color: #2c2c2c;
    text-align: center;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

div {
    margin: 0 auto;
    text-align: left;
    font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
}

a:link, a:visited {
    color: #2c2c2c;
    text-decoration: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

em {
    font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/*other*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    width: 1000px;
}

.w1014 {
    width: 1014px;
}

.white, .white a:link, .white a:visited, .white a:hover {
    color: #fff;
}

.list_14 li {
    background: url(../images/dot.gif) no-repeat 0 12px;
    padding-left: 8px;
    font-size: 14px;
    font-family: \5B8B\4F53;
    line-height: 210%;
}
.list_14 li em{float:right;padding-right:0px;}


/*header*/
.header {
    height: 36px;
}

.header span {
    float: left;
    margin-left: 2%
}

.header span img {
    margin-top: 2px;
}

.header .logo_dw {
    margin-left: 10px;
}

.header .logo_dw img {
    height: 36px;
    margin-top: 0;
}

.header em {
    float: right;
    line-height: 34px;
    font-family: \5B8B\4F53;
    display: none;
}

.header em a {
    margin: 0 6px;
}

.header em, .header em a:link, .header em a:visited, .header em a:hover {
    color: #666;
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .header span {
        margin-left: 3%
    }
    
    .header .logo_dw {
        float: right;
        margin-right: 0
    }
    
    /*.header em{display:none;}*/
}

/*top*/
.topbg {
    background: url(../images/topbg.jpg) no-repeat top center;
    height: 368px;
    border-bottom: 1px solid #d48a78;
}

.top {
    height: 301px;
}

.top img {
    display: none;
}

.sou {
    margin: 0 13px 0 4px;
}

.sou div {
    float: left;
    margin-left: 9px;
}

.sou div span {
    background: #cdc19b;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.sou div input.inp1 {
    border: 1px solid #ddd4b6;
    width: 242px;
    height: 38px;
    background: #fff;
    line-height: 38px;
    font-size: 14px;
    vertical-align: middle;
    outline: none;
    padding-left: 5px;
    color: #ad9957;
}

.sou div input.inp1::-webkit-input-placeholder {
    color: #ad9957;
}

.sou div input.inp1:-moz-placeholder {
    color: #ad9957;
}

ou div input.inp1::-moz-placeholder {
    color: #ad9957;
}

.sou div input.inp1:-ms-input-placeholder {
    color: #ad9957;
}

.sou div select#select1 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd4b6;
    padding-left: 13px;
    font-size: 16px;
    color: #ad9957;
    vertical-align: middle;
    outline: none;
}

.sou div input#btn1, .d2_4 input#btn1 {
    font-size: 18px;
    width: 89px;
    height: 39px;
    background: #c61202;
    line-height: 39px;
    border: none;
    color: #fff;
    margin-left: 16px;
    vertical-align: middle;
    cursor: pointer;
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .topbg {
        background: none;
        border-bottom: none;
        height: auto
    }
    
    .top {
        height: auto;
        text-align: center;
    }
    
    .top img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .sou {
        width: 100%;
        margin: 0;
        background: #f5eed7;
        padding-top: 40px;
    }
    
    .sou div {
        float: none;
        margin-bottom: 20px;
    }
    
    .sou div span {
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    
    .sou div input.inp1 {
        height: 38px;
        line-height: 40px;
        width: 70%;
        font-size: 18px;
        padding-left: 2%
    }
    
    .sou div select#select1 {
        height: 40px;
        width: 72%;
        font-size: 18px;
    }
    
    .sou div input#btn1, .d2_4 input#btn1 {
        width: 97%;
        margin-left: 0;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

/*btn*/
.btn {
    margin-top: 23px;
    width: 80%;
    padding: 0 10%;
    text-align: center;
}

.btn img {
    width: 100px;
    height: 100px;
    margin: 0 10px;
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .btn {
        border-bottom: 1px solid #cdc19b;
        padding-bottom: 48px;
        margin-top: 10px;
    }
    
    .btn {
        padding: 15px 0 20px 0;
    }
    
    .btn img {
        width: 20%;
        height: auto;
        margin: 0 5px;
    }
}

/*p1*/
.p1_content {
    margin-top: 30px;
}

.p1_content .fl {
    width: 600px;
}

.p1_content .fr {
    width: 380px;
}

.p1_1 span, .p1_1 ul {
    float: left;
}

.p1_1 span {
    width: 26%;
}

.p1_1 ul {
    width: 74%;
}

.p1_1 span img {
    margin-top: 5px;
    margin-right: 35px;
}

/*.p1_1 ul{width:262px;}*/
.p1_1 ul li {
    background: #f5eed7;
    width: 86px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #c61202;
    font-weight: bold;
    margin-left: 1px;
    cursor: pointer;
}

.p1_1 ul li#active {
   
    color: #fff;
}

.p1_2 {
    margin-top: 22px;
    width: 100%
}

.p1_2 li a {
    margin-right: 20px;
}

.p1_3 {
    margin-top: 35px;
    margin-left: 5px;
}

.p1_3 input.inp2 {
    width: 389px;
    height: 40px;
    line-height: 40px;
    background: #f5eed7;
    font-size: 14px;
    padding-left: 10px;
    border: none;
    color: #ad9957;
    outline: none;
}

.p1_3 input.inp2::-webkit-input-placeholder {
    color: #ad9957;
}

.p1_3 input.inp2:-moz-placeholder {
    color: #ad9957;
}

.p1_3 input.inp2::-moz-placeholder {
    color: #ad9957;
}

.p1_3 input.inp2:-ms-input-placeholder {
    color: #ad9957;
}

.p1_3 input#btn2 {
    width: 89px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d2263a;
    font-size: 18px;
    color: #fff;
    border: none;
}

.p1_3 .search-guide {
    background: #f5eed7;
    width: 86px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    font-size: 16px;
    color: #c61202;
    font-weight: bold;
    margin-left: 1px;
    cursor: pointer;
    text-decoration: none;
}

.p1tit {
    display: none;
}

.p1_4 {
    background: url(../images/p1_2.jpg) no-repeat;
    background-color: #f5e7cd;
    width: 299px;
    height: 283px;
    padding: 70px 40px 10px 40px;
}

.p1_4 span {
    color: #d0b485;
    display: inline-block;
    margin: 0 4px;
    line-height: 180%;
    cursor: pointer;
    text-align: center;
}

.p1_4 span.size18 {
    font-size: 18px;
}

.p1_4 span.size21 {
    font-size: 21px;
}

.p1_4 span.size24 {
    font-size: 24px;
}

.p1_4 span.size26 {
    font-size: 26px;
}

.p1_4 span.size30 {
    font-size: 30px;
}

.p1_4 span.color1 {
    color: #bd9658;
}

.banner1 img {
    margin-top: 24px;
    width: 380px;
    height: 145px;
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .p1_1 span {
        width: 100%;
    }
    
    .p1_1 ul {
        width: 93%;
        padding-right: 7%;
        margin-top: 10px;
    }
    
    .p1_content {
        margin-top: 18px;
    }
    
    .p1_content .fl {
        margin-left: 5%;
    }
    
    .p1_content .fr {
        margin-top: 20px;
    }
    
    .p1_2 {
        width: 93%;
    }
    
    .p1_3 {
        margin-left: -2%;
        margin-top: 20px;
    }
    
    .p1_3 input.inp2 {
        width: 70%
    }
    
    .p1_3 input#btn2 {
        width: 25%
    }
    
    .p1_3 .search-guide {
        margin-top: 10px;
        margin-right: 2.5%;
    }
    
    .p1tit {
        display: block;
    }
    
    .p1tit img {
        width: 100%;
        height: auto;
    }
    
    .p1_4 {
        background: #f5f1e5;
        height: auto;
        padding: 5% 1% 5% 10%;
        margin-top: -1px;
        width: 89%;
        max-width: 640px;
        min-width: 320px;
    }
    
    .p1_4 span {
        margin: 0 5% 0 4%;
    }
    
    .banner1 {
        width: 90%;
    }
    
    .banner1 img {
        width: 100%;
        height: auto;
    }
}

/*d2list*/
.d2top {
    background: url(../images/d2top.jpg) no-repeat top center;
    height: 280px;
    border-bottom: 1px solid #d48a78;
}

.d2top div.w1000 {
    display: none;
}

.d2nav {
    border-bottom: 1px solid #dadada;
    height: 67px;
    line-height: 67px;
    font-family: \5B8B\4F53;
}

.d2nav a {
    margin: 0 4px;
}

.d2list {
    margin-top: 20px;
}

.d2list .fl {
    width: 380px;
}

.d2list .fr {
    width: 580px;
}

.d2_1 li {
    margin-bottom: 20px;
}

.d2_1 li input.inp3 {
    width: 97%;
}

.d2_1 li select#select3 {
    width: 271px;
}

.d2_1 li input.inp3, .d2_1 li select#select3 {
    height: 40px;
    line-height: 40px;
    background: #f5eed7;
    border: none;
    font-size: 14px;
    color: #ad9957;
    font-family: \5B8B\4F53;
    padding-left: 3%;
    outline: none;
    vertical-align: middle;
}

.d2_1 li input.inp3::-webkit-input-placeholder {
    font-size: 14px;
    color: #ad9957;
}

.d2_1 li input.inp3:-moz-placeholder {
    font-size: 14px;
    color: #ad9957;
}

.d2_1 li input.inp3::-moz-placeholder {
    font-size: 14px;
    color: #ad9957;
}

.d2_1 li input.inp3:-ms-input-placeholder {
    font-size: 14px;
    color: #ad9957;
}

.d2_1 li input#btn3 {
    width: 89px;
    height: 40px;
    line-height: 40px;
    background: #d2263a;
    border: none;
    font-size: 18px;
    margin-left: 4%;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.d2list .fr h1 {
    font-size: 24px;
    line-height: 26px;

    padding-left: 0px;
    color: #d2263a;
}

.d2none, .d2_4 {
    display: none;
}

.pagination {
    float: right;
    display: block;
    margin-right: 10px;
}

.pagination li {
    display: inline-block;
    text-align: center;
    width: 30px;
}

.pagination li.active {
    color: #d2263a
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .d2top {
        background: no-repeat;
        height: auto;
        border-bottom: none;
    }
    
    .d2top div.w1000, .d2_4 {
        display: block;
    }
    
    .d2top div.w1000 img {
        width: 100%;
        height: auto;
    }
    
    .d2list {
        margin-top: 40px;
    }
    
    .d2nav, .d2list .fl {
        display: none;
    }
    
    .d2nav, .d2list .fr {
        width: 95%;
        max-width: 640px;
        min-width: 320px;
    }
    
    .d2none {
        display: block;
        width: 100%;
        max-width: 640px;
        min-width: 320px;
        margin-top: 30px;
    }
    
    .d2_4 {
        width: 90%;
        max-width: 640px;
        min-width: 320px;
        margin-top: 30px;
    }
}

/*d2txt*/
.d2txt {
    width: 1000px;
    padding-top: 20px;
}

.d2txt h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
}

.d2txt h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 10px 0;
}

.d2txt h3 {
    font-size: 14px;
    text-align: center;
}

.d2txt_1 {
    text-align: center;
    margin-top: 18px;
    font-family: \5B8B\4F53;
}

.d2txt_con {
    margin-top: 5px;
}

.d2txt_con p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    font-family: \5B8B\4F53;
}

.editor {
    font-size: 14px;
    text-align: right;
    color: #ba0107;
}

.relevant {
    width: 900px;
    padding-top: 40px;
}

.relevant h3 {
    font-size: 18px;
}

.relevant ul {
    float: left;
    width: 420px;
    padding: 20px 10px 0 10px;
}

/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .d2txt {
        width: 95%;
        max-width: 640px;
        min-width: 320px;
    }
    
    .d2txt_1 {
        font-size: 14px;
        line-height: 16px;
    }
    
    .d2txt_con {
        border-top: 1px solid #d0d0d0;
    }
    
    .d2txt_con p {
        font-size: 20px;
    }
    
    .relevant {
        width: 85%;
        max-width: 640px;
        min-width: 320px;
    }
    
    .relevant ul {
        float: none;
        width: 85%;
        max-width: 640px;
        min-width: 320px;
        padding: 20px 0 0 0;
    }
    
    .relevant ul.fr {
        padding-top: 0
    }
}

/*=copyright=*/
#copyright {
    clear: both;
    margin: 0 auto;
    padding: 1px 0 30px 0;
    text-align: center;
    font-family: \5B8B\4F53;
    width: 100%;
}

/*---------MEDIA QUERIES Mobile phone --------------*/
@media (min-device-width: 320px) and (max-width: 689px),(max-device-width: 480px) {
    .w1000, .p1_content .fr, .d2top div.w1000 {
        width: 100%;
        max-width: 640px;
        min-width: 320px;
    }
    
    .w1014 {
        width: 100%;
        max-width: 480px;
        min-width: 320px;
    }
    
    .p1_content .fl {
        width: 95%;
        max-width: 640px;
        min-width: 320px;
    }
}