/**
 * 颜色定义
 */
/* 商标淡色 */
/* 商标暗色 */
/* 表格<th> 底色 */
/* 表格 border 底色 */
/* 表格行的浮动色(即鼠标经过时变色) */
/* 导航子菜单 底色 */
/* 导航子菜单 分隔线 颜色 */
/* 路径的字体 颜色 */
/* 小标题英文字体 颜色 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #A30000;
}
@media screen and (max-width: 1200px) {
  a:hover {
    color: #333;
  }
}
.wp,
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  width: 100%;
}
.site-top {
  background-color: #333;
  background-color: #222222;
}
.site-top .bar-box {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: right;
}
.site-top .bar-box span {
  margin: 0 5px;
  width: 30px;
}
.site-top .bar-box .layui-icon {
  color: #AAA;
}
.site-top .bar-box > * {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.site-head {
  position: relative;
  width: 100%;
}
.site-head .logo {
  float: left;
  width: 300px;
  padding-top: 10px;
}
.site-head .menu-box {
  position: relative;
  margin-left: 300px;
  height: 90px;
}
/* 首页搜索 */
.search-view {
  position: relative;
  padding-top: 22px;
  float: right;
  width: 60px;
  height: 90px;
}
.search-view svg {
  cursor: pointer;
  box-sizing: content-box;
  padding: 8px;
  margin: 3px;
}
.search-view svg:hover {
  border-radius: 50%;
  background-color: #E2E5E6;
}
.search-view .search-form {
  width: 200px;
  border: 1px solid #dedede;
  border-top-width: 0;
  background-color: #fff;
}
.search-view .search-form input[type=text] {
  border-width: 0;
}
.search-view .search-form .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  float: left;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  border-width: 0;
}
.search-view .search-form .search-btn:hover {
  background-color: #E2E5E6;
}
.nav-menu {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  float: right;
}
.nav-menu * {
  font-size: 16px;
}
.nav-menu .nav-item {
  position: relative;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
  line-height: 90px;
}
.nav-menu .nav-item:hover > a {
  color: #A30000;
}
.nav-menu .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: opacity: 100;
  top: 100%;
}
.nav-menu .nav-item > a {
  display: block;
  letter-spacing: 1px;
  color: #333;
}
.nav-menu .nav-item .other-sub-menu ul li {
  padding: 0 20px;
}
/*
	菜单的效果
	下划线，动态，从中间扩大显示
*/
.menu_line > li:after {
  content: '';
  height: 5px;
  background: #E70012;
  background-color: #E70012;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.menu_line > li:hover:after {
  opacity: 1;
  left: 0;
  right: 0;
}
.sub-menu {
  visibility: hidden;
  opacity: 0;
  filter: opacity: 0;
  top: 120%;
  border-radius: 0 0 8px 8px ;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  padding: 15px 0 20px;
  background-color: #A30000;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  transition: all 1s;
  width: 160px;
}
.sub-menu:hover {
  background-color: #999;
}
.sub-menu:hover > ul > li {
  border-bottom-color: #b1b1b1;
}
.sub-menu > ul > li {
  position: relative;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 0 20px 0 30px;
  margin: 0 15px;
  font-size: 14px;
  border-bottom: 1px solid #c12727;
}
.sub-menu > ul > li:hover {
  background-color: #A30000;
  border-bottom-color: #A30000;
}
.sub-menu > ul > li a {
  display: block;
  font-size: inherit;
  color: #fff;
}
.other-item {
  line-height: 20px;
  padding: 5px 0;
}
.view-banner {
  height: 800px;
  overflow: hidden;
}
.swiper-container {
  height: 800px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.35);
}
.swiper-container:hover .swiper-button-prev {
  left: 20px;
}
.swiper-container:hover .swiper-button-next {
  right: 20px;
}
.swiper-container .swiper-pagination {
  display: none;
}
.swiper-pagination-bullet-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.swiper-button-prev,
.swiper-button-next {
  padding: 13px 14px;
  border-radius: 5px;
  width: 55px;
  height: 70px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mode-layer {
  margin-top: 50px;
}
.lay-title,
.page-title {
  position: relative;
  margin-bottom: 35px;
  height: 55px;
  border-bottom: 1px solid #DFE3EC;
}
.lay-title > i,
.page-title > i {
  display: block;
  font-style: normal;
  line-height: 1;
}
.lay-title .red-line,
.page-title .red-line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #A30000;
  font-size: 32px;
  font-weight: 700;
}
.lay-title .red-line:after,
.page-title .red-line:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.lay-title .grey-line,
.page-title .grey-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -5px;
  color: #DFE3EC;
  font-family: Arial;
  font-size: 42px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.lay-title .title-more-btn,
