* {
    margin: 0;
    padding: 0;
}

strong,
b {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

a,
u {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

a {
    display: inline-block;
    color: #000;
}

a:hover {
    color: #035fa8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

input {
    outline: none;
}

img {
    border: 0;
}


option,
select {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

body {
    min-width: 1200px;
}

/* 头部css */
.header {
    width: 100%;
}

.header .webname {
    width: 1210px;
    margin: 0 auto;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
}

.header .webname img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.header .webname span {
    vertical-align: middle;
    font-size: 14px;
}

.banner {
    width: 100%;
}

.header .nav {
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
    height: 60px;
    align-items: center;
}

.header .nav li {
    width: 200px;
    font-size: 22px;
    text-align: center;
}

.header .nav li a {
    color: #b10707;
    font-weight: bold;
}

.content {
    width: 1210px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.content .slide {
    width: 1210px;
    height: 675px;
    background-color: #000;
}

.content .listleft {
    float: left;
    width: 580px;
}

.content .listright {
    float: right;
    width: 580px;
}

.content .title {
    height: 64px;
    border-bottom: 1px solid #d6b16b;
    margin-bottom: 10px;
}

.content .title span {
    color: #b10707;
    font-weight: bold;
    float: left;
    height: 60px;
    border-bottom: 4px solid #b10707;
    line-height: 60px;
    font-size: 26px;
}

.content .title a {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
}

.content .list {
    padding-left: 18px;
    box-sizing: border-box;
}

.content .list li {
    height: 40px;
    line-height: 40px;
    list-style-type: square;
}

.content .list li::marker {
    color: #af3137;
}

.content .list li a {
    width: 100%;
}

.content .list li span:nth-child(2) {
    float: right;
}

.centerimg {
    margin: 10px 0;
}

.learn .learnleft {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.learn .learnleft ul {
    width: 780px;
}

.learn .learnleft ul li {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
}

.learn .learnleft ul li span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.learn .learnleft ul li img {
    width: 230px;
    height: 135px;
}

.learn .learnleft .right {
    width: 430px;
    height: 400px;
    border: 1px solid #cccccc;
}

.learn .learnleft .right .top {
    margin-bottom: 10px;
}

.learn .learnleft .right .top img {
    width: 130px;
    height: 170px;
}

.learn .learnleft .right .top a {
    display: inline-block;
    width: 135px;
    font-weight: bold;
}

.learn .learnleft .right .top a:hover {
    color: #000;
}

.learn .learnleft .right .top p {
    display: inline-block;
}

.learn .learnleft .right .top p:nth-child(1) {
    margin-right: 60px;
}

.learn .learnleft .right>div {
    padding: 10px 40px 0 40px;
    box-sizing: border-box;
}

.learn .learnleft .right>div .bot p {
    height: 34px;
    line-height: 34px;
}

.footer {
    height: 350px;
    border-top: 6px solid #be1110;
    padding-top: 60px;
    box-sizing: border-box;
    font-size: 14px;
    color: #7e7e7e;
}

.footer a {
    color: #7e7e7e;
}

.footer img {
    vertical-align: middle;
}

.footer ul li {
    height: 30px;
    line-height: 30px;
}