/*
* @author: omtech.cn
* @date:   2017-12-16 15:02:45
* @last modified by:   adminomt
* @last modified time: 2020-11-03 14:20:02
*/
@charset "utf-8";

.container {
  padding-top: 455px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 980px) {
  .container {
    overflow: hidden;
  }
}
/*mod*/
.mod {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod .hd {
  position: relative;
  height: 89px;
  margin-bottom: 40px;
  text-align: center;
}
.mod .hd h2 {
  position: relative;
  z-index: 3;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 auto;
  height: 89px;
  font-size: 40px;
  line-height: 85px;
  color: #fff;
}
.mod .hd .l1,
.mod .hd .r1,
.mod .hd .l2,
.mod .hd .r2,
.mod .hd .m,
.mod .hd .bg {
  background-image: ;
  _background-image: ;
}
.mod .hd .m {
  float: left;
  max-width: 940px;
  height: 89px;
  overflow: hidden;
  padding: 0 40px;
  background-repeat: repeat-x;
  background-position: 0 -89px;
}
.mod .hd .l1,
.mod .hd .r1 {
  float: left;
  width: 16px;
  height: 89px;
  background-repeat: no-repeat;
}
.mod .hd .l1 { background-position: left 0; }
.mod .hd .r1 { background-position: right 0; }
.mod .hd .l2,
.mod .hd .r2 {
  position: absolute;
  top: 19px;
  width: 67px;
  height: 84px;
  background-repeat: no-repeat;
}
.mod .hd .l2 {
  left: 0;
  background-position: left -233px;
}
.mod .hd .r2 {
  right: 0;
  background-position: right -233px;
}
.mod .hd .bg {
  position: absolute;
  top: 19px;
  left: 67px;
  width: 1066px;
  height: 55px;
  background-repeat: repeat-x;
  background-position: 0 -178px;
}
.mod .bt {
  margin-top: 30px;
  overflow: hidden;
}
.mod .bt .more {
  float: right;
  width: 140px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c81e21;
}
.mod .bt .more:hover {
  text-decoration: none;
  background-color: #f00;
}

.mod-bg { background-color: #f8f8f8; }

/*mod-headline*/
.mod-headline { padding-bottom: 0; }
.mod-headline h1 {
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
.mod-headline h1 a {
  color: #bd1e2d;
}
.mod-headline p {
  margin-top: 20px;
  font-size: 26px;
  line-height: 40px;
  color: #666;
  text-align: center;
}

.mod-focus .bd { overflow: hidden; }

/* focus-slide */
.focus-slide { background-color: #000; }
.focus-slide,
.focus-slide .conts,
.focus-slide .conts li,
.focus-slide .conts li .image,
.focus-slide .conts li .image img {
  width: 650px;
  height: 420px;
}
.focus-slide,
.focus-slide .conts,
.focus-slide .conts li { position: relative; }
.focus-slide .conts ul,
.focus-slide .conts li {
  -webkit-transition: none;
          transition: none;
}
.focus-slide,
.focus-slide .conts li {
  float: left;
  overflow: hidden;
}
.focus-slide .conts li .image img { display: block; }
.focus-slide .conts li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  overflow: hidden;
  background:  repeat-x bottom;
  _background: none;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000);
}
.focus-slide .conts li .title p {
  display: block;
  height: 35px;
  overflow: hidden;
  margin: 26px 120px 0 20px;
  font-size: 26px;
  line-height: 35px;
}
.focus-slide .conts li .title a { color: #fff; }
.focus-slide .icons {
  position: absolute;
  right: 17px;
  bottom: 23px;
  z-index: 2;
}
.focus-slide .icons li {
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 4px;
  cursor: pointer;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #d0cdcd;
}
.focus-slide .icons li.on { background-color: #bd1e2d; }
.focus-slide .prev,
.focus-slide .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background:  no-repeat;
}
.focus-slide .prev {
  left: -50px;
  background-position: left top;
}
.focus-slide .next {
  right: -50px;
  background-position: right bottom;
}
.focus-slide .prev:hover,
.focus-slide .next:hover {
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}
.focus-slide .prev:hover { background-position: right top; }
.focus-slide .next:hover { background-position: left bottom; }

/*focus-news*/
.focus-news {
  overflow: hidden;
  margin-left: 680px;
}
.focus-news .topic { height: 202px; }
.focus-news h3 {
  max-height: 90px;
  overflow: hidden;
  font-size: 30px;
  line-height: 45px;
  text-align: justify;
}
.focus-news h3 a { color: #c81e21; }
.focus-news p {
  height: 102px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 20px;
  line-height: 34px;
  color: #666;
}
.focus-news p span,
.focus-news p span a { color: #bd1e2d; }
.focus-news ul { margin-top: 10px; }
.focus-news li {
  height: 52px;
  overflow: hidden;
  font-size: 24px;
  line-height: 52px;
}
.focus-news li a {
  display: inline-block;
  padding-left: 15px;
  background:  no-repeat 0 0;
}
.focus-news li a:hover { background-position: 0 -52px; }

/*mod-news*/
.mod-news ul { width: 1300px; }
.mod-news li {
  float: left;
  width: 575px;
  height: 55px;
  overflow: hidden;
  padding-right: 50px;
  font-size: 24px;
  line-height: 55px;
}
.mod-news li a {
  display: inline-block;
  padding-left: 20px;
  background:  no-repeat 0 0;
}
.mod-news li a:hover { background-position: 0 -55px; }

/*mod-news2*/
.mod-news2 ul { width: 1300px; }
.mod-news2 li {
  float: left;
  width: 575px;
  height: 55px;
  overflow: hidden;
  padding-right: 50px;
  font-size: 24px;
  line-height: 55px;
}
.mod-news2 li a {
  display: inline-block;
  padding-left: 20px;
  background:  no-repeat 0 0;
}
.mod-news2 li a:hover { background-position: 0 -55px; }
.mod-news2 li.pic {
  height: 135px;
  margin-bottom: 15px;
}
.mod-news2 li.pic .image,
.mod-news2 li.pic .image img {
  width: 180px;
  height: 135px;
}
.mod-news2 li.pic .image { float: left; }
.mod-news2 li.pic a {
  padding: 0;
  background: none;
}
.mod-news2 li.pic .cont { margin-left: 200px; }
.mod-news2 li.pic .cont h4 {
  max-height: 70px;
  overflow: hidden;
  font-size: 28px;
  line-height: 35px;
}
.mod-news2 li.pic .cont p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #666;
}

/*mod-pic*/
.mod-pic ul { width: 1300px; }
.mod-pic li {
  float: left;
  width: 282px;
  margin-right: 24px;
  background-color: #fff;
}
.mod-pic li:hover {
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
}
.mod-pic li .image,
.mod-pic li .image img {
  width: 282px;
  height: 212px;
}
.mod-pic li p {
  overflow: hidden;
  height: 80px;
  overflow: hidden;
  margin: 10px 15px;
  font-size: 24px;
  line-height: 40px;
}