﻿@import url("font-awesome.min.css");
@import url("swiper.min.css");
@charset "UTF-8";
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em { margin: 0; padding: 0; border: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; line-height: 1.85; font-size: 16px; background: #fff; color: #333; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
a { -webkit-text-decoration-skip: objects; background-color: transparent; }
abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #333; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { line-height: 1.42857143; margin: 0; outline: none; }
body, button, input, select, textarea { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type=button], [type=reset], [type=submit] { -webkit-appearance: button; }
 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
 border-style:none;
 padding:0;
}
 button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
 outline:1px dotted ButtonText;
}
fieldset { padding: .35em .75em .625em; }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height:auto;
}
[type=search] { -webkit-appearance: textfield; outline-offset: -2px; }
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance:none;
}

::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit;
}
summary { display: list-item; }
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu { display: block; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
audio, video, canvas { display: inline-block; }
template, [hidden] { display: none; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
a { color: #333; text-decoration: none; }
a:hover { color: #E60013; }
ul, li, ol { margin: 0; list-style: none; padding: 0; }
.container { width: 1200px; margin: 0 auto; padding: 20px 0; overflow: hidden; }
.inside-page .container { margin-top: -20px; }
.container-l, .container-r { float: left; width: 300px; overflow: hidden; }
.container-r { float: right; width: 880px; margin-top: 20px; margin-top: 0; padding: 15px 15px; background: #fff; }
.min-inner { overflow: hidden; margin-bottom: 20px; padding: 15px 15px; background: #fff; }
/*关键容器END*/
.clear { clear: both; }
.fl { float: left !important; }
.fr { float: right !important; }
.absolute { position: absolute; }
.pors { position: relative; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hide { opacity: 0; }
.en { font-family: 'gotham-medium'; }
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #6f6f6f;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #6f6f6f;
}
/**/
.main-container { background: #F9F9F9; overflow: hidden; position: relative; z-index: 1; background-size: contain; }
.container-color { background: #fff; }
/**/
header { z-index: 999; width: 100%; position: relative; box-shadow: 0 10px 15px rgba(193,24,39,.25); background: #E60013; }
header .container { padding: 0 0; overflow: visible; }
.head-inner { height: 80px; }
.head-inner .logo { float: left; width: 320px; height: 80px; display: inline-flex; align-items: center; }
.head-inner .logo img { max-width: 100%; align-items: center; }
.head-inner aside { float: right; position: relative; }
.head-inner .nav { float: left; }
.head-inner .nav .nav-list { float: left; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; position: relative; margin-left: 50px; cursor: pointer; }
.head-inner .nav .nav-list:after { content: ''; position: absolute; left: 0; top: 0; background-color: #fff; height: 4px; border-radius: 0 0 4px 4px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; width: 0; -webkit-box-shadow: 2px 3px 4px rgba(230,0,18,0.3); -moz-box-shadow: 2px 3px 4px rgba(230,0,18,0.3); -ms-box-shadow: 2px 3px 4px rgba(230,0,18,0.3); -o-box-shadow: 2px 3px 4px rgba(230,0,18,0.3); box-shadow: 2px 3px 4px rgba(230,0,18,0.3); }
.head-inner .nav .on:after, .head-inner .nav .cur:after, .head-inner .nav .nav-list:hover:after { width: 100%; }
.head-inner .nav h3 { font-size: 18px; position: relative; line-height: 80px; }
.head-inner .nav h3 a { display: block; color: #fff; }
.head-inner .nav .on { }
.head-inner .nav .on h3, .head-inner .nav .cur h3 { }
.head-inner .nav .on h3 a, .head-inner .nav .cur h3 a { }
.head-inner .nav .sub-nav { display: none; position: absolute; width: 150px; left: 50%; margin-left: -75px; top: 80px; z-index: 98; background: rgba(235, 48, 64,0.85); transition: all .3s ease-in-out; }
.head-inner .nav .nav-list:last-child .sub-nav { left: auto; margin-left: 0; right: 0; }
.head-inner .nav .sub-nav li { display: block; overflow: hidden; height: 45px; line-height: 45px; text-align: center; font-size: 15px; }
.head-inner .nav .sub-nav li a { display: block; color: #fff; }
.head-inner .nav .sub-nav li a:hover { background: #E60013; }
.head-inner .search-button, .head-inner .menu-button { float: left; height: 100px; line-height: 100px; position: relative; font-size: 24px; padding-left: 20px; margin-left: 15px; color: #fff; }
.head-inner .search-button { padding-left: 20px; margin-left: 0; }
.head-inner .search-button dt, .head-inner .search-button dd { width: 28px; position: relative; height: 100px; line-height: 96px; font-size: 22px; transition: all .6s ease-in-out; }
.head-inner .search-button dt { }
.head-inner .search-button dt:after { font-family: 'FontAwesome'; content: "\f002"; }
.head-inner .search-button dd { display: none; }
.head-inner .search-button dd:after { font-family: 'FontAwesome'; content: "\f00d"; font-size: 26px; line-height: 98px; }
.head-inner .search-inner { width: 330px; overflow: hidden; display: none; position: absolute; right: 0; padding: 15px 15px; background: rgba(235, 48, 64,0.85); top: 100px; display: none; transition: all .6s ease-in-out; }
.head-inner .search-inner .search-keyword, .head-inner .search-inner .search-submit { float: left; width: 250px; height: 40px; line-height: 40px; color: #6C757C; overflow: hidden; border: none; background: #fff; outline: none; text-transform: uppercase; font-size: 16px; }
.head-inner .search-inner .search-keyword { padding: 0 10px; }
.head-inner .search-inner .search-submit { float: right; width: 50px; background: rgba(230,0,19,0.85); color: #fff; font-size: 24px; border: none; cursor: pointer; text-align: center; }
.head-inner .menu-button { }
.head-inner .menu-button:after { content: ''; position: absolute; left: 0; top: 50%; height: 18px; width: 1px; background: #EFD8C6; margin-top: -9px; }
/**/
.menu-wrap { z-index: 9999; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(235, 48, 64,0.75); display: none; transition: all .6s ease-in-out; }
.menu-wrap .container { padding: 0 0; overflow: visible; height: 100vh; }
.menu-inner { width: 100%; height: 100%; display: flex; align-items: center;/*垂直居中*/ justify-content: center;/*水平居中*/ width: 100%; height: 100%; flex-direction: column; align-content: center; position: relative; }
.menu-inner .logo { padding: 30px 0; width: 100%; display: flex; align-items: center; justify-content: center; }
.menu-inner .menu { border: 1px dashed #CA969E; width: 100%; display: flex; flex-direction: row; justify-content: center; }
.menu-inner .menu dl { float: left; width: 13.2857%; margin: 20px .5%; }
.menu-inner .menu dt, .menu-inner .menu dd, .menu-inner .menu li { display: block; text-align: center; line-height: 45px; }
.menu-inner .menu dt { font-size: 20px; font-weight: bold; position: relative; padding-bottom: 10px; }
.menu-inner .menu dt:after { font-family: 'FontAwesome'; content: "\f107"; position: absolute; width: 20px; left: 50%; margin-left: -10px; bottom: -15px; color: #fff; }
.menu-inner .menu dd { }
.menu-inner .menu li { }
.menu-inner .menu a { color: #fff; }
.menu-inner .menu a:hover { text-decoration: underline; }
.menu-inner .close-button { position: absolute; right: 0; top: 34px; font-size: 24px; color: #E60013; background: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #fff; }
/**/
footer { background: #E60013; overflow: hidden; }
footer .container { }
.foot-inner { position: relative; color: #fff; }
.foot-inner a { color: #ffff; }
.foot-left, .foot-right { float: left; display: flex; align-items: center; justify-content: center; line-height: 40px; }
.foot-left { }
.foot-right { float: right; }
.foot-right li { float: left; margin-right: 10px; padding-right: 10px; position: relative; }
.foot-right li:nth-child(1) { padding-left: 38px; background: url(../images/blue.png) no-repeat 13px center; background-size: 20px auto; }
.foot-right li:nth-child(3) { padding-left: 38px; background: url(../images/beian.png) no-repeat 13px center; background-size: 20px 20px; }
.foot-right li:before { content: ''; position: absolute; right: 0; top: 50%; height: 10px; width: 1px; margin-top: -5px; background: #fff; }
.foot-right li:last-child { margin-right: 0; padding-right: 0; }
.foot-right li:last-child:before { display: none; }
/**/
.fix-online { position: fixed; bottom: 70px; width: 48px; right: 10px; z-index: 9999; display: none; }
.fix-online .item { position: relative; margin: 0 auto; margin-bottom: 10px; border-radius: 5px; background: #F1A200; color: #fff; background-repeat: no-repeat; background-position: center; width: 48px; height: 48px; line-height: 48px; border: 1px solid #F1A200; cursor: pointer; }
.fix-online .item:hover { background: #E60013; color: #fff; }
.fix-online .item dt { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fix-online .item dt a { display: block; color: #fff; }
.fix-online .item:hover a { color: #fff; }
.fix-online .item dd { position: absolute; right: 48px; top: 0; width: 150px; overflow: hidden; padding: 10px 10px; background: #E60013; text-align: center; display: none; }
.fix-online .item dd img { max-width: 100%; vertical-align: middle; }
.fix-online .item:hover dd { display: block; }
/**/
.banner-wrap { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 99; overflow: hidden; height: 350px; }
.banner-wrap .container { padding: 0 0; position: relative; }
.banner-wrap:after { }
.banner-inner { position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: flex-end; justify-content: flex-end; width: 100%; z-index: 2; }
.banner-caption { width: 300px; height: 80px; background: rgba(235, 48, 64,0.75); overflow: hidden; }
.banner-caption span, .banner-caption h3, .banner-caption p { width: auto; display: block; overflow: hidden; }
.banner-caption span { float: left; margin-top: 8px; font-size: 56px; line-height: 60px; font-weight: bold; text-transform: uppercase; color: #fff; height: 60px; margin-left: 10px; font-family: "Times New Roman", Times, serif; position: relative; margin-right: 10px; width: 50px; }
/*.banner-caption span:first-letter { visibility: visible; }*/
.banner-caption h3 { font-size: 20px; line-height: 25px; font-weight: bold; color: #fff; height: 25px; margin-top: 15px; }
.banner-caption p { line-height: 25px; color: #F0F5F8; height: 25px; text-transform: uppercase; }
.banner-nav { position: absolute; left: 300px; bottom: 0; background: rgba(193,24,39,0.75); }
.banner-nav li { float: left; line-height: 40px; text-align: center; font-size: 18px; padding: 5px 25px; overflow: hidden; position: relative; }
.banner-nav li:after { content: ''; position: absolute; right: 0; top: 50%; height: 12px; right: 0; margin-top: -6px; width: 1px; background: #fff; }
.banner-nav li:last-child:after { display: none; }
.banner-nav li a { display: block; color: #fff; }
.banner-nav li:hover, .banner-nav li.cur { background: #E60013; }
.banner-nav li:hover a, .banner-nav li.cur a { color: #fff; }
/**/
.sider-inner { overflow: hidden; position: relative; margin-bottom: 5px; background: #fff; }
.sider-nav { overflow: hidden; background: #fff; }
.sider-nav li { line-height: 40px; text-align: center; border-bottom: 1px solid #e9e9e9; font-size: 18px; padding: 10px 0; position: relative; overflow: hidden; }
.sider-nav li a { display: block; }
.sider-nav li:hover, .sider-nav li.cur { background: #765B0C; }
.sider-nav li:hover a, .sider-nav li.cur a { color: #fff; }
/**/
.sider-type { padding: 15px 15px; padding-bottom: 0; overflow: hidden; }
.sider-type .title, .sider-type .text { float: left; line-height: 40px; position: relative; }
.sider-type .title { font-size: 20px; font-weight: bold; color: #DB3B3B; }
.sider-type .title span { float: left; margin-top: 9px; width: 22px; height: 22px; border: 2px solid #DB3B3B; border-radius: 50%; margin-right: 20px; position: relative; }
.sider-type .title span:before { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #F4ECD5; left: 50%; top: 50%; margin-left: -4px; margin-top: -4px; }
.sider-type .title span:after { content: ''; position: absolute; width: 10px; height: 4px; background: #DB3B3B; top: 50%; margin-top: -2px; left: 20px; }
.sider-type .text { margin-left: 20px; font-size: 16px; color: #666; }
/**/
.sider-list { padding: 0 15px; padding-bottom: 10px; overflow: hidden; }
.sider-list li { float: left; width: 100%; line-height: 50px; border-bottom: 1px dashed #e9e9e9; position: relative; padding-left: 15px; transition: all .5s ease; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.sider-list li:before { content: ''; position: absolute; z-index: 0; width: 4px; height: 4px; background: #fff; border: 2px solid #F4ECD5; border-radius: 50%; left: 0; top: 50%; margin-top: -4px; }
.sider-list li:last-child { border-bottom: 0; }
.sider-list li:hover:before { border-color: #E60013; }
/**/
.sider-four { }
.sider-four .item { float: left; width: 100%; padding: 10px 15px; background: #fff; margin-bottom: 5px; overflow: hidden; }
.sider-four .item:last-child { }
.sider-four .item .image, .sider-four .item .title, .sider-four .item .text { width: auto; overflow: hidden; display: block; line-height: 35px; }
.sider-four .item .image { float: left; margin-right: 10px; text-align: center; height: 35px; color: #E60013; font-size: 22px; }
.sider-four .item .title { font-size: 18px; font-weight: bold; color: #765B0C; }
.sider-four .item .text { }
.sider-four .item .text li { width: 100%; text-align: left; }
.sider-four .item .text li label { float: left; }
/**/
.sider-code { padding: 15px 15px; overflow: hidden; text-align: center; line-height: 40px; background: #fff; }
.sider-code img { max-width: 100%; display: block; margin: 0 auto; }
.sider-code span { display: block; }
/**/
.crumbs-inner { border-bottom: 1px solid #e9e9e9; overflow: hidden; }
.crumbs-inner .text, .crumbs-inner .list, .crumbs-inner .type { float: left; line-height: 55px; }
.crumbs-inner .text { color: #666; }
.crumbs-inner .text a { color: #666; }
.crumbs-inner .type { float: right; font-size: 20px; font-weight: bold; position: relative; padding-right: 15px; color: #765B0C; }
.crumbs-inner .type:after, .crumbs-inner .type:before { content: ''; position: absolute; width: 1px; height: 18px; background: #E60013; right: 0; top: 50%; margin-top: -9px; }
.crumbs-inner .type:before { width: 4px; right: 3px; }
/**/
.single-inner { padding: 20px 0; font-size: 16px; color: #4A4A4A; line-height: 2.5; overflow: hidden; }
.single-inner strong { }
.single-inner img { max-width: 100%; vertical-align: middle; margin: 0 auto; display: block; }
/**/
.news-list { padding: 20px 0; overflow: hidden; }
.news-list li { float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #e9e9e9; overflow: hidden; }
.news-list li .image, .news-list li .text { width: auto; display: block; overflow: hidden; line-height: 40px; }
.news-list li .image { float: right; width: 200px; height: 160px; display: flex; align-items: center; justify-content: center; position: relative; margin-left: 20px; background: #fff; overflow: hidden; border: 1px solid #e9e9e9; }
.news-list li .image img { height: 100%; transition: all .6s; z-index: 1; }
.news-list li:hover .image img { transform: scale(1.025); }
.news-list li .image:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.news-list li:hover .image:before { opacity: 0; }
.news-list li .image:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.news-list li:hover .image:after { opacity: 0; top: 50%; margin-top: -17px; }
.news-list li .text { position: relative; }
.news-list li .text h3 { position: relative; font-size: 18px; height: 40px; overflow: hidden; font-weight: bold; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
/*
.news-list li .text-inner .title:before { content: "\f0da"; font-family: 'FontAwesome'; position: absolute; left: 5px; color: #765B0C; font-size: 28px; }
.news-list li .text-inner .title:after { content: ''; position: absolute; width: 2px; height: 16px; background: #765B0C; left: 0; top: 50%; margin-top: -8px; }
.news-list li:hover .text-inner .title:before, .news-list li:hover .text-inner .title:after { color: #E60013; }
*/
.news-list li .text p { height: 80px; overflow: hidden; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; color: #666; }
.news-list li .text dl { overflow: hidden; color: #999; }
.news-list li .text dl dd { float: left; font-weight: normal; color: #999; transition: all .4s; position: relative; height: 40px; margin-right: 10px; padding-right: 10px; }
.news-list li .text dl dd:after { content: ''; position: absolute; right: 0; height: 12px; width: 1px; background: #999; top: 50%; margin-top: -6px; }
.news-list li .text dl dd:last-child:after { display: none; }
.news-list li:last-child { }
.news-list li:hover .text h3 { color: #E60013; }
.news-list li:hover { }
/**/
.arc-list { padding: 20px 0; overflow: hidden; }
.arc-list li { float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #e9e9e9; overflow: hidden; line-height: 40px; }
.arc-list li a { display: block; }
.arc-list li h3 { position: relative; font-size: 18px; height: 40px; padding-left: 15px; overflow: hidden; font-weight: bold; }
.arc-list li h3:after { content: ''; position: absolute; left: 0; width: 6px; height: 6px; top: 50%; margin-top: -3px; border-radius: 50%; transition: all .6s ease-in-out; background: #CCC; }
.arc-list li:hover h3:after { background: #E60013; }
.arc-list li p { overflow: hidden; color: #666; }
/**/
.image-list { padding: 20px 0; overflow: hidden; }
.image-list li { float: left; width: 32%; margin: 10px 2%; margin-left: 0; border: 1px solid #e9e9e9; position: relative; }
.image-list li:nth-child(3n) { margin-right: 0; }
.image-list li p { width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.image-list li p img { height: 100%; align-items: center; transition: all .6s; }
.image-list li:hover p img { transform: scale(1.025); }
.image-list li p:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.image-list li:hover p:before { opacity: 1; }
.image-list li p:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 16px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s; }
.image-list li:hover p:after { opacity: 1; top: 50%; margin-top: -17px; }
.image-list li h3 { padding: 5px 10px; font-size: 18px; font-weight: bold; line-height: 35px; text-align: center; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
.image-list li:hover h3 { background: #E60013; color: #fff; }
/**/
.show-inner { padding: 15px 15px; overflow: hidden; background: #fff; }
.show-list { padding: 20px 0; overflow: hidden; column-count: 2; -moz-column-count: 2; /* Firefox */ -webkit-column-count: 2; /* Safari and Chrome */ -moz-column-gap: 20px; /* Firefox */ -webkit-column-gap: 20px; /* Safari 和 Chrome */ }
.show-list li { overflow: hidden; border: 1px solid #e9e9e9; position: relative; box-sizing: border-box; break-inside: avoid; margin-bottom: 20px; }
.show-list li p { width: 100%; display: flex; align-items: flex-start; justify-content: center; position: relative; overflow: hidden; }
.show-list li p img { width: 100%; align-items: flex-start; transition: all .6s; }
.show-list li p:hover { opacity: .85; }
/*.show-list li:hover p img { transform: scale(1.025); }
.show-list li p:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.show-list li:hover p:before { opacity: 1; }
.show-list li p:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 16px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s; }
.show-list li:hover p:after { opacity: 1; top: 50%; margin-top: -17px; }
*/
.show-list li h3 { padding: 5px 10px; font-size: 18px; font-weight: bold; line-height: 35px; text-align: center; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
.show-list li:hover h3 { background: #E60013; color: #fff; }
.show-list li label { padding: 5px 10px; background: #F9F9F9; line-height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
.show-list li:hover label { background: #E60013; color: #fff; }
/**/
.video-list { padding: 20px 0; overflow: hidden; }
.video-list li { float: left; width: 32%; margin: 10px 2%; margin-left: 0; border: 1px solid #e9e9e9; position: relative; }
.video-list li:nth-child(3n) { margin-right: 0; }
.video-list li .image { width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.video-list li .image img { height: 100%; align-items: center; transition: all .6s; }
.video-list li:hover .image img { transform: scale(1.025); }
.video-list li .image:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s; background: rgba(0,0,0,0.35); z-index: 2; opacity: 1; }
.video-list li .play-ico:after, .video-list li .voice-ico:after { content: ""; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; position: absolute; left: 50%; margin-left: -27px; z-index: 9; top: 50%; margin-top: -27px; background-repeat: no-repeat; background-position: center; }
.video-list li .play-ico:after { background-image: url(../images/play.png); background-size: 25px auto; }
.video-list li .voice-ico:after { background-image: url(../images/voice.png); background-size: 25px auto; }
.video-list li .text { position: relative; padding: 5px 10px; background: #fff; line-height: 40px; }
.video-list li .text h3 { position: relative; font-size: 18px; height: 40px; overflow: hidden; font-weight: bold; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.video-list li .text p { overflow: hidden; color: #666; }
.video-list li:hover .text { background: #E60013; color: #fff; }
.video-list li:hover .text p { color: #fff; }
/**/
.qinshu-list { padding: 20px 0; overflow: hidden; }
.qinshu-list li { float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #e9e9e9; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.qinshu-list li .image, .qinshu-list li .text { -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; overflow: hidden; line-height: 40px; }
.qinshu-list li .image { width: 150px; margin-right: 20px; align-items: flex-start; }
.qinshu-list li .image img { width: 100%; align-items: center; transition: all .6s; z-index: 1; }
/*.qinshu-list li:hover .image-inner img { transform: scale(1.025); }
.qinshu-list li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.qinshu-list li:hover .image-inner:before { opacity: 0; }
.qinshu-list li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.qinshu-list li:hover .image-inner:after { opacity: 0; top: 50%; margin-top: -17px; }*/
.qinshu-list li .text { -webkit-flex: 1; flex: 1; -webkit-flex-direction: column; flex-direction: column; }
.qinshu-list li .text h3 { width: 100%; font-size: 18px; height: 40px; overflow: hidden; font-weight: bold; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
/*
.qinshu-list li .text-inner .title:before { content: "\f0da"; font-family: 'FontAwesome'; position: absolute; left: 5px; color: #765B0C; font-size: 28px; }
.qinshu-list li .text-inner .title:after { content: ''; position: absolute; width: 2px; height: 16px; background: #765B0C; left: 0; top: 50%; margin-top: -8px; }
.qinshu-list li:hover .text-inner .title:before, .qinshu-list li:hover .text-inner .title:after { color: #E60013; }
*/
.qinshu-list li .text p { width: 100%; overflow: hidden; color: #666; }
.qinshu-list li .text .data { overflow: hidden; color: #999; }
.qinshu-list li .text-inner .data dd { float: left; font-weight: normal; color: #999; transition: all .4s; position: relative; height: 40px; margin-right: 10px; }
.qinshu-list li:last-child { }
.qinshu-list li:hover .text-inner h3 { color: #E60013; }
.qinshu-list li:hover { }
/**/
.book-list { padding: 20px 0; overflow: hidden; }
.book-list li { width: 100%; padding: 20px 0; border-bottom: 1px solid #e9e9e9; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.book-list li .image, .book-list li .text { position: relative; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; overflow: hidden; line-height: 40px; }
.book-list li .image { width: 250px; margin-right: 20px; }
.book-list li .image img { width: 100%; align-items: center; transition: all .6s; z-index: 1; }
/*.book-list li:hover .image-inner img { transform: scale(1.025); }
.book-list li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.book-list li:hover .image-inner:before { opacity: 0; }
.book-list li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.book-list li:hover .image-inner:after { opacity: 0; top: 50%; margin-top: -17px; }*/
.book-list li .text { -webkit-flex: 1; flex: 1; -webkit-flex-direction: column; flex-direction: column; }
.book-list li .text h3 { width: 100%; font-size: 18px; height: 40px; overflow: hidden; font-weight: bold; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
/*
.book-list li .text-inner .title:before { content: "\f0da"; font-family: 'FontAwesome'; position: absolute; left: 5px; color: #765B0C; font-size: 28px; }
.book-list li .text-inner .title:after { content: ''; position: absolute; width: 2px; height: 16px; background: #765B0C; left: 0; top: 50%; margin-top: -8px; }
.book-list li:hover .text-inner .title:before, .book-list li:hover .text-inner .title:after { color: #E60013; }
*/
.book-list li .text p { width: 100%; overflow: hidden; color: #666; }
.book-list li .text dl { width: 100%; overflow: hidden; color: #999; }
.book-list li .text dl dd { float: left; font-weight: normal; color: #999; transition: all .4s; position: relative; height: 40px; margin-right: 10px; padding-right: 10px; }
.book-list li .text dl dd:after { content: ''; position: absolute; right: 0; height: 12px; width: 1px; background: #999; top: 50%; margin-top: -6px; }
.book-list li .text dl dd:last-child:after { display: none; }
.book-list li:last-child { }
.book-list li:hover .text-inner h3 { color: #E60013; }
.book-list li:hover { }
/**/
.form-inner { padding: 20px 0; overflow: hidden; }
.form-inner .item { float: left; width: 100%; margin: 10px 0; position: relative; }
.form-inner .item:nth-child(2n) { float: right; }
.form-inner .item:nth-child(5), .form-inner .item:nth-child(6) { width: 100%; }
.form-inner .form-input, .form-inner .form-textarea, .form-inner .form-button, .form-inner .form-select { padding: 0 10px; height: 42px; line-height: 42px; outline: none; width: 100%; color: #7C7C7C; border: none; background: #fff; font-size: 15px; border-radius: 5px; border: 1px solid #e9e9e9; }
.form-inner .form-textarea { height: 125px; resize: none; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }
.form-inner .form-button { margin: 0 auto; display: block; padding: 0 10px; width: 120px; line-height: 40px; background: #E60013; border-color: #E70012; color: #fff; cursor: pointer; }
/**/
.map-inner { margin: 20px 0px; height: 500px; border: 1px solid #e9e9e9; }
#map label { max-width: none; }
#map div { box-sizing: initial; }
/**/
.book-form { padding: 20px 0; overflow: hidden; }
.book-form .item { margin-bottom: 10px; overflow: hidden; }
.book-form dt, .book-form dd { float: left; width: 30%; font-size: 15px; line-height: 45px; }
.book-form b { color: #FE4041; }
.book-form dd { float: right; width: 70%; }
.book-form .form-input, .book-form .form-textarea, .book-form .form-button, .book-form .form-select { padding: 0 10px; height: 42px; line-height: 42px; outline: none; width: 100%; color: #7C7C7C; border: none; background: #fff; font-size: 15px; border-radius: 5px; border: 1px solid #e9e9e9; }
.book-form .form-textarea { height: 125px; resize: none; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }
.book-form .form-button { margin: 0 auto; margin-top: 20px; display: block; padding: 0 10px; width: 120px; line-height: 40px; background: #E60013; border-color: #E70012; color: #fff; cursor: pointer; font-size:16px; }
.book-forms .item:nth-child(3) .form-input { float: left; width: 120px; margin-right: 20px; }
.book-form .item img { height: 42px; }
.book-form .timetype { float: left; width: 125px; height: 42px; line-height: 40px; border: 1px solid #e9e9e9; text-align: center; font-size: 15px; -moz-border-radius: 25px; -webkit-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; outline: none; margin-right: 20px; color: #7C7C7C; }
.book-form .timetype .radio { margin-bottom: 15px; }
.book-form .timetype .radio:hover { cursor: pointer; }
.book-form .timetype .radio input[type="radio"] { display: none; }
.book-form .timetype .icon-radio { height: 20px; width: 20px; margin-right: 5px; display: inline-block; border: 1px solid #e9e9e9; position: relative; bottom: -2px; }
.book-form .timetype .radio:hover .icon-radio { border-color: #765B0C; }
.book-form .timetype .radio input[type="radio"]:checked + i:after { content: ""; position: absolute; top: 2px; left: 2px; height: 8px; width: 8px; background: #765B0C; }
.book-form .timetype .radio input[type="radio"]:checked + i { border-color: #765B0C; }
.book-form .timetype .radio input[type="radio"]:disabled + i { border-color: #765B0C; }
.book-form .timetype .radio input[type="radio"]:disabled:checked + i:after { background-color: #765B0C; }
.book-form .timetype .radio input[type="radio"] + i { border-radius: 50%; }
.book-form .timetype .radio input[type="radio"]:checked + .icon-radio:after { border-radius: 50%; }
.book-form .timetype .disabled:hover { cursor: not-allowed; }
.book-form .timetype .icon-radio, .book-form .timetype .icon-radio { height: 14px; width: 14px; }
.book-form .timetype .indent { padding-left: 25px; }
.book-form .timetype .icon-radio, .book-form .timetype .indent .icon-radio { margin-left: -25px; }
.book-form .timetype input[type="radio"]:checked + i:after, .book-form .timetype input[type="radio"]:checked + i:after { top: 4px; left: 4px; height: 6px; width: 6px; }
/**/

.page-turn { padding: 20px 0; padding-bottom: 40px; overflow: hidden; display: flex; width: 100%; justify-content: center; }
.page-turn li { display: block; overflow: hidden; height: 36px; line-height: 36px; font-size: 22px; color: #CE0E05; margin: 0px 5px; text-align: center; }
.page-turn li.active, .page-turn li .current, .page-turn li:hover { background: #CE0E05; color: #fff; }
.page-turn li a, .page-turn li span { display: block; padding: 0 12px; background: #F9F9F9; }
.page-turn li.active a, .page-turn li:hover a { color: #fff; background: #CE0E05; }
/**/
.view-inner { padding: 15px 15px; overflow: hidden; background: #fff; }
.view-title { margin-top: 20px; font-size: 28px; font-weight: 800; text-align: center; text-transform: uppercase; overflow: hidden; }
.view-info { padding: 15px 0; color: #666; border-bottom: 1px dotted #e9e9e9; overflow: hidden; text-align: center; }
.view-info li { display: inline-block; margin: 0 10px; }
.view-body, .view-play { padding: 20px 0; font-size: 16px; color: #4A4A4A; line-height: 2.5; overflow: hidden; }
.view-body img { max-width: 100%; vertical-align: middle; margin: 10px auto; display: block; }
.view-body video, .view-body audio { width: 75% !important; margin: 0 auto !important; display: block; overflow: hidden; outline: none; }
.view-body a { color: #E60013; text-decoration: underline; }
.view-play { padding-bottom: 0; }
.play-left, .play-right { float: left; width: 28%; overflow: hidden; }
.play-left { border: 1px dotted #e9e9e9; padding: 20px 20px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.play-left img { max-width: 100%; align-items: center; }
.play-left span { }
.play-right { float: right; width: 70%; }
.view-prev { border-top: 1px dotted #e9e9e9; padding: 20px 0px; overflow: hidden; position: relative; padding-right: 70px; }
.view-prev li { line-height: 35px; height: 35px; overflow: hidden; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.view-prev li a { }
.view-back { position: absolute; right: 0; top: 50%; margin-top: -30px; }
.view-back a { margin: 0 auto; display: block; width: 60px; height: 60px; border-radius: 50%; background: #FFF8EE; line-height: 60px; font-size: 32px; color: #E60013; text-align: center; overflow: hidden; transition: all .6s; }
.view-back a:hover { background: #E60013; color: #fff; }
/**/
#index-full { margin: 0 auto; width: 100%; height: 650px; overflow: hidden; position: relative; }
#index-full .swiper-wrapper { position: relative; width: 100%; height: 100%; }
#index-full .swiper-slide { width: 100%; height: 100%; margin: 0 0 !important; padding: 0 0 !important; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; }
#index-full .swiper-slide img { width: 100%; }
#index-full .swiper-pagination { }
#index-full .swiper-pagination-bullet { width: 15px !important; height: 15px !important; border: 3px solid #fff !important; background: none !important; opacity: 1; border-radius: 50% !important; outline: none; }
#index-full .swiper-pagination-bullet-active { border: 3px solid #E60013 !important; background-color: none !important; }
/**/
.roll-wrap { height: 50px; background: #fff; }
.roll-wrap .container { padding: 0 0; }
.index-roll { width: 100%; height: 50px; position: relative; padding-left: 100px; padding-right: 100px; line-height: 50px; }
.index-roll dt { position: absolute; left: 0; top: 0; font-weight: bold; color: #765B0C; }
.index-roll dt i { font-size: 22px; color: #E60013; font-weight: normal; }
.index-roll dd { position: absolute; right: 0; top: 0; font-size: 16px; }
.index-roll dd a { display: block; color: #765B0C; }
/*.index-roll:after { content: "\f028"; font-family: 'FontAwesome'; font-size: 24px; color: #E60013; position: absolute; left: 0; top: 0; line-height: 50px; }
.index-roll:before { content: '网站公告'; font-size: 16px; font-weight: bold; color: #765B0C; position: absolute; left: 35px; top: 0; line-height: 50px; }*/
.index-roll .swiper-container { float: left !important; width: 80%; height: 50px; }
.index-roll .swiper-slide { padding: 0 0; height: 50px; line-height: 50px; overflow: hidden; }
.index-roll .swiper-slide h3, .index-roll .swiper-slide p { float: left; width: 85%; overflow: hidden; }
.index-roll .swiper-slide h3 { font-size: 16px; line-height: 50px; font-weight: normal; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.index-roll .swiper-slide p { float: right; width: 15%; text-align: right; color: #7C7C7C; }
.index-roll .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
/**/
.focus-left, .focus-right, .index-left, .index-right { float: left; width: 700px; padding: 15px 15px; height: 495px; background: #fff; }
.index-left, .index-right { height: auto; }
.index-right { width: 480px; }
.index-focus { position: relative; }
.index-focus .swiper-container { width: 100%; height: 100%; }
#index-focus .swiper-slide { cursor: pointer; position: relative; z-index: 1; overflow: hidden; }
#index-focus .swiper-slide .image, #index-focus .swiper-slide .text { display: block; overflow: hidden; }
#index-focus .swiper-slide .image { width: 100%; display: flex; height: 415px; background: #E60013; text-align: center; align-items: center; justify-content: center; position: relative; }
#index-focus .swiper-slide .image img { width: 100%; height: 100%; object-fit: cover; }
#index-focus .swiper-slide .text { margin-top: 5px; font-size: 20px; font-weight: bold; height: 50px; line-height: 50px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
#index-focus .swiper-pagination { bottom: 5px !important; text-align: right; left: auto; right: 5px !important; }
#index-focus .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
#index-focus .swiper-pagination-bullet-active { background-color: #E60013 !important; }
.focus-right { float: right; width: 480px; padding-bottom: 5px; }
/**/
.focus-list { padding: 10px 0; overflow: hidden; }
.focus-list li { float: left; width: 100%; height: 40px; line-height: 40px; padding-left: 15px; position: relative; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.focus-list li:after { content: ''; position: absolute; left: 0; width: 6px; height: 6px; top: 50%; margin-top: -3px; border-radius: 50%; transition: all .6s ease-in-out; background: #CCC; }
.focus-list li:hover:after { background: #E60013; }
.focus-list li a { display: block; }
/**/
.caption-index { overflow: hidden; border-bottom: 1px solid #F4ECD5; border-bottom-color: #e9e9e9; }
.caption-index h3, .caption-index span { float: left; line-height: 50px; position: relative; }
.caption-index h3 { font-size: 20px; font-weight: bold; padding-left: 15px; color: #765B0C; }
.caption-index h3:after, .caption-index h3:before { content: ''; position: absolute; width: 1px; height: 18px; background: #E60013; left: 0; top: 50%; margin-top: -9px; }
.caption-index h3:before { width: 4px; left: 3px; }
.caption-index span { float: right; transition: all .6s ease-in-out; }
.caption-index span a { color: #999; display: block; }
.caption-index span:before { content: "\f061"; font-family: 'FontAwesome'; position: absolute; right: 0; transition: all .6s ease-in-out; opacity: 0; }
.caption-index span:hover { padding-right: 30px; }
.caption-index span:hover:before { opacity: 1; color: #E60013; }
.caption-index span:hover a { color: #E60013; }
.caption-tab { overflow: hidden; position: relative; }
.caption-tab:after { content: ''; position: absolute; left: 0; width: 100%; height: 3px; bottom: 0; background: #F4ECD5; z-index: 0; }
.caption-tab li { float: left; margin-right: 30px; position: relative; line-height: 50px; font-size: 20px; font-weight: bold; color: #765B0C; cursor: pointer; }
.caption-tab li:before { content: ''; position: absolute; width: 1px; height: 18px; background: #F4ECD5; right: -15px; top: 50%; margin-top: -9px; }
.caption-tab li:last-child:before { display: none; }
.caption-tab li:after { content: ''; position: absolute; left: 0; width: 100%; height: 3px; bottom: 0; background: #F4ECD5; z-index: 1; }
.caption-tab li:hover:after, .caption-tab li.on:after { background: #E60013; }
.caption-title { margin-top: 20px; overflow: hidden; text-align: center; line-height: 40px; }
.caption-title .title { font-size: 28px; font-weight: 800; text-align: center; text-transform: uppercase; }
.caption-title .text { color: #999; text-transform: uppercase; }
/**/
.index-main { float: left; width: 100%; overflow: hidden; }
.index-banner { float: left; width: 100%; text-align: center; overflow: hidden; }
.index-banner img { max-width: 100%; vertical-align: middle; }
/**/
.jng-left, .jng-center, .jng-right, .chs-left, .chs-right { float: left; width: 700px; margin-right: 20px; padding: 15px 15px; background: #fff; overflow: hidden; }
.jng-left, .jng-center { height: 365px; }
.jng-left { }
.index-about { padding-top: 10px; overflow: hidden; line-height: 40px; }
.index-about .image, .index-about .text { width: auto; display: block; }
.index-about .image { float: left; width: 46%; margin-right: 15px; margin-top: 12px; }
.index-about .image img { max-width: 100%; vertical-align: middle; }
.index-about .text { }
.jng-center { width: 350px; }
.jng-right { width: 480px; margin-right: 0; }
.chs-left, .chs-right { }
.chs-left { width: 850px; }
.index-chs { padding-top: 10px; overflow: hidden; line-height: 38px; }
.index-chs .image, .index-chs .text { width: auto; display: block; }
.index-chs .image { float: left; width: 30%; margin-right: 15px; margin-top: 10px; }
.index-chs .image img { max-width: 100%; vertical-align: middle; }
.index-chs .text { padding-top: 20px; }
.index-video { padding-top: 20px; overflow: hidden; }
.index-video video { }
.chs-right { width: 330px; margin-right: 0; }
.chs-right .image, .chs-right .text { width: 100%; overflow: hidden; }
.chs-right .image { }
.chs-right .image li { margin-top: 10px; text-align: center; overflow: hidden; }
.chs-right .image li img { max-width: 100%; vertical-align: middle; }
.chs-right .text { }
.chs-right .text li { float: left; background: #FFF8EE; width: 49%; height: 40px; line-height: 40px; text-align: center; margin-top: 15px; overflow: hidden; transition: all .6s ease-in-out; background: #F9F9F9; }
.chs-right .text li a { display: block; }
.chs-right .text li:nth-child(2n) { float: right; }
.chs-right .text li:hover { background: #E60013; }
.chs-right .text li:hover a { color: #fff; }
.chs-right .mp3-list { margin-top: 15px; }
.chs-right .mp3-list li { margin-bottom: 15px; }
.chs-right .mp3-list li dt, .chs-right .mp3-list li dd { display: block; height: 50px; overflow: hidden; line-height: 50px; background: #FFF8EE; background: #F9F9F9; }
.chs-right .mp3-list li dt { background-image: url(); background-repeat: no-repeat; background-position: 23px center; position: relative; }
.chs-right .mp3-list li span, .chs-right .mp3-list li .btn { float: left; overflow: hidden; width: 252px; height: 50px; }
.chs-right .mp3-list li span { float: right; padding: 0 10px; width: 252px; }
.chs-right .mp3-list li .btn { width: 48px; background: url(../images/aduio.png) no-repeat center; cursor: pointer; }
.chs-right .mp3-list li dt.on, .chs-right .mp3-list li:hover dt { }
.chs-right .mp3-list li dt.on .btn, .chs-right .mp3-list li:hover .btn { background: url(../images/aduio-hover.png) no-repeat center; }
.chs-right .mp3-list li dd { display: none; }
.chs-right .mp3-list li .audio-w { height: 50px; width: 100%; }
.chs-right .mp3-list li .audio-w.show { }
.chs-right .mp3-list li .audio-w .audioplayer { height: 50px; }
.chs-right .mp3-list li .audio-w .audioplayer-time { line-height: 50px; }
 .chs-right .mp3-list audio::-webkit-media-controls {
 overflow: hidden !important;
}
 .chs-right .mp3-list audio::-webkit-media-controls-enclosure {
 width: calc(100% + 40px);
 margin-left: auto;
 background:#FFF8EE;
 background:#F9F9F9;
}
.chs-right .mp3-list audio { border-radius: 0px; height: 50px; outline: none; }
/**/
.index-first { position: relative; width: 100%; height: 455px; overflow: hidden; }
#index-first { width: 100%; height: 100%; background: #FF0000; }
#index-first .swiper-wrapper { width: 100%; height: 100%; }
#index-first .swiper-slide { width: 100%; height: 100%; }
#index-first .swiper-slide .image { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; overflow: hidden; position: relative; }
#index-first .swiper-slide .image img { max-width: 100%; max-height: 100%; align-items: center; }
/**/
.index-news { float: left; width: 386.66667px; margin-right: 20px; background: #fff; overflow: hidden; }
.index-news:last-child { margin-right: 0; }
/**/
.index-headline { overflow: hidden; position: relative; padding: 10px 0; padding-bottom: 15px; border-bottom: 1px dashed #e9e9e9; }
.index-headline .image, .index-headline .title, .index-headline .text { width: auto; display: block; overflow: hidden; line-height: 40px; }
.index-headline .image { float: left; width: 120px; height: 80px; margin-right: 10px; display: flex; align-items: center; justify-content: center; border: 1px solid #e9e9e9; }
.index-headline .image img { max-height: 100%; align-items: center; }
.index-headline .title { width: 100%; font-size: 16px; font-weight: bold; height: 40px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.index-headline .text { height: 80px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; color: #666; }
/**/
.index-list { padding-top: 10px; overflow: hidden; }
.index-list li { float: left; width: 100%; position: relative; height: 40px; line-height: 40px; padding-left: 15px; position: relative; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.index-list li:after { content: ''; position: absolute; left: 0; width: 6px; height: 6px; top: 50%; margin-top: -3px; border-radius: 50%; transition: all .6s ease-in-out; background: #e9e9e9; }
.index-list li:hover:after { background: #E60013; }
.index-list li h3, .index-list li span { float: left; width: 80%; height: 40px; line-height: 40px; overflow: hidden; }
.index-list li h3 { font-size: 16px; position: relative; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.index-list li span { float: right; width: 20%; text-align: right; color: #999; }
.index-list li a { display: block; }
/**/
.index-chenlie-1 { margin: 20px 0; margin-bottom: 0; padding: 15px 15px; position: relative; background: #fff; }
#index-chenlie-1 { padding-bottom: 30px; }
#index-chenlie-1 .swiper-wrapper { width: 100%; height: 100%; }
#index-chenlie-1 .swiper-slide { margin: 20px 0; }
#index-chenlie-1 .swiper-slide .image { display: flex; width: 100%; height: 200px; align-items: center; justify-content: center; background: #F9F9F9; overflow: hidden; position: relative; z-index: 1; }
#index-chenlie-1 .swiper-slide .image img { height: 100%; align-items: flex-start; }
#index-chenlie-1 .swiper-slide .text { padding: 5px 10px; background: #F9F9F9; height: 80px; line-height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
#index-chenlie-1 .swiper-slide:hover .text { background: #E60013; color: #fff; }
.index-chenlie-1 .swiper-button-prev, .index-chenlie-1 .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #E60013; background: rgba(255,255,255,.75); border-radius: 50%; font-size: 24px; outline: none; }
.index-chenlie-1 .swiper-button-prev { left: -55px; }
.index-chenlie-1 .swiper-button-next { right: -55px; }
.index-chenlie-1 .swiper-button-prev:hover, .index-chenlie-1 .swiper-button-next:hover { background: rgba(193,24,39,.75); color: #fff; }
.index-chenlie-1 .swiper-pagination { }
.index-chenlie-1 .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
.index-chenlie-1 .swiper-pagination-bullet-active { background-color: #E60013 !important; }
/**/
.index-chenlie-2 { margin: 20px 0; margin-bottom: 0; padding: 15px 15px; position: relative; background: #fff; }
#index-chenlie-2 { padding-bottom: 30px; }
#index-chenlie-2 .swiper-wrapper { width: 100%; height: 100%; }
#index-chenlie-2 .swiper-slide { margin: 20px 0; }
#index-chenlie-2 .swiper-slide .image { display: flex; width: 100%; height: 200px; align-items: center; justify-content: center; background: #F9F9F9; overflow: hidden; position: relative; z-index: 1; }
#index-chenlie-2 .swiper-slide .image img { height: 100%; align-items: flex-start; }
#index-chenlie-2 .swiper-slide .text { padding: 5px 10px; background: #F9F9F9; height: 80px; line-height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
#index-chenlie-2 .swiper-slide:hover .text { background: #E60013; color: #fff; }
.index-chenlie-2 .swiper-button-prev, .index-chenlie-2 .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #E60013; background: rgba(255,255,255,.75); border-radius: 50%; font-size: 24px; outline: none; }
.index-chenlie-2 .swiper-button-prev { left: -55px; }
.index-chenlie-2 .swiper-button-next { right: -55px; }
.index-chenlie-2 .swiper-button-prev:hover, .index-chenlie-2 .swiper-button-next:hover { background: rgba(193,24,39,.75); color: #fff; }
.index-chenlie-2 .swiper-pagination { }
.index-chenlie-2 .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
.index-chenlie-2 .swiper-pagination-bullet-active { background-color: #E60013 !important; }
/**/
.index-chenlie-3 { margin: 20px 0; margin-bottom: 0; padding: 15px 15px; position: relative; background: #fff; }
#index-chenlie-3 { padding-bottom: 30px; }
#index-chenlie-3 .swiper-wrapper { width: 100%; height: 100%; }
#index-chenlie-3 .swiper-slide { margin: 20px 0; }
#index-chenlie-3 .swiper-slide .image { display: flex; width: 100%; height: 200px; align-items: center; justify-content: center; background: #F9F9F9; overflow: hidden; position: relative; z-index: 1; }
#index-chenlie-3 .swiper-slide .image img { height: 100%; align-items: flex-start; }
#index-chenlie-3 .swiper-slide .text { padding: 5px 10px; background: #F9F9F9; height: 80px; line-height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
.index-chenlie-3 .swiper-button-prev, .index-chenlie-3 .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #E60013; background: rgba(255,255,255,.75); border-radius: 50%; font-size: 24px; outline: none; }
.index-chenlie-3 .swiper-button-prev { left: -55px; }
.index-chenlie-3 .swiper-button-next { right: -55px; }
.index-chenlie-3 .swiper-button-prev:hover, .index-chenlie-3 .swiper-button-next:hover { background: rgba(193,24,39,.75); color: #fff; }
.index-chenlie-3 .swiper-pagination { }
.index-chenlie-3 .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
.index-chenlie-3 .swiper-pagination-bullet-active { background-color: #E60013 !important; }
/**/
.index-chenlie-4 { margin: 20px 0; margin-bottom: 0; padding: 15px 15px; position: relative; background: #fff; }
#index-chenlie-4 { padding-bottom: 30px; }
#index-chenlie-4 .swiper-wrapper { width: 100%; height: 100%; }
#index-chenlie-4 .swiper-slide { margin: 20px 0; }
#index-chenlie-4 .swiper-slide .image { display: flex; width: 100%; height: 200px; align-items: center; justify-content: center; background: #F9F9F9; overflow: hidden; position: relative; z-index: 1; }
#index-chenlie-4 .swiper-slide .image img { height: 100%; align-items: flex-start; }
#index-chenlie-4 .swiper-slide .text { padding: 5px 10px; background: #F9F9F9; height: 80px; line-height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
.index-chenlie-4 .swiper-button-prev, .index-chenlie-4 .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #E60013; background: rgba(255,255,255,.75); border-radius: 50%; font-size: 24px; outline: none; }
.index-chenlie-4 .swiper-button-prev { left: -55px; }
.index-chenlie-4 .swiper-button-next { right: -55px; }
.index-chenlie-4 .swiper-button-prev:hover, .index-chenlie-4 .swiper-button-next:hover { background: rgba(193,24,39,.75); color: #fff; }
.index-chenlie-4 .swiper-pagination { }
.index-chenlie-4 .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
.index-chenlie-4 .swiper-pagination-bullet-active { background-color: #E60013 !important; }
/**/
.index-four { padding: 0 0; padding-bottom: 20px; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content : center; justify-content : center; }
.index-four .item { float: left; padding: 15px 20px; background: #F9F9F9; margin-right: 20px; overflow: hidden; width: 386.6667px; }
.index-four .item:last-child { margin-right: 0; }
.index-four .item .image, .index-four .item .title, .index-four .item .text { width: auto; display: block; overflow: hidden; line-height: 35px; }
.index-four .item .image { float: right; width: 115px; height: 115px; margin-left: 20px; display: flex; align-items: center; justify-content: center; color: #E60013; font-size: 48px; }
.index-four .item .image img { max-width: 100%; align-items: center; }
.index-four .item .title { font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #765B0C; }
.index-four .item .text { }
.index-four .item .text li { width: 100%; text-align: left; }
.index-four .item .text li label { float: left; }
/**/
.index-show { position: relative; }
#index-show { padding-bottom: 30px; }
#index-show .swiper-wrapper { width: 100%; height: 100%; }
#index-show .swiper-slide { margin: 20px 0; }
#index-show .swiper-slide .image { display: flex; width: 100%; height: 185px; align-items: center; justify-content: center; overflow: hidden; position: relative; }
#index-show .swiper-slide .image img { width: 100%; height: 100%; object-fit: cover; }
#index-show .swiper-slide .text { padding: 5px 10px; background: #F9F9F9; line-height: 35px; text-align: center; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; transition: all .6s ease-in-out; }
#index-show .swiper-slide:hover .text { background: #E60013; color: #fff; }
.index-show .swiper-button-prev, .index-show .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #E60013; background: rgba(255,255,255,.75); border-radius: 50%; font-size: 24px; outline: none; }
.index-show .swiper-button-prev { left: -55px; }
.index-show .swiper-button-next { right: -55px; }
.index-show .swiper-button-prev:hover, .index-show .swiper-button-next:hover { background: rgba(193,24,39,.75); color: #fff; }
.index-show .swiper-pagination { }
.index-show .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #e9e9e9 !important; opacity: 1; border-radius: 6px !important; outline: none; }
.index-show .swiper-pagination-bullet-active { background-color: #E60013 !important; }
/**/
.index-link { padding: 15px 0; overflow: hidden; }
.index-link li { float: left; width: 23.5%; margin: 5px 2%; margin-left: 0; height: 105px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; font-size: 18px; border: 1px solid #F4ECD5; border-color: #F9F9F9; }
.index-link li:nth-child(4n) { margin-right: 0; }
.index-link li img { max-width: 96%; align-items: center; }
/**/
.index-text { display: flex; flex-direction: row; align-items: center; padding: 15px 15px; background: #fff; margin-top: 15px; }
.index-text li { float: left; position: relative; margin-right: 30px; padding-right: 30px; }
.index-text li:before { content: ''; position: absolute; right: 0; width: 1px; height: 80%; top: 10%; background: #E9E9E9; }
.index-text li:last-child:before { display: none; }
.index-text li strong, .index-text li label, .index-text li dl { width: auto; display: block; line-height: 30px; overflow: hidden; }
.index-text li strong { font-size: 16px; font-weight: 600; color: #765B0C; }
.index-text li label { font-size: 14px; }
.index-text li:last-child { margin-right: 0; padding-right: 0; -webkit-flex: 1; flex: 1; }
.index-text li dl { float: right; margin-left: 30px; position: relative; overflow: visible; z-index: 9999999; cursor: pointer; }
.index-text li dt, .index-text ll dd { }
.index-text li dt { width: 230px; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; border-radius: 10px; background: #E0CAA7; color: #fff; font-size: 22px; text-align: center; }
.index-text li dt i { font-size: 32px; }
.index-text li dd { position: absolute; bottom: 55px; width: 230px; height: 230px; display: flex; background: #fff; left: 0; border-radius: 10px; overflow: hidden; padding: 10px 10px; align-items: center; justify-content: center; display: none; }
.index-text li dd img { width: 100%; align-items: center; }
.index-text li:last-child dl:hover dd { display: block; }
/**/
.quanjing-inner { margin: 0 auto; width: 100%; overflow: hidden; height: calc(100vh - 180px); }
.quanjing-bg { background: #E60013; }
/**/
.pd { padding: 15px 15px; background: #fff; }
.pdt { padding-top: 30px; }
.dis-none { display: none !important; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-flow: nowrap row; flex-flow: nowrap row; justify-content: space-between; }
.vis { overflow: visible; }
.mat { margin-top: -20px; }
.els { width: 100%; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; display: inline-block }
.dn { display: none }
.pdn { padding: 0 0; }
.bgnone { background: none; padding: 0 0; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
/**/
