@charset "utf-8";
/* s-s-header-box */
.s-header-box .back {
  border-bottom: 1px solid #f0f2f2;
}
.s-header-box .back .link {
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #666;
}
.s-header-box .back .link:hover {
  color: #1084b9;
}
.s-header-box .header {
  padding: 34px 0;
}
.s-header-box .logo img {
  height: 58px;
}
.s-header-box .nav-box {
  background-color: #3399cc;
}
.s-header-box .nav-box .item {
  color: #fff;
  float: left;
  line-height: 46px;
  font-size: 16px;
  display: block;
  position: relative;
}
.s-header-box .nav-box .item .txt {
  padding: 0 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: block;
}
.s-header-box .nav-box .item:hover {
  background-color: #1084b9;
}
.s-header-box .nav-box .item.on .txt {
  background-color: #1084b9;
  padding: 0 25px;
  width: 190px;
}
.s-header-box .nav-box .item.on .txt:after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/arrow.png) no-repeat;
}
.s-header-box .nav-box .sub-nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 46px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 5px 10px #ccc;
}
.s-header-box .nav-box .sub-nav .link {
  display: block;
  padding: 0 40px 0 25px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.s-header-box .nav-box .sub-nav .link:hover {
  background-color: #daf0fb;
  color: #1084b9;
}
.s-header-box .nav-box .sub-nav .link:hover:after {
  background-position: -9px 0;
}
.s-header-box .nav-box .sub-nav .link:after {
  content: '';
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 25px;
  background: url(../images/mark.png) no-repeat;
}
.s-header-box .search-box .search {
  font-size: 0;
}
.s-header-box .search-box .inp {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  height: 42px;
  border: 2px solid #ccc;
  width: 375px;
  border-right: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  font-family: '榛戜綋';
}
.s-header-box .search-box .inp::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  font-family: '榛戜綋';
}
.s-header-box .search-box .btn {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 42px;
  line-height: 42px;
  background-color: #3399cc;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.s-header-box .search-box .hot-list {
  font-size: 12px;
  color: #666;
}
.s-header-box .search-box .hot-list .tit {
  display: inline-block;
  vertical-align: middle;
}
.s-header-box .search-box .hot-list .items {
  display: inline-block;
  vertical-align: middle;
}
.s-header-box .search-box .hot-list .items .item {
  font-size: 12px;
  color: #666;
  float: left;
  margin: 0 8px;
}
.s-header-box .search-box .hot-list .items .item:hover {
  color: #333;
}
/* banner-box */
.banner-box {
  width: 100%;
  height: 540px;
  position: relative;
}
.banner-box .banner-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-box .item {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box .banner-num {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.banner-box .banner-num li {
  width: 60px;
  height: 4px;
  background-color: #333;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.banner-box .banner-num li.active {
  background-color: #3399cc;
}
/* m-crumbs */
.m-crumbs {
  padding: 25px 0;
  line-height: 1;
  font-size: 14px;
  color: #999;
}
.m-crumbs .links {
  color: #333;
}
.m-crumbs .links a {
  color: #333;
}
.m-crumbs .links a:hover {
  color: #1084b9;
}
/* in-con */
.in-con {
  margin-bottom: 60px;
}
.in-con .l-con {
  width: 865px;
  border: 1px solid #ccc;
  border-top-width: 3px;
}
.in-con .r-con {
  width: 310px;
}
.in-con .r-con .sec {
  border: 1px solid #ccc;
  padding: 20px 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 23px;
}
.in-con .r-con .tit {
  font-size: 20px;
  color: #333;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.in-con .r-con .tit:after {
  content: '';
  width: 80px;
  height: 5px;
  background-color: #3399cc;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.in-con .r-con .item {
  font-size: 14px;
  color: #333;
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-con .r-con .item:hover {
  color: #3399cc;
}
.in-con .r-con .item:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
/* m-news-list */
.m-news-list {
  padding: 0 20px;
}
.m-news-list .item {
  display: block;
  padding: 20px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
.m-news-list .item:hover .tit {
  color: #3399cc;
}
.m-news-list .tit,
.m-news-list .des {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
}
.m-news-list .tit:before,
.m-news-list .des:before {
  content: 'Q';
  width: 20px;
  height: 20px;
  background-color: #3399cc;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.m-news-list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-news-list .des {
  font-size: 14px;
  color: #999;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.m-news-list .des:before {
  content: 'A';
  background-color: #bebebe;
  top: 2px;
}
/* m-pic-list */
.m-pic-list {
  padding: 0 25px;
}
.m-pic-list .item {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #eeeeee;
}
.m-pic-list .item:hover .text .tit {
  color: #3399cc;
}
.m-pic-list .item .img {
  width: 170px;
  height: 130px;
}
.m-pic-list .item .img img {
  width: 100%;
  height: 100%;
}
.m-pic-list .item .text {
  padding-left: 197px;
}
.m-pic-list .item .text .tit {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  margin-bottom: 6px;
}
.m-pic-list .item .text .des {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.m-pic-list .item .text .more {
  font-size: 14px;
  color: #333;
}
/* m-news-d */
.m-news-d {
  padding: 0 25px;
}
.m-news-d .tit {
  font-size: 26px;
  color: #333;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
}
.m-news-d .des {
  font-size: 14px;
  color: #999;
  padding-top: 25px;
}
.m-news-d .des p {
  margin-bottom: 20px;
}
.m-news-d img {
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 20px;
}
/* m-change */
.m-change {
  padding: 33px 0 43px;
  border-top: 1px solid #eeeeee;
}
.m-change a {
  width: 50%;
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-change a span {
  color: #1084b9;
}
.m-change a:hover {
  color: #1084b9;
}
.m-change .next {
  text-align: right;
}
/* bg-tit */
.bg-tit {
  border-top: 3px solid #3399cc;
}
.bg-tit .tit {
  background-color: #3399cc;
  padding: 0 25px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 76px;
  position: relative;
}
.bg-tit .tit:after {
  content: '';
  width: 72px;
  height: 76px;
  background: url(../images/tit-bg.png) no-repeat;
  position: absolute;
  top: 0;
  right: -72px;
}
.bg-tit .com-tab {
  margin-top: 30px;
  margin-right: 13px;
}
.bg-tit .com-tab .item {
  font-size: 16px;
  color: #666;
  display: block;
  float: left;
  padding: 0 12px;
  line-height: 28px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bg-tit .com-tab .item.on,
.bg-tit .com-tab .item:hover {
  background-color: #3399cc;
  color: #fff;
}
.bg-tit .more {
  font-size: 14px;
  color: #999;
  line-height: 79px;
  margin-right: 35px;
}
.bg-tit .more:hover {
  color: #3399cc;
}
/* small-tit */
.small-tit {
  border-top: 3px solid #ccc;
  line-height: 80px;
  padding: 0 25px;
}
.small-tit .tit {
  color: #333;
  font-size: 22px;
  position: relative;
}
.small-tit .more {
  font-size: 14px;
  color: #999;
}
.small-tit .more:hover {
  color: #3399cc;
}
/* sec-box */
.sec-box {
  border: 1px solid #eaeaea;
  margin: 40px auto 30px;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-box.small .img-list {
  padding: 35px 0 10px;
}
.sec-box.small .img-list .items {
  margin-left: -31px;
  margin-right: -31px;
}
.sec-box.small .img-list .item {
  width: 540px;
  padding: 0 31px;
  border: 0;
  margin-bottom: 30px;
}
.sec-box.small .img-list .item .img {
  width: 200px;
  height: 151px;
}
.sec-box.small .img-list .item .text {
  padding-left: 230px;
}
.sec-box.small .img-list .item .text .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sec-box.small .img-list .item .text .tit {
  line-height: 36px;
  margin-bottom: 5px;
}
.sec-box.small .text-list.top {
  border: 0;
}
.sec-box.small .text-list.top .items .info {
  width: 100%;
}
.sec-box.small .text-list .items .item .tit {
  position: relative;
  padding-left: 35px;
}
.sec-box.small .text-list .items .item .tit:before {
  content: 'Q';
  width: 20px;
  height: 20px;
  line-height: 16px;
  background-color: #3399cc;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
/* change-con */
.change-con {
  padding: 40px 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.change-con.pd0 {
  padding-top: 0;
}
.change-con .top.text-list {
  padding-bottom: 38px;
  border-bottom: 1px solid #e2e2e2;
}
.change-con .text-list .img {
  width: 437px;
  height: 292px;
  overflow: hidden;
  display: block;
  position: relative;
}
.change-con .text-list .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.change-con .text-list .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-con .text-list .img .txt {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
}
.change-con .text-list .items {
  width: 670px;
  margin-left: 38px;
  margin-top: -20px;
}
.change-con .text-list .items .info {
  width: 530px;
}
.change-con .text-list .items .item + .item {
  border-top: 1px solid #e6e6e6;
}
.change-con .text-list .items .item {
  display: block;
  overflow: hidden;
  padding: 20px 0 16px;
}
.change-con .text-list .items .item:hover .tit {
  color: #3399cc;
}
.change-con .text-list .items .item .tit {
  font-size: 18px;
  color: #333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.change-con .text-list .items .item .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 40px;
}
.change-con .text-list .items .time {
  float: right;
  width: 74px;
  text-align: center;
  border: 1px solid #eeeeee;
  line-height: 1;
  padding-bottom: 7px;
  font-size: 14px;
  color: #666;
}
.change-con .text-list .items .time .day {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.change-con .img-list {
  width: 100%;
  overflow: hidden;
}
.change-con .img-list .items {
  margin-left: -43px;
  margin-right: -43px;
}
.change-con .img-list .item {
  width: 530px;
  display: block;
  float: left;
  padding: 43px;
  border-top: 1px solid #eeeeee;
}
.change-con .img-list .item:nth-child(1),
.change-con .img-list .item:nth-child(2) {
  border-top: 0;
}
.change-con .img-list .item .img {
  width: 237px;
  height: 182px;
  overflow: hidden;
}
.change-con .img-list .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.change-con .img-list .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-con .img-list .item .text {
  padding-left: 260px;
}
.change-con .img-list .item .text:hover .tit {
  color: #3399cc;
}
.change-con .img-list .item .text .tit {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.change-con .img-list .item .text .des {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.change-con .img-list .item .text .more {
  float: right;
  font-size: 14px;
  color: #333;
}
.change-con .img-list .item .text .more:hover {
  color: #3399cc;
}
.change-con .big-list {
  padding-bottom: 35px;
  border-bottom: 1px solid #e2e2e2;
}
.change-con .big-list .items {
  margin-left: -25px;
}
.change-con .big-list .item {
  float: left;
  width: 366px;
  margin-left: 25px;
  background-color: #f8f8f8;
  display: block;
}
.change-con .big-list .item:hover {
  background-color: #3399cc;
}
.change-con .big-list .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.change-con .big-list .item:hover .text .tit,
.change-con .big-list .item:hover .text .des {
  color: #fff;
}
.change-con .big-list .img {
  width: 366px;
  height: 280px;
  overflow: hidden;
}
.change-con .big-list .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.change-con .big-list .text {
  padding: 20px;
  line-height: 1;
}
.change-con .big-list .text .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.change-con .big-list .text .des {
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.change-con .pro-list {
  padding-bottom: 45px;
}
.change-con .pro-list .items {
  margin-left: -25px;
}
.change-con .pro-list .item {
  width: 366px;
  display: block;
  float: left;
  margin-left: 25px;
}
.change-con .pro-list .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.change-con .pro-list .item:hover .tit {
  color: #3399cc;
}
.change-con .pro-list .item .img {
  width: 100%;
  height: 222px;
  overflow: hidden;
}
.change-con .pro-list .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-con .pro-list .item .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 24px 0 15px;
}
.change-con .pro-list .item .des {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
