html,
body {
    font-weight: 400;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB",
    "微软雅黑", Arial, sans-serif, "Microsoft YaHei";
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

body {
    line-height: 1.2;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #111;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #111;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #111;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

input::-webkit-input-placeholder{
    color:#fff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.omit2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}

body {
    padding-top: 635px;
    background: url(../images/bg.png) no-repeat #fff8e6 top center;
}

.top-info {
    width: 100%;
    max-width: 850px;
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.top-info  a:hover,.top-info  a:focus{
      color: #fff;
    text-decoration: none;
}
.top-info h2 {
    font-size: 34px;
    color: #fff;
    line-height: 2.4;
    text-align: center;
}

.cover {
    position: relative;
}
.cover .image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.3s;
}

.swiper-container {
    width: 100%;
    height: 500px;
}
.picture-list {
    height: 300px;
}

.slide-img {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.slide-img .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    color: #ffffff;
    text-indent: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.slide-img .text:hover {
    text-decoration: underline;
}

.slide-img.shadow {
    position: relative;
}

.slide-img.shadow:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    opacity: 0.4;
    z-index: 9;
}

.top-banner-wrapper {
    position: relative;
}
.top-banner-wrapper .banner-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(245, 40, 30, 0.8);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    position: absolute;
    left: 95px;
    top: 50%;
    z-index: 99999;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.top-banner-wrapper .banner-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(245, 40, 30, 0.8);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    position: absolute;
    right: 95px;
    top: 50%;
    z-index: 99999;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

.picture-list-wrapper {
    position: relative;
}
.picture-list-wrapper .picture-button-prev {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='red'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.picture-list-wrapper .picture-button-next {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='red'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.title-list {
    height: 100%;
}
.title-list .item {
    height: 20%;
    display: flex;
    align-items: center;
    color: #595757;
}
.title-list .item:hover,.title-list .item.active {
    background-color: #D1040B;
    color: #ffffff;
}
.title-list .item .link {
    display: block;
    padding: 10px 20px;
    color: currentColor;
    font-size: 20px;
}

.img-news-wrapper {
    padding-top: 70px;
}

.img-news-wrapper img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.img-news-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.img-news-list .item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.img-news-list .card {
    display: flex;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666666;
}

.img-news-list .card .cover {
    flex: 0 0 183px;
    width: 183px;
    height: 118px;
    border-radius: 2px;
    overflow: hidden;
}

.img-news-list .card .info {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-news-list .card .info .title {
    font-size: 16px;
    line-height: 1.8;
    /*font-weight: 600;*/
}

.img-news-list .card .info .time {
    color: #666666;
}

.img-news-list .card .link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.img-news-list .card:hover .info .title {
    color: #900002;
}

.img-news-list .card:hover .cover .image {
    transform: scale(1.1);
}

.normal-news {
    display: flex;
    flex-wrap: wrap;
    background-color: #EFE3C7;
    padding: 10px 20px;
    margin-top: 100px;
}

.normal-news .part {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.normal-news .part h2 {
    width: 100%;
    position: absolute;
    top: -70px;
    left: -20px;
}
.normal-news .part h2.right {
    left: 10px;
}

.normal-news .part h2 img {
    display: block;
    width: 100%;
}

.normal-news .part h2 a {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
.normal-news .part h2 a:hover {
    color: #900002;
}


.news-list .news {
    display: block;
    padding: 16px 0;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px dashed #666666;
}

.news-list .news:hover {
    color: #900002;
    border-bottom: 1px dashed #900002;
}

.news-list .news::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #900002;
    transform: rotate(45deg) translate3d(0,-50%,0);
    position: absolute;
    left: 0;
    top: 45%;
}

.img-title-center {
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.img-title-center a {
    position: absolute;
    right: 0;
    bottom: 25px;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
.img-title-center a:hover {
    color: #900002;
}

.picture-video{
    margin-top: 60px;
}
.tab-title-wrapper {
    position: relative;
}

.tab-title-wrapper img {
    display: block;
    width  : 100%;
}

.tab-title-wrapper .more {
    position : absolute;
    right    : 0;
    top      : 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 16px;
    color    : #333333;
}

.tab-title-wrapper .more::after {
    content: ">>";
}

.material-list {
    padding     : 30px 0;
    display     : flex;
    flex-wrap   : wrap;
    margin-left : -10px;
    margin-right: -10px;
}

.material-list .item {
    width     : 33.33%;
    box-sizing: border-box;
    padding   : 10px;
}

.material-list .card {
    position: relative;
}

.material-list .card.video::before {
    content   : "";
    display   : block;
    width     : 50px;
    height    : 50px;
    background: url(../images/bf.png) no-repeat center center;
    position  : absolute;
    left      : 10px;
    top       : 220px;
    bottom    : 0;
    z-index   : 2;
}

.material-list .card:hover .info .title {
    color: #D51501;
}

.material-list .card:hover .cover .image {
    transform: scale(1.1);
}

.material-list .card .cover {
    overflow: hidden;
    height  : 285px;
}

.material-list .card .info {}

.material-list .card .info .title {
    font-size  : 18px;
    color      : #333333;
    line-height: 2;
    font-weight: normal;
}

.material-list .card .link {
    position: absolute;
    left    : 0;
    right   : 0;
    top     : 0;
    bottom  : 0;
    z-index : 4;
}

/*----------底部---------*/
/*底部开始*/
.copyright {
    background: url(../images/bg01.png) bottom center no-repeat #facd89;
    height: 161px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 5px solid red;
    margin-top: 40px;
}
#copyright{
    width:980px;
    margin:0px auto;
    font-size:18px;
    text-align:center;
    padding:5px 0;
    line-height:180%;
    clear:both;
    color: #ececec;
}
/*底部结束*/