@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro"), url("../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Light"), url("../fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Semibold"), url("../fonts/SourceSansPro-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Roboto Mono";
  src: local("Roboto Mono"), url("../fonts/RobotoMono-Regular.ttf");
}
.gutter pre {
  color: #999;
}
pre {
  color: #525252;
}
pre .function .keyword,
pre .constant {
  color: #0092db;
}
pre .keyword,
pre .attribute {
  color: #e96900;
}
pre .number,
pre .literal {
  color: #ae81ff;
}
pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7;
}
pre .class .title {
  color: #19bc9b;
}
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #A30119;
}
pre .title {
  color: #21be9e;
}
pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #A30119;
}
pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34495e;
  background-color: #F6F6F6;
  margin: 0;
  line-height: 1.6em;
}
body.page {
  padding-top: 61px;
}
@media screen and (max-width: 900px) {
  body.page {
    padding-top: 0;
  }
}
a {
  text-decoration: none;
  color: #34495e;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #2c3e50;
}
code,
pre {
  font-family: 'Roboto Mono', Monaco, courier, monospace;
  font-size: 0.866em;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  overflow-y: hidden;
  border: none;
}
pre code {
  font-size: 1em;
  margin: 0;
  color: #525252;
}
code {
  color: #dd4b39;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  line-height: 1.5em;
}
code.hljs {
  white-space: inherit;
  padding: 1em;
  background: #f8f8f8;
}
em {
  color: #7f8c8d;
}
p {
  word-spacing: 0.05em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
a.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #1bd1ae;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #1bd1ae;
}
a.button.white {
  background-color: #fff;
  color: #A30119;
}
.highlight {
  overflow-x: auto;
  position: relative;
  background-color: #f8f8f8;
  padding: 0.8em 0.8em 0.4em;
  line-height: 1.1em;
  border-radius: 2px;
}
.highlight table,
.highlight tr,
.highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.highlight .gutter {
  width: 1.5em;
}
.highlight .code pre {
  padding: 1.2em 1.4em;
  line-height: 1.5em;
  margin: 0;
}
.highlight .code .line {
  min-height: 1.5em;
}
.highlight.html .code:after,
.highlight.js .code:after,
.highlight.bash .code:after,
.highlight.css .code:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
.highlight.html .code:after {
  content: 'HTML';
}
.highlight.js .code:after {
  content: 'JS';
}
.highlight.bash .code:after {
  content: 'Shell';
}
.highlight.css .code:after {
  content: 'CSS';
}
#main {
  position: relative;
  z-index: 1;
  padding: 0 60px 30px;
  overflow-x: hidden;
  min-height: calc(100vh - 136px);
}
.nav .nav-link {
  cursor: pointer;
}
.nav .nav-dropdown-container .nav-link:hover {
  border-bottom: none;
}
.nav .nav-dropdown-container:hover .nav-dropdown {
  display: block;
}
.nav .nav-dropdown-container.language {
  margin-left: 20px;
}
.nav .nav-dropdown-container .arrow {
  pointer-events: none;
}
.nav .nav-dropdown {
  display: none;
  box-sizing: border-box;
  max-height: calc(39vh);
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  text-align: left;
  border-radius: 4px;
  white-space: nowrap;
}
.nav .nav-dropdown li {
  line-height: 1.8em;
  margin: 0;
  display: block;
}
.nav .nav-dropdown li > ul {
  padding-left: 0;
}
.nav .nav-dropdown li:first-child h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.nav .nav-dropdown a,
.nav .nav-dropdown h4 {
  padding: 0 24px 0 20px;
}
.nav .nav-dropdown h4 {
  margin: 0.45em 0 0;
  padding-top: 0.45em;
  border-top: 1px solid #eee;
}
.nav .nav-dropdown a {
  color: #3a5169;
  font-size: 0.9em;
  display: block;
}
.nav .nav-dropdown a:hover {
  color: #A30119;
}
.nav .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 6px;
  margin-right: -14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ccc;
}
.header {
  padding: 10px 60px;
  position: relative;
  z-index: 9999;
  background: #222;
}
.header ul li a {
color: #fff;
}
.header ul li a:hover {
  color: #A30119;
  text-decoration: none;
}


