* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑"
}

img {
    border: 0;
object-fit: cover;
object-position: center;
}



html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {}

body {
    width: 100%;
    min-width: 1300px;
}
header {
    position: relative;
    background-color: #951f2b;
    display: flex;
    align-items: flex-end;
    height: 236px;
    min-width: 1300px;
    min-height: 236px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
}
header>div,section>div,footer>div{
    max-width: 1300px;
    margin: 0 auto;
}
header,footer,section{
    max-width: 1920px;
    margin: 0 auto;
}
.sduLogo {
    padding: 2vw;
    width: 18vw;
    max-width: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainLogo {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    width: 27vw;
    max-width: 370px;
}

.mainMenu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.mainMenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.mainMenu>ul>li {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.mainMenu>ul>li.thisColumn {
    border-bottom: 5px solid #bbb;
}

.mainMenu>ul>li:hover {
    border-bottom: 5px solid #bbb;

}

.mainMenu>ul>li:last-child {
    margin-right: 0px;
}

.mainMenu>ul>li>ul {
    position: absolute;
    top: 50px;
    left: -17px;
    width: 120px;
    display: none;
    z-index:99;
}

.mainMenu>ul>li:hover>ul {
    display: block;
}

.mainMenu>ul>li>ul>li {
    line-height: 48px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
}

.mainMenu>ul>li>ul>li:hover {
    background-color: rgba(0, 0, 0, .8);
}

section {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.blockTitle {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;

}

.blockContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    padding-bottom: 50px;
}

.articleShower {
    width: 1300px;
    height: auto;
    padding: 40px 60px;
    padding-bottom: 80px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 50px auto;
}

.articleTitle {
    line-height: 70px;
    text-align: center;
    height: auto;
    width: 1160px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px dashed #666;
}

.articleInfo {
    color: #787878;
    height: auto;
    width: 1160px;
    text-align: center;
    padding-top: 10px;
}

.articleContent {
    width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

.policyShower {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
}

.policy {
    overflow-y: scroll;
    height: 1000px;
    overflow-x: hidden;
    width: 1000px;
    margin: 0 auto;
}

.policy img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.personShower {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
    padding-right: 24px;
    padding-left: 24px;
}

.tabButton {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 60px;
}

.tabButton div:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.tabButton div {
    width: 20%;
    height: 50px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
}

.tabPage {
    display: none;
}

.tabPageActive {
    display: block;
}

.tabPage>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabPage>ul>li {
    margin-bottom: 4vw;
    background-color: #fff;
}

.tabPage>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.tabPage>ul>li>a>img {
    width: 368px;
    height: 212px;
    object-fit: cover;
    object-position: top;
}

.tabPage>ul>li>a>p {
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 36px;
    font-size: 18px;
}

.timeAxis {
    padding: 0px 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}

.timeAxis ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.imgShower {
    width: 100%;
    padding: 0px 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.yzyw_slider {
    position: relative;
    margin-bottom: 50px;
}

.yzyw_slider ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yzyw_slider ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 15px solid #811316;
}

.yzyw_slider ul li img {
    height: 205px;
    width: 386px;
    border: none;
}

.yzyw_slider ul li {
    width: 386px;
    margin-bottom: 24px;
}

.yzyw_slider ul li p {
    height: 34%;
    padding: 22px 40px;
    background-color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 27px;
    text-indent: 2em;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videoShower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1300px;
    margin: 0 auto;
    padding: 0px 20px;

    padding-bottom: 50px;
}

.videoMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.videoMain div {
    background-color: #fff;
    margin-bottom: 4vw;
    min-width: 260px;
    min-height: 202px;
    position: relative;
}


.videoMain div img {
    width: 277px;
    height: 159px;
}
.videoMain div a{
    display: block;
    width: 100%;
}
.videoMain div a i {
    width: 2vw;
    height: 2vw;
    min-width: 26px;
    min-height: 26px;
    position: absolute;
    bottom: 26%;
    left: 5%;
    background: url(../img/spbg.png) no-repeat;
    background-size: cover;
}

.videoMain div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    line-height: 48px;
}

.achieveShower {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0px;
    padding: 0vw 100px;
    padding-bottom: 50px;
}

.newsSlider {
    width: 50vw;
    height: 32vw;
    min-height: 390px;
    min-width: 585px;
}

.newsSlider>div>div {
    position: relative;
}

.newsSlider>div>div>a>p {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 4vw;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    bottom: 0px;
}

.newsList {
    width: 100%;

    font-size: 18px;
}

.newsList>ul>li>a {
    color: #fff;
    font-size: 16px;
}

.newsList a:hover {
    text-decoration: underline;
}

.topNews {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2.8vw;
}

.newsList li {
    line-height: 42px;
    padding-left: 20px;
    color: #fff;
}

.newsList li span {
    float: right;
    font-size: 16px;
}

.newsList ul {
    margin-bottom: 4vw;
}

.newsList li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ab93a3;
    display: inline-block;
    position: relative;
    right: 17px;
    bottom: 3px;
}

.introduction {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.introImg {
    width: 30%;
}

.introImg {
    width: 30%;
    position: relative;
}

.introImg:after {
    content: "";
    width: 0px;
    height: 0px;
    border-color: #740f13;
    border-width: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
}

.introImg img {
    width: 100%;
}

.intro {
    width: 30%;
    color: #fff;
}

.introTitle {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.introContent {
    font-size: 14px;
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 24px;
}

.more {
    border: 1px solid #fff;
    width: 250px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 45px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

.more:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #4a0f15;
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.p_t {
    display: none;
}

.p_pages span {
    color: #fff;
    margin: 4px;
}