@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*language*/
.language {
  height: 30px;
  line-height: 30px;
  text-align: right;
  background: #c42507;
}
.language a, .language span {
  display: inline-block;
}
.language span {
  margin: 0 10px;
}
.language span img {
  vertical-align: middle;
  margin-top: -2px;
}
.language a {
  color: #ffffff;
  font-size: 14px;
}

/*nav*/
.navbar-default {
  min-height: 90px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.navbar-default .navbar-brand {
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-default .navbar-nav li {
  margin-right: 55px;
}
.navbar-default .navbar-nav li > a {
  font-size: 18px;
  color: #333333;
  height: 90px;
  line-height: 90px;
  vertical-align: bottom;
  background-size: contain;
  padding: 0;
}
.navbar-default .navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .dropdown > a:hover,
.navbar-default .navbar-nav > .dropdown > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #c42507;
  background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .dropdown > a:hover,
.navbar-default .navbar-nav > .dropdown > a:focus {
  background: url("../images/img-02.png") no-repeat bottom center;
}

.dropdown-menu {
  background-color: #c42507 !important;
  padding: 15px 25px;
  min-width: 510px;
  right: -220px !important;
}
.dropdown-menu .nav-a-group {
  float: left;
  width: 245px;
}
.dropdown-menu .nav-a-group a {
  display: block;
  width: 110px;
  border-bottom: 1px solid #d05139;
  height: 40px;
  line-height: 40px;
  background: url("../images/img-03.png") no-repeat left center;
  padding-left: 10px;
  color: #ffffff;
  font-size: 16px;
  float: left;
}
.dropdown-menu .nav-a-group a:nth-child(2n+1) {
  margin-right: 25px;
}
.dropdown-menu .nav-img {
  width: 190px;
  float: right;
}
.dropdown-menu .nav-img .nav-pic img {
  display: block;
  width: 190px;
  border: 4px solid #d35c45;
}
.dropdown-menu .nav-img .nav-title {
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.dropdown-menu.nav-small {
  min-width: 385px;
  right: -130px !important;
}
.dropdown-menu.nav-small .nav-a-group {
  float: left;
  width: 130px;
}
.dropdown-menu.nav-small .nav-a-group a {
  float: none;
}
.dropdown-menu.nav-small .nav-a-group a:nth-child(2n+1) {
  margin-right: 0;
}

/*footer*/
footer {
  background: #c42507;
}
footer .footer-info {
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .footer-info .f-info {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 0 5%;
}
footer .footer-info .f-erwm .box {
  width: 116px;
}
footer .footer-info .f-erwm .box img {
  display: block;
  width: 90px;
  height: 90px;
}
footer .footer-info .f-erwm .box span {
  display: block;
  background: #ffffff;
  width: 22px;
  height: 90px;
  line-height: 1.1;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
footer .footer-copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
footer .footer-copy span, footer .footer-copy a {
  margin: 0 10px;
}
footer .footer-copy a {
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-copy a:hover {
  text-decoration: underline;
}

/*other-banner*/
.other-banner img {
  display: block;
}

.other-warp {
  position: relative;
  top: -84px;
  z-index: 9;
  margin-bottom: -54px;
}
.other-warp .cont {
  background-color: #ffffff;
  padding: 4% 0 4% 0;
}

/*sub-menu*/
.sub-menu {
  height: 40px;
  line-height: 40px;
  font-size: 0;
  overflow: hidden;
  overflow-x: auto;
}
.sub-menu a {
  display: block;
  text-align: center;
  background: #000000;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  float: left;
  margin-right: 2px;
  color: #ffffff;
  width: 120px;
}
.sub-menu a:last-child {
  margin-right: 0;
}
.sub-menu a:hover, .sub-menu a.current {
  background-color: #c42507;
}

/*bread-crumbs*/
.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  background: #ffffff;
  text-align: right;
}
.bread-crumbs .b-r {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  background: url("../images/img-07.png") no-repeat 0 6px;
  padding-left: 15px;
}
.bread-crumbs .b-r a, .bread-crumbs .b-r span{
  display: inline-block;
  margin: 0 5px;
}

.bread-crumbs .b-r a {
  color: #333333;
}
.bread-crumbs .b-r span {
  color: #c42507;
}
.bread-crumbs .b-r a.on {
    color: #c42507;
}

/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #ffffff;
  color: #0b2b4d;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.page a:hover, .page a.current {
  background: #c42507;
  color: #ffffff;
}

.page strong{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #c42507;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

/*---------------------------------------------------------------------------------*/
.mod-01 .m-title {
  font-size: 26px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mod-01 .box-info .box-s {
  padding-left: 25px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
  min-height: 24px;
}
.mod-01 .box-info .box-s .icon {
  position: absolute;
  margin-left: -25px;
}
.mod-01 .box-info .box-s .icon img {
  vertical-align: middle;
}
.mod-01 .box-map img {
  display: block;
  width: 100%;
}

.mod-02 .top-s {
  margin-bottom: 30px;
}
.mod-02 .top-s .box-info {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.mod-02 .top-s .box-info .m-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-02 .btm-s .m-title {
  background: url("../images/img-16.png") no-repeat top center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 50px;
}
.mod-02 .btm-s .img-group img {
  display: block;
  width: 100%;
}

.mod-03 .m-title {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.mod-03 .inp-s {
  border-radius: 0;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.mod-03 .txt-s {
  border-radius: 0;
}
.mod-03 .btn-s {
  display: block;
  border: 1px solid #dadbdb;
  background: #000000;
  width: 134px;
  height: 36px;
  line-height: 32px;
  margin: 0 auto;
  color: #ffffff;
}

.mod-04 {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}

.mod-05 .row {
  margin-left: -6px;
  margin-right: -6px;
}
.mod-05 .row .box-w {
  padding-left: 6px;
  padding-right: 6px;
}
.mod-05 .box {
  vertical-align: middle;
  margin-bottom: 50px;
}
.mod-05 .box .box-pic {
  overflow: hidden;
  margin-bottom: 5px;
}
.mod-05 .box .box-pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-05 .box .box-title {
  display: block;
  background: #d9d9d9;
  color: #333333;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.mod-05 .box:hover .box-pic img {
  transform: scale(1.1);
}
.mod-05 .a-more {
  display: block;
  background: #eae6e5;
  text-align: center;
  color: #333333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.mod-06 .m-title {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5%;
}
.mod-06 .box-info {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.mod-06 .box-img img {
  display: block;
  margin: 0 auto;
}

.news-list .row _ {
  margin-left: -12px;
  margin-right: -12px;
}
.news-list .row _ .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.news-list .box {
  border-bottom: 1px dotted #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  vertical-align: bottom;
}
.news-list .box .box-date {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  background: url("../images/img-23.png") no-repeat 90px 12px;
  overflow: hidden;
}
.news-list .box .box-date .a-more {
  background: url("../images/img-22.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
.news-list .box .box-date .a-more:hover {
  background: url("../images/img-21.png") no-repeat;
}
.news-list .box .box-cont .title {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-list .box .box-cont .title:hover {
  color: #c42507;
}
.news-list .box .box-cont .txt {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.news-list .box .box-img {
  overflow: hidden;
}
.news-list .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.news-list .box:hover .box-img img {
  transform: scale(1.1);
}

.news-details {
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-details .m-title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details .m-title h1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.news-details .m-title .other {
  color: #999999;
  font-size: 14px;
}
.news-details .m-title .other span {
  display: inline-block;
  margin: 0 10px;
}
.news-details .main {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.news-details .main p {
  text-indent: 2em;
}
.news-details .other-page {
  text-align: center;
  margin-top: 35px;
}
.news-details .other-page a.a-s {
  display: inline-block;
  text-align: center;
  width: 85px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  color: #0b2b4d;
  font-size: 14px;
  margin: 0 30px;
}

.mod-07 .m-title {
  margin-bottom: 25px;
}
.mod-07 .m-title .t-l {
  font-size: 32px;
  float: left;
  line-height: 1.2;
}
.mod-07 .m-title .t-l span {
  font-size: 16px;
  color: #999999;
  display: block;
}
.mod-07 .m-title .t-r {
  font-size: 22px;
  color: #333333;
  float: right;
}
.mod-07 .box-title {
  background: #000000;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 10px;
}
.mod-07 .box-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.mod-07 .box {
  border-bottom: 1px dotted #cccccc;
}
.mod-07 .box .b-title {
  height: 56px;
  line-height: 56px;
  color: #333333;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.mod-07 .box .b-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.mod-07 .box .b-title .t-r img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-07 .box .b-title.current {
  color: #c42507;
}
.mod-07 .box .b-cont {
  padding: 20px;
  color: #333333;
  line-height: 26px;
  font-size: 14px;
  display: none;
}
.mod-07 .box .b-cont h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.load-more {
  display: block;
  background: #eae6e5;
  text-align: center;
  color: #333333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}

.mod-08 .box {
  vertical-align: middle;
  margin-bottom: 20px;
  display: block;
}
.mod-08 .box span {
  display: block;
}
.mod-08 .box .box-pic {
  overflow: hidden;
  margin-bottom: 5px;
  border: 3px solid #cccccc;
}
.mod-08 .box .box-pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-08 .box .box-title {
  display: block;
  color: #333333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.mod-08 .box:hover .box-pic img {
  transform: scale(1.1);
}
.mod-08 .a-more {
  display: block;
  background: #eae6e5;
  text-align: center;
  color: #333333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

/*
 弹窗
*/
.fancybox-skin {
  background: none !important;
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.fancybox-nav span {
  width: 62px !important;
  height: 50px !important;
  margin-top: -25px !important;
}

.fancybox-prev span {
  background: url("../source/prev.png") no-repeat !important;
}

.fancybox-prev span:hover {
  background: url("../source/prev-h.png") no-repeat !important;
}

.fancybox-next span {
  background: url("../source/next.png") no-repeat !important;
}

.fancybox-next span:hover {
  background: url("../source/next-h.png") no-repeat !important;
}

.mod-09 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.mod-09 .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-09 .class-nav {
  text-align: center;
  margin-bottom: 30px;
}
.mod-09 .class-nav a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  width: 100px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin: 0 12px 10px;
}
.mod-09 .class-nav a:hover, .mod-09 .class-nav a.current {
  background: #c42507;
  border-color: #c42507;
  color: #ffffff;
}
.mod-09 .box {
  vertical-align: middle;
  margin-bottom: 20px;
  display: block;
  padding: 15px;
  background: url("../images/img-32.png") no-repeat top left;
  background-size: 90%;
}
.mod-09 .box span {
  display: block;
}
.mod-09 .box .box-pic {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-09 .box .box-pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-09 .box .box-title {
  display: block;
  color: #333333;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  background: #e0e0e0;
}
.mod-09 .box:hover .box-pic img {
  transform: scale(1.1);
}
.mod-09 .box:hover .box-title {
  background: #c42507;
  color: #ffffff;
}
.mod-09 .a-more {
  display: block;
  background: #eae6e5;
  text-align: center;
  color: #333333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.mc {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/img-33.png") repeat;
  z-index: 998;
  display: none;
}

.mc-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 25%;
  z-index: -1;
  opacity: 0;
}
.mc-box .close {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 9;
  opacity: 1;
}
.mc-box .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.mc-box .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mc-box .box-info {
  background: #c42507;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mc-box .box-info .title {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.mc-box .box-info .txt-s {
  height: 160px;
  overflow: hidden;
  text-align: justify;
}

.product-box .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.product-box .owl-nav button {
  width: 40px;
  height: 100px;
  position: absolute;
  margin-top: -50px;
}
.product-box .owl-nav button.owl-prev {
  background: url("../images/img-36.png") no-repeat;
  left: 0;
}
.product-box .owl-nav button.owl-prev:hover {
  background: url("../images/img-36.png") no-repeat;
}
.product-box .owl-nav button.owl-next {
  background: url("../images/img-37.png") no-repeat;
  right: 0;
}
.product-box .owl-nav button.owl-next:hover {
  background: url("../images/img-37.png") no-repeat;
}

.team-box .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.team-box .owl-nav button {
  width: 62px;
  height: 50px;
  position: absolute;
  margin-top: -25px;
}
.team-box .owl-nav button.owl-prev {
  background: url("../source/prev.png") no-repeat;
  background-size: contain;
  left: -100px;
}
.team-box .owl-nav button.owl-prev:hover {
  background: url("../source/prev-h.png") no-repeat;
  background-size: contain;
}
.team-box .owl-nav button.owl-next {
  background: url("../source/next.png") no-repeat;
  background-size: contain;
  right: -100px;
}
.team-box .owl-nav button.owl-next:hover {
  background: url("../source/next-h.png") no-repeat;
  background-size: contain;
}

/*index*/
/*banner*/
.banner .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  height: 20px;
}
.banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  vertical-align: bottom;
}
.banner .owl-dots .owl-dot.active {
  background: white;
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.banner .owl-nav button {
  width: 63px;
  height: 128px;
  position: absolute;
  margin-top: -64px;
}
.banner .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat;
  left: 10%;
}
.banner .owl-nav button.owl-prev:hover {
  background: url("../images/prev.png") no-repeat;
}
.banner .owl-nav button.owl-next {
  background: url("../images/next.png") no-repeat;
  right: 10%;
}
.banner .owl-nav button.owl-next:hover {
  background: url("../images/next.png") no-repeat;
}

.index-title {
  text-align: center;
  margin-bottom: 35px;
}
.index-title img {
  display: block;
  margin: 0 auto;
}

.index-box {
  padding-top: 4%;
  padding-bottom: 4%;
}

.index-box-01 {
  background: url("../images/img-42.png") no-repeat top center;
  background-size: cover;
}
.index-box-01 .m-title {
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
.index-box-01 .txt-s {
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
.index-box-01 .a-more {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 124px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0 auto;
}
.index-box-01 .a-more:hover {
  background: #c42507;
  border-color: #c42507;
  color: #ffffff;
}

.index-box-02 img {
  display: block;
}

.index-box-04 {
  background: url("../images/img-44.png") no-repeat top center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-box-04 .box {
  text-align: center;
  margin: 5px 0;
}
.index-box-04 .box .icon {
  position: relative;
  width: 111px;
  height: 128px;
  margin: 0 auto 5px;
}
.index-box-04 .box .icon img {
  position: absolute;
  top: 0;
  left: 0;
}
.index-box-04 .box .icon img.img-h {
  display: none;
}
.index-box-04 .box .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.index-box-04 .box:hover .icon {
  position: relative;
  width: 111px;
  height: 128px;
  margin: 0 auto 5px;
}
.index-box-04 .box:hover .icon img.img-d {
  display: none;
}
.index-box-04 .box:hover .icon img.img-h {
  display: block;
}

.index-box-05 {
  background: url("../images/img-49.png") repeat;
}
.index-box-05 .row {
  margin-left: -29px;
  margin-right: -29px;
}
.index-box-05 .row .box-w {
  padding-left: 29px;
  padding-right: 29px;
}
.index-box-05 .box-hot .pic img {
  display: block;
  width: 100%;
}
.index-box-05 .box-hot .title {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
}
.index-box-05 .box-hot .date {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  height: 26px;
}
.index-box-05 .box-hot .txt-s {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-05 .box-hot .a-more {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 124px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.index-box-05 .box-hot .a-more:hover {
  background: #c42507;
  border-color: #c42507;
  color: #ffffff;
}
.index-box-05 .news-box li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px solid #cfd1d5;
  padding-bottom: 10px;
  position: relative;
  padding-right: 100px;
}
.index-box-05 .news-box li .date {
  color: #999999;
  font-size: 14px;
  width: 90px;
  height: 75px;
  text-align: center;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box-05 .news-box li .date span {
  display: block;
  font-size: 32px;
  margin-top: 10px;
  line-height: 1.2;
}
.index-box-05 .news-box li .title {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
}
.index-box-05 .news-box li .title:hover {
  color: #c42507;
}
.index-box-05 .news-box li .txt-s {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  vertical-align: bottom;
}
.index-box-05 .news-box li:hover .date {
  color: #ffffff;
  background: #c42507;
}
.index-box-05 .news-box li:hover .title {
  color: #c42507;
}

.partner img {
  display: block;
  border: 2px dashed #d8d6d6;
  box-sizing: border-box;
}
.partner img:hover {
  border: 2px solid #c42507;
}
.partner .owl-dots {
  width: 100%;
  text-align: center;
  height: 20px;
  margin-top: 15px;
}
.partner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  vertical-align: bottom;
}
.partner .owl-dots .owl-dot.active {
  background: rgba(0, 0, 0, 0.5);
}
.partner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.partner .owl-nav button {
  width: 32px;
  height: 58px;
  position: absolute;
  margin-top: -29px;
}
.partner .owl-nav button.owl-prev {
  background: url("../images/img-51.png") no-repeat;
  left: -60px;
}
.partner .owl-nav button.owl-prev:hover {
  background: url("../images/img-51.png") no-repeat;
}
.partner .owl-nav button.owl-next {
  background: url("../images/img-52.png") no-repeat;
  right: -60px;
}
.partner .owl-nav button.owl-next:hover {
  background: url("../images/img-52.png") no-repeat;
}

.video-banner {
  /* min-height: 500px;*/
  position: relative;
  overflow: hidden;
}
.video-banner .banner-video video {
  display: block;
  width: 100%;
}

.banner {
  display: none !important;
}
@media (max-width: 767px) {
  .banner {
    display: block !important;
  }
  /*.banner-video {
    display: none;
  }*/
}

/*# sourceMappingURL=style.css.map */

