@charset "UTF-8";
@font-face { font-family: 'MR'; src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face { font-family: 'ML'; src: url("../fonts/Montserrat-Light.otf") format("opentype"); }

@font-face { font-family: 'MM'; src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); }

@font-face { font-family: 'GB'; src: url("../fonts/Gilroy-Bold.ttf") format("truetype"); }

@font-face { font-family: 'AGB'; src: url("../fonts/AvantGardeITCbyBT-Book.otf") format("opentype"); }

@font-face { font-family: 'HTT'; src: url("../fonts/HelveticaNeueLTPro-ThEx.otf") format("opentype"); }

@font-face { font-family: 'MEL'; src: url("../fonts/Montserrat-ExtraLight.otf") format("opentype"); }

@font-face { font-family: 'ntailu'; src: url("../fonts/ntailu.ttf") format("truetype"); }

/*公共样式--开始*/
/* 复位样式 */
html, body, ul, ol, li, h1, h2,  h4, h5, h6, strong, i, p, dl, dt, dd, form, label, input, button, select, option, textarea, table, th, td { margin: 0; padding: 0; }

/* 把所有盒子的盒模型转化为IE盒模型 */
* { box-sizing: border-box; }

html, body { overflow-x: hidden; max-width: 1920px; min-height: 100%; margin: 0 auto; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "MR"; /* 默认字体 微软雅黑 */ color: #333; /* 默认字体颜色 */ font-size: 14px; /* 默认字体大小 */ -webkit-font-smoothing: antialiased; /*文字抗锯齿*/ -moz-osx-font-smoothing: grayscale; /*文字抗锯齿*/ /* 浏览器双击选中文字 */ /* -moz-user-select: none; */ /*火狐*/ /* -webkit-user-select: none; */ /*webkit浏览器*/ /* -ms-user-select: none; */ /*IE10*/ /* -khtml-user-select: none; */ /*早期浏览器*/ /* user-select: none; */ }

//h1, h2, h4, h5, h6 { /* 标题标签清除默认样式 */ font-weight: normal; font-size: inherit; }

ul, ol { list-style: none; }

i { font-style: normal; display: inline-block; }

img { border: none; max-width: 100%; max-height: 100%; vertical-align: middle; }

a { text-decoration: none; display: block; color: inherit; }

table { table-layout: fixed; border-collapse: collapse; }

input, textarea, button { border: none; outline: none; color: inherit; font-size: 14px; background: none; font-family: inherit; outline: none; }

textarea { resize: none; overflow: auto; }

/* 去除input默认样式 */
input { -webkit-appearance: none; }

input { background: none; outline: none; border: none; }

a, button, input, optgroup, select, textarea { /* 移动端点击后会出现"暗色"的背景 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input::-ms-clear { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input::-ms-reveal { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input:-internal-autofill-previewed, input:-internal-autofill-selected { -webkit-text-fill-color: #999 !important; transition: background-color 99999999s ease-in-out 0s !important; }

input, textarea { -webkit-appearance: none; }

/*浏览器低版本提示*/
/* 浏览器低版本提示 START */
#browser_mask { background-color: #000; background: rgba(0, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); z-index: 1000000000; position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: none; }

#browser_hint { z-index: 9999999999; position: absolute; display: none; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

#browser_hint #browser_container .explain { width: 800px; color: #555; margin: 0 auto; position: absolute; text-align: center; background: #fff; left: 50%; top: 50%; padding: 50px; margin-top: -150px; margin-left: -450px; }

#browser_hint #browser_container .explain .explain_title { font-size: 22px; font-weight: bold; }

#browser_hint #browser_container .explain .explain_title span { color: red; }

#browser_hint #browser_container .explain .explain_list { margin-top: 40px; overflow: hidden; }

#browser_hint #browser_container .explain .item { width: 110px; margin: 0 20px; text-align: center; display: inline-block; }

#browser_hint #browser_container .explain .item .item_icon { width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; line-height: 100px; box-sizing: content-box; background: #66CC66; font-weight: bold; font-size: 22px; color: #fff; cursor: pointer; }

#browser_hint #browser_container .explain .item .item_text { font-size: 16px; margin-top: 10px; color: #555; }

/* 浏览器低版本提示 END */
/* 清除浮动 */
.clear_float::after { content: ' '; display: block; clear: both; }

/* 浮动 */
.float_left { float: left; }

.float_right { float: right; }

/* 字体图标 */
.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

/* 背景图 */
.background_img { background-size: cover; background-repeat: no-repeat; background-position: center center; }

/* 图片居中 */
.picture_container { position: relative; overflow: hidden; background: none; }

.picture_container img { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

[class*=animate_] { /* 动画时间，动画开始前的状态 */ -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; -o-animation-duration: 1.2s; animation-duration: 1.2s; opacity: 0; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.bgcolor { background-color: #f8f8f8; }

.oneText { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.flex { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.flex_center, .crumbs .item a { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -o-justify-content: flex-end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -o-align-items: flex-end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }

.fl { float: left; }

.fr { float: right; }

.tc { text-align: center; }

.show { display: block; }

.hide { display: none; }

.picture_scale { position: relative; overflow: hidden; }

.picture_scale:hover img { -o-transform: translate3d(0, 0, 0) scale(1.1); -moz-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }

.transition { -o-transition: all, 0.3s; -moz-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; }

/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 320px) { html { overflow-x: auto; width: 320px; } }

/* 居中标签 */
.center { width: 1200px; margin: 0 auto; }

.center1400 { width: 1400px; margin: 0 auto; }

.center1600 { width: 1600px; margin: 0 auto; }

.center100{width: 100%;box-sizing: border-box;padding:0 100px;}

/* 分页 */
.paging { position: relative; margin-top: 60px; }

.paging a { color: #666; margin: 0 2px; width: 50px;  text-align: center; font-size: 16px; border: solid 1px rgb(102 102 102); padding: 5px 20px; background: #f2cf40;}

.paging a.active { color: #f0ce40; }

.paging a.active::after { content: ' '; position: absolute; width: 9px; height: 1px; background-color: #f0ce40; top: 35px; left: 13px; }

.paging a:not(.noPage):hover { color: #f0ce40; }

.paging .page { width: 40px; position: relative; }

.paging .prevPage, .paging .nextPage { background: #ffffff; border: solid 1px #e0e0e0; }

.paging .firstPage, .paging .lastPage { background: #ffffff; border: solid 1px #e0e0e0; }

.paging .noPage { opacity: 0.5; cursor: default; }

/* 点击加载更多 */
.loadData { text-align: center; }

.loadData a { position: relative; width: 200px; height: 60px; line-height: 60px; background: #f0ce40; color: #ffffff; letter-spacing: 1px; margin: 0 auto; display:block !important;}

.loadData .loading { background: #f0ce40; color: #eee; }

.loadData .loading span { display: inline-block; font-size: 20px; margin-left: 5px; -webkit-transform: translateY(2px); transform: translateY(2px); -webkit-animation: loading_move 1s infinite; animation: loading_move 1s infinite linear; }

.loadData .loadEnd { background: #eee; color: #999; cursor: default; }

.loadData .active { display: block; }

.loadData .loadStart:hover { background: #999999; color: #fff; }

@-webkit-keyframes loading_move { 0% { -webkit-transform: translateY(2px) rotate(0deg); }
  100% { -webkit-transform: translateY(2px) rotate(360deg); } }

@keyframes loading_move { 0% { transform: translateY(2px) rotate(0deg); }
  100% { transform: translateY(2px) rotate(360deg); } }

/* crumbs START */
.crumbs { position: relative; z-index: 5; margin-top: -60px; }

.crumbs .monu { background-color: rgba(13, 13, 13, 0.6); }

.crumbs .monu .swiper-slide { width: auto; }

/* .crumbs .monu .swiper-slide:not(:last-child) { margin-right: 80px; } */

.crumbs .monu a { font-family: 'MR'; height: 100%; line-height: 60px; font-size: 14px; text-align: center; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; color: #fff; position: relative; }

.crumbs .monu a::after { content: ' '; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background-color: #f0ce40; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.crumbs .monu a:hover::after { left: 0; width: 100%; }

.crumbs .monu .active a::after { left: 0; width: 100%; }

.crumbs .item { position: relative; line-height: 78px; color: #999999; font-size: 14px; font-family: 'MR'; }

.crumbs .item a { z-index: 10; position: relative; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.crumbs .item a:hover { color: #f0ce40; }

.crumbs .item .iconfont { font-size: 14px; margin: 0 5px; font-size: 12px; }

.crumbs .item .iconyemian-copy { color: #b7b7b7; }

.crumbs .crumbs_mobile_monu { display: none; position: relative; text-align: center; line-height: 38px; }

.crumbs .crumbs_mobile_monu .center { padding: 0; }

.crumbs .crumbs_mobile_monu .top_title { border-bottom: 1px solid #eee; position: relative; }

.crumbs .crumbs_mobile_monu .top_title .iconfont { position: absolute; top: 50%; right: 15px; -o-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); font-size: 12px; }

.crumbs .crumbs_mobile_monu .down_line { position: absolute; display: none; top: 100%; left: 0; right: 0; background-color: #fff; border-bottom: 1px solid #eee; }

.crumbs.fixed { position: fixed; top: 170px; width: 100%; left: 0; right: 0; margin: auto; z-index: 100; box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018); }

/* crumbs END */
/* 详情页切换 */
.switch .line { padding: 32px 40px; font-size: 18px; font-family: 'MicrosoftYaHei'; color: #333333; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.switch .line .tag { width: 160px; padding-right: 90px; position: relative; }

.switch .line .tag::after { content: ' '; position: absolute; right: 0; width: 0; height: 0; border: 5px solid; -o-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.switch .line.prev { border-top: 1px solid #141d29; border-bottom: 1px solid #dddddd; }

.switch .line.prev .tag::after { top: calc(50% - 2px); border-color: transparent transparent #333333 transparent; }

.switch .line.next { border-bottom: 1px solid #141d29; }

.switch .line.next .tag::after { top: calc(50% + 2px); border-color: #333333 transparent transparent transparent; }

.switch .line .name { width: 62.5%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.switch .line .time { font-family: 'MM'; font-size: 16px; color: #666666; }

.switch .line:hover { color: #f0ce40; }

.switch .line:hover.prev .tag::after { border-color: transparent transparent #f0ce40 transparent; }

.switch .line:hover.next .tag::after { border-color: #f0ce40 transparent transparent transparent; }

/* 详情页切换 */
.switch1 { padding: 32px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; overflow: hidden; font-size: 16px; font-family: 'GB'; }

.switch1 a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #999999; max-width: 50%; }

.switch1 a span { -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; color: #333333; }

.switch1 a:hover span { color: #f0ce40; }

/* 返回头部 */
.go_top { position: fixed; right: 2%; bottom: 10%; width: 66px; height: 66px; background: rgba(150, 150, 150, 0.5); border-radius: 50%; text-align: center; line-height: 66px; color: #fff; font-size: 32px; cursor: pointer; z-index: 10000; display: none; }

.go_top:hover { background: #008cd6; }

.go_top .iconfont { font-size: 30px; }

/* 头部菜单按钮 */
.head_mobile_btn { width: 37px; height: 37px; cursor: pointer; border-radius: 50%; padding: 12px 10px; background-color: #ffffff; }

.head_mobile_btn .btn1 { height: 100%; }

.head_mobile_btn .btn1 .line { height: 2px; width: 100%; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #333333; }

.head_mobile_btn.active .btn1 .line:nth-child(1) { -webkit-transform: translateY(6px) rotate(45deg); -ms-transform: translateY(6px) rotate(45deg); -o-transform: translateY(6px) rotate(45deg); transform: translateY(6px) rotate(45deg); }

.head_mobile_btn.active .btn1 .line:nth-child(2) { opacity: 0; }

.head_mobile_btn.active .btn1 .line:nth-child(3) { -webkit-transform: translateY(-5px) rotate(-45deg); -ms-transform: translateY(-5px) rotate(-45deg); -o-transform: translateY(-5px) rotate(-45deg); transform: translateY(-5px) rotate(-45deg); }

/* 头部菜单 */
.head_dropdown { border-top: 1px solid #eeeeee; display: none; z-index: 99; position: fixed; top: 90px; bottom: 0; left: 0; right: 0; margin: auto; }

.head_dropdown .pc_down { width: 100%; height: 100%; background-color: #fff; background-image: url("../images/navlibg2.jpg"); }

.head_dropdown .pc_down .swiper-container { height: 100%; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(1) .block { -o-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-delay: 0s; animation-delay: 0s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(2) .block { -o-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(3) .block { -o-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(4) .block { -o-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(5) .block { -o-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(6) .block { -o-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.head_dropdown .pc_down .swiper-container .block_box { padding-top: 50%; background-color: #fff; height: 100%; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .pc_down .swiper-container .block_box:hover { background-color: transparent; }

.head_dropdown .pc_down .swiper-container .block_box:hover .block { top: -30px; color: #fff; }

.head_dropdown .pc_down .swiper-container .block { position: relative; top: 0; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; text-align: center; }

.head_dropdown .pc_down .swiper-container .block .icon { margin: 0 auto; margin-bottom: 20px; width: 1px; height: 50px; background-color: #f0ce40; }

.head_dropdown .pc_down .swiper-container .block .number { font-size: 46px; margin-bottom: 30px; }

.head_dropdown .pc_down .swiper-container .block .title { font-size: 22px; }

.head_dropdown .pc_down .swiper-container .block .title:hover { color: #f0ce40; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .pc_down .swiper-container .block .second_nav { font-size: 16px; margin-top: 30px; line-height: 36px; }

.head_dropdown .pc_down .swiper-container .block .second_nav .line:hover { color: #f0ce40; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .mobile_down { display: none; padding-top: 10px; width: 100%; height: 100%; background-color: #fff; }

.head_dropdown .mobile_down .mobile_search { width: 96%; margin: 0 auto; margin-bottom: 10px; border-radius: 35px; border: 1px solid #999999; padding: 0 15px; }

.head_dropdown .mobile_down .mobile_search input { line-height: 46px; padding: 0 5px; color: #999999; }

.head_dropdown .mobile_down .mobile_search .iconfont { color: #999999; font-size: 26px; cursor: pointer; }

.head_dropdown .mobile_down .block { color: #333333; text-align: center; }

.head_dropdown .mobile_down .block .title { line-height: 30px; font-size: 16px; }

.head_dropdown .mobile_down .block .mobile_nav_down { background-color: #fafafa; display: none; padding: 5px 0; }

.head_dropdown .mobile_down .block .mobile_nav_down .line { line-height: 22px; }

.head_dropdown .mobile_down .block .mobile_nav_down .line:hover { color: #f0ce40; }

.head_dropdown .mobile_down .block.active .title, .head_dropdown .mobile_down .block:hover .title { color: #f0ce40; }

.head_dropdown .mobile_down .mobile_language { margin-top: 10px; }

.head_dropdown .mobile_down .mobile_language .line { margin: 0 5px; }

.head_dropdown .mobile_down .mobile_language .line.active { color: #f0ce40; }
