@charset "UTF-8";

// @font-face {
//     font-family: "Source";
//     src: url("../fonts/SourceHanSansCN-Normal.otf") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("opentype")
// }
html,body{
	width: 100%;
}

iframe{
  border: 0;
}
[v-cloak] {
	display:none;
}
/*设置页面字体*/
html,
body,
.fz10,
section {
    font-size: 20px;
    -webkit-transition: font-size 0.2s ease-out;
}
video{
	object-fit:fill;
	display:block;
	background-color: #333;
}
/* 
@media only screen and (min-width: 1200px) {
    body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    html,
    body,
    .fz10,
    section {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1100px) {
    html,
    body,
    .fz10,
    section {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1000px) {
    html,
    body,
    .fz10,
    section {
        font-size: 16px;
    }
}

@media only screen and (max-width: 900px) {
    html,
    body,
    .fz10,
    section {
        font-size: 15px;
    }
}

@media only screen and (max-width: 800px) {
    html,
    body,
    .fz10,
    section {
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px) {
    html,
    body,
    .fz10,
    section {
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px) {
    html,
    body,
    .fz10,
    section {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    html,
    body,
    .fz10,
    section {
        font-size: 11px;
    }
}

@media only screen and (max-width: 400px) {
    html,
    body,
    .fz10,
    section {
        font-size: 10px;
    }
}

@media only screen and (max-width: 300px) {
    html,
    body,
    .fz10,
    section {
        font-size: 9px;
    }
} */

* {
    padding: 0;
    margin: 0;
    /*font-size: 1em;*/
    font-family: "微软雅黑", Arial, sans-serif;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

html {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto;
    min-width: 1200px;
}
body {
    position: relative;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    background-color: #f4f4f4;
    overflow:hidden; 
}
a {
    color: #333;
    outline: 0;
    text-decoration: none;
    -webkit-touch-callout: none
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0
}

img {
    border: none;
    border-style: none;
    vertical-align: top
}

section {
    position: relative;
}

ol,
ul {
    list-style: none
}

li {
    position: relative
}

.fl {
    float: left;
}

.fr {
    float: right;
}
input {
    outline: none;
}

.f32 {
    font-size: 1em;
}

.f30 {
    font-size: 0.9em;
}

.f28 {
    font-size: 0.8em;
}

.f24 {
    font-size: 0.7em;
}
.main_container{
	padding-bottom: 2.5em;
	padding-top: 3.6em;
}
/*.fz10,
section {
    font-size: 10px;
}*/


/*@media screen and (-webkit-min-device-pixel-ratio:1) {
    html,
    .fz10,
    section {
        font-size: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.25) {
    html,
    .fz10,
    section {
        font-size: 18px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
    html,
    .fz10,
    section {
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:2.0) {
    html,
    .fz10,
    section {
        font-size: 14px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:3.0) {
    html,
    .fz10,
    section {
        font-size: 10px;
    }
}*/


.container {
    /* padding-bottom: 4.3em; */
}
/**
*  title
**/

.news-t {
    width: 100%;
    padding: 3em 0 1em;
    border-bottom: 2px solid #ecebeb;
}

.news-t h1 {     
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
}

.page-position {
    margin-top: 1.5em;
}

.page-position a {
    font-size: .7em;
    letter-spacing: 1px;
    display: inline-block;
}

/**
*  title
**/

.seContent {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.m100 {
    margin-top: 3.6em;
}

/*查看更多按钮*/
.news-more {
    width:100%;
}
.news-more span {
    display: block;
    width:27em;
    height:4.4em;
    line-height: 4.4em;    
    letter-spacing: 1px;
    text-align: center;
    border:2px solid #333;
    margin:4em auto 4em;
}
/**
*  news 按钮
**/
.news-btn {
    width: 100%;
}
.btn-list {
    float: left;
    font-size: 0.8em;
    padding:1em 0 ;
    cursor: pointer;
}
.btn-list span {
    padding: 0 0.75em;
    color:#999;
    border-right:1px solid #999;
}
.news-btn .menuActive span{
	color:#333;
}
.btn-list span:hover {
    color:#333;
}
.btn-list:first-child span{
    border-left:1px solid #999;
}
.active {
    border-top: 2px solid #ffe03a;    
    margin-top: -2px;
}
.active span {
    color:#333;
}
/**
*  列表带图
**/

/*
* 相册视频查看更多
*/
.greyBtn span {
	border:0;
	background-color:#ccc;
	color:#333;
	padding:2px;
}
.entry .greyBtn span:hover {
	background-color:#ccc;
}