/*
* @author: omtech.cn
* @date:   2017-12-16 15:02:45
* @last modified by:   jason
* @last modified time: 2017-12-29 22:50:07
*/
@charset "utf-8";

.container {
  padding-top: 670px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 980px) {
  .container {
    overflow: hidden;
  }
}
.container a:hover { color: #3a7fed; }

/*mod*/
.mod { padding-top: 40px; }
.mod .hd {
  position: relative;
  height: 90px;
  margin-bottom: 30px;
  text-align: center;
}
.mod .hd h2 {
  position: relative;
  z-index: 3;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 auto;
  height: 90px;
  font-size: 40px;
  line-height: 85px;
  color: #fff;
}
.mod .hd .l1,
.mod .hd .r1,
.mod .hd .m { background-image: ; }
.mod .hd .m {
  float: left;
  max-width: 940px;
  height: 90px;
  overflow: hidden;
  padding: 0 20px;
  background-repeat: repeat-x;
  background-position: 0 -90px;
}
.mod .hd .l1,
.mod .hd .r1 {
  float: left;
  height: 90px;
  background-repeat: no-repeat;
}
.mod .hd .l1 {
  width: 77px;
  background-position: left 0;
}
.mod .hd .r1 {
  width: 64px;
  background-position: right 0;
}
.mod .hd .bg {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  overflow: hidden;
  background-color: #f4dfbf;
}
.mod .bt {
  margin-top: 10px;
  overflow: hidden;
}
.mod .bt .more {
  float: right;
  font-size: 20px;
  line-height: 40px;
  color: #666;
}
.mod .bt .more:hover { color: #3a7fed; }

/*mod-headline*/
.mod-headline { padding-top: 50px; }
.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 .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: #2775ec; }
.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: 690px;
}
.focus-news .topic { height: 193px; }
.focus-news h3 {
  max-height: 90px;
  overflow: hidden;
  font-size: 30px;
  line-height: 45px;
  text-align: justify;
}
.focus-news p {
  height: 96px;
  overflow: hidden;
  margin-top: 7px;
  font-size: 20px;
  line-height: 32px;
  color: #666;
}
.focus-news ul { margin-top: 8px; }
.focus-news li {
  height: 55px;
  overflow: hidden;
  font-size: 24px;
  line-height: 55px;
}
.focus-news li a {
  display: inline-block;
  padding-left: 15px;
  background:  no-repeat 0 0;
}
.focus-news li a:hover { background-position: 0 -55px; }

/*mod-news*/
.mod-news .bd { position: relative; }
.mod-news .bd:after {
  position: absolute;
  top: 10%;
  left: 600px;
  content: '';
  display: block;
  overflow: hidden;
  width: 1px;
  height: 80%;
  border-left: 1px dashed #c5c5c5;
}
.mod-news ul { width: 1300px; }
.mod-news li {
  float: left;
  width: 550px;
  height: 55px;
  overflow: hidden;
  padding-right: 100px;
  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-news li.bold {
  /*height: 175px;*/
  height: auto;
  padding-bottom: 25px;
}
.mod-news li.bold h4 {
  height: 90px;
  overflow: hidden;
  font-size: 30px;
  line-height: 45px;
}
.mod-news li.bold a {
  padding: 0;
  background: none;
}
.mod-news li.bold p {
  height: 70px;
  margin-top: 15px;
  overflow: hidden;
  font-size: 22px;
  line-height: 35px;
  color: #666;
}

/*mod-news2*/
.mod-news2 .bd {
  position: relative;
  width: 1300px;
  overflow: hidden;
}
.mod-news2 .bd:after {
  position: absolute;
  top: 10%;
  left: 600px;
  display: block;
  width: 1px;
  height: 80%;
  overflow: hidden;
  content: '';
  border-left: 1px dashed #c5c5c5;
}
.mod-news2 ul {
  float: left;
  width: 650px;
}
.mod-news2 li {
  float: left;
  width: 550px;
  height: 55px;
  overflow: hidden;
  padding-right: 100px;
  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: 40px;
}
.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 {
  font-size: 30px;
  line-height: 45px;
}
.mod-news2 li.pic .cont p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #666;
}
.picnews li.last { margin: 0; }
.textnews { margin-top: -10px; }


/*mod-pic*/
.mod-pic ul { width: 1300px; }
.mod-pic li {
  float: left;
  width: 364px;
  margin-right: 54px;
}
.mod-pic li .image,
.mod-pic li .image img {
  width: 364px;
  height: 272px;
}
.mod-pic li h4 {
  overflow: hidden;
  height: 90px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 30px;
  line-height: 45px;
}
.mod-pic li p {
  max-height: 120px;
  font-size: 22px;
  line-height: 40px;
  color: #666;
}