/*
* @author: omtech.cn
* @date:   2017-12-16 15:02:45
* @last modified by:   jason
* @last modified time: 2017-12-29 22:50:40
*/
@charset "utf-8";

.w { overflow: hidden; }
.container {
  padding-top: 600px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 980px) {
  .container {
    overflow: hidden;
  }
}

.container a:hover { color: #2775ec; }

/*mod*/
.mod { padding-top: 40px; }
.mod .hd {
  height: 98px;
  padding: 0 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background:  no-repeat;
}
.mod .hd h2 {
  font-size: 40px;
  line-height: 95px;
  color: #fff;
}
.mod .bd {
  padding: 0 20px;
}
.mod .bt {
  margin-top: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.mod .bt .more {
  float: right;
  font-size: 20px;
  line-height: 40px;
  color: #2775ec;
}

/*mod-headline*/
.mod-headline h1 {
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
.mod-headline p {
  margin-top: 20px;
  font-size: 26px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
/* mod-focus */
.mod-focus {
  padding-bottom: 10px;
}
.mod-focus .w {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-color: #000;
}
.mod-focus ul,
.mod-focus li {
  -webkit-transition: none;
          transition: none;
}
.mod-focus .conts,
.mod-focus .conts li,
.mod-focus .conts li .image,
.mod-focus .conts li .image img {
  width: 1200px;
  height: 600px;
}
.mod-focus .conts,
.mod-focus .conts ul,
.mod-focus .conts li { position: relative; }
.mod-focus .conts li {
  float: left;
  overflow: hidden;
}
.mod-focus .conts li .image img { display: block; }
.mod-focus .conts li .text { display: none; }
.mod-focus .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);
}
.mod-focus .title p {
  display: block;
  height: 35px;
  overflow: hidden;
  margin: 23px 70px 0 155px;
  font-size: 30px;
  line-height: 35px;
}
.mod-focus .title a { color: #fff; }
.mod-focus .icons { display: none; }
.mod-focus .num {
  position: absolute;
  bottom: 12px;
  left: 44px;
  width: 110px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.mod-focus .num .cur {
  font-size: 30px;
  font-weight: normal;
  color: #ea0e12;
}
.mod-focus .prev,
.mod-focus .next {
  position: absolute;
  bottom: 17px;
  z-index: 3;
  width: 36px;
  height: 36px;
  background:  no-repeat;
}
.mod-focus .prev {
  left: 15px;
  background-position: left top;
}
.mod-focus .next {
  right: 15px;
  background-position: right bottom;
}
.mod-focus .prev:hover { background-position: right top; }
.mod-focus .next:hover { background-position: left bottom; }

/*mod-news*/
.mod-news ul { width: 1300px; }
.mod-news li {
  float: left;
  width: 555px;
  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: 555px;
  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: 270px;
  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: 270px;
  height: 203px;
}
.mod-pic li p {
  overflow: hidden;
  height: 80px;
  overflow: hidden;
  margin: 10px 15px;
  font-size: 24px;
  line-height: 40px;
}