html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN"
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

input,
textarea,
button {
    resize: none;
    -webkit-appearance: none;
    outline: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

ul,
li {
    list-style-type: none;
    list-style: none;
    display: block
}

a {
    text-decoration: none !important;
    color: #333;
    transition: color 0.3s ease-in;
}

a:hover {
    outline: none;
    color: #333;
    ;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN";
    margin: 0;
    padding: 0;
}

h2 span {
    font-family: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN"
}

input:focus,
textarea:focus,
button {
    outline: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.gotop {
    position: fixed;
    width: 40px;
    bottom: 150px;
    right: 20px;
    z-index: 10;
    display: none;
}

body.over {
    width: 100%;
    position: fixed;
}

em,
i {
    font-style: normal;
}

.mask {
    z-index: 1000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.mainbox {
    width: 1200px;
    margin: 0 auto;
}
.mainbox_new {
    width: 1200px;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot');
    src: url('../font/fontello.eot?#iefix') format('embedded-opentype'), url('../font/fontello.woff') format('woff'), url('../font/fontello.ttf') format('truetype'), url('../font/fontello.svg#fontname') format('svg');
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.page {
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a {
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    float: left;
    width: 40px;
    height: 40px
}

.page em a {
    display: inline-block;
    width: 40px;
    height: 40px
}

.page em a:hover {
    background: #4D288E;
    color: #fff;
}

.page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #4D288E;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.chuid {
    background-color: #4E298C;
    width: 52px;
    height: 52px;
    background-size: contain;
    display: block;
    position: fixed;
    right: 50%;
    margin-right: -720px;
    border-radius: 50%;
    bottom: 250px;
    z-index: 999;
    box-shadow: 0px 10px 30px 0px rgba(95, 62, 151, 0.3);
}

.chuid i {
    width: 52px;
    display: block;
}

@media screen and (max-width:1460px) {
    .chuid {
        right: 50%;
        margin-right: -50%;
    }
}

@media screen and (max-width:1230px) {
    .mainbox {
        width: 90%;
    }
    .chuid {
        display: none;
    } 
}

.or {
    overflow: hidden;
}

.cl {
    clear: both;
}

.popover dl a {
    background-color: #4E298C !important
}

.content {
    margin-top: 140px
}


/*banner*/

.banner {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 10%;
    background-color: #4D288E
}

.banner .aside {
    width: 1200px;
    margin: 0 auto;
}

.banner .aside p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 60px
}

.banner .aside span {
    color: #fff;
    margin-left: 15px
}

.banner .aside h1 {
    font-weight: lighter;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 28px;
    font-style: normal;
}

.banner .aside img {
    width: 14px;
    height: 14px;
    margin-top: 4px
}

.container .content {
    position: relative;
}

.banner .aside .tm {
    opacity: 0.6
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

dt img {
    width: 100%
}

.main {
    margin-top: 140px;
    background-color: #fff
}

@media (max-width: 1400px) {
    .banner .aside {
        width: 90%;
    }
    .banner {
        height: 180px;
    }
    .banner .aside h1 {
        font-size: 30px;
    }
    .banner .aside p {
        padding-top: 50px
    }
}

@media (max-width: 768px) {
    .main {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .content {
        margin-top: 50px
    }
    .content.index_c {
        margin-top: 50px
    }
}

@media (max-width: 500px) {
    .banner .aside p {
        font-size: 10px;
        padding-top: 30px
    }
    .banner .aside h1 {
        font-size: 20px;
        margin-top: 9px;
        line-height: 28px
    }
    .banner .aside span {
        margin-left: 5px
    }
    .banner {
        height: 150px;
    }
}


/*弹出层*/

#popbox {
    display: none;
    z-index: 11;
    width: 713px;
    height: 430px;
    background: #F9F9F9;
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 30px;
    z-index: 99999999999999
}

#popbox span.videotitle {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px
}


/*   #popbox span{font-size:14px;font-weight:400;color:rgba(153,153,153,1);line-height:24px;padding-left: 30px}*/

#popbox span.videotitle {
    padding-left: 0px
}

#popbox .aside img {
    width: 20px;
    height: 20px;
    margin-left: 30px
}

#popbox .aside {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-left: 30px
}

#popbox video {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    object-fit: fill;
}

#popbox .aside li {
    float: left;
}

#popbox span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    margin-left: 30px
}

#popbox h3 span.right {
    text-align: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 7px;
}

#popbox .timess {
    display: none
}

#poplayer {
    display: none;
    background-color: #000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    /* 只支持IE6、7、8、9 */
}


/*分页*/

.content .aside {
    /* width: 348px; */
    margin: 0 auto;
    margin-top: 60px;
    
}

.content .aside li {
    float: left;
    margin-right: 10px
}

.content .aside img {
    width: 8px;
    height: 12px;
    margin-top: 7px
}

.content .aside a {
    border: 1px solid #EEEEEE;
    margin: 0 5px;
}

.content .aside .page .pre,
.content .aside .page .next {
    padding: 12px 20px;
    margin: 0 5px;
}

@media (max-width: 414px) {
    /* .content .aside a {
        padding: 6px;
    } */
    /* .content .aside {
        width: 250px;
    } */ 
.page a {
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    float: left;
    width: 25px;
    height: 25px
}

.page em a {
    display: inline-block;
    width: 25px;
    height: 25px
}
.page span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 2px;
    float: left;
    line-height: 25px;
    text-align: center;
    background: #4D288E;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}
.content .aside a {
    border: 1px solid #EEEEEE;
    margin: 0 2px;
}.content .aside .page .pre, .content .aside .page .next {
    padding: 0px;
    margin: 0 2px;
}
}

.page .pre {
    background-image: url(../images/icon_y@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}

.page .next {
    background-image: url(../images/icon_y1@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}

@media (max-width: 500px) {
    #popbox span.videotitle {
        font-size: 14px
    }
    #popbox h3 {
        margin-bottom: 10px
    }
    #popbox h3 span.right {
        font-size: 24px;
    }
}