﻿@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
body{
   background-color: #fff9f0;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.bx-1200{
    width: 1200px;
    margin: 0 auto;
}

.header{
    height: 60px;
    line-height: 60px;
}
.banner{
    width: 100%;
    height: 507px;
    background: url(/picture/0/2007211451561537967.jpg) no-repeat center center;
}

.bottom{
    width: 100%;
    height: 13px;
    background: url(/picture/0/2007111119090145953.png) no-repeat center center;
    background-size: 100%;
}

.section1{
    margin-top: 37px;
    margin-bottom: 23px;
}
.section1-nr{
    width: 1180px;
    margin-left: 11px;
    background-color: #fff;
    padding: 22px;
    padding-top: 20px;
}
.section1-nr p {
    font-size: 22px;
    color: #B71D1D;
    font-weight: bold;
    line-height: 40px;

}
.section2{
    margin-bottom: 23px;
}
.section2-bt{
    text-align: center;
    color: #bc1b1f;
    background-color: #eec0a8;
    line-height: 40px;
    border-bottom: 3px solid #bf8f8f;
    width: 1180px;
    margin-left: 11px;
}
.section2-nr{
    width: 1180px;
    min-height: 200px;
    margin-left: 11px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    padding-left: 40px;
}
.section2-nr li{
    width: 180px;
    height: 180px;
    margin: 20px;
    float: left;
}
.section2-nr img{
    display: block;
    width: 180px;
    height: 122px;
}
.section2-nr a{
    color: #BB1C21;
    font-size: 12px;
    text-align: center;
    display: block;
}
.section2-nr a .big-p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}
.footer{
    width: 100%;
    height: 153px;
    background: url(/picture/0/2007111119087591867.png) no-repeat center center;
    margin-top: 50px;
}