﻿@charset "UTF-8";

.w1520 {
  margin: 0 auto;    
  padding: 7rem;
}

li {
  float: left;
}

.i-fou-wrap {
  background-color: #2f2f2f;
}
.i-fou-wrap .cont-wrap {
  width: 29%;
  margin-left: 3.2%;
  padding-top: 82px;
}
.i-fou-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fou-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fou-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fou-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-fiv-wrap {
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap ul {
  width: 101%;
}
.i-fiv-wrap li {
  width: 49%;
  margin-right: 1%;
}
.i-fiv-wrap .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fiv-wrap .up-graybox {
  z-index: 3;
}
.i-fiv-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fiv-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-fiv-wrap .video-lab {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-fiv-wrap .cont-wrap {
  padding-top: 40px;
  padding-bottom: 8px;
  background-color: #fff;
  width: 100%;
}
.i-fiv-wrap .cont-wrap .cont {
  width: 87.7%;
  margin: 0 auto;
}
.i-fiv-wrap .cont-wrap .tit {
  line-height: 40px;
  font-size: 24px;
}
.i-fiv-wrap .cont-wrap .tit a {
  display: block;
  color: #333;
}
.i-fiv-wrap .cont-wrap .intr {
  display: block;
  line-height: 30px;
  font-size: 16px;
  height: 64px;
}
.i-fiv-wrap .cont-wrap .intr a {
  display: inline-block;
  color: #666;
}
.i-fiv-wrap .cont-wrap .bot-link {
  line-height: 60px;
  border-top: 1px solid #e5e5e5;
}
.i-fiv-wrap .cont-wrap .bot-link .link {
  font-size: 14px;
}
.i-fiv-wrap .cont-wrap .bot-link .link a {
  display: inline-block;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li {
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li i {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #f4f4f4;
  margin: 26px 18px 0;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li:first-child i {
  display: none;
}
.i-fiv-wrap .cont-wrap .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 35px;
  background: url(../images/ico_08.png) no-repeat center;
  margin-top: 13px;
}

.i-sex-wrap {
  background-color: #2f2f2f;
}
.i-sex-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-sex-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-sex-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-sex-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-sex-wrap .cont-wrap {
  width: 29%;
  margin-right: 3.9%;
  padding-top: 96px;
}

.i-sev-wrap {
  background-color: #fff;
  margin-bottom: 0;
}
.i-sev-wrap .main-wrap {
  width: 90%;
  margin: 0 auto;
}
.i-sev-wrap .top-titbox h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: normal;
}
.i-sev-wrap .top-titbox .line {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #1c1c1c;
  margin-top: 8px;
}
.i-sev-wrap .top-titbox .font {
  display: block;
  line-height: 32px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.i-sev-wrap .top-titbox .more {
  display: inline-block;
  line-height: 32px;
  margin-top: 60px;
  padding-left: 25px;
  background: url(../images/ico_09.png) no-repeat left center;
  font-size: 14px;
}
.news-recommend-list {
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  margin-left: -5px;
}
.news-recommend-list ul {
  width: 102%;
  padding-bottom: 10px;
}
.news-recommend-list li {
  width: 23.7%;
  margin-right: 1%;
  transition: box-shadow 0.3s ease 0s;
  margin-bottom: 20px;
}
.news-recommend-list li:hover .img img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-recommend-list li:hover .img .up-gray {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.news-recommend-list .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-recommend-list .img .bgimg {
  width: 100%;
}
.news-recommend-list .img img {
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-recommend-list .img .up-gray {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}
.news-recommend-list .cont-wrap {
  padding-top: 18px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.news-recommend-list .cont-wrap .cont {
  width: 90%;
  margin: 0 auto;
}
.news-recommend-list .cont-wrap .tit {
  font-size: 18px;
  line-height: 30px;
}
.news-recommend-list .cont-wrap .tit a {
  display: block;
  color: #1c1c1c;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
.news-recommend-list .cont-wrap .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 4px;
  height: 85px;
}
.news-recommend-list .cont-wrap .word a {
  display: inline-block;
}
.news-recommend-list .cont-wrap .bot-link {
  line-height: 46px;
  border-top: 1px solid #e5e5e5;
  display: block;
  width: 100%;
}
.news-recommend-list .cont-wrap .bot-link .more {
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.news-recommend-list .cont-wrap .bot-link .link-point {
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/ico_08.png) no-repeat center;
  margin-top: 18px;
}
.news-recommend-list .cont-wrap .bot-link:hover .link-point {
  background: url(../images/ico_08_h.png) no-repeat right center;
}

.news-recommend-list.m-scroll {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.news-recommend-list.m-scroll li {
  margin-right: 0;
}
.word a{
	color: #666;
}