@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: 618px;
    background: url(banner.png) no-repeat center;
    overflow: hidden;
}

.logo{
    width: 342px;
    height: 70px;
    background: url(logo.png) no-repeat center center;
    margin-top: 96px;
}
.banner-title{
    margin: 0 auto;
    margin-top: 86px;
    text-align: center;
}
.header form{
    margin: 0 auto;
    width: 1008px;
    height: 63px;
    border-radius: 13px;
    background-color: #fff;
    margin-top: 68px;
}
.text_input{
    width: 825px;
    color: #D3D3D3;
    padding-left: 47px;
    line-height: 63px;
    font-size: 17px;
    border-radius: 13px;
    padding-right: 30px;
}
.text_input_search{
    width: 178px;
    height: 56px;
    background: url(search.png) no-repeat center center #2F79F4;
    border-radius:  0 13px  13px 0;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}
.section{
    margin-top: 65px;
}
.section-dqwz{
    font-size: 12px;
    color: #808080;
}
.section-dqwz a{
    color: #808080;
}
.section-nr{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    margin-bottom: 100px;
}
.section-left{
    width: 282px;
}
.section-top{
    width: 100%;
    height: 57px;
    color: #2F79F4;
    line-height: 57px;
    font-size: 24px;
    font-weight: 500;
    background: url(lmy.png)no-repeat center center;
    padding-left: 80px;
    border-bottom: 3px solid #2F79F4;
}
.section-bottom{
    padding-bottom: 65px;
    background-color: #F7F7F7;
}
.section-bottom li {
    font-size: 21px;
    color: #83A602;
    letter-spacing: 2px;
    line-height: 60px;
    font-weight: 500;
    height: 60px;
    border-bottom:1px dashed #B3B3B3;
    background: url(lilist2.png) no-repeat 77px center;
}

.section-bottom li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 33px;
    padding-left: 103px;
    color: #666666;
}
.section-bottom li a span{
    display: none;
}
.section-bottom li.active a{
    background: url(lilist.png) no-repeat 77px center #2F79F4;
    color: #fff;
}
.section-bottom li.active a span{
    display: block;
}
.section-right{
    width: 918px;
    padding-left: 10px;
    margin-top: 54px;
    border-top: 3px solid #2F79F4;
}
.section-right li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    background: url(lilist2.png) no-repeat 20px center;
    font-size: 14px;
    border-bottom: 1px dashed #CCCCCC;
    color: #808080;
}