body.page .header {
  position: fixed;
  width: 100%;
  top: 0;
}
body.page .nav {
  position: fixed;
}
.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav .break {
  display: none;
}
.nav > .nav-left > li,.nav > .nav-right > li {
  display: inline-block;
  margin: 0 1em;
}
.nav > .nav-left,.nav > .nav-right{position:absolute;}
.nav > .nav-left{left:50px; top:44px}
.nav > .nav-right{right:30px; top:44px}
.nav .current {border-bottom:4px solid #A30119;padding: 5px;}
.nav > .nav-left a,.nav > .nav-right a{line-height: 36px}
.nav-link {
  padding-bottom: 3px;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #A30119;
}
.search-query {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  border: 1px solid #e3e3e3;
  color: #2c3e50;
  outline: none;
  border-radius: 15px;
  margin-right: 10px;
  transition: border-color 0.2s ease;
  background: #fff url("../images/search.png") 8px 5px no-repeat;
  background-size: 20px;
  vertical-align: middle !important;
}
#logo {
  display: inline-block;
  font-size: 1.4em;
  line-height: 40px;
  font-weight: 500;
  position: absolute;
  margin-left: -33px;
  left: 50%;
  top: 6px;
}
#logo img {
  vertical-align: middle;
}
#logo a > em {
  font-size: 13px;
  border-radius: 2px;
  display: inline-block;
  background: #A30119;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-style: normal;
  padding: 1px 4px;
  margin-right: 3px;
}
#logo a > em.bg-success {
  background: #A30119;
}
#logo a > em.bg-danger {
  background: #ff7243;
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 61px;
  left: 0;
  bottom: 0;
  padding: 40px 0 30px 60px;
  width: 260px;
  margin-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.sidebar h2 {
  margin-top: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  line-height: 1.9em;
  padding-left: 1em;
}
.sidebar .menu-root {
  padding-left: 0;
}
.sidebar .menu-root li {
  position: relative;
}
.sidebar .menu-root li em {
  position: absolute;
  left: -20px;
  top: 0;
  height: 28px;
  width: 20px;
  background: url("../images/caret.png") no-repeat center center;
  background-size: 18px 18px;
  cursor: pointer;
}
.sidebar .menu-root li.selected > em,
.sidebar .menu-root li.expand > em {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .menu-root li.selected > a {
  color: #A30119;
  font-weight: 600;
}
.sidebar .menu-root li ul {
  display: none;
}
.sidebar .menu-root li.selected > ul,
.sidebar .menu-root li.expand > ul {
  display: block;
}
.sidebar .menu-root li.collapse > ul {
  display: none;
}
.sidebar .menu-root li.collapse > em {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.sidebar .menu-sub {
  font-size: 0.9em;
}
.sidebar .sidebar-link {
  color: #7f8c8d;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #A30119;
}
.sidebar .sidebar-link.new:after {
  content: "NEW";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #A30119;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-link:hover {
  color: #A30119;
}
.sidebar .sidebar-link.active {
  font-weight: bold;
  color: #A30119;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed;
    z-index: 8;
    background-color: #f9f9f9;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 30px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .sidebar .search-query {
    width: 200px;
    margin-bottom: 10px;
  }
  .sidebar .main-menu {
    display: block;
  }
  .sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.header {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
}
.content {
  position: relative;
  padding: 2.2em 0;
 /* max-width: 800px;*/
  margin: 0 auto;
}
.content a.button {
  font-size: 0.9em;
  color: #fff;
  margin: 0.2em 0;
  width: 180px;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  vertical-align: middle;
}
.content img {
  max-width: 100%;
  margin: 10px 0;
}
.content span.light {
  color: #7f8c8d;
}
.content span.info {
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin-left: 20px;
}
.content h1 {
  margin: 0 0 1em;
  font-size: 30px;
}
.content h2:before,
.content h3:before {
  content: '';
  display: block;
  margin-top: -91px;
  height: 91px;
  visibility: hidden;
}
.content h2 {
  margin: 20px 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
  z-index: -1;
}
.content h3 {
  margin: 20px 0 1.2em;
  position: relative;
  z-index: -1;
}
.content h3:after {
  content: "";
  color: #A30119;
  position: absolute;
  left: -0.7em;
  bottom: -2px;
  font-size: 1.2em;
  font-weight: bold;
}
.content figure {
  margin: 1.2em 0;
}
.content p,
.content ul,
.content ol {
  line-height: 1.8em;
  margin-bottom: .8em;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.content blockquote p,
.content blockquote ul,
.content blockquote ol {
  padding-bottom: 0;
}
.content ul,
.content ol {
  padding-left: 1.5em;
}
.content a {
  color: #A30119;
  font-weight: 400;
}
.content blockquote {
  margin: 2em 0;
  padding-left: 15px;
  border-left: 4px solid #ddd;
  background: #f9f9f9;
}
.content blockquote p {
  margin-left: 0;
}
.content iframe {
  margin: 1em 0;
}
.content > table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  margin-bottom: 8px;
}
.content > table thead tr {
  background-color: #F8F8F8;
}
.content > table th {
  font-weight: 700;
}
.content > table td,
.content > table th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.content > table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.content > table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.docs-links {
  margin-top: 2em;
  height: 1em;
}
.footer {
  color: #7f8c8d;
  /*margin-top: 2em;*/
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
  font-size: 0.9em;
}
#main.fix-sidebar .sidebar {
  position: fixed;
}
@media screen and (max-width: 1500px) {
  .content.with-sidebar {
    margin-left: 280px;
  }
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #222;
    z-index: 9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    padding: 0;
  }
  .header .nav {
    display: none;
  }
  .header .menu-button {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    background: url("../images/menu.png") center center no-repeat;
    background-size: 24px;
  }
  .header #logo {
    font-size: 1.5em;
    padding: 6px 0 6px 15px;
    color: #A30119;
    display: block;
    line-height: 100%;
  }
  .header #logo > a {
    display: inline-block;
    vertical-align: middle;
  }
  .header #logo > a:first-child {
    width: 40px;
    overflow: hidden;
  }
  .header #logo img {
    height: 40px;
    margin-top: 0px;
    max-width: 200px;
  }
  .nav-link {
    padding-bottom: 1px;
  }
  .nav-link:hover,
  .nav-link.current {
    border-bottom: 2px solid #A30119;
  }
  #mobile-bar {
    display: block;
  }
  #main {
    padding: 2em 1.4em 0;
    padding-top: 50px;
    min-height: calc(100vh - 96px);
  }
  .highlight pre {
    padding: 1.2em 1em;
  }
  .content.with-sidebar {
    margin: auto;
  }
  .content h2:before,
  .content h3:before {
    content: '';
    display: block;
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
  }
  .footer {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  #downloads {
    text-align: center;
    margin-bottom: 25px;
  }
  #downloads .info {
    margin-top: 5px;
    margin-left: 0;
  }
  iframe {
    margin: 0 !important;
  }
  #about {
    padding: 0 15px;
  }
  #about .links a.btn.btn-lg {
    padding: 12px 25px;
    margin-bottom: 5px;
  }
}
.addon .content a {
  color: #A30119;
}
#toc {
  position: fixed;
  right: 70px;
  top: 110px;
  width: 250px;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  z-index: 999;
  max-height: 500px;
  overflow-y: auto;
}
#toc ol {
  margin: 0;
  padding-left: 1.5em;
  padding-bottom: 0;
  line-height: 1.6em;
}
#toc ol li {
  list-style: square;
  color: #7f8c8d;
}
#toc ol li a {
  color: #7f8c8d;
}
#toc ol li a:hover {
  color: #A30119;
}
#toc ol li a.current {
  color: #A30119;
  font-weight: 600;
}
@media (max-width: 1200px) {
  #toc {
    display: none;
  }
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .header {
  box-shadow: none;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
  height: 90px;
}