.page-title .title-more-btn {
  position: absolute;
  right: 0;
  top: 8px;
  line-height: 40px;
  font-size: 13px;
}
.lay-title .title-more-btn span,
.page-title .title-more-btn span {
  margin-right: 5px;
}
.page-title {
  margin-bottom: 40px;
}
/* 各页面的 banner 图 */
.banner-bg,
.main-banner-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}
.static-banner {
  height: 400px;
}
.info-box {
  margin-right: 350px;
}
.info-box .i-memo {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;
}
.login-box {
  float: right;
  margin-left: 50px;
  width: 300px;
  padding: 0 20px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.login-box .login-title {
  margin-top: 15px;
  height: 80px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.login-box .login-title img {
  width: 100%;
}
.login-box .login-button {
  margin-bottom: 20px;
}
.login-box .login-button a {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #D2514C;
  padding-left: 65px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-box .login-button a:hover {
  background-color: #A30000;
}
.login-box .login-tel {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer {
  overflow: hidden;
  color: #afafaf;
  background: #282828;
  padding: 60px 0 30px;
  margin-top: 70px;
}
.footer .foot-menu {
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.footer dl {
  float: left;
  width: 150px;
}
.footer dl dt {
  color: #cfcfcf;
  font-size: 19px;
  margin-bottom: 40px;
}
.footer dl dd {
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
.footer dl dd a,
.footer dl dt a {
  display: block;
  color: #cfcfcf;
}
.footer dl dd a:hover,
.footer dl dt a:hover {
  color: #fff;
}
.footer .footer-com {
  padding-top: 20px;
  color: #cfcfcf;
  font-size: 14px;
  text-align: left;
  line-height: 35px;
}
.footer .footer-com .word-box {
  margin-right: 10px;
}
.footer .footer-com .ft-link {
  float: right;
  font-size: 0;
}
.footer .footer-com .ft-link a {
  display: inline-block;
  height: 35px;
  font-size: 14px;
  color: #cfcfcf;
}
.footer .footer-com .ft-link a:hover {
  color: #fff;
}
.footer .footer-com .ft-link > i {
  font-style: normal;
  color: #666;
  font-size: 14px;
  margin: 0 10px;
}
.icon-btn-box {
  overflow: hidden;
  margin-bottom: 45px;
  text-align: center;
}
.icon-btn-box img {
  margin: 0 30px;
  height: 80px;
}
.icon-btn-box a:hover {
  color: #E70012;
}
.icon-btn-box .sco_btn {
  display: block;
  margin-top: 10px;
  line-height: 40px;
  font-size: 20px;
}
.new-info {
  padding: 0 10px;
}
.new-info .new-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
}
.new-info .new-title a {
  display: block;
}
.new-info .new-memo {
  overflow: hidden;
  height: 50px;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
}
.logo-box {
  margin-top: 80px;
}
.logo-box .logo-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.logo-box .logo-title > i {
  margin: 0 20px;
}
.logo-box .logo-title .text {
  padding-top: 5px;
  color: #bababa;
  font-family: Helvetica Neue;
  font-size: 15px;
}
.logo-box .logo-view {
  padding-bottom: 30px;
}
.logo-box .logo-col .logo-thumb {
  border: 1px solid #b8b8b8;
}
.logo-box .logo-col .logo-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo-box .logo-col .logo-thumb a {
  display: block;
  height: 65px;
  text-align: center;
}
.logo-view .swiper-container {
  height: 100px;
}
.state-block {
  overflow: hidden;
  position: relative;
}
.state-block .state-image {
  overflow: hidden;
  width: 550px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 50px;
}
.state-block .state-note {
  padding: 50px 50px 50px 200px;
  float: right;
  width: 65%;
  min-height: 550px;
  background-color: #f0f0f0;
}
.state-block .state-note .cn-text {
  margin-bottom: 50px;
}
.social-block {
  padding-bottom: 30px;
}
.social-block ul li {
  padding: 35px 0;
  border-bottom: 1px solid #dfdfdf;
}
.social-block ul li:last-child {
  border-bottom-width: 0;
}
.social-block .so-image {
  float: left;
  display: inline-block;
  width: 400px;
  height: 280px;
}
.social-block .so-info-box {
  margin-left: 400px;
  padding-left: 60px;
}
.social-block .so-info-box .so-time {
  color: #929191;
  line-height: 25px;
  font-size: 19px;
  margin: 10px 0;
}
.social-block .so-info-box .so-title {
  line-height: 50px;
  font-size: 23px;
  font-weight: 700;
}
.social-block .so-info-box .so-info-desc {
  overflow: hidden;
  margin-top: 10px;
  font-size: 15px;
  height: 75px;
  line-height: 25px;
}
.social-block .so-info-box .so-info-btn {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #A30000;
  line-height: 28px;
  font-size: 16px;
}
.pro-word-box {
  margin-bottom: 50px;
}
.pro-word-box p {
  margin-bottom: 5px;
}
.center-view {
  text-align: center;
  width: 60%;
  margin: 40px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
.center-view .contact-ss {
  padding-top: 10px;
  margin-bottom: 50px;
}
.contact-info {
  margin-left: 30%;
  margin-bottom: 80px;
}
.contact-info p {
  margin-bottom: 10px;
}
.contact-map {
  height: 600px;
}
.case-view-note {
  padding-top: 30px;
}
.case-view-note p {
  font-size: 15px;
  line-height: 30px;
}
.case-view-note p.desc {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 25px;
}
.case-block {
  position: relative;
  margin: -30px;
}
.case-block:after {
  line-height: 0;
  display: table;
  content: "";
  clear: both;
}
.case-block li {
  float: left;
  width: 33.3333333%;
  padding: 30px;
}
.case-block li .case-title {
  text-align: center;
  margin: 15px 0 20px;
  background-color: #fff;
}
.case-block li .case-title a {
  display: block;
}
.logo-thumb {
  overflow: hidden;
  position: relative;
  border: 1px solid #e4dddd;
  cursor: pointer;
}
.logo-thumb > div {
  display: none;
}
.logo-thumb.on {
  border-width: 2px;
  border-color: #A30000;
}
.logo-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 合作客户 页面 */
.clients-details-box,
.clients-desc-box {
  min-height: 220px;
  padding: 30px 0;
  margin-bottom: 45px;
}
.clients-details-box > .img-row > div,
.clients-desc-box > .img-row > div {
  min-height: 220px;
}
.clients-details-box {
  display: none;
  border: 2px solid #A30000;
}
.clients-desc-box h1 {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
}
.clients-item li {
  margin: 0 30px;
}
.clients-item li h1 {
  font-size: 32px;
  line-height: 45px;
}
.clients-item li.desc {
  overflow: hidden;
  height: 125px;
  font-size: 15px;
  text-indent: 2em;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}
.clients-item li.d-link {
  line-height: 30px;
  margin-bottom: 0;
}
.clients-item li.d-link a {
  color: #905E09;
}
.clients-item li.d-link a:hover {
  color: #A30000;
}
.feedback {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  width: 100%;
}
.feedback .feed-win {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
}
.feedback .feed-win .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
}
.feedback .feed-win .close-btn i {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .feedback .feed-win {
    width: 100%;
  }
}
.fact-block {
  margin: 0 -15px 0 0;
}
.fact-block li {
  float: left;
  overflow: hidden;
  width: 390px;
  margin-right: 15px;
}
.field-title-box {
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  border-bottom: 1px solid #bfbfbf;
  margin: 0 0 30px 0;
}
.field-img-box {
  position: relative;
  overflow: hidden;
}
.field-img-box .title {
  margin-top: 5px;
}
.view-btm-50 {
  margin-bottom: 50px;
}
.job pre {
  line-height: 25px;
}
.news-details {
  line-height: 30px;
}
.news-details img {
  max-width: 100%;
}
.float-bar {
  display: none;
  position: fixed;
  width: 70px;
  bottom: 30px;
  right: 20px;
  z-index: 100;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.float-bar .bar-logo {
  margin: 4px 0 15px;
  padding: 4px;
}
.float-bar .bar-logo img {
  width: 100%;
}
.float-bar a {
  cursor: pointer;
  float: left;
  color: #7a7a7a;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.float-bar a i {
  display: block;
  font-size: 32px;
  line-height: 48px;
}
.float-bar a:hover {
  color: #A30000;
}
.float-bar .backup i {
  font-size: 45px;
}
/* 针对 layui table 修改 */
.ui-table[lay-size=lg] th {
  background-color: #eae7e7;
}
.ui-table[lay-size=lg] td,
.ui-table[lay-size=lg] th {
  border-color: #dcd9d9;
  padding: 15px 20px;
}
.ui-table[lay-size=lg] tbody tr:hover {
  background-color: #e6ebec;
}
.ui-table[lay-size=lg] th {
  text-align: center;
}
/* layui 轮播 */
.layui-carousel-arrow {
  width: 55px;
  height: 75px;
  margin-top: -37px;
  border-radius: 5px;
  font-size: 30px;
}
.layui-carousel-ind {
  display: none;
}
.layui-form-item .layui-form-label {
  width: 110px;
}
/* swiper 左右按钮的位置调整 */
.ui-swiper-btn {
  margin-top: -35px;
}
.cn-text {
  text-indent: 2em;
}
.cn-text p {
  margin-bottom: 15px;
}
.en-text p {
  margin-bottom: 15px;
}
.lay-row .title {
  font-size: 2em;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
.lay-row .time-caption {
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.lay-row .time-caption span {
  margin-right: 30px;
}
.lay-row .time-caption span .layui-icon-login-wechat {
  cursor: pointer;
  color: #3CB034;
  font-size: 28px;
}
.line-box {
  margin: 0 10%;
  padding-bottom: 10px;
}
.line-box .l-box {
  color: #A30000;
  font-weight: 700;
  display: inline-block;
  width: 100px;
}
.line-box .l-box p {
  margin-bottom: 5px;
}
.line-box .r-box {
  float: right;
  margin-left: -100px;
  padding-left: 100px;
  width: 100%;
}
.line-box .r-box p {
  margin-bottom: 5px;
}
.title {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 10px;
}
.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.des-btn {
  color: #666;
  line-height: 30px;
}
/* 首页静态图(广告式的) */
.ad-image {
  margin-top: 50px;
  height: 300px;
}
.cur-bottom {
  margin-bottom: 35px;
}
.clearfix:before {
  line-height: 0;
  display: table;
  content: "";
}
.clearfix:after {
  line-height: 0;
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .image-sale:hover {
    color: #fff;
  }
  .image-sale:hover img {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .image-sale img {
    transition: all 0.5s;
  }
  .over-hide-tit:hover .image-title-box {
    transform: translate(0, 100%);
  }
}
.image-title-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  height: 45px;
  line-height: 45px;
  transition: all 0.5s;
}
.img-view-title {
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.image-detail-box {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 45px;
  padding: 0 15px 10px 15px;
  background-color: #A30000;
  background-color: rgba(163, 0, 0, 0.7);
  transition: all 0.5s;
}
.image-detail-box ul {
  position: absolute;
  overflow: hidden;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0;
  padding-left: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.image-detail-box ul li {
  float: left;
  width: 50%;
  line-height: 26px;
  overflow: visible;
  list-style-type: disc;
}
.image-detail-box ul li.single-item {
  float: none;
  width: 100%;
}
.stretch-box {
  cursor: pointer;
  border: 1px solid #c9c9c9;
  /*padding: 20px;*/
}
.stretch-box img {
  padding: 5%;
  min-width: 100%;
  min-height: 100%;
}
.mask-title-box {
  position: absolute;
  overflow: hidden;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mask-title-box > * {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask-title-box .mask-tit {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 45px;
}
/* 格栅块分配 */
.img-row-space {
  margin: -5px;
}
.img-row-space > * {
  padding: 5px;
}
.img-row-space-7-5 {
  margin: -7.5px;
}
.img-row-space-7-5 > * {
  padding: 7.5px;
}
.img-row-space-10 {
  margin: -10px;
}
.img-row-space-10 > * {
  padding: 10px;
}
.img-row-space-15 {
  margin: -15px;
}
.img-row-space-15 > * {
  padding: 15px;
}
.img-row-space-30 {
  margin: -30px;
}
.img-row-space-30 > * {
  padding: 30px;
}
.img-row-2,
.col-2-4,
.img-row-3,
.img-row-4,
.img-row-6,
.img-row-8,
.img-row-9,
.img-row-12 {
  position: relative;
  float: left;
}
@media screen and (min-width: 992px) {
  .abs-field {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.img-view,
.img-view-row-2 {
  overflow: hidden;
  position: relative;
  height: 230px;
}
.img-view-row-2 {
  height: 470px;
}
.img-row-2 {
  width: 16.66666667%;
}
.col-2-4 {
  width: 20%;
}
.img-row-3 {
  width: 25%;
}
.img-row-4 {
  width: 33.33333333%;
}
.img-row-6 {
  width: 50%;
}
.img-row-8 {
  width: 66.66666667%;
}
.img-row-9 {
  width: 75%;
}
.img-row-12 {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .img-block:hover {
    color: #fff;
  }
  .img-block:hover .image-title-box {
    background-color: #A30000;
    background-color: rgba(163, 0, 0, 0.7);
  }
  .img-block:hover .image-detail-box {
    opacity: 1;
    padding-top: 10px;
  }
}
.image_100 {
  height: 100px;
}
.image_125 {
  height: 125px;
}
.image_180 {
  height: 180px;
}
.image-220,
.image_220 {
  height: 220px;
}
.image-240,
.image_240 {
  height: 240px;
}
.image_275 {
  height: 275px;
}
.image_350 {
  height: 350px;
}
.image_520 {
  height: 520px;
}
.image_540 {
  height: 540px;
}
.case-view-image {
  margin-bottom: 30px;
  height: 600px;
}
.path {
  margin-bottom: 50px;
  font-size: 0;
  color: #878787;
  border-bottom: 1px solid #dedede;
  padding: 5px 0;
  line-height: 45px;
}
.path > * {
  font-size: 15px;
}
.path i {
  margin: 0 5px;
}
.path a {
  color: #878787;
}
.path a:hover {
  color: #A30000;
}
.page-note {
  overflow: hidden;
  color: #333;
  font-size: 16px;
  min-height: 500px;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 25px;
}
.page-note .note-img-view {
  text-align: center;
}
.page-note .note-img-view img {
  max-width: 100%;
}
.page-note .icon-btn-box {
  margin-top: 20px;
}
.page-note .icon-btn-box a.block-link {
  display: block;
}
.page-note .view-note {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 20px 30px 0 30px;
  height: 90px;
  line-height: 23px;
  text-align: left;
  font-size: 14px;
}
.page-note .view-btn {
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #A30000;
  line-height: 28px;
  font-size: 16px;
}
.img-center {
  overflow: hidden;
  position: relative;
}
.img-center img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thumb {
  overflow: hidden;
  position: relative;
}
.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.thumb img:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.page-data-box {
  margin-top: 20px;
  font-size: 15px;
}
.page-data-box .prev-row {
  margin-bottom: 5px;
  line-height: 30px;
}
.bg-white {
  background: #fff;
}
.layui-carousel > [carousel-item] > * {
  background-color: #fff;
}
.banner-bg,
img {
  opacity: 0;
  transition: opacity 1s;
  animation: fade-in 1s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ellipsis {
  font-style: normal;
  font-size: 22px;
}
.popup_dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup_dialog .popup-img,
.popup_dialog .img-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.popup_dialog .img-loading {
  font-size: 50px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-layer {
  padding: 20px 0;
}
.form-layer .form-textarea {
  max-width: 600px;
}
.form-layer .form-textarea textarea {
  height: 130px;
}
.xs-line {
  display: inline-block;
}
.hide-last-item > div:last-child {
  display: none;
}
/* 自动从下往上移动的元素效果 */
.move-top .sub-item {
  position: absolute;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  filter: opacity: 0;
  top: 120%;
  transition: all 1s;
}
.move-top:hover .sub-item {
  visibility: visible;
  opacity: 1;
  filter: opacity: 1;
  top: 100%;
}
/* 搜索页面 */
.search-page {
  padding: 60px 0 0 0 ;
  border-top: 1px solid #dedede;
  min-height: 500px;
}
.search-page h3 {
  font-size: 19px;
  margin-bottom: 30px;
}
.search-page h3 span {
  margin: 0 10px;
  color: #A30000;
}
.search-page .dl-list {
  margin-bottom: 40px;
}
.search-page .dl-list dt {
  color: #E70012;
  font-size: 19px;
  margin-bottom: 12px;
}
.search-page .dl-list dd {
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 45px;
  border-bottom: 1px dashed #dedede;
}
.search-page .dl-list dd i {
  color: #c9c9c9;
  margin-right: 10px;
}
.search-page .dl-list dd a {
  display: block;
}
#kkpager {
  width: 100%;
  margin-top: 50px;
  color: #333;
  text-align: center;
  font-size: 0px;
}
#kkpager a,
#kkpager span {
  display: inline-block;
  min-width: 48px;
  padding: 0px 15px;
  margin: 0 -1px 5px 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}
#kkpager a {
  background-color: #fff;
}
#kkpager a:hover {
  color: #015198;
}
#kkpager span.disabled {
  color: #d2d2d2;
  background-color: #FFF;
}
#kkpager span.curr {
  border-color: #A30000;
  color: #fff;
  background-color: #E70012;
}
#kkpager span.normalsize {
  border: 0;
  display: none;
}
#kkpager_gopage_wrap {
  display: inline-block;
  width: 42px;
  height: 20px;
  border: 1px solid #DFDFDF;
  margin: 0px 4px;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 5px;
}
#kkpager_btn_go {
  width: 32px;
  height: 22px;
  line-height: 22px;
  padding: 0px;
  text-align: center;
  border: 0px;
  background-color: #0063DC;
  color: #FFF;
  left: 0px;
  top: -1px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#kkpager_btn_go_input {
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
}
#kkpager {
  background-color: #ededed;
  padding: 15px 0 10px;
}
.mob-top-bar {
  position: relative;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-navBox {
  display: none;
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: 996;
  cursor: pointer;
}
.mob-navBox .nav-more {
  padding: 10px 20px;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-on .mob-top-bar {
  position: fixed;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.mob-on .mob-top-bar .mob-navBox {
  right: 20px;
}
.mob-on .mob-nav-menu {
  transform: translate(0%);
}
.mob-on .nav-more .top {
  -webkit-transform: translateY(6px) rotateZ(45deg);
  transform: translateY(6px) rotateZ(45deg);
}
.mob-on .nav-more .middle {
  width: 0;
}
.mob-on .nav-more .bottom {
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}
/* 移动端导航菜单 */
.mob-nav-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0px;
  left: 0;
  z-index: 998;
  overflow-y: auto;
  transform: translate(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-nav-ul {
  list-style: none;
  padding: 50px 30px 15px 30px;
  background-color: #f9fafb;
}
.mob-nav-ul li {
  position: relative;
  overflow: hidden;
}
.mob-nav-ul li > a {
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  font-size: 0.266667rem;
  line-height: 120%;
  padding: 20px 35px 20px 0;
  color: #3d3d3d;
  display: block;
}
.mob-sub-menu {
  display: none;
  list-style: none;
}
.mob-sub-menu li > a {
  padding: 15px 35px 15px 35px;
  font-size: 0.2334rem;
  line-height: 0.333333rem;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
}
.icon-bar {
  display: block;
  margin: 5px 0;
  width: 23px;
  height: 2px;
  background-color: #636363;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* + */
.navdrop-icon {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 15px;
}
.navdrop-icon .icon-bar {
  position: absolute;
  top: 13px;
  right: 9px;
  width: 10px;
}
.navdrop-icon .top {
  transform: translateY(-7px) rotateZ(45deg);
  -webkit-transform: translateY(-7px) rotateZ(45deg);
}
.navdrop-icon .middle {
  width: 0;
}
.navdrop-icon .bottom {
  transform: translateY(-1px) rotateZ(-45deg);
  -webkit-transform: translateY(-1px) rotateZ(-45deg);
}
/* > */
.navdrop .navdrop-icon .icon-bar {
  width: 12px;
}
.navdrop .navdrop-icon .top {
  transform: translateY(-5px) rotateZ(90deg);
  -webkit-transform: translateY(-5px) rotateZ(90deg);
}
.navdrop .navdrop-icon .middle {
  width: 0;
}
.navdrop .navdrop-icon .bottom {
  transform: translateY(-5px) rotateZ(0deg);
  -webkit-transform: translateY(-5px) rotateZ(0deg);
}
.navdrop .navdrop-icon.open .top {
  width: 0;
}
@media screen and (max-width: 1200px) {
  .view-banner,
  .swiper-container {
    height: 400px;
  }
  .view-banner .swiper-pagination,
  .swiper-container .swiper-pagination {
    display: block;
  }
  .view-banner .swiper-button-prev,
  .swiper-container .swiper-button-prev,
  .view-banner .swiper-button-next,
  .swiper-container .swiper-button-next {
    display: none;
  }
  /* 原是五等份，改为2等份 */
  .col-2-4 img {
    max-width: 90%;
    max-height: 90%;
  }
}
@media screen and (max-width: 992px) {
  .view-banner,
  .swiper-container {
    height: 260px;
  }
  .logo-view .swiper-container {
    height: 55px;
  }
  .logo-view .col-2-4 {
    width: 20%;
  }
  .logo-view .col-2-4 .image_100 {
    height: 50px;
  }
  .xs-hidden {
    display: none;
  }
  .img-xs-col-12 {
    width: 100%;
  }
  .img-xs-col-6 {
    width: 50%;
  }
  .xs-img-view {
    height: 230px;
  }
  .xs-logo-title img {
    width: 50%;
  }
  .xs-col-space-2-5 {
    margin: 2.5px;
  }
  .xs-col-space-2-5 > div {
    padding: 2.5px;
  }
  .xs-col-space-5 {
    margin: 5px;
  }
  .xs-col-space-5 > div {
    padding: 5px;
  }
  .line-box {
    margin: 0;
  }
  .xs-table[lay-size=lg] td,
  .xs-table[lay-size=lg] th {
    padding: 15px 10px;
  }
  .xs-details-table[lay-size=lg] tr.xs-td-col-2-4 td {
    padding: 10px 0;
  }
  .xs-details-table[lay-size=lg] tr.xs-td-col-2-4 td:nth-child(odd) {
    text-align: center;
  }
  .xs-details-table[lay-size=lg] tr.xs-td-col-2-4 td:nth-child(even) {
    padding-left: 5px;
  }
  .xs-auto-width {
    width: auto;
  }
  .center-view {
    width: 90%;
  }
  .center-view .contact-ss {
    text-align: left;
  }
  .contact-info {
    margin-left: 5%;
  }
  .contact-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .contact-map {
    height: 350px;
  }
  .lay-row .title {
    font-size: 1.3em;
    line-height: 25px;
  }
  .lay-row .single-line {
    overflow: auto;
    text-overflow: clip;
    white-space: normal;
  }
  .hide-last-item > div:last-child {
    display: block;
  }
  .social-block ul li {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
  }
  .xs-new-view {
    position: relative;
  }
  .xs-new-view .xs-news-block-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .xs-new-view .img-view,
  .xs-new-view .so-image {
    float: left;
    width: 160px;
    height: 100px;
  }
  .xs-new-view .img-view img,
  .xs-new-view .so-image img {
    width: 100%;
  }
  .xs-new-view .new-info {
    margin-left: 160px;
    padding: 0 0 0 10px;
  }
  .xs-new-view .new-info .new-title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .xs-new-view .new-info .new-memo {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    height: 80px;
  }
  .xs-new-view .new-info .des-btn {
    display: none;
  }
  .xs-new-view .so-info-box {
    margin-left: 160px;
    padding-left: 10px;
  }
  .xs-new-view .so-info-box .so-time {
    display: none;
    line-height: 1;
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .xs-new-view .so-info-box .so-title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .xs-new-view .so-info-box .so-info-desc {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .xs-new-view .so-info-box .so-info-btn {
    display: none;
  }
  .case-block {
    margin: -10px;
  }
  .case-block li {
    width: 50%;
    padding: 5px;
  }
  .case-block li .case-title {
    margin: 0px 0;
  }
  .image-240,
  .image_240 {
    height: 150px;
  }
  .xs-image_120 {
    height: 150px;
  }
  .xs-image_90 {
    height: 90px;
  }
  .xs-image_150 {
    height: 150px;
  }
  .xs-image-175 {
    height: 175px;
  }
  .page-note {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) {
  /**
 * 移动端模块
 */
  html {
    font-size: 60px;
  }
  .mob-navBox {
    display: block;
  }
  /* 页面大框架 */
  .wp,
  .container {
    width: auto;
  }
  .wp {
    padding: 0 10px;
  }
  .wp:after {
    line-height: 0;
    display: table;
    content: "";
    clear: both;
  }
  .footer {
    padding: 20px 0;
    margin-top: 20px;
  }
  .footer .footer-com {
    padding: 0;
  }
  .footer .footer-com .ft-link {
    float: none;
  }
  /**
 * 首页
 */
  .view-banner .swiper-pagination,
  .swiper-container .swiper-pagination {
    display: block;
  }
  .view-banner .swiper-button-prev,
  .swiper-container .swiper-button-prev,
  .view-banner .swiper-button-next,
  .swiper-container .swiper-button-next {
    display: none;
  }
  .lay-title .title-more-btn {
    display: none;
  }
  .info-box {
    width: 100%;
  }
  .icon-btn-box {
    margin-bottom: 10px;
  }
  .icon-btn-box img {
    margin: 0;
    height: 40px;
  }
  .icon-btn-box .sco_btn {
    font-size: 14px;
  }
  /**
 * 隐藏的元素
 */
  .menu-box,
  .site-top,
  .bar-wp,
  .foot-menu,
  .login-box {
    display: none;
  }
  /* 页码 */
  #kkpager span.disabled {
    display: none;
  }
  /**
 * 通用元素
 */
  .site-head {
    height: 60px;
  }
  .site-head .logo {
    padding: 8px 0;
    height: 60px;
    width: 150px;
  }
  .site-head .logo img {
    height: 100%;
  }
  .static-banner {
    height: 200px;
  }
  .banner-bg {
    background-size: cover;
  }
  .ad-image {
    height: 150px;
    margin-top: 20px;
  }
  .case-view-image {
    height: 300px;
  }
  .float-bar {
    width: 50px;
  }
  .float-bar a {
    margin: 5px 0;
  }
  .float-bar a:hover {
    color: #7a7a7a;
  }
  .float-bar .backup i {
    font-size: 30px;
    line-height: 30px;
  }
  /* 路径 */
  .path {
    margin-bottom: 30px;
  }
  .mode-layer {
    margin-top: 30px;
  }
  /* 小标题 */
  .lay-title,
  .page-title {
    height: 35px;
  }
  .lay-title .red-line,
  .page-title .red-line {
    font-size: 20px;
  }
  .lay-title .grey-line,
  .page-title .grey-line {
    font-size: 25px;
  }
  .time-caption span:last-child {
    display: none;
  }
}
/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
  .icon-btn-box .img-row-space .img-row-2 {
    padding: 5px 0;
  }
  .icon-btn-box .sco_btn {
    line-height: 1;
    padding: 5px 0 ;
    font-size: 12px;
  }
}
