﻿@charset "utf-8";
/* CSS Document */
body {
    font: sans-serif,Arial;
}

body {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #444;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #F00;
}


.conter {
    max-width: 750px;
    margin: 0 auto;
    font-size:10px;
    line-height:180%;
}

.header1 img {
    width: 100%;
    height: auto;
    display:inherit;
}

.conter04 {
    overflow: hidden;
    padding: .8em;
    text-align: justify;
    background: #d9d9d9;
}


.djBtn {
    display: block;
    width: 60%;
    padding: .4em;
    margin: 1em auto 0;
    text-align: center;
    background: #df525d;
    color: #fff;
    border-radius: .5em;
}

.conTitle p {
    font-size: 1.4em;
    font-weight: bold;
    line-height: normal;
    padding-bottom: .2em;
    color: #783668;
    text-align: center;
}
.conter05 {
    overflow: hidden;
    padding: 1.5em 0 0;
}

    .conter05 .conMain {
        overflow: hidden;
        padding:1em .8em;
        text-align: justify;
    }
    .conter05 .p1 {
        text-indent: 2em;
        text-align: justify;
        padding: .5em 0;
    }

    .conter05 .p2 {
        padding: .5em 0;
    }

        .conter05 .p2 img {
            display: inherit;
        }

    .conter05 .p3 {
        text-indent: 2em;
        text-align: justify;
        padding: .5em 0;
    }

    .conter05 .p4 {
        text-align: justify;
        padding: .5em 0;
    }

        .conter05 .p4 span {
            color: #df525d;
        }


.conter06 {
    overflow: hidden;
    padding: 1.5em .8em;
}


.conter07 {
    overflow: hidden;
    padding: 2em 0;
    background: #f1f1f1;
}
.bdDiv{
    padding:.5em 0;
    overflow:hidden;
}
   .bdDiv .item{
    margin:.5em;
    overflow:hidden;
}
.bdDiv span{
    display:block;
    width:25%;
    float:left;
    text-align:right;
    line-height:40px;
}
.bdDiv .bdk {
    width: 65%;
    height: 40px;
    float: left;
    border: 1px solid #c6c7c4;
    background:#fff;
}
.bdDiv input{
    padding:0 5px;
    width: 65%;
    height: 40px;
    float: left;
    border: 1px solid #c6c7c4;
    background:#fff;
}
.tjBtn {
    width: 40%;
    margin: 1.4em auto 0;
    background: #df525d;
    padding: .4em;
    text-align: center;
    color: #fff;
    border-radius: .3em;
}

.bdDiv select{
    width:60px;
    text-align:center;
    height:38px;
    border:0;
    border-right:1px solid #ededed;
    padding-left:8px;
    float:left;
    margin-left:1px;
}
.bdDiv select option{
    text-align: center;
}
.bdDiv .item02 select{
    width:99%;
}
#txtContact{
    padding:0 5px;
    width: 65%;
    height: 38px;
    border:0;
    float: left;
}
.conter08 {
    overflow: hidden;
    padding: 1.5em 0 0;
}
    .conter08 .conMain {
        overflow: hidden;
        padding: 1em .8em;
    }

.conter09 {
    overflow: hidden;
    padding: 1.5em 0;
}
    .conter09 .conMain {
        overflow: hidden;
        padding: 1em .8em 0;
    }
    .conter09 a {
        width: 50%;
        overflow: hidden;
        float: left;
        display: block;
    }


@media screen and (min-width:360px) {
    .conter {
        font-size: 12px;
    }
}

@media screen and (min-width: 425px) {
    .conter {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .conter {
        font-size: 20px;
    }
}