.dropdown-menu a{color: #A30119;text-decoration: none;}
body .header.floating {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #222222;
}
body .header .container{position:relative}
body .header .header-top font{color:#DFDFDF; font-size:10px;}
body .header .header-top ul {position:absolute; right:0; top:0}
body .header .header-top ul li{display: inline-block;font-size:12px; }
body .header .header-top ul li a{color:#FFFFFF; margin:0 1rem;}
#about {
  background-color: #A30119;
  text-align: center;
  min-height: 350px;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../img/banner.png);
  background-size: cover;
  background-attachment: fixed;
}
#about .inner {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
#about h1 {
  font-weight: 400;
  font-size: 6em;
  color: #fff;
  line-height: 100%;
}
#about h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
}
#about .links {
  margin-top: 30px;
}
#about .links a {
  margin: 0 5px;
}
@media screen and (max-width: 900px) {
  #about {
    height: calc(100vh - 40px);
  }
  #about h1 {
    font-size: 2em;
  }
  #about h2 {
    display: block;
  }
  #about .button {
    font-size: 0.9em;
  }
  body .header #logo {
    padding: 0px 15px;
    margin-top: -4px;
    margin-left: 0;
  }
  body .header #logo > a:first-child {
    width: inherit;
  }
}
@keyframes mouseanimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.viewmore {
  width: 100%;
  display: block;
  clear: both;
  margin-top: -80px;
  text-align: center;
  height: 100px;
}
.viewmore-dot {
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  height: .4em;
  width: .4em;
  top: .6em;
  margin-left: -0.2em;
  border-radius: 50%;
  transform-origin: top center;
  backface-visibility: hidden;
  animation: mouseanimation 2s ease-out infinite;
}
.viewmore-icon {
  display: block;
  position: relative;
  height: 40px;
  width: 26px;
  border: 2px solid #fff;
  border-radius: 1em;
  margin: 0 auto;
}
#addons .addon-list {
  text-align: left;
}
#addons .list0 {width: 41.66666667%;}
#addons .list1 {width: 58.33333333%;}
#addons .list2 {width: 41.66666667%;}
#addons .list3 {width: 25%;}
#addons .list4  {width: 33.33333333%;}
#addons .addon-item {
  padding: 0px;
  background: #fbfbfb;
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
  margin: 0 -5px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#addons .addon-item:hover,
#addons .addon-item:focus {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#addons .addon-item .addon-img {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#addons .addon-item .addon-img img {
  width: 100%;
}
#addons .addon-item .addon-info {
  padding: 15px;
}
#addons .addon-item h4 {
  margin: 6px 0;
  line-height: 30px;
  color: #444;
  padding: 0;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
