﻿@charset "utf-8";
/* CSS Document */
body {
    font: sans-serif,Arial;
    color: #1a1a1a;
}

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:20px;
}

.header1 img {
    width: 100%;
    height: auto;
    display: inherit;
}

.conter03 {
    overflow: hidden;
    padding:1em .8em;
}
.conter03 .p1 {
    text-align:center;
    color:#F00;
}
    .conter03 .p2 {
        text-align: justify;
        text-indent:2em;
    }

.conter04 {
    overflow: hidden;
    padding: 1em .8em;
}

    .conter04 .smTitle {
        overflow: hidden;
        font-size: 1.3em;
        padding: 1em 0 .5em;
    }

    .conter04 .item {
        overflow: hidden;
        padding: .8em;
        background: #d55a57;
        text-indent: 2em;
        color: #fff;
        text-align: justify;
    }


.conter05 {
    overflow: hidden;
    padding: .8em;
}
.conter05 .item{
    display:table;
    width:100%;
    margin-top:1em;
}
    .conter05 .item>div {
        display: table-cell;
        padding:.3em;
        vertical-align:middle;
    }
    .conter05 .item .top {
        width: 23%;
        color: #fff;
        background: #fa7d7e;
        text-align:center;
    }
    .conter05 .item .bottom {
        background: #d6d6d6;
    }
    .conter05 .djBtn {
        display: block;
        width: 50%;
        padding: .5em;
        color: #fff;
        background: #fa7d7e;
        margin:1.3em auto 0;
        text-align:center;
    }


.conter06 {
    overflow: hidden;
    padding: 1em 0 0;
}

    .conter06 .kcszList {
        overflow: hidden;
        padding:.8em;
    }

        .conter06 .kcszList .item {
            width: 100%;
            margin: .5em auto;
        }

            .conter06 .kcszList .item span {
                width: 100%;
                padding: .4em;
                margin: auto;
                background: #fa7d7e;
                display: block;
                text-align: center;
                color: #fff;
                font-size: 1.3em;
            }

            .conter06 .kcszList .item p {
                padding: 1em;
                border: 1px solid #cbcbcb;
            }


.conter07{
    display:block;
    margin:0 auto  ;
}


.conter08{
    padding:.8em 0;
    overflow:hidden;
}


.bdDiv {
    padding: 1em 0 .2em 0;
}

    .bdDiv .item {
        margin: .5em;
        overflow: hidden;
    }

    .bdDiv span {
        display: block;
        width: 30%;
        float: left;
        text-align: right;
        line-height: 40px;
    }

    .bdDiv .bdk {
        width: 65%;
        height: 40px;
        float: left;
        border: 1px solid #727272;
        border-radius: .3em;
        background: #fff;
    }

    .bdDiv input {
        padding: 0 5px;
    }

.tjBtn {
    width: 70%;
    margin: 1.5em auto .5em;
    background: #fa7d7e;
    padding: .4em;
    color: #fff;
    text-align: center;
}


.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;
    }

#txtContact {
    padding: 0 5px;
    width: 65%;
    height: 38px;
    border: 0;
    float: left;
}


.conter10{
    padding:.8em 0;
    overflow:hidden;
    background:#f5f5f5;
}
    .conter10 a {
        display: block;
        width: 80%;
        padding:.4em;
        text-align: center;
        background: #e1e1e1;
        margin:1em auto 0;
    }






@media screen and (min-width:360px) {
	 .conter {font-size:13px;line-height:25px;}

 	}
	
@media screen and (min-width: 425px) {
	 .conter {font-size:16px;line-height:25px;}

	}
@media screen and (min-width: 600px) {
	 .conter {font-size:20px;line-height:28px;}

 	}