
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
@font-face {
  font-family: 'PingFang';
  src: url("../css/PingFangMedium.ttf");
}
.wid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: 'PingFang' !important;
}
.head {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.head .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  height: 52px;
}
.head .func {
  width: auto;
}
.head .search {
  width: 360px;
  height: 50px;
  border-radius: 25px;
  background-color: #f00;
  margin: 15px 0;
  /*! display: flex; */
  /*! justify-content: space-between; */
  background-image: linear-gradient(to right, #e6f6fc, #fbeaf0);
  position: relative;
}
@media screen and (max-width:768px) {
.head .search input[type="submit"] {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  background: url("../img/8fa354_24x24.png") center no-repeat;
  /*! display: flex; */
  float: left;
  float: right;
  margin-up: 14px;
  /*! margin: 0px 0px 0px 0px; */
  background-position: 19px 6px;
}
  }
@media screen and (min-width:769px) { 
.head .search input[type="submit"] {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  background: url("../img/8fa354_24x24.png") center no-repeat;
  /*! display: flex; */
  float: left;
  float: right;
  margin-up: 14px;
  /*! margin: 0px 0px 0px 0px; */
}
  }
.head .search input[type='text'] {
  width: calc(100% - 50px);
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  background: none;
  border: none;
  /*! display: flex; */
}
.head .search .slide {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  z-index: 60;
  border-radius: 10px;
}
.head .search .slide .text {
  width: 100%;
}
.head .search .slide .text p {
  margin: 0;
  font-size: 15px;
  line-height: 32px;
}
.head .search .slide .text p em {
  color: #ea338a;
}
.head .search .slide .btns {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.head .search .slide .btns button {
  width: 180px;
  height: 40px;
  border: 1px solid #4fa2f8;
  border-radius: 20px;
  color: #4fa2f8;
  background: none;
}
.head .share {
  width: 100px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 25px;
  margin: 15px 0;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .share span {
  font-size: 16px;
  color: #333;
}
.head .share img {
  height: 20px;
  margin: 0 6px;
}
.containers {
  width: 100%;
  background-color: #f5f5f5;
  float: left;
  padding-bottom: 20px;
}
.containers .content {
  width: 100%;
  background-color: #fff;
  min-height: 100px;
  float: left;
  padding: 20px;
}
.containers .content .type {
  width: 100%;
}
.containers .content .type ul {
  width: 100%;
}
.containers .content .type ul li {
  width: auto;
  line-height: 36px;
  font-size: 15px;
  color: #333;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.containers .content .type ul li.acti {
  color: #4fa2f8;
}
.containers .content .type ul li.acti:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  width: 16px;
  height: 3px;
  background-color: #4fa2f8;
  border-radius: 3px;
}
.containers .content .type ul li:hover {
  color: #4fa2f8;
}
.containers .content .banner {
  width: 100%;
  min-height: 100px;
  float: left;
  margin-top: 20px;
}
.containers .content .banner .bann {
  width: 100%;
}
.containers .content .banner .bann ul {
  width: 100%;
  margin: 0;
}
.containers .content .banner .bann ul li {
  width: 100%;
  height: 240px;
  background-color: #ccc;
  border-radius: 16px;
  position: relative;
}
.containers .content .banner .bann ul li img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.containers .content .banner .bann ul li p {
  width: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 0 0 16px 16px;
  background: rgba(0,0,0,0.3);
  padding-right: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 40px;
}
.containers .content .banner .bann .swiper-pagination {
  bottom: 10px !important;
  left: initial;
  right: 10px;
  width: auto;
}
.containers .content .banner .bann .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  margin: 0 5px;
  height: 10px;
  opacity: 0.5;
  background-color: #fff;
}
.containers .content .banner .bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.containers .content .banner .hots {
  width: 100%;
  float: left;
}
.containers .content .banner .hots ul {
  width: 100%;
  margin: 0;
}
.containers .content .banner .hots ul li {
  width: calc(50% - 10px);
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  background-color: #e6f6fc;
  margin-bottom: 12px;
  border-radius: 18px;
  text-align: center;
}
.containers .content .banner .hots ul li a {
  color: #333;
  display: block;
  text-decoration: none;
}
.containers .content .banner .hots ul li:nth-child(2n) {
  float: right;
}
.containers .content .banner .hots ul li:hover {
  background-color: #e73288;
}
.containers .content .banner .hots ul li:hover a {
  color: #fff;
}
.containers .content .banner .hots.hots-fours ul {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.containers .content .banner .hots.hots-fours ul li {
  width: calc(12.5% - 10px);
  margin: 0 5px;
  margin-bottom: 12px;
  float: left;
}
.containers .content .banner .hots.hots-fours ul li.acti {
  background-image: linear-gradient(to right, #4dcafc, #2d98f4);
  box-shadow: 0 5px 10px rgba(45,152,244,0.3);
}
.containers .content .banner .hots.hots-fours ul li.acti a {
  color: #fff;
}
.containers .content .banner .hots.hots-fours ul li:hover {
  background-color: #2d98f4;
}
.containers .content .conts {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.containers .content .conts .project {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
  float: left;
}
.containers .content .conts .project .title {
  width: 100%;
  height: 40px;
}
.containers .content .conts .project .title .txts {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.containers .content .conts .project .title .txts img {
  position: relative;
  top: 0px;
  height: 20px;
  margin-right: 6px;
}
.containers .content .conts .project .title .txts span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.containers .content .conts .project .title .txts span img {
  height: 16px;
  position: relative;
  top: 0px;
}
.containers .content .conts .project .title .txts span em {
  color: #e73288;
  padding: 0 4px;
}
.containers .content .conts .project .title .labs {
  width: auto;
  padding: 0 10px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 15px;
  color: #999;
  font-size: 13px;
  line-height: 24px;
  margin: 8px 0;
}
.containers .content .conts .project .list {
  width: 100%;
  padding: 20px 0;
  float: left;
  padding-bottom: 0;
}
.containers .content .conts .project .list .item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.containers .content .conts .project .list .item .state {
  width: auto;
  padding: 0 8px;
  height: 20px;
  background-color: #ccc;
  font-size: 14px;
  color: #fff;
  font-family: arial;
  text-transform: uppercase;
  border-radius: 0 10px 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.containers .content .conts .project .list .item .state.vip {
  background-color: #e9338a;
}
.containers .content .conts .project .list .item .state.hot {
  background: #ff5314;
}
.containers .content .conts .project .list .item .state.like {
  background-color: #247cf4;
}
@media screen and (max-width:768px) {
.containers .content .conts .project .list .item .imgs {
  width: 100%;
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 102px;
}
  }
@media screen and (min-width:769px) { 
.containers .content .conts .project .list .item .imgs {
  width: 100%;
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 122px;
}
  }
.containers .content .conts .project .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
  border-radius: 10px;
  /*! height: 160px; */
}
.containers .content .conts .project .list .item .imgs .labs {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 22px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 10px 10px;
  line-height: 28px;
}
.containers .content .conts .project .list .item .imgs .labs i {
  color: #fff;
  font-size: 12px;
}
.containers .content .conts .project .list .item .imgs .labs span {
  font-size: 12px;
  color: #fff;
}
.containers .content .conts .project .list .item .imgs .labs span img {
  width: 14px;
  border-radius: 0;
  position: relative;
  top: -2px;
}
.containers .content .conts .project .list .item .txts {
  width: 100%;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.containers .content .conts .project .list .item:hover .imgs img {
  transform: scale(1.1);
}
.containers .content .conts .project .list .item:hover .txts {
  color: #e9338a;
}
.containers .content .cooperation {
  width: 100%;
  min-height: 100px;
  padding-top: 20px;
  float: left;
}
.containers .content .cooperation .item {
  width: 100%;
  margin-bottom: 10px;
}
.containers .content .cooperation .item .imgs {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .content .cooperation .item .imgs img {
  width: 90px;
}
.containers .content .cooperation .item .txts {
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.containers .prompt {
  width: 100%;
  height: 60px;
  background-color: #ef347c;
  border-radius: 10px;
  float: left;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.containers .prompt .ico {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .prompt .txt {
  width: calc(100% - 60px);
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
.containers .prompt .txt a {
  color: #fdfd0a;
}
.footer {
  width: 100%;
  background-color: #3c3e41;
  float: left;
  padding: 20px 0;
}
.footer .labs {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.footer .txts {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #aeb3ba;
  margin-top: 10px;
}
.plays {
  width: 100%;
  padding-top: 10px;
}
.plays .image {
  width: 100%;
  position: relative;
  float: left;
  /*! height: 132px; */
}
.plays .image img {
  width: 100%;
  border-radius: 10px;
  height: 249px;
}
.plays .image video {
  width: 100%;
  height: 100%;
}
.plays .image i.play {
  width: 65px;
  height: 65px;
  background: url("../img/87b065_65x65.png") center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.plays .intrs {
  width: 100%;
}
.plays .intrs .tits {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.plays .intrs .tits span {
  text-align: justify;
}
.plays .intrs .tits i {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  background-color: #e9338a;
  color: #fff;
  font-size: 12px;
  border-radius: 2px 10px 2px 10px;
  padding: 0 10px;
  position: relative;
  top: -2px;
}
.plays .intrs .labs {
  width: 100%;
  padding: 20px 0;
}
.plays .intrs .labs p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.plays .intrs .button {
  width: 100%;
}
.plays .intrs .button p {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.plays .intrs .button p button {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #4dcafc, #2d98f4);
  box-shadow: 0 5px 10px rgba(45,152,244,0.3);
  font-size: 16px;
  color: #fff;
}
.plays .intrs .button p button img {
  width: 24px;
}
.plays .intrs .function {
  width: 100%;
}
.plays .intrs .function button {
  width: 120px;
  height: 40px;
  background-color: #e6f6fc;
  border-radius: 20px;
  color: #333;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.plays .intrs .function button:hover {
  background-image: linear-gradient(to right, #4dcafc, #2d98f4);
  box-shadow: 0 5px 10px rgba(45,152,244,0.3);
  color: #fff;
}
.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 88;
  background: rgba(0,0,0,0.8);
}
.alert .alert-share {
  width: 450px;
  height: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -420px;
}
.alert .alert-share .imgs {
  width: 100%;
}
.alert .alert-share .imgs img {
  width: 100%;
}
.alert .alert-share .button {
  width: 100%;
  padding-top: 20px;
}
.alert .alert-share .button button {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, #4dcafc, #2d98f4);
  box-shadow: 0 5px 10px rgba(45,152,244,0.3);
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
}
.alert .alert-share .closes {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.alert .alert-share .closes img {
  width: 60px;
  cursor: pointer;
}

@media screen and (max-width: 993px) {
  .containers .content .banner .hots {
    padding-top: 20px;
  }
  .containers .content .banner .hots.hots-fours ul li {
    width: calc(20% - 10px);
  }
  .plays .intrs {
    padding-top: 30px;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .head {
    height: 60px;
    padding: 0 12px;
  }
  .head .logo {
    height: 60px;
  }
  .head .logo img {
    height: auto;
    width: 100px;
  }
  .head .func {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .head .func .share {
    height: 34px;
    margin: 13px 0;
    margin-left: 12px;
    width: 80px;
  }
  .head .func .share img {
    width: 16px;
    height: 16px;
  }
  .head .func .search {
    width: calc(100% - 92px);
    height: 34px;
  }
  .head .func .search input[type='text'] {
    height: 34px;
  }
  .head .func .search input[type='button'] {
    height: 34px;
    background-size: 16px 16px !important;
  }
  .containers .content .banner {
    margin-top: 0;
  }
  .containers .content .cooperation .item .imgs img {
    width: 80px;
  }
  .containers .content .cooperation {
    padding-top: 0;
  }
  .containers .prompt {
    height: 40px;
    width: calc(100% - 24px);
    margin: 0 12px;
    margin-top: 20px;
    float: left;
  }
  .containers .prompt .ico {
    height: 40px;
    width: 40px;
  }
  .containers .prompt .ico img {
    width: 20px;
  }
  .containers .prompt .txt {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 40px;
  }
  .footer {
    padding: 20px;
  }
  .footer .labs {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }
  .footer .txts {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .containers .content {
    padding-top: 10px;
  }
  .containers .content .banner .hots.hots-fours ul li {
    width: calc(25% - 10px);
  }
  .containers .content .conts .project {
    padding-top: 0;
  }
  .containers .content .conts .project .list .item {
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
    margin-bottom: 10px;
    float: left;
  }
  .plays .intrs .button p {
    width: 50%;
    float: left;
    text-align: center;
  }
  .plays .intrs .button p button {
    width: 160px;
    height: 40px;
  }
  .alert .alert-share {
    width: 70%;
    left: 15%;
    margin-left: 0;
    margin-top: -300px;
  }
  .alert .alert-share .button button {
    height: 50px;
  }
  .alert .alert-share .closes img {
    width: 50px;
  }
  .head .search .slide {
    width: 240px;
    top: 34px;
  }
  .head .search .slide .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .head .search .slide .btns button {
    height: 32px;
    width: 100%;
  }
  .containers .content .cooperation .item .txts {
    font-size: 14px;
  }
  .containers .content .banner .bann ul li {
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  .head .logo img {
    height: 24px;
  }
  .head .func .share {
    margin-left: 6px;
  }
  .head .func .search {
    width: 120px;
  }
  .head .search .slide {
    width: 200px;
  }
  .head .search .slide .button {
    width: 100%;
  }
  .head .search .slide .button button {
    width: 100%;
  }
  .containers .content .banner .hots.hots-fours ul li {
    width: calc(50% - 10px);
  }
  .containers .content .cooperation .item .imgs img {
    width: 70px;
  }
}

.swiper-slide a {
	color: #333;
}
.swiper-slide.acti.swiper-slide-active a {
	color: #4fa2f8;
}
.swiper-slide.acti.swiper-slide-next a {
	color: #4fa2f8;
}
.swiper-slide.acti a {
	color: #4fa2f8;
}