body,
textarea {
  margin: 0;
  padding: 0;
  font: 12px arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
input {
  outline: none;
}
address,
cite,
code {
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  transition: background-color 50000s ease-in-out 0s;
}
input::-webkit-input-safebox-button {
  display: none;
}
input::-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #E70012;
  text-decoration: underline;
}
em {
  color: #D92424;
  font-style: normal;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
input,
textarea {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-width: 1240px;
  min-height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: #fff;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.cl-item {
  display: none;
  position: relative;
}
.cl-item.active {
  display: block;
}
.cl-btn {
  display: inline-block;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: #E70012;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.cl-btn:hover {
  opacity: 0.9;
}
.cl-btn.primary {
  border: 1px solid #E70012;
  color: #E70012;
  line-height: 38px;
  background: #EFF4FD;
}
.cl-btn.primary:hover {
  opacity: 1;
  background: #f5f5f5;
  background: rgba(88, 131, 64, 0.05);
}
.cl-btn.btn-crumb {
  float: right;
  margin-left: 14px;
  width: 80px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
}
.cl-input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
  line-height: 38px;
}
.cl-input:focus {
  border-color: #E70012;
}
.module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
  min-width: 0;
  display: block;
}
.module-dialog .dialog-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.module-dialog .dialog-cont {
  position: relative;
  background: #fff;
}
.module-dialog .dialog-alert {
  width: 500px;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
}
.module-dialog .dialog-alert .alert-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.module-dialog .dialog-alert .alert-msg {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.module-dialog .dialog-alert .cl-btn {
  margin-top: 30px;
  width: 200px;
}
.header {
  padding: 19px 0 12px;
  background: #fff;
}
.header .logo-link {
  float: left;
  height: 145px;
}
.header .header-logo {
  height: 100%;
}
.header .header-logo-text {
  float: left;
  line-height: 40px;
  font-size: 34px;
  color: #07132C;
  font-weight: bold;
}
.header .header-warp {
  float: right;
  margin-top: 30px;
}
.header .header-warp div.warp-link {
  cursor: default;
}
.header .header-warp .warp-link {
  float: left;
  position: relative;
  margin-left: 12px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  text-decoration: none;
}
.header .header-warp .warp-link.wx {
  background-image: url(../images/icon-warp-wx.png);
}
.header .header-warp .warp-link.email {
  background-image: url(../images/icon-warp-email.png);
}
.header .header-warp .warp-link:hover {
  color: #E70012;
}
.header .header-warp .warp-link:hover .link-tip {
  display: block;
}
.header .header-warp .warp-link .link-tip {
  position: absolute;
  z-index: 10;
  display: none;
  top: 100%;
  left: 0;
  white-space: nowrap;
  padding: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header .header-warp .warp-link .tip-code {
  width: 76px;
}
.header .header-warp .warp-link .tip-txt {
  font-size: 12px;
  line-height: 18px;
}
.header .header-search {
  float: right;
  margin-top: 16px;
  position: relative;
  width: 340px;
}
.header .header-search .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  z-index: 5;
}
.header .header-search .cl-input {
  padding: 0 80px 0 32px;
  background: #F4F4F4;
  border-color: #E70012;
}
.header .header-search .cl-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  border-radius: 0 2px 2px 0;
}
.header-menu {
  background: #E70012;
  font-size: 0;
  white-space: nowrap;
  min-height: 60px;
}
.header-menu .menu-lists {
  display: flex;
}
.header-menu .menu-lists li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 9%;
  flex: 1;
}
.header-menu .menu-lists li:hover .li-child {
  display: block;
}
.header-menu .menu-lists li:hover .menu-link {
  background: #CB1A28;
}
.header-menu .menu-lists .menu-link {
  margin-right: 1px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.header-menu .menu-lists .menu-link.active {
  background: #CB1A28;
}
.header-menu .menu-lists .li-child {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  background: #1A5BD3;
  padding: 15px 24px;
  width: 316px;
  white-space: normal;
}
.header-menu .menu-lists .child-link {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header-menu .menu-lists .child-link:hover {
  font-weight: bold;
  text-decoration: none;
}
.footer {
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  color: #E70012;
}
.footer .footer-natural {
  background: #413E3E;
  padding: 40px 0;
}
.footer .footer-natural .container {
  position: relative;
}
.footer .footer-natural .nat-items:after {
  content: '';
  display: block;
  clear: both;
}
.footer .footer-natural .nat-items .nat-item {
  float: left;
}
.footer .footer-natural .nat-items .nat-item.w-link {
  width: 46%;
}
.footer .footer-natural .nat-items .nat-item.w-concat {
  width: 25%;
  padding-right: 70px;
}
.footer .footer-natural .nat-items .nat-item.w-work {
  width: 18%;
}
.footer .footer-natural .nat-items .nat-item.code {
  float: right;
  width: 114px;
}
.footer .footer-natural .nat-items .item-title {
  margin: 42px 0 16px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
}
.footer .footer-natural .nat-items .item-title:first-child {
  margin-top: 0;
}
.footer .footer-natural .nat-items .item-des {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
.footer .footer-natural .nat-items .item-des .des-label {
  white-space: nowrap;
}
.footer .footer-natural .nat-items .related-lists li {
  float: left;
  margin-top: 8px;
  width: 48%;
}
.footer .footer-natural .nat-items .related-lists a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-natural .nat-items .code-img {
  width: 100%;
}
.footer .footer-natural .nat-items .code-txt {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.footer .footer-copy {
  background: #292929;
  text-align: center;
  padding: 20px 0;
}
.fixed-right {
  position: fixed;
  bottom: 5%;
  right: 50px;
  z-index: 100;
}
.fixed-right .fixed-list {
  margin-bottom: 1px;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #E70012;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.6s;
}
.fixed-right .fixed-list:hover {
  background-color: #A7000D;
}
.fixed-right .fixed-list:hover .li-popup {
  transform: scale(1);
}
.fixed-right .list-msg {
  background-image: url(../images/fixed-icon-msg.png);
}
.fixed-right .list-edit {
  background-image: url(../images/fixed-icon-edit.png);
}
.fixed-right .list-top {
  background-image: url(../images/fixed-icon-top.png);
}
.fixed-right .li-popup {
  transform: scale(0);
  transform-origin: 100% 50%;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -20px;
  padding-right: 16px;
  transition: transform 0.6s;
}
.fixed-right .li-content {
  position: relative;
  border: 1px solid #A7000D;
  border-radius: 4px;
  background: #fff;
  padding: 9px 0;
  width: 100px;
  font-size: 14px;
  color: #A7000D;
  line-height: 20px;
  text-align: center;
}
.fixed-right .li-content:before,
.fixed-right .li-content:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
}
.fixed-right .li-content:before {
  margin-left: 1px;
  border-left: 8px solid #A7000D;
}
.fixed-right .li-content:after {
  margin-left: -0.5px;
  border-left: 8px solid #fff;
}
.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  text-decoration: none;
}
.more-link:before {
  content: '';
  margin-right: 8px;
  position: relative;
  top: -1.5px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 9px;
  background: url(../images/more-arrow.png) no-repeat right center;
  background-size: auto 5px;
}
.more-link:hover:before {
  background-image: url(../images/more-arrow-red.png);
}
.main {
  margin-bottom: 40px;
}
.main-index {
  margin: 0;
}
.main-index .more-link {
  float: right;
  margin-top: 22px;
}
.main-index .base-title {
  font-size: 32px;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.main-index .base-title:after,
.main-index .base-title:before {
  content: '';
  position: relative;
  top: -1.5px;
  display: inline-block;
  vertical-align: middle;
  width: 122px;
  height: 20px;
  background-size: 100% 100%;
}
.main-index .base-title:before {
  margin-right: 20px;
  background-image: url(../images/icon-base-title-left.png);
}
.main-index .base-title:after {
  margin-left: 20px;
  background-image: url(../images/icon-base-title-right.png);
}
.main-index .module-banner {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.main-index .module-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-banner .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-index .module-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .module-banner .banner-wrap {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.main-index .module-banner .banner-wrap .swiper-pagination-bullet {
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  transition: width 0.6s;
}
.main-index .module-banner .banner-wrap .swiper-pagination-bullet-active {
  background: #E70012;
}
.main-index .module-message {
  margin: 24px 0;
  padding: 0 30px 0 54px;
  background: #F6F6F6 url(../images/icon-message.png) no-repeat 17px center;
  background-size: auto 20px;
  height: 42px;
  overflow: hidden;
}
.main-index .module-message .message-lists {
  position: relative;
}
.main-index .module-message .message-lists .li-link {
  position: relative;
  display: block;
  padding-left: 16px;
  line-height: 42px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-message .message-lists .li-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E70012;
}
.main-index .news-banner {
  float: left;
  position: relative;
  width: 684px;
  height: 384px;
  overflow: hidden;
}
.main-index .news-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .news-banner .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-index .news-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.main-index .news-banner .banner-lists .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 210px 0 18px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  background: #b2b2b2;
  background: rgba(0, 0, 0, 0.6);
}
.main-index .news-banner .banner-lists .banner-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .news-banner .banner-lists a:hover .banner-img {
  transform: scale(1.05);
}
.main-index .news-banner .banner-wrap {
  position: absolute;
  bottom: 18px;
  right: 20px;
  font-size: 0;
  line-height: 0;
}
.main-index .news-banner .banner-wrap .swiper-pagination-bullet {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 6px;
  background: #fff;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 3px;
  transition: width 0.6s;
}
.main-index .news-banner .banner-wrap .swiper-pagination-bullet-active {
  width: 16px;
  background: #E70012;
  opacity: 1;
}
.main-index .module-news {
  overflow: hidden;
}
.main-index .module-news:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .module-news .module-news-list {
  float: right;
  width: 490px;
  height: 384px;
}
.main-index .module-news .news-type {
  background: #F2F2F2;
  overflow: hidden;
  padding: 0 1px;
  font-size: 22px;
  line-height: 47px;
  color: #666;
}
.main-index .module-news .news-type li {
  float: left;
  width: 50%;
  cursor: pointer;
  border-top: 1px solid transparent;
  text-align: center;
}
.main-index .module-news .news-type li:hover {
  color: #E70012;
}
.main-index .module-news .news-type li.active {
  border-color: #E70012;
  background: #fff;
  color: #E70012;
  font-weight: bold;
}
.main-index .module-news .news-lists li {
  position: relative;
  margin-top: 26px;
  line-height: 22px;
  font-size: 16px;
}
.main-index .module-news .news-lists .li-link {
  position: relative;
  padding-right: 110px;
  padding-left: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-news .news-lists .li-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #D8D8D8;
  border-radius: 50%;
}
.main-index .module-news .news-lists .li-link:hover .li-date {
  color: #E70012;
}
.main-index .module-news .news-lists .li-link:hover:after {
  background: #E70012;
}
.main-index .module-news .news-lists .li-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 14px;
}
.main-index .module-ad {
  margin-top: 24px;
  position: relative;
  height: 100px;
  overflow: hidden;
}
.main-index .module-ad .ad-bar {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -16px;
  width: 28px;
  height: 32px;
  background: url(../images/icon-ad-bar.png) no-repeat 0 0;
  background-size: 28px auto;
  opacity: 0.7;
  cursor: pointer;
}
.main-index .module-ad .ad-bar:hover {
  opacity: 1;
}
.main-index .module-ad .ad-bar.left {
  left: 40px;
}
.main-index .module-ad .ad-bar.right {
  right: 40px;
  background-position: 0 -50px;
}
.main-index .module-ad .ad-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-ad .ad-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-index .module-ad .ad-lists .ad-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .module-topic {
  margin: 42px 0;
}
.main-index .module-topic .topic-types {
  margin-top: 32px;
  overflow: hidden;
}
.main-index .module-topic .topic-types .type-lists {
  font-size: 0;
  white-space: nowrap;
  transition: all .6s;
}
.main-index .module-topic .topic-types .type-lists li {
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background: #EDEDED;
  border-radius: 16px;
  cursor: pointer;
}
.main-index .module-topic .topic-types .type-lists li:first-child {
  margin: 0;
}
.main-index .module-topic .topic-types .type-lists li.active {
  background: #E70012;
  color: #fff;
}
.main-index .module-topic .topic-cont {
  margin-top: 24px;
  position: relative;
}
.main-index .module-topic .topic-cont:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .module-topic .topic-cont .topic-bar {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  width: 78px;
  height: 78px;
  background: url(../images/icon-topic-bar-img.png) no-repeat 0 0;
  background-size: 200px 200px;
  cursor: pointer;
}
.main-index .module-topic .topic-cont .topic-bar.left {
  right: 100%;
  margin-right: 30px;
}
.main-index .module-topic .topic-cont .topic-bar.right {
  left: 100%;
  margin-left: 30px;
  background-position: -100px 0;
}
.main-index .module-topic .topic-cont .topic-bar.right:hover {
  background-position: -100px -100px;
}
.main-index .module-topic .topic-cont .topic-bar.left:hover {
  background-position: 0 -100px;
}
.main-index .module-topic .topic-cont .news-banner {
  width: 618px;
  height: 346px;
}
.main-index .module-topic .topic-cont .topic-list-cont {
  float: right;
  width: 558px;
}
.main-index .module-topic .topic-cont .topic-lists li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
.main-index .module-topic .topic-cont .topic-lists li:first-child {
  margin: 0;
}
.main-index .module-topic .topic-cont .topic-lists li.active .topic-info {
  display: block;
}
.main-index .module-topic .topic-cont .topic-lists li.active .topic-link {
  display: none;
}
.main-index .module-topic .topic-cont .topic-lists .topic-info {
  display: none;
}
.main-index .module-topic .topic-cont .topic-lists .info-title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-topic .topic-cont .topic-lists .info-des {
  margin-top: 12px;
  height: 44px;
  overflow: hidden;
}
.main-index .module-topic .topic-cont .topic-lists .topic-link {
  position: relative;
  padding-left: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-topic .topic-cont .topic-lists .topic-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.main-index .module-service {
  margin-top: 32px;
}
.main-index .module-service .service-lists {
  margin: 24px 0 12px -18px;
  font-size: 0;
}
.main-index .module-service .service-lists li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.main-index .module-service .service-lists .li-link {
  position: relative;
  display: block;
  margin: 0 0 18px 20px;
  background: #fff;
  padding: 22px 28px;
  color: #454545;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}
.main-index .module-service .service-lists .li-link:hover {
  color: #E70012;
}
.main-index .module-service .service-lists .link-icon {
  width: 40px;
  height: 40px;
  margin-right: 26px;
  vertical-align: middle;
}
.main-index .module-service .service-lists .link-txt {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 66px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.main-index .module-links {
  padding: 32px 0 60px;
  background: #F6F6F6;
}
.main-index .module-links .link-lists {
  margin: 24px 0 0 -26px;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-links .link-lists li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.main-index .module-links .link-lists .link-cont {
  position: relative;
  display: block;
  margin-left: 26px;
  background: #fff;
  padding: 20px;
  text-align: center;
}
.main-index .module-links .link-lists .link-cont:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 4px;
  background: #E70012;
}
.main-index .module-links .link-lists .link-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  vertical-align: middle;
}
.main-index .module-links .link-lists .link-txt {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 52px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
}
.submenu-mobile-bar {
  display: none;
}
.bread-crumb {
  padding: 16px 0;
  font-size: 0;
  line-height: 20px;
}
.bread-crumb i,
.bread-crumb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
  font-style: normal;
}
.bread-crumb .crumb-pos {
  position: relative;
  padding-left: 16px;
}
.bread-crumb .crumb-pos:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 14px;
  background: url(../images/icon-pos.png) no-repeat center center;
  background-size: auto 100%;
}
.bread-crumb .crumb-step {
  margin: 0 8px 0 6px;
  transform: scale(1.2);
  font-style: italic;
}
.bread-crumb a.crumb-link:hover {
  color: #E70012;
  text-decoration: underline;
}
.bread-crumb .crumb-label {
  color: #444;
}
.search-menu {
  float: left;
  width: 216px;
  line-height: 44px;
  background: #F2F2F2;
  min-height: 200px;
  padding-bottom: 20px;
}
.search-menu .item-title {
  position: relative;
  padding: 0 20px 0 40px;
  background: #E70012;
  font-size: 18px;
  color: #fff;
}
.search-menu .menu-lists {
  color: #333;
  font-size: 0;
}
.search-menu .menu-lists li {
  margin-bottom: 1px;
}
.search-menu .menu-lists li.open {
  background: #fff;
}
.search-menu .menu-lists li.open .menu-child {
  display: block;
}
.search-menu .menu-lists li.open .has-child:after {
  display: block;
  border-left: 6px solid #E70012;
}
.search-menu .menu-lists .menu-child {
  display: none;
  padding-bottom: 15px;
}
.search-menu .menu-lists .menu-item {
  position: relative;
  padding: 0 20px 0 50px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.search-menu .menu-lists .menu-item:after {
  content: '';
  display: none;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #999;
}
.search-menu .menu-lists .menu-item.has-child:after {
  display: block;
}
.search-menu .menu-lists .menu-item:hover,
.search-menu .menu-lists .menu-item.active {
  background: #fff;
  color: #E70012;
}
.search-menu .menu-lists .menu-item:hover:after,
.search-menu .menu-lists .menu-item.active:after {
  display: block;
  border-left: 6px solid #E70012;
}
.search-menu .menu-lists .child-item {
  position: relative;
  padding: 0 20px 0 60px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  line-height: 30px;
}
.search-menu .menu-lists .child-item:after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #AFAFAF;
}
.search-menu .menu-lists .child-item:hover,
.search-menu .menu-lists .child-item.active {
  background: #fff;
  color: #E70012;
}
.search-menu .menu-lists .child-item:hover:after,
.search-menu .menu-lists .child-item.active:after {
  background: #E70012;
}
.search-container {
  float: right;
  width: calc(100% - 240px);
}
.search-lists:after {
  content: '';
  display: block;
  clear: both;
}
.search-lists .data-list {
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
  line-height: 22px;
  font-size: 14px;
}
.search-lists .data-list .data-cont {
  margin-left: 104px;
  border-left: 1px solid #DFE1E6;
  padding-left: 30px;
}
.search-lists .data-list.has-img .data-cont {
  margin-right: 185px;
}
.search-lists .data-list .data-link {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.search-lists .data-list .data-link em {
  color: #D92424;
  font-weight: inherit;
}
.search-lists .data-list .data-link:hover {
  color: #E70012;
}
.search-lists .data-list .data-intro {
  margin-top: 14px;
  max-height: 44px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-lists .data-list .data-intro div,
.search-lists .data-list .data-intro p {
  display: inline;
}
.search-lists .data-list .data-intro img {
  display: none;
}
.search-lists .data-list .data-img {
  float: right;
  width: 160px;
  height: 90px;
  overflow: hidden;
}
.search-lists .data-list .data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-lists .data-list .data-date {
  float: left;
  margin: 5px 0 0 8px;
  width: 68px;
  border: 1px solid rgba(231, 0, 18, 0.3);
  padding: 3px 7px;
  line-height: 30px;
  text-align: center;
  color: #E70012;
}
.search-lists .data-list .data-date .date-time {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #E70012;
}
.main-news-detail {
  border: 1px solid #E3E3E3;
  border-top-width: 8px;
  padding: 32px;
}
.main-news-detail .detail-title {
  line-height: 36px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.main-news-detail .detail-des {
  margin-top: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
}
.main-news-detail .detail-des .des-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px;
}
.main-news-detail .detail-des .des-val {
  color: #E70012;
}
.main-news-detail .detail-des .des-count {
  float: right;
  padding-left: 30px;
  background: url(../images/icon-view.png) no-repeat 0 center;
  background-size: 24px auto;
}
.main-news-detail .detail-cont {
  margin-top: 35px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
}
.main-news-detail .detail-cont ul {
  padding-left: 40px;
  list-style: disc;
}
.main-news-detail .detail-cont ol {
  padding-left: 40px;
  list-style: decimal;
}
.main-news-detail .detail-cont li {
  list-style-type: inherit;
}
.main-news-detail .detail-cont p {
  margin: 20px 0;
}
.main-news-detail .detail-cont img {
  max-width: 100%;
}
.item-detail {
  border-top: 8px solid #E3E3E3;
  padding: 18px 15px;
  min-height: 500px;
}
.item-detail .detail-title {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.item-detail .detail-cont {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
}
.item-detail .detail-cont ul {
  padding-left: 40px;
  list-style: disc;
}
.item-detail .detail-cont ol {
  padding-left: 40px;
  list-style: decimal;
}
.item-detail .detail-cont li {
  list-style-type: inherit;
}
.item-detail .detail-cont p {
  margin: 20px 0;
}
.item-detail .detail-cont img {
  max-width: 100%;
}
.item-detail .member-lists {
  margin-left: -50px;
  overflow: hidden;
}
.item-detail .member-lists.auto {
  margin-left: -30px;
}
.item-detail .member-lists li {
  float: left;
  width: 25%;
}
.item-detail .member-lists.auto li {
  float: left;
  width: auto;
  margin-left: 30px;
}
.item-detail .member-lists .li-cont {
  margin: 0 0 30px 50px;
}
.item-detail .member-lists .li-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.item-detail .member-lists .li-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.item-detail .org-lists {
  overflow: hidden;
}
.item-detail .org-lists li {
  float: left;
  width: calc(50% - 32px);
  border-bottom: 1px dashed #E7E8EA;
  padding: 16px 0 14px;
}
.item-detail .org-lists li:nth-child(odd) {
  margin-right: 64px;
}
.item-detail .org-lists .li-cont {
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-org.png) no-repeat 0 center;
  background-size: 16px auto;
}
.item-detail .img-lists {
  margin-left: -24px;
  overflow: hidden;
}
.item-detail .img-lists li {
  float: left;
  width: 25%;
}
.item-detail .img-lists .li-cont {
  display: block;
  margin: 0 0 24px 24px;
}
.item-detail .img-lists .li-img {
  height: 160px;
  overflow: hidden;
}
.item-detail .img-lists .li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-detail .img-lists .img-title {
  margin-top: 16px;
}
.item-detail .img-lists .img-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.banner-datepicker .datepicker-detail {
  display: none;
  position: absolute;
  top: 95%;
  z-index: 100;
  right: -150px;
  width: 500px;
  padding: 0 15px 0 17px;
  background: #fff;
  background: rgb(255,255,255,.98);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.banner-datepicker .datepicker-detail .detail-close {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/datepicker-close-icon.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.banner-datepicker .datepicker-detail .detail-lists li{
  border-bottom: 1px dashed #ECECEC;
  padding: 20px 0;
  line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  text-align: left;
  border: none;
  font-size: 16px;
  color: #333;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link:hover {
  color: #E70012 !important;
  background: transparent;

}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-tips {
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-add {
  float: left;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-date {
  float: right;
}
.banner-datepicker .datepicker-detail .detail-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-more:hover {
  color: #E70012;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body {
    min-width: auto;
    padding: 0;
  }
  .main {
    margin: 0;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .bread-crumb {
    padding: 10px 0;
  }
  .bread-crumb i,
  .bread-crumb a {
    font-size: 13px;
  }
  .header {
    position: relative;
    height: auto;
    padding: 10px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .header .header-warp {
    display: none;
  }
  .header .logo-link {
    height: 54px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .header .header-logo {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .header .mobile-bar {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/header-mobile-bar.png) no-repeat center center;
    background-size: 80% auto;
    z-index: 1000;
    cursor: pointer;
  }
  .header-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
  }
  .header-menu .menu-cover {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .header-menu .container {
    position: absolute;
    right: 0;
    top: 0;
    white-space: normal;
    width: 50%;
  }
  .header-menu .menu-lists {
    padding: 30px 0;
    display: block;
  }
  .header-menu .menu-lists li {
    width: 100%;
  }
  .header-menu .menu-lists .menu-link {
    font-size: 16px;
    line-height: 40px;
  }
  .header-menu .menu-lists .li-child {
    display: block !important;
    position: relative;
    margin: 6px 0;
    width: 100%;
    background: rgba(26, 91, 211, 0.5);
    padding: 10px 20px;
  }
  .mobile-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1900;
    background: rgba(0, 0, 0, 0.7);
  }
  .submenu-mobile-bar {
    display: inline-block;
    margin: 5px 0 20px;
    padding-left: 28px;
    line-height: 24px;
    font-size: 16px;
    color: #E70012;
    background: url(../images/header-mobile-bar.png) no-repeat 3px center;
    background-size: 20px auto;
    cursor: pointer;
  }
  .search-menu {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -50%;
    width: 50% !important;
    height: auto;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.6s;
    border: none;
  }
  .search-menu.open {
    left: 0;
  }
  .search-container {
    float: none;
    width: 100%;
  }
  .header .header-search {
    width: 100%;
    margin-top: 10px;
  }
  .footer {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .footer-copy {
    padding: 15px 0;
  }
  .footer .footer-natural .nat-items .nat-item {
    margin-top: 15px;
    width: 100% !important;
  }
  .footer .footer-natural .nat-items .nat-item:first-child {
    margin: 0;
  }
  .footer .footer-natural .nat-items .item-group .item-llst {
    font-size: 12px;
  }
  .footer .footer-natural .nat-items .item-title {
    margin: 16px 0;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer .footer-natural .nat-items .related-lists li:nth-child(odd) {
    margin-right: 4%;
  }
  .footer .footer-natural .nat-items .nat-item.w-concat {
    padding: 0;
  }
  .footer .footer-natural .nat-items .nat-item.code {
    display: none;
  }
  .footer .footer-natural {
    padding: 20px 0 10px;
  }
  .fixed-right {
    right: 0;
    top: auto;
    bottom: 0;
    transform: scale(0.8);
  }
  .main-index .module-banner {
    height: 56.25vw;
  }
  .main-index .module-banner .banner-wrap {
    bottom: 5px;
  }
  .main-index .module-banner .banner-wrap .swiper-pagination-bullet {
    height: 5px;
  }
  .main-index .module-message {
    margin: 16px 0;
    height: 36px;
    background-position: 12px center;
    background-size: auto 16px;
    padding: 0 20px 0 40px;
  }
  .main-index .module-message .message-lists .li-link {
    line-height: 36px;
    font-size: 14px;
  }
  .main-index .module-news {
    margin: 0 -15px;
  }
  .main-index .news-banner {
    float: none;
    width: 100% !important;
    height: 220px !important;
  }
  .main-index .news-banner .banner-lists .banner-title {
    line-height: 36px;
    font-size: 14px;
    padding: 0 160px 0 15px;
  }
  .main-index .news-banner .banner-wrap {
    bottom: 15px;
    right: 15px;
  }
  .main-index .news-banner .banner-wrap .swiper-pagination-bullet {
    margin-left: 5px;
    height: 4px;
    width: 12px;
  }
  .main-index .module-news .module-news-list {
    float: none;
    width: auto;
    margin: 20px 15px 0;
    height: auto;
    overflow: hidden;
  }
  .main-index .module-news .news-type {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 16px;
  }
  .main-index .module-news .news-lists .li-link {
    padding: 0 100px 0 14px;
  }
  .main-index .module-news .news-lists li {
    margin-top: 12px;
    font-size: 14px;
  }
  .main-index .more-link {
    margin-top: 16px;
  }
  .main-index .module-ad {
    margin: 20px -15px 0;
    height: 42px;
  }
  .main-index .module-ad .ad-bar {
    transform: scale(0.7);
  }
  .main-index .module-ad .ad-bar.left {
    left: 5px;
  }
  .main-index .module-ad .ad-bar.right {
    right: 5px;
  }
  .main-index .base-title {
    line-height: 32px;
    font-size: 20px;
    letter-spacing: 0;
  }
  .main-index .base-title:after,
  .main-index .base-title:before {
    width: 72px;
    height: 12px;
  }
  .main-index .module-topic {
    margin: 20px -15px;
  }
  .main-index .module-topic .topic-types {
    margin-top: 20px;
    overflow: auto;
    padding: 0 15px;
  }
  .main-index .module-topic .topic-types .type-lists li {
    margin-left: 6px;
    width: 88px;
    line-height: 26px;
    font-size: 13px;
  }
  .main-index .module-topic .topic-cont .topic-list-cont {
    float: none;
    width: auto;
    margin: 20px 15px 0;
  }
  .main-index .module-topic .topic-cont .topic-lists .info-title {
    font-size: 18px;
  }
  .main-index .module-topic .topic-cont .topic-lists .info-des {
    margin-top: 8px;
  }
  .main-index .module-topic .topic-cont .topic-bar {
    display: none;
  }
  .main-index .module-service {
    margin-top: 20px;
  }
  .main-index .module-service .service-lists {
    margin-left: -12px;
  }
  .main-index .module-service .service-lists li {
    width: 50%;
  }
  .main-index .module-service .service-lists .li-link {
    margin: 0 0 15px 12px;
    padding: 12px 20px;
  }
  .main-index .module-service .service-lists .link-icon {
    margin-right: 12px;
    width: 24px;
    height: 24px;
  }
  .main-index .module-service .service-lists .link-txt {
    max-width: calc(100% - 36px);
    font-size: 15px;
    line-height: 24px;
  }
  .main-index .module-links {
    padding: 20px 0;
  }
  .main-index .module-links .link-lists {
    margin: 20px 0 0 -12px;
    white-space: normal;
  }
  .main-index .module-links .link-lists li {
    width: 50%;
  }
  .main-index .module-links .link-lists .link-cont {
    margin: 0 0 12px 12px;
    padding: 12px 0;
  }
  .main-index .module-links .link-lists .link-icon {
    width: 30px;
    height: 30px;
  }
  .main-index .module-links .link-lists .link-txt {
    max-width: calc(100% - 42px);
    font-size: 14px;
    line-height: 30px;
  }
  .search-lists .data-list .data-date {
    margin: 0;
    width: 54px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 24px;
  }
  .search-lists .data-list .data-date .date-time {
    font-size: 14px;
  }
  .search-lists .data-list .data-cont {
    margin-left: 70px;
    border: none;
    padding: 0;
  }
  .search-lists .data-list .data-img {
    float: none;
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 12px;
  }
  .search-lists .data-list.has-img .data-cont {
    margin-right: 0;
  }
  .search-lists .data-list .data-link {
    font-size: 15px;
  }
  .search-lists .data-list .data-intro {
    margin-top: 8px;
    line-height: 16px;
    max-height: 32px;
    font-size: 12px;
  }
  .search-lists .data-list {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .main-news-detail {
    border: none;
    padding: 20px 0;
  }
  .main-news-detail .detail-title {
    line-height: 30px;
    font-size: 20px;
  }
  .main-news-detail .detail-des {
    margin-top: 15px;
    font-size: 13px;
  }
  .main-news-detail .detail-des .des-item {
    margin: 0 8px;
  }
  .main-news-detail .detail-cont {
    margin-top: 15px;
    text-indent: 0;
  }
  .main-news-detail .detail-cont img{
    height: auto;
  }
  .item-detail {
    border-top-width: 5px;
    padding: 15px 10px;
  }
  .item-detail .detail-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .item-detail .member-lists li,
  .item-detail .img-lists li {
    width: 50%;
  }
  .item-detail .member-lists {
    margin-left: -30px;
  }
  .item-detail .member-lists .li-cont {
    margin: 0 0 20px 30px;
    text-align: center;
  }
  .item-detail .member-lists .li-img {
    width: 130px;
    height: 180px;
  }
  .item-detail .org-lists li {
    width: 100%;
    margin: 0 !important;
  }
  .item-detail .org-lists .li-cont {
    font-size: 15px;
  }
  .item-detail .img-lists {
    margin-left: -15px;
  }
  .item-detail .img-lists .li-cont {
    margin: 0 0 15px 15px;
  }
  .item-detail .img-lists .li-img {
    height: 110px;
  }
  .item-detail .img-lists .img-title {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */