@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;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.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: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section1+...)		footer*/

/* 通用头部开始 */
.bx-1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 630px;
    background: url(banner.png) no-repeat center -470px ;
    background-size: 1920px;
    border-bottom: 17px solid #83A602;
    overflow: hidden;
}

.logo{
    width: 342px;
    height: 70px;
    background: url(logo.png) no-repeat center center;
    margin-top: 64px;
}
.banner-title{
    margin: 0 auto;
    margin-top: 61px;
    text-align: center;
}

.header form{
    margin: 0 auto;
    width: 522px;
    height: 53px;
    border-radius: 23px;
    background-color: #fff;
    margin-top: 68px;
}
.text_input{
    width: 412px;
    color: #D3D3D3;
    padding-left: 41px;
    line-height: 53px;
    font-size: 22px;
    border-radius: 23px;
    padding-right: 30px;
}
.text_input_search{
    width: 109px;
    height: 53px;
    background: url(search.png) no-repeat center center #245E18;
    border-radius: 23px;
    float: right;
}
.section{
    background-color: #fff;
    box-shadow: 4px 7px 21px 0 rgba(201, 219, 198, 0.3);
    margin-top: -39px;
    padding: 41px 24px;
    margin-bottom: 128px;
}
.section-dqwz{
    font-size: 14px;
}
.section-nr{
    margin-top: 62px;
}

.section-title{
    text-align: center;
    margin-bottom: 35px;
}
.section-title h1{
    font-size: 32px;
    color: #83A602;
    letter-spacing: 4px;
}
.section-title p{
    font-size: 16px;
    color: #ADD519;
}

.section-fhzy{
    font-size: 24px;
    margin-top: 63px;
    text-align: right;
}
.section-fhzy a{
    color: #83A602;
}