#addons .addon-item .addon-intro {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #888;
  height: 48px;
  font-size: 14px;
}
#addons .addon-item .addon-action {
  padding: 10px 0;
  text-align: center;
}
#addons .addon-item .addon-action a {
  font-size: 12px;
}
#footer {
  padding: 25px 0;
  background: #f8f8f8;
  color: #999;
}
#footer a {
  color: #777;
}
#footer a:hover {
  color: #0092db;
}
@media (max-width: 1366px) and (min-width: 901px) {
  .header,
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav {
    right: 20px;
  }
  .sidebar {
    padding-left: 20px;
  }
  .content.with-sidebar {
    margin-left: 250px;
  }
  #toc {
    right: 20px;
  }
}
.webcont{padding:90px 0 0 0;}
.producthead{ height:100px;margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	overflow:hidden;
	padding:10px 0 0 0;
}
.btn-more{border:1px solid #D1D1D1; padding:8px 24px; }
.btn-more:hover{background-color:#A30119; color:#fff;}
.product-item{margin-bottom: 30px;
-webkit-border-radius: 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 3px;
-moz-background-clip: padding;
border-radius: 3px;
background-clip: padding-box;
background-color: #fff;
overflow:auto;padding: 0 0 15px 0;}
.product-item h3{color:#333; font-size:16px; padding:0 15px; line-height:18px;}
.product-info .text-content{line-height:24px; font-size:12px;}
.product-info .text-content h4{font-size:14px; line-height:0px}
.product-info .text-content ul{list-style-type:none; padding: 10px 0 20px 0;}



.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}

.p-nav-list {
  margin: 0 -15px;
}
.p-nav-list li {
  width: 100px;
  float: left;
  display: inline-block;
  margin: 0 8px;
  text-align: center;
}
.p-nav-list li a {
  display: block;
  font-size:12px;
}
.p-nav li:hover em {
  display: none;
}
.p-nav-list li:hover a.btn {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.p-nav-list li a:hover {
  text-decoration: none;
}
.p-nav-list img {
      width: 100%;
	  padding:0 25px;
	  margin-bottom:5px;
}
.p-nav-list em {
  display: block;
  color: #999;
  font-style: normal;
}
.p-nav-list li > a.link {
  display: block;
  overflow: hidden;
}
.p-nav-list a.btn {
  display: none;
}


.about{background-color:#fff; font-size:14px;}
.about .list-item{margin-top:10px; background-color:#F1F1F1; height:35px; font-size:16px;}
.about .list-item a{background-color:#A30119; padding:6px 30px; color:#fff;line-height:35px;}
.about .list-item-cont{padding: 20px 0;}
.about .list-item-cont textarea{margin:14px 0}
.about .list-item-cont .a-left{padding:0 60px;}
.about .b-right, .about  .b-left{background-color:#F1F1F1; }
.about  .b-left h2{color:#A30119; font-size:30px;  line-height:40px;}
.about  .b-left h2 span{color:#000000; }
.about  .b-left ul{list-style-type:none;}
.about  .b-left a{background-color:#A30119; padding:6px 30px; color:#fff;line-height:35px;}
.about .list-item-cont .reset{border:1px solid #ccc; margin-right:5px;}
.code{width:60px;}


.sale{margin-top:10px; }
.sale .apply {text-align:center;}
.sale .apply a{background-color:#A30119; padding:6px 50px; color:#fff;line-height:35px;}
.sale .s-cont{background-color:#fff; overflow:auto}
.sale .s-cont h2{color:#A30119;font-size:24px; text-align:center;}
.sale .s-cont .col-image-inner{ text-align:center;}
.sale .s-cont .col-text-inner{font-size:14px;}
.sale .s-cont .col-text-inner h3{ border-left:4px solid #A30119; font-size:18px; padding:0px 10px; line-height:18px;}
.sale .s-cont .col-text-inner p{padding:15px 30px;}
.sale .s-cont  .addon-item{border:1px solid #D1D1D1;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);

}
.sale .s-cont .addon-info{padding:0 15px;}
.sale .s-cont .addon-info .title{color:#A30119; font-size:16px;font-weight:bold;}


.solution{margin-top:10px; }
.solution .apply {text-align:center;}
.solution .apply a{background-color:#A30119; padding:6px 50px; color:#fff;line-height:35px;}
.solution .s-cont{overflow:auto; padding-right:0;}
.solution .s-cont h2{color:#A30119;font-size:24px; text-align:center; padding-right:0;}
.solution .s-cont .col-image-inner{ text-align:center;}
.solution .s-cont .col-text-inner{font-size:14px;}
.solution .s-cont .col-text-inner h3{ font-size:18px; padding:0px 30px; line-height:18px;}
.solution .s-cont .col-text-inner p{padding:5px 30px;}
.solution .s-cont  .addon-item{border:1px solid #D1D1D1;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	min-height: 390px;
	margin:0px 0 20px;

}
.solution .s-cont .addon-info{}
.solution .s-cont .title h3{color:#A30119; font-size:16px;font-weight:bold;}
.solution .s-cont .title p{white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}
.solution .s-cont .addon-img{padding:0 30px}
.solution .s-cont .addon-img img {width:100%}
.solution .solumenu{border:1px solid #707070; padding:0; text-align:center;}
.solution .solumenu h3{margin:0; background-color:#A30119; color:#fff; font-size:20px; line-height:60px;}
.solution .solumenu ul li{border-bottom:1px solid #707070; line-height:50px;}
.solution .solumenu ul li:last-child{border-bottom:none;}
.solution .solumenu ul .cur a,.solution .solumenu ul .cur a:hover{color:#A30119}
.video 	.list-item{font-size:14px;}

.oem 	.list-item{font-size:14px;}
.oem .o-cont .col-text-inner {text-align:center;}
.oem .o-cont .text-content .section-heading{color:#A30119;font-size:24px;}
.oem .o-cont  .heading{text-align:center;color:#A30119;font-size:24px;}
.oem .o-cont .col-image-inner{ text-align:center;}
.oem .o-cont .col-text-inner{font-size:14px;}
.oem .o-cont .text-content p{padding:10px 80px; text-align:left;}
.b-color{background-color:#fff;}
.oem .o-cont  .conttxt,.oem .o-cont  .conttxt .contimg {padding:0;}
.oem .o-cont  .conttxt .contimg img{width:100%}
.oem .o-cont  .conttxt {text-align:left;}
.oem .o-cont  .conttxt .section-heading{color:#222;text-align:left;padding:0px 20px;}
.oem .o-cont  .conttxt p {padding:10px 20px;}
.oem .o-cont  .message{background-color:#A30119; color:#fff;}
.oem .o-cont  .message h2{ color:#fff;}
.oem .apply {text-align:center;}
.oem .apply a{background-color:#A30119; padding:6px 30px; color:#fff;line-height:35px;}
.buttoncur{cursor: pointer}
.apply_dialog{padding:10px;}
.apply_dialog form {
 margin:0 auto;
 width:480px
}
.apply_dialog form label {
 width:20px;
 color:red
}
.apply_dialog form h1 {
font-size:18px;
line-height:24px;
padding:10px 15px  20px 15px;
}
.apply_dialog form p {
margin:0;
}
.apply_dialog .isnotNeed {
 visibility:hidden
}
.apply_dialog form input {
 margin-bottom:18px;
 padding-left:18px;
 width:420px;
 height:38px;
 border-radius:6px;
 border:1px solid #ccc
}
.apply_dialog form select {
 width:28.5%;
 height:38px;
 margin-bottom:18px;
 padding-left:18px;
 border-radius:6px;
 border:1px solid #ccc;
 background:#f9f9f9
}
.apply_dialog form .ad_product{width:87%;}
.apply_dialog form select.ad_source {
 width:480px
}
.apply_dialog form input.ad_submit {
 width:100%;
 background-color:#A30119;
 font-size:18px;
 color:#fff;
 margin-top:15px;
 cursor:pointer
}
.apply_dialog .buttoncont {margin:10px 48px; line-height:30px }
.apply_dialog .buttoncont a {border:1px solid #999999; padding:2px 6px;line-height:20px;cursor: pointer}
.apply_dialog form textarea {
 width:420px;
 height:135px;
 padding-top:15px;
 padding-left:16px;
 padding-right:16px;
 margin-bottom:20px;
 border-radius:6px;
 border:1px solid #ccc;
 vertical-align:text-top
}
.apply_dialog .ad_tips {
 margin-left:48px
}
.apply_dialog .ad_tips span {
 margin-right:10px;
 color:red
}
.apply_dialog .phone_err {
 display:block;
 padding-left:48px;
 margin-top:-16px;
 color:red;
 opacity:0
}

.presale 	.list-item{font-size:14px;}
.presale .p-cont .col-text-inner {text-align:center;}
.presale .p-cont .text-content .section-heading{color:#A30119;font-size:24px;}
.presale .p-cont  .heading{text-align:center;color:#A30119;font-size:24px;}
.presale .p-cont .col-image-inner{ text-align:center;}
.presale .p-cont .col-text-inner{font-size:14px;}
.presale .p-cont .text-content p{padding:10px 80px; text-align:left;}
.b-color{background-color:#fff;}
.presale .p-cont  .conttxt, .presale  .p-cont  .conttxt .contimg {padding:0;}
.presale  .p-cont  .conttxt .contimg img{width:100%}
.presale .p-cont  .conttxt {text-align:left;}
.presale .p-cont  .conttxt .section-heading{color:#222;text-align:left;padding:0px 20px;}
.presale .p-cont  .conttxt p {padding:10px 20px;}
.presale .p-cont  .message{background-color:#A30119; color:#fff;}
.presale .p-cont  .message h2{ color:#fff;}
.presale .p-cont .iconcont .col-text-inner{font-size:14px; text-align:left;}
.presale .p-cont .iconcont .col-text-inner h3{ border-left:4px solid #A30119; font-size:18px; padding:0px 10px; line-height:18px; color:#222}
.presale .p-cont .iconcont .p-nav-list li {
    width: 124px;
    float: left;
    display: inline-block;
    margin: 20px 49px;
    text-align: center;
}
.presale .p-cont .iconcont .p-nav-list li img{padding: 0 44px;}

.service    .conttxt{padding:0px;}
.service .producthead .headtxt {background-color:#A30119; color:#fff; font-size:14px;}
.service .producthead {padding:0px;height:130px;}
.layui-table-header table thead tr {background-color:#A30119; color:#fff; height:34px;}

.productlist  h2{font-size:18px; text-align:center; margin:10px 0;}
.productlist .layui-tab-content { border-top:2px solid #A30119; overflow:auto; padding:0; }
.productlist .layui-tab-title li{background-color:#fff}
.productlist .layui-tab-title .layui-this{background-color:#A30119;color:#fff}
.productlist .layui-tab-title .layui-this{color:#fff}
.productlist .layui-tab-title .layui-this:after {border:none;}
.productlist .layui-tab-content h3{background-color:#F6F6F6;text-align:center; font-size:20px; padding:10px 0;}
.productlist .list-icon {padding:15px 0}
.productlist .list-icon  div{width:228px;font-size:14px;}
.productlist .listimg {border-top:8px solid #F6F6F6;  padding:15px;}
.productlist .listimgcont {background-color:#F6F6F6; padding:15px 0}
.productlist .listimgcont h4{border-left:4px solid #A30119; background-color:#F6F6F6;padding:0 8px; line-height: 40px;font-size:16px;}
#containerss {padding:0 15px;}
/*.productlist .listimgcont img {max-width:500px; float:left; margin:15px; padding:10px; border:1px solid #F6F6F6}*/
.productlist .cmdlist-container{padding:25px;}
.productlist .cmdlist-container img {width:100%}
.b-color{background-color:#fff}
.productlist .download h3{padding:10px 0; font-size:14px; text-align:left}
.productlist .download h3 a{color:#A30119;}
.productlist .download ul {background-color:#fff; border:1px solid #D1D1D1}
.productlist .download ul li {border-top:1px solid #D1D1D1; padding:10px 15px; line-height: 30px; height: 50px; color:#A30119; font-size:14px;}
.productlist .download ul li:first-child{border-top:none;}
.productlist .download ul li a{ float:right; font-size:14px; padding:2px 15px; color:#A30119; border:1px solid #D1D1D1;line-height:26px;}
.productlist .download ul li a:hover{color:#fff; border:1px solid #A30119; background-color:#A30119}
.productlist .layui-form-label    {width: 116px;background-color: #F1F1F1; font-size: 14px;}
.productlist .layui-input-block { min-height: 36px; border: 1px solid #F1F1F1; line-height: 36px; padding-left:15px;}
.productlist .layui-form-item{margin-bottom:0px;}
.productlist .parameter {15px 0}
.productlist .parameter  .top-l,.productlist .parameter .top-r{padding:15px;}
.productlist .parameter  .top-r {height: 308px; overflow:hidden;}
.productlist .parameter  .top-r img{width:100%}
.productlist .parameter-txt{margin:5px 0; padding:5px 15px;}
.productlist  .parameter-img {text-align:center;}
.productlist  .parameter-img h3{background-color:#D1D1D1;color:#A30119; font-size:14px; text-align:left;padding: 0 15px;}
.productlist  .parameter-img img {padding:15px;}
#steps{padding:0 25px;}
     .step-item {
            display: inline-block;
            line-height: 19px;
            position: relative;
            background: #ffffff;
        }

        .step-item-tail {
            width: 100%;
            padding: 0 0px;
            position: absolute;
            left: 0;
            top: 8px;
        }

        .step-item-tail i {
            display: inline-block;
            width: 100%;
            height: 1px;
            vertical-align: top;
            background: #c2c2c2;
            position: relative;
        }
        .step-item-tail-done {
            background: #A30119 !important;
        }

        .step-item-head {
            position: relative;
            display: inline-block;
            height: 15px;
            width: 15px;
            text-align: center;
            vertical-align: top;
            color: #A30119;
            border: 1px solid #A30119;
            border-radius: 50%;
            background: #A30119;
        }

        .step-item-head.step-item-head-active {
            background: #fff;
            color: #ffffff;
        }
       .step-item-main-active {
            font-weight:inherit;
			color:#222
        }
        .step-item-main {
            background: #ffffff;
            display: block;
            position: relative;
			color:#A30119;
			font-weight:bold;
        }
		

        .step-item-main-title {
           font-size:12px;
            color: #A30119;
        }
		.step-item-main-active .step-item-main-title {
           font-size:12px;
		    font-weight:inherit;
            color: #555;
        }
        .step-item-main-desc {
            color: #aaaaaa;
        }
.productlist .step-item .layui-icon{font-size:0px;}
.productlist  .p-steps .txt{font-size:14px; line-height:39px;}
.productlist  .p-steps {}
.floatings{position: fixed; z-index:99;top:85px;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
.register .ad_province{max-width: 115px;}
.register,.login{background:url(../img/login.png);background-size: cover;}
.register h1,.login h1 {font-size:30px; color:#fff; padding:25px 0 50px 0; text-align:center;}
#LAY-user-login,.layadmin-user-display-show{display:block!important}
.layadmin-user-login{width:375px;box-sizing:border-box; border:1px dashed #FFFFFF; margin-bottom:100px;    border-radius: 5px; 
background-color:rgba(112,112,112,0.3)}
.layadmin-user-login-main{width:375px;margin:0 auto;box-sizing:border-box}
.layadmin-user-login-box{padding: 0 20px}
.layadmin-user-login-header{text-align:center;border-bottom: 1px solid #e1e1e16b; margin-bottom: 20px; padding:0 20px;color:#fff;}
.layadmin-user-login-header h2{margin-bottom:10px;font-weight:300;font-size:21px;color:#fff}
.layadmin-user-login-header p{font-weight:300;color:#999}
.layadmin-user-login-body .layui-form-item{position:relative}
.layadmin-user-login-icon{position:absolute;left:1px;top:1px;width:38px;line-height:36px;text-align:center;color:#d2d2d2}
.layadmin-user-login-body .layui-form-item .layui-input{padding-left:38px}
.layadmin-user-login-code{width:100%;cursor:pointer;background-color:#A30119; color:#fff;line-height: 38px; border:none;}
.layadmin-user-login-other{position:relative;font-size:0;padding:0 20px}
.layadmin-user-login-other>*{display:inline-block;vertical-align:middle;margin-right:10px;font-size:14px}
.layadmin-user-login-other .layui-icon{position:relative;top:2px;font-size:26px}
.layadmin-user-login-other a:hover{opacity:.8}
.layadmin-user-jump-change{ color:#fff;}
.layadmin-user-login-footer{position:absolute;left:0;bottom:0;width:100%;line-height:30px;padding:20px;text-align:center;box-sizing:border-box;color:rgba(0,0,0,.5)}.layadmin-user-login-footer span{padding:0 5px}
.layadmin-user-login-footer a{padding:0 5px;color:rgba(0,0,0,.5)}
.layadmin-user-login-footer a:hover{color:rgba(0,0,0,1)}
.layadmin-user-login-main[bgimg]{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.05)}
.ladmin-user-login-theme{position:fixed;bottom:0;left:0;width:100%;text-align:center}
.ladmin-user-login-theme ul{display:inline-block;padding:5px;background-color:#fff}
.ladmin-user-login-theme ul li{display:inline-block;vertical-align:top;width:64px;height:43px;cursor:pointer;transition:all .3s;-webkit-transition:all .3s;background-color:#f2f2f2}
.ladmin-user-login-theme ul li:hover{opacity:.9}
@media screen and (max-width:768px){.layadmin-user-login{padding-top:60px}.layadmin-user-login-main{width:300px}.layadmin-user-login-box{padding:10px}}
.layui-form-item .layui-btn {background-color: #A30119;}
.layadmin-user-login-main .submit{padding:0 20px;}
.layadmin-user-login-other label{color:#fff; padding:0; margin:0;float: left;}
.layui-form select { height: 38px;}
.b-color{background-color:#fff;}
.regtxt{    color: #fff; text-align: center; line-height: 24px;}
.regtxt h2{color:#fff}
.regtxt i{fon-size:36px;}
.headbtn {text-align:center;}
.headbtn a{padding: 8px 66px; margin: 0px 59px; background-color:#fff; color:#A30119;}
.headbtn .cur{background-color:#A30119; color:#fff;}
.display{display:none;}
.block{display:block;}
.c-txt{display:none}
.login .layadmin-user-login{width:375px;position:relative;right:-580px;top:0;padding:0px 0 0px 0;min-height:100%;box-sizing:border-box; border:1px dashed #FFFFFF; margin-bottom:100px;    border-radius: 5px; 
background-color:rgba(112,112,112,0.3)}

.p14-infolist-1-list{background:#fff;border:1px solid #ededed;}
.p14-infolist-1-list dl {border-bottom:1px solid #ededed;overflow:hidden;}
.p14-infolist-1-list dl:last-child{border-bottom:none;}
.p14-infolist-1-list dt {float:left;margin-right:5.8%;}
.p14-infolist-1-list dt img {width:100%;display:block; max-width:380px;}
.p14-infolist-1-list dd {padding:0px 40px 20px 0px;}
.p14-infolist-1-list dd h4 {font-weight:normal;font-size:18px;color:#393531;    line-height: 25px; margin-bottom: -5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.p14-infolist-1-list h4 a {display:block;height:40px;color:#4b4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-infolist-1-list dl:hover {box-shadow:0px 5px 10px 0 #ededed;}
.p14-infolist-1-list dl:hover h4 a {color:#A30119;}
.p14-infolist-1-list-desc {    font-size: 14px;
    line-height: 28px;
    color: #888888;
    margin-bottom: 4px;
    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;    /*定义的数字为显示的行数*/
	-webkit-box-orient:vertical;}
.p14-infolist-1-list-deta {}
.p14-infolist-1-list-deta a {    color: #fff;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: left;
    background: #A30119;
    box-shadow: 0px 5px 10px 0 #ededed;
    border-radius: 15px;
    font-size: 8px;}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {border-color:#A30119;}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {color:#fff;}
.p14-infolist-1-list-deta span{float:right; font-size: 14px; color:#888888;}
    
.p14-info-1 {padding:18px 0;}
.p14-info-1-tit {height:38px;font-size:24px;font-weight:normal;line-height:38px;color:#4b4a4a;text-align: center;}
.p14-info-1-sour {height:24px;font-size:12px;line-height:0px;text-align:center;color:#aaa;padding: 15px; margin-bottom:30px; border-bottom: 1px solid #e2e2e2;}
.p14-info-1-sour a {color:#aaa;}
.p14-info-1-sour span {margin:0 9px;}
.p14-info-1-text {padding:16px 18px;font-size:14px;line-height:24px;border:1px solid #d6d6d6;margin-bottom:22px;}
.p14-info-1-text-t1 {width:78px;float:left;color:#342f2e;margin-right:-78px;}
.p14-info-1-text-t2 {padding-left:80px;}
.p14-info-3 {background:#fff;padding:0 40px 8px;}
.p14-info-3-tit {height:55px;font-size:24px;line-height:55px;color:#4b4a4a;}
.p14-info-3-list li {height:46px;font-size:14px;line-height:46px;color:#4b4a4a;border-top:1px dashed #dbdbdb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-info-3-list li a {color:#4b4a4a;}
.p14-info-3-list li span {float:right;}
.p14-pagination-1 dl {margin-bottom:24px;padding-right:40px;}
.p14-pagination-1 dd {height:32px;font-size:14px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-pagination-1 dd b {float:right;font-weight:normal;}
.p14-pagination-1 dd span {width:60px;height:32px;background:#a2a2a2;color:#fff;text-align:center;display:inline-block;margin-right:10px;}
.p14-pagination-1 dt {height:1px;border-bottom:1px dashed #b5b5b5;margin-left:60px;padding-top:2px;margin-bottom:2px;}
.p14-pagination-1 dd em {float:right;font-style:normal;padding-left:20px;font-weight:normal;}
.p14-pagination-1 dl a {color:#4b4a4a;}
.p14-pagination-1-href {float:right;font-size:14px;line-height:32px;}
.p14-pagination-1-href span {display:inline-block;padding:0 6px;margin-left:4px;background:#e93e3c;}
.p14-pagination-1-href a {display:block;color:#fff;}
.p14-pagination-1-key {min-height:40px;border-top:1px solid #e93e3c;font-size:14px;line-height:40px;color:#575556;}
.p14-pagination-1-key a {color:#575556;}
.p14-pagination-1-key span {display:inline-block;margin:0 4px;}
.p14-info-2 {background:#fff;}
.p14-info-2-tit {height:80px;font-size:24px;line-height:80px;background:#E60012;color:#fff;text-align:center;}
.p14-info-2-list dl {padding:26px 10px 20px 7px;border-bottom:1px dashed rgba(153,153,153,0.3);font-size:12px;line-height:18px;overflow:hidden;}
.p14-info-2-list dt {width:40.35%;float:left;margin-right:6px;}
.p14-info-2-list dt img {display:block;width:100%;margin:0 auto;}
.p14-info-2-list dd h3 {height:22px;font-size:14px;font-weight:normal;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
.p14-info-2-list-desc {height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-info-2-list dl:nth-last-child(1) {border-bottom:0;}


.p14-infocontent-1 {padding:18px 0;}
.p14-infocontent-1-tit {height:38px;font-size:24px;font-weight:normal;line-height:38px;color:#4b4a4a;text-align: center;}
.p14-infocontent-1-sour {height:24px;font-size:12px;line-height:4px;text-align:center;color:#aaa;padding: 15px; margin-bottom:30px; border-bottom: 1px solid #e2e2e2;}
.p14-infocontent-img{text-align:center}
.p14-infocontent-1-sour a {color:#aaa;}
.p14-infocontent-1-sour span {margin:0 9px;}
.p14-infocontent-1-text {padding:16px 18px;font-size:14px;line-height:24px;border:1px solid #d6d6d6;margin-bottom:22px;}
.p14-infocontent-1-text-t1 {width:78px;float:left;color:#342f2e;margin-right:-78px;}
.p14-infocontent-1-text-t2 {padding-left:80px;}
.p14-info-3 {background:#fff;padding:0 40px 8px;}
.p14-info-3-tit {height:55px;font-size:24px;line-height:55px;color:#4b4a4a;}
.p14-info-3-list li {height:46px;font-size:14px;line-height:46px;color:#4b4a4a;border-top:1px dashed #dbdbdb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-info-3-list li a {color:#4b4a4a;}
.p14-info-3-list li span {float:right;}
.p14-pagination-1 dl {margin-bottom:24px;padding-right:40px;}
.p14-pagination-1 dd {height:32px;font-size:14px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-pagination-1 dd b {float:right;font-weight:normal;}
.p14-pagination-1 dd span {width:60px;height:32px;background:#a2a2a2;color:#fff;text-align:center;display:inline-block;margin-right:10px;}
.p14-pagination-1 dt {height:1px;border-bottom:1px dashed #b5b5b5;margin-left:60px;padding-top:2px;margin-bottom:2px;}
.p14-pagination-1 dd em {float:right;font-style:normal;padding-left:20px;font-weight:normal;}
.p14-pagination-1 dl a {color:#4b4a4a;}
.p14-pagination-1-href {float:right;font-size:14px;line-height:32px;}
.p14-pagination-1-href span {display:inline-block;padding:0 6px;margin-left:4px;background:#e93e3c;}
.p14-pagination-1-href a {display:block;color:#fff;}
.p14-pagination-1-key {min-height:40px;border-top:1px solid #e93e3c;font-size:14px;line-height:40px;color:#575556;}
.p14-pagination-1-key a {color:#575556;}
.p14-pagination-1-key span {display:inline-block;margin:0 4px;}
.p14-info-2 {background:#fff;}
.p14-info-2-tit {height:80px;font-size:24px;line-height:80px;background:#E60012;color:#fff;text-align:center;}
.p14-info-2-list dl {padding:26px 10px 20px 7px;border-bottom:1px dashed rgba(153,153,153,0.3);font-size:12px;line-height:18px;overflow:hidden;}
.p14-info-2-list dt {width:40.35%;float:left;margin-right:6px;}
.p14-info-2-list dt img {display:block;width:100%;margin:0 auto;}
.p14-info-2-list dd h3 {height:22px;font-size:14px;font-weight:normal;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
.p14-info-2-list-desc {height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p14-info-2-list dl:nth-last-child(1) {border-bottom:0;}
.endit-content {padding:20px 50px}
.endit-content p {text-indent:2em;}
.endit-content p img{max-width:1000px}


.news .news-cont{width:100%;background-color:#fff; margin-top:30px;padding:15px; }
.news .news-cont ul {width:100%;text-align:center;}
.news .news-cont ul li{}
.news .news-cont ul img{width:100%}
.news .news-cont ul li a{font-size:14px; color:#807c77; padding:10px;margin-bottom:15px;}
.news .news-cont ul li .date{width:33%; color: #fff;  font-size:1.4rem;    font-style: normal;    font-family: 'Arial';    font-weight: bold;    padding:9px 18px; background-color:#a30119; text-align:center; margin:20px 0;}
.news .news-cont ul li .date{width:33%; color: #fff;  font-size:1.4rem;    font-style: normal;    font-family: 'Arial';    font-weight: bold;    padding:9px 18px; background-color:#a30119; text-align:center; margin:20px 0;}
.news .news-cont ul li h3{color:#32271c; font-size:18px; line-height:35px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .news-cont ul li p{line-height:28px;}
.news .news-cont ul li .description {min-height:85px; text-align:left;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;    /*定义的数字为显示的行数*/
	-webkit-box-orient:vertical;}
.news .news-cont ul li .line{border-bottom:1px solid #e6e6e6}
.news .news-cont ul li a:hover{background-color:#dddddd;}
.news .news-cont ul li a:hover .line{border-bottom:1px solid #696367}
.news .news-cont .more{ text-align:center; padding:15px 0 ;}
.news .news-cont .more a{padding:5px 18px;color:#fff; width:90px; height:30px;line-height:30px;text-align:center; background:#A30119;box-shadow:0px 5px 10px 0 #ededed;border-radius: 15px; font-size:14px;}
