

@font-face {
    font-family: 'SourceHanSerifCN';
    src: url('https://longinspire.oss-cn-hongkong.aliyuncs.com/fonts/SourceHanSerifCN-Bold.otf') format('opentype');
    font-weight: bold;
}
@font-face {
    font-family: 'SourceHanSerifCN';
    src: url('https://longinspire.oss-cn-hongkong.aliyuncs.com/fonts/SourceHanSerifCN-Regular.otf') format('opentype');
    font-weight: normal;
}

* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #666; font-family:'SourceHanSerifCN'; font-weight: normal;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

section{ width: 100%; margin: 0; padding: 0;}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
textarea { resize: none; /* 禁止用户手动拖动调整大小 */  } 
.ul,
.ul li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;}
select, input, textarea {font-size: .16rem;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: arial, sans-serif; }
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #000;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #504240;text-decoration: none;}
/* a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;} */
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: arial, sans-serif;
    text-align:justify;
    text-justify:inter-ideograph;
}


.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4,
.dot5{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-word;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
/*5行文本省略号*/
.dot5 {-webkit-line-clamp: 5;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Isimg{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%); transition: all .5s ease-in-out;}
.Isimg_2{ position: absolute; left: 0; top: 0; width: 100%;height: 100%; transition: transform .8s ease-in-out;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl{ float: left;}
.fr{ float: right;}
.center{ text-align: center;}




.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.Iscover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.Iscontain{ background-repeat: no-repeat; background-position: center; background-size: contain;}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.svg) no-repeat scroll 98% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.w1680{ max-width:16.8rem; margin: 0 auto; width: 92%;}
.w1600{ max-width:16rem; margin: 0 auto; width: 88%;}
.w1300{ max-width: 13rem; margin: 0 auto; width: 92%;}
.w1280{ max-width: 12.8rem; margin: 0 auto; width: 92%; }
.w1200{ max-width: 12rem; margin: 0 auto; width: 92%; }
.w1440{ max-width: 14.4rem; margin: 0 auto; width: 92%; }
.w1000{ max-width: 10rem; margin: 0 auto; width: 92%; }

.w1680{ max-width:1680px;}
.w1600{ max-width:1600px;}
.w1280{ max-width: 1280px;}
.w1200{ max-width: 1200px;}
.w1440{ max-width: 1440px;}
.w1300{ max-width: 1300px;}
.w1000{ max-width: 1000px;}


/* 设置滚动条的样式 */
.scroll{ overflow-y: auto;}
.scroll::-webkit-scrollbar {
    width: 3px;height: 3px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    background: #e9e9e9;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#504240;
}
i,em{ font-style: normal;}



.Pages{ text-align:center; padding: .5rem 0; display: flex; align-items: center; justify-content: center; }
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump{ display:none;}
.Pages em{  font-style:normal; display: inline-flex; flex-flow: row wrap; margin: 0 .05rem;}
.Pages a{ font-size: .14rem; display: inline-flex; align-items: center; vertical-align: bottom; justify-content: center; min-width: .48rem; height:.48rem; line-height: .48rem; background-color: #eeeeee;   margin: 0 .03rem; color: #777777;}
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color: #504240;}
.Pages .a_prev,
.Pages .a_next{ padding: 0; font-family: serif; font-weight: bold; color: #81848f; position: relative; width: .8rem; }
.Pages .a_prev::before,
.Pages .a_next::before{ position: absolute; content: ''; width: .11rem; height: .13rem; background: url(../images/arrow_1_on.svg) no-repeat center; background-size: contain; }
.Pages .a_prev::before{ background-image: url(../images/arrow_2.svg);}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{ filter: brightness(0) invert(1);}
.bg_eee .Pages a{ background-color: #fff;}
.bg_eee .Pages a.a_cur,
.bg_eee .Pages a:hover{ color:#fff; background-color: #504240;}
@media  (max-width: 640px){
	.Pages a{  font-size: .18rem; }
    .Pages em{ margin: 0;}
    .Pages .a_prev,
    .Pages .a_next{ margin: 0; width: .5rem;}
}


.mianContent{ padding: 4% 0;}
.txt_right{ text-align: right;}
