@charset "utf-8";
/* CSS Document */
.bgfff {
	background: #fff;
}
.clearfix:after
{
	content:'';
	display:block;
	clear:both;
}
.banner
{
    width: 100%;
}
.banner img
{
    max-width: 100%;
    display: block;
}
.zxwd
{
    width: 100%;
    padding: 10px 0;
    background: #facf60;
}
.wdnr div
{
    width: 32%;
    float: left;
    margin: 0.5%;
    background: #910101;
    color: #fff;
    text-align: center;
    padding: .5rem 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 1rem;
}
.wdnr
{
    width: 80%;
    margin: 0 auto;
}
.bmlc
{
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0;
    border-bottom: 1px dashed #666;
}
.bmlc img
{
    width: 100%;
}
.bmlc ul
{
    width: 100%;
}
.bmlc li
{
    width: 20%;
    float: left;
}
.bmlc .bmt
{
    width: 90%;
    margin: 0 auto;
}
.bmlc p
{
    font-size: 1rem;
    color: #666;
    line-height: 1.5rem;
    text-align: center;
    font-weight: bold;
}
.bmlc li.jt p
{
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #666;
    line-height: 5rem;
}
.bdbq
{
    width: 80%;
    padding: .5rem 4%;
    background: #fff;
    margin: 1rem auto;
    box-shadow: -2px -2px 15px #888888;
    -webkit-box-shadow: -2px -2px 15px #888888;
    -o-box-shadow: -2px -2px 15px #888888;
    -ms-box-shadow: -2px -2px 15px #888888;
    -moz-box-shadow: -2px -2px 15px #888888;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
}
.bqjg
{
    width: 10%;
    float: left;
    padding-right: 3%;
}
.bqjg img
{
    width: 100%;
}
.bqnr
{
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #333;
}
.bqnr span
{
    font-weight: bold;
    color: #bf2828;
    font-size: 1.6rem;
}
.zxbd
{
    margin-top: 1rem;
    text-align:center;
    font-size: 1rem;
}
.zxbd p
{
    font-weight: bold;
    line-height: 1.5rem;
    color: #333;
}
.zxbd em
{
    color: #bf2828;
}
.bmnr
{
    width: 88%;
    margin:0 auto;
    margin-top: 1rem;
}
.bmnr h2
{
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.bmnr h2 em
{
    color: #bf2828;
}
.bmnr_1
{
    width: 97%;
    padding: .5rem 0 .5rem 3%;
    background: #f0f0f0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    margin-top: 1rem;
}
.bmnr_1 .bmxm
{
    width: 20%;
    float: left;
}
.bmnr_1 .inp
{
    width: 70%;
    float: left;
    height: 3rem;
}
.bmnr_1 input,.bmnr_1 select
{
    color: #a7a7a7;
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
}
.bdbtn
{
    width: 100%;
    padding: .8rem 0;
    background: #ed706b;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.2rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;  
    box-shadow: -2px -2px 15px #888888;
    -webkit-box-shadow: -2px -2px 15px #888888;
    -o-box-shadow: -2px -2px 15px #888888;
    -ms-box-shadow: -2px -2px 15px #888888;
    -moz-box-shadow: -2px -2px 15px #888888;  
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
color:#a7a7a7 !important; 
}

input:-moz-placeholder,textarea:-moz-placeholder{ 
color:#a7a7a7 !important; 
}

input::-moz-placeholder,textarea::-moz-placeholder{ 
color:#a7a7a7 !important; 
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
color:#a7a7a7 !important; 
}
@media screen and (max-width: 340px)
{
    .wdnr div
    {
        width: 49%;
    }
}
