
@charset "UTF-8";
/* ------------------------
  Base Settings
------------------------ */
html {
  /*font-size: 10px;*/
}

body {
  min-width: 320px;
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: 'Microsoft YaHei', '宋体', 'serif';
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.middle-width {
  width: 1366px;
  margin: 0 auto;
}

.center {text-align: center!important;}

.m-0 {margin: 0!important;}
.m-0-auto {margin: 0 auto!important;}
.mb-50 {margin-bottom: 50px!important;}

.p-0 {padding: 0!important;}
.pl-10 {padding-left: 10px}
.pl-20 {padding-left: 20px}
.pl-30 {padding-left: 30px}


.pr-10 {padding-right: 10px}
.pr-20 {padding-right: 20px}
.pr-30 {padding-right: 30px}


.f-24 {font-size: 24px!important;}
.f-28 {font-size: 24px!important;}

.cl-red1 {color: #c8161e;}

.jc-c {justify-content: center!important;}
.jc-sb {justify-content: space-between!important;}

/* ------------------------
  utilities Classes
------------------------ */
.hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1179.98px) {
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1180px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* ------------------------
  includes/nav
------------------------ */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 9;
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
  background: #fbfbfb;
}
.nav-wrap .middle-width {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-wrap .navs {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wrap .nav-item {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-top: 4px solid transparent;
}

.nav-item.active , .nav-item:hover{
  border-color: #f4f4f4;
  border-top-color: #c8161e;
  /*border-bottom-color: #f5f5f5;*/
  border-bottom-color: transparent;
  background: white;
}
.nav-item.active .title , .nav-item:hover .title {
  color: #c8161e;
}

.nav-item .title {
  font-size: 18px;
  font-weight: 500;
}
.nav-item .child {
  position: absolute;
  display: none;
  left: 0;
  top: 70px;
  z-index: 2;
  background: rgba(255,255,255,.9);
  border-top: 1px solid white;
}
.nav-item .child3 {
  transform: translateX(-30%);
  padding: 25px 40px 60px;
}
.child3 .img-icon {
  width: 52px;
}
.child3 .items {
  min-width: 210px;
  padding: 1px 20px;
  border-right: 1px solid white;
  text-align: center;
  position: relative;
}
.child3 .items:last-child {
  border: none;
}

.child3 .tag {
  padding: 15px 0;
}

.child3 .more {
  position: absolute;
  bottom: -30px;
  right: 30px;
  font-size: 13px;
  color: #c8161e;
}

.child3 .links {
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 1px 1px 0 15px;
  justify-content: space-between;
}

.child3 .link {
  display: flex;
}

.child3 .link:hover {
  color: #c8161e;
}

.nav-item:hover .child {
  display: flex;
}
.nav-wrap .logo {
  height: 56px;
  margin-right: 150px;
}


/* ------------------------
  includes/footer
------------------------ */

.friend-links {
  background: #afafaf;
  padding: 30px 0;
  color: white;
  font-size: 30px;
  box-sizing: border-box;
  line-height: 1;
}
.friend-links .middle-width {
  display: flex;
  align-items: center;
}
.friend-links .links {
  flex: 1;
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.friend-links .link{
  padding: 15px 30px;
  display: block;
}

.footers {
  background: #c1121a;
  padding: 60px 0 75px;
  color: white;
}
.footers .middle-width {
  display: flex;
  justify-content: space-between;
}
.footers .column {
  flex: 1;
}

.footers .title {
  font-size: 30px;
  padding-bottom: 20px;
}
.footers .links {
  display: flex;
  font-size: 14px;
}
.footers .logo {
  height: 56px;
}
.footers .tel {
  padding: 30px 0 50px;
  font-size: 30px;
}
.footers  .icon-tel {
  font-size: 24px;
}

.footers .link {
  display: block;
  min-width: 90px;
  padding: 0 0 10px 0;
}

.footers .authorities {
  padding: 10px 0 0 0;
  line-height: 1.8;
}
.footers .qr-code {
  width: 190px;
  border-radius: 6px;
}

/* ------------------------
  includes/fix-tools1
------------------------ */

.fix-tools1 {
  position: fixed;
  right: 8px;
  top: 400px;
  z-index: 2;
}
.fix-tools1 .item {
  display: block;
  position: relative;
  background: white;
  width: 60px;
  text-align: center;
  padding: 14px 0 9px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #ccc;
  margin-bottom: 10px;
  border-radius: 3px;
}
.fix-tools1 .icon {
  font-size: 24px;
  color: #999;
}

.fix-tools1 .item:hover {
  color: white;
  background: #c8161e;
}
.fix-tools1 .item:hover .icon {
  color: white;
}

.fix-tools1 .item:hover .hover-show {
  display: block;
  color: #333;
}
.fix-tools1 .hover-show {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 2;
  width: 186px;
  display: none;
  padding: 0 5px;
  min-height: 80px;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
}
.hover-show img {
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 6px;
  width: 186px;
  height: 186px;
}


/* ------------------------
  includes/fix-tools2
------------------------ */
.fix-tools2 {
  position: fixed;
  right: 8px;
  top: 600px;
  z-index: 2;
}
.fix-tools2 .item {
  display: block;
  background: white;
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #ccc;
  margin-bottom: 10px;
  border-radius: 3px;
}

.fix-tools2 .item:hover {
  color: white;
  background: #c8161e;
}

.fix-tools2.blue-bg .item:hover {
  background: #2f81fe;
}

.fix-tools2.yellow-bg .item:hover {
  background: #fe9300;
}

/* ------------------------
  includes/swiper-banner
------------------------ */
.swiper-banner .swiper-slide {
  height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-banner-pagination span.swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: white;
  opacity: 1;
  margin: 0 4px;
  border-radius: 0;
}
.swiper-banner-pagination span.swiper-pagination-bullet-active {
  background: #c8161e;
}


/* 幻灯片样式 s*/
.bannerBox{
    width: 100%;
#    position: absolute;
    z-index: 100;
}
.fullSlide {
    width:100%;
    position:relative;
    height:490px;
    background:#000;
}
.newsDfullSlide,
.indusfullSlide{
    margin: 10px 0;
    width:100%;
    position:relative;
    height:180px;
    background:#000;
}
.fullSlide .bd,
.newsDfullSlide .bd,
.indusfullSlide .bd {
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.fullSlide .bd ul,
.newsDfullSlide .bd ul,
.indusfullSlide .bd ul {
    width:100% !important;
}
.fullSlide .bd li{
    width:100% !important;
    height:490px;
    overflow:hidden;
    text-align:center;
}
.newsDfullSlide .bd li,
.indusfullSlide .bd li {
    width:300px!important;
    height:180px;
}
.fullSlide .bd li a{
    display:block;
    height:490px;
}
.newsDfullSlide .bd li a,
.indusfullSlide .bd li a{
    display: inline-block;
    width: 100%;
    height:180px;
}
.fullSlide .hd,
.newsDfullSlide .hd,
.indusfullSlide .hd {
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
}
.fullSlide .hd ul,
.newsDfullSlide .hd ul,
.indusfullSlide .hd ul {
    text-align:center;
}
.fullSlide .hd ul li,
.newsDfullSlide .hd ul li,
.indusfullSlide .hd ul li  {
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:55px;
    height:4px;
    border-radius: 10%;
    margin:1px 4px;
    overflow:hidden;
    background:#f2f2f2;
    filter:alpha(opacity=50);
    line-height:999px;
}
.fullSlide .hd ul .on,
.newsDfullSlide .hd ul .on,
.indusfullSlide .hd ul .on {
    background:#f00;
}
/* 幻灯片样式 e*/

@media screen and (max-width: 1366px) {
  .footers .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .footers .tel {
    font-size: 22px;
  }

}