* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea, th, td, div, img {
  border: medium none;
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 16px;
  color: #333;
  font-family: -apple-system-font,Helvetica Neue,"Microsoft YaHei",sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

em {
  font-style: normal; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none;
  color: #333; }

img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.main {
  min-width: 1200px; }

.headpart {
  padding: 20px 40px;
  width: 100%;
  overflow: hidden; }

.left-logo {
  margin-left: 60px;
  float: left; }

.right-content {
  float: right;
  line-height: 60px; }
  .right-content .contact {
    color: #cc0001;
    font-size: 24px; }

.nav {
  text-align: left; }
  .nav .tree-bg {
    background: #cc0001;
    font-weight: bold;
    max-width:1200px;
	margin: 0 auto;
	padding: 0; }
    .nav .tree-bg .layui-nav-item {
      padding: 0 5px; }
      .nav .tree-bg .layui-nav-item a {
        color: #fff; }
        .nav .tree-bg .layui-nav-item a:hover {
          text-decoration: none; }
      .nav .tree-bg .layui-nav-item > a {
        width: 6.4em;
        text-align: center;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip; }
    .nav .tree-bg .layui-nav-child {
      /*background-color: rgba(0, 0, 0, .1);
      border: none;
      box-shadow: none;*/
      white-space:normal;
      top: 60px;
      padding: 0; }
      .nav .tree-bg .layui-nav-child a {
        color: #cc0001; }
        .nav .tree-bg .layui-nav-child a:hover {
          /* background: #f2f2f2;
           color: #999999;*/
          background: #cc0001;
          color: #fff;
          z-index: 999; }
      .nav .tree-bg .layui-nav-child dd.layui-this {
        background-color: #cc0001;
        color: #fff; }
        .nav .tree-bg .layui-nav-child dd.layui-this a {
          background-color: #cc0001;
          color: #fff; }
    .nav .tree-bg .layui-nav-bar {
      background: #fff;
      height: 3px; }
    .nav .tree-bg a {
      font-size: 15px; }
      
.navigation{
	background: #cc0001;
}

.layui-nav-third-child {
  display: none;
  position: absolute;
  left: 120px;
  top: 0;
  min-width: 100%;
  line-height: 36px;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #d2d2d2;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 2px;
  white-space: nowrap; }

.layui-nav-third-child a {
  color: #cc0001; }
  .layui-nav-third-child a:hover {
    background: #cc0001;
    color: white; }
.layui-nav-third-child li.layui-this a {
  background-color: #cc0001;
  color: white; }

.layui-nav-third-child li {
  position: relative;
  background: #fff;
  color: #cc0001; }
  .layui-nav-third-child li:after {
    display: none; }

.layui-nav .layui-nav-child dd.layui-this .third-class:after {
  color: #fff; }

.third-class {
  position: relative; }
  .third-class:hover::after {
    color: #fff; }

.third-class:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e602";
  color: #cc0001;
  transform: translate(0, -50%); }

.nav-carousel {
  width: 100%;
  height: 600px; }

.container {
  width: 1200px;
  margin: 0 auto; }

/**footer**/
.footer {
  margin: 10px 0 0;
  background: #ececec; }

/*.footer-box{
  padding: 50px 95px 25px;
}
.footer-box-left,.footer-box-right{
  display: inline-block;
  padding: 0 80px 0 50px;
}
.footer-box-right{
  vertical-align: middle;
}*/
.footer-box {
	text-align: center;
	/*position: relative;*/
	padding: 0 0 30px;
}

.footer-box-left {
	/* position: absolute;
	top: 20px;
	left: 100px;
	bottom: 20px; */
	float: left;
	margin: 0 0 0 100px;
}

.footer-box-right {
	width: 1000px;
	margin: 0 auto;
}

.footer-img {
  
  height: 61px; }
  .footer-img img {
    width: 100%;
    height: 100%; }

.footer-text-item {
  margin: 15px 0;
  text-align: center; }
  .footer-text-item p {
    display: inline-block;
    font-size: 15px;
    padding: 0 5px;
    color: #040404; }

.footer-logo {
  padding: 0 0 30px;
  text-align: center; }

.footer-logo-item {
  display: inline-block;
  padding: 0 15px; }

.footer-item-img {
  width: 100px;
  height: 35px; }
  .footer-item-img img {
    width: 100%;
    height: 100%; }

.footer-link {
  text-align: center;
  padding: 30px 0; }

.footer-link-remark {
  display: inline-block; }

.footer-link-detail {
  display: inline-block; }

.footer-link-list li {
  display: inline-block;
  padding: 0 8px;
  border-right: 2px solid #6d6969; }
  .footer-link-list li:last-child {
    border-right: none; }

.notice-box {
  padding: 10px 20px; }

.notice-box-left {
  width: 70%;
  display: inline-block; }

.notice-box-right {
  width: 30%;
  float: right; }

.notice-title-left, .notice-title-right {
  width: 50%; }

.notice-box-title {
  margin: 10px 0;
  padding: 5px 0; }

.notice-title-left {
  display: inline-block;
  text-align: left; }
  .notice-title-left p {
    display: inline-block; }

.notice-title-right {
  float: right;
  text-align: right;
  margin: 10px 0; }

.notice-title-text {
  color: #cc0001;
  font-weight: bold;
  font-size: 22px; }

.text-en {
  font-weight: bold;
  font-size: 22px; }

.notice-left-all {
  padding: 8px 5px; }

.text-identify {
  width: 118px;
  vertical-align: sub;
  font-size: 13px;
  color: #000; }

/*.notice-title-right{
  float: right;
  text-align: right;
}*/
.notice-home, .notice-position {
  display: inline-block; }

.notice-position {
  vertical-align: middle; }
  .notice-position p {
    display: inline-block;
    font-size: 15px;
    color: #979797; }
  .notice-position .position-ico {
    position: relative;
    padding: 0 0 0 15px; }
    .notice-position .position-ico:before {
      position: absolute;
      content: "\e65b";
      width: 17px;
      height: 17px;
      font-size: 16px;
      top: 50%;
      left: -17px;
      padding: 0 13px;
      transform: translate(0, -50%); }

.notice-home-img {
  width: 16px;
  height: 16px; }
  .notice-home-img img {
    width: 100%;
    height: 100%; }

.notice-tab-box {
  border-width: 0;
  border-style: none;
  border-radius: 2px;
  box-shadow: none; }
  .notice-tab-box .notice-tab-title {
    border-color: transparent;
    border-left: 3px solid;
    border-left-color: #cc0001;
    height: 48px; }
    .notice-tab-box .notice-tab-title .notice-tab-item {
      padding: 0 30px;
      line-height: 48px;
      color: #282119; }
    .notice-tab-box .notice-tab-title .layui-this {
      background: #cc0001;
      color: #fff; }
      .notice-tab-box .notice-tab-title .layui-this:after {
        border-top: none;
        border-width: 0;
        border-bottom-color: transparent; }

.notice-tab-text {
  border: 1px #cccccc solid;
  padding: 0; }

.notice-list-item {
  border-bottom: 1px #cccccc dotted;
  cursor: pointer; }
  .notice-list-item:last-child {
    border-bottom: none; }
  .notice-list-item:hover {
    background: #f2f2f2; }
    .notice-list-item:hover .list-notice-detail {
      color: #cc0001; }

.notice-list-item-left {
  display: inline-block;
  background: #f9f9f9; }
  .notice-list-item-left p {
    text-align: center;
    color: #cc0001; }

.notice-item-main {
  padding: 35px 43px; }

.list-item-date {
  font-size: 40px;
  padding: 3px 10px; }

.list-item-year {
  font-size: 12px;
  padding: 3px 10px 8px; }

.notice-list-item-right {
  display: inline-block;
  vertical-align: bottom;
  width: 640px; }
  .notice-list-item-right p {
    margin: 5px 0 10px 20px;
    cursor: pointer; }

.list-notice-title {
  font-weight: bold;
  color: #5e5e5e; }

.list-notice-detail {
  color: #959595;
  font-size: 14px;
  /*a{
    color: #959595;
    font-size: 14px;
    &:hover{
      text-underline: none;
      color: $mainColor01;
    }
  }*/ }
  .list-notice-detail:hover {
    color: #cc0001; }

.notice-page {
  margin: 20px 0;
  text-align: center; }
  .notice-page .layui-laypage a:hover {
    color: #cc0001; }
  .notice-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #cc0001; }
  .notice-page .layui-laypage input:focus {
    border-color: #cc0001 !important; }

.notice-right-form {
  margin: 75px 0 0 40px; }

.right-form-title {
  margin: 10px 0; }
  .right-form-title P {
    text-align: center;
    margin: 5px 0; }

.form-title-order, .form-title-info {
  font-weight: bold; }

.form-title-order {
  color: #cc0001;
  font-size: 22px; }

.form-title-info {
  color: #000;
  font-size: 28px; }

.form-title-remark {
  color: #000;
  font-size: 15px; }

.right-form-main {
  margin: 0 20px; }

.order-form .layui-form-item {
  margin-bottom: 20px; }
  .order-form .layui-form-item .layui-input-inline {
    width: 263px; }

.mustFill-ico {
  position: relative; }
  .mustFill-ico:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/xinxin.png) no-repeat top;
    background-size: 100%;
    top: 50%;
    right: -17px;
    transform: translate(0, -50%); }

.btn-group {
  margin: 10px 0 40px; }

.sub-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #cc0001;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  width: 263px; }

.right-contact {
  margin: 10px 0 20px;
  border-top: 2px solid;
  border-top-color: #cc0001;
  padding: 18px 0 0; }
  .right-contact p {
    text-align: center;
    color: #cc0001;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0; }

.news-detail-box {
  margin: 10px 20px; }
  .news-detail-box h3 {
    color: #331b00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 10px; }

.notice-right-form-detail {
  margin: 0 0 0 40px;
  /* border: 2px solid;
   border-color: $mainColor01;
   min-height: 500px;*/ }

.news-box-list {
  padding: 10px;
  border: 1px solid #e9e9e9;
  min-height: 240px;
  box-shadow: 9px 9px #e9e9e9;
  -moz-box-shadow: 9px 9px #e9e9e9; }

.news-box-type {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 3px; }
  .news-box-type span {
    font-size: 16px;
    color: #cc0001;
    font-weight: bold; }

.news-type-list ul li {
  cursor: pointer;
  margin: 11px 0;
  overflow: hidden; }
  .news-type-list ul li:hover span {
    color: #cc0001; }
.news-type-list ul span {
  font-size: 12px;
  padding: 0 5px; }

.type-date {
  float: right; }

.type-text {
  float: left; }

.type-next-list {
  margin: 25px 0 0; }

.news-detail-source {
  margin: 10px 0;
  text-align: center; }

.source-item {
  display: inline-block;
  padding: 5px 10px; }
  .source-item p {
    display: inline-block;
    color: #acacac;
    font-size: 14px; }

.detail-title {
  background: #f9f9f9;
  border: 1px solid #e8e6e6;
  margin: 0 10px; }
  .detail-title p {
    text-indent: 2em;
    padding: 3px 8px;
    color: #9e9e9e;
    font-size: 15px;
    line-height: 24px; }

.detail-content {
  margin: 30px 10px 40px;
  min-height: 500px;
  max-width: 760px; }
  .detail-content p {
  	word-break: break-word;
    text-indent: 2em;
    padding: 3px 8px;
    color: #9e9e9e;
    font-size: 15px;
    line-height: 28px; }
  .detail-content img {
    max-width: 690px; }
  .detail-content table {
    max-width: 690px; }

.news-guide-item {
  margin: 20px 10px;
  cursor: pointer;
  font-size: 15px;
  color: #9e9e9e; }
  .news-guide-item:hover {
    color: #cc0001; }

.new-share {
  margin: 20px 10px; }
  .new-share p {
    display: inline-block;
    color: #9e9e9e;
    font-size: 15px; }

.new-share-item {
  display: inline-block; }

.new-share-img {
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .new-share-img img {
    height: 100%;
    width: 100%; }

/*# sourceMappingURL=content.css.map */
