﻿.bannerss{width:100%;text-align: center;}

/**标题**/
.a-photo .title{
  text-align: center;
  padding: 50px 0;
}

.a-photo .title p{
  font-size: 16px;
  color: #888;
  margin-top: 15px;
}

.a-photo .title h2{
  font-size: 40px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}


.video .wrap .title{
  text-align: center;
  padding: 50px 0;
}

.video .wrap .title p{
  font-size: 16px;
  color: #888;
  margin-top: 15px;
}

.video .wrap .title h2{
  font-size: 40px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}
/**logo**/
.logoNav{
  height: 70px;
  line-height: 70px;
}

.logoNav ul li{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 25px;
}



.banner-position{
  position: relative;
  height: 550px;
}

.banner a{
  position: absolute;
  left: 0;
  bottom: 100px;
  display: inline-block;
  background: rgba(255, 255 ,255, 0.8);
  color: #090445;
  text-align: center;
  padding: 10px 30px;
  font-size: 18px;
}

.banner a:hover{
  cursor: pointer;
}

/**A场景**/
.video-title{
  text-align: center;
}

.video-img ul li{
  width: 360px;
  height: 536px;
  display: block;
  float: left;
  margin-right: 60px;
  border: 10px solid #fff;
  transition: 0.6s all;
}



.video-img ul .v-imgA{
  background: url("../img/a51.jpg") no-repeat center;
  background-size: 100%;
}

.video-img ul .v-imgB{
  background: url("../img/a52.jpg") no-repeat center;
  background-size: 100%;
}
.video-img ul .v-imgC{
  background: url("../img/a53.jpg") no-repeat center;
  background-size: 100%;
}

.video-img ul{
  margin-right: -60px;
}

.video-img ul li img{
  border: 4px solid #fff;
}
 
.video-link ul li{
  display: block;
  float: left;
  width: 360px;
  background: #f72355;
  height: 45px;
  line-height: 40px;
  text-align: center;
  margin-right: 60px;
  border-radius: 30px;
  margin-top: 20px;
}

.video-link ul li:hover{
  background: #fc4671;
}

.video-link ul li a{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.video-link ul{
  margin-right: -60px;
}

.b-photo{
  background: #f7f7f7;
  margin-top: 80px;
  padding-bottom: 80px;
}

.play{
  text-align: center;
  font-size: 45px;
  margin-top: 25px;
}
        
.play .icon {
  animation: myfirst 2s infinite;
  color: #f72355
}

@keyframes myfirst {
  0% {
      transform: translate(0px, 0px);
  }
  50% {
      transform: translate(0px, -20px);
  }
  100% {
      transform: translate(0px, 0px);
  }
}

.idx-focus{
  margin-right: 90px;
}
.idx-focus:last-child{
  margin-right: 0!important;
}

.idx-focus,.focus-pic li {
	width: 340px;
	position: relative;
	overflow: hidden;
}

.idx-foc-tmp {
	height: 460px;
}

.focus-pic li {
	float: left;
	height: 536px;
}

.focus-pic li img {
	width: 350px;
  height:460px;
  object-fit: cover;
}

.idx-focus .xtaber-tabs {
  height: 60px;
  margin-top: 10px;
}

.idx-focus .xtaber-tabs li {
	float: left;
	padding: 3px;
	position: relative;
	cursor: pointer;
  z-index: 3;
  margin-right: -3px;
}

.idx-focus .xtaber-tabs img {
	width: 110px;
  height: 60px;
  object-fit: cover;
  display: block;
}

.idx-focus .xtaber-tabs .current {
	background: #2ba4d7;
}

.idx-focus .xtaber-tabs .current i {
	width: 7px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: -4px;
	overflow: hidden;
	background: url(../img/icon.png) no-repeat;
}

.idx-focus .btn-prev,.idx-focus .btn-next {
	background: url(img/foc_btn.png) no-repeat;
	_background: url(img/foc_btn_8.png) no-repeat;
	width: 31px;
	height: 50px;
	position: absolute;
	z-index: 4;
	top: 85px;
	_filter: Alpha(opacity=70);
}

.idx-focus .btn-prev {
	background-position: 0 0;
	left: 10px;
}

.idx-focus .btn-next {
	background-position: -33px 0;
	right: 10px;
}

/**资源整合**/
.strong ul li{
  width: 580px;
  display: block;
  float: left;
  margin-right: 30px;
  border: 8px solid #f0f0f0;
  box-sizing: border-box;
  padding: 25px;
  transition: 0.6s all;
  margin-bottom: 30px;
  background: #f0f0f0
}

.strong ul li:hover {
  border: 8px solid #ddd;
}

.strong ul {
  margin-right: -30px;
}

.strong ul li .icon{
  font-size: 60px;
}

.strong ul li dl{
  width: 430px;
}

.strong ul li dl dt{
  font-size: 18px;
  font-weight: 700;
}
/*
.strong ul li:hover{
  background: #f0f0f0;
}

.strong ul li:hover .icon ,.strong ul li:hover dl{
  color: #fff;
}
*/

/**常见问题**/
.problem {
  padding-bottom: 55px;
}

.problem dl dt{
  height: 33px;
  line-height: 33px;
  padding-left: 25px;
  border-bottom: 1px solid #fff;
  background: #f7f7f7;
}

.problem dl dd{
  background: #fff;
  padding: 10px 25px;
  color: #999;
  font-size: 13px;
  display: none;
}

/**底部横幅**/
.bottom-banner{
  background: url("../images//bottom-a.jpg") no-repeat center;
  height: 200px;
  position: relative;
}

.bottom-banner .bottom-info{
  position: absolute;
  left: 50%;
  top: 112px;
  transform: translate(-50%,0);
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  width: 700px;
}

.bottom-banner .bottom-info a{
  background: #fff;
  width: 300px;
  padding: 10px 0;
  text-align: center;
  color: #ff8916;
}

.bottom-banner .bottom-info a:last-child{
  background: rgba(255, 137 ,22, 0.9);
  color: #fff;
}

.bottom-banner a:hover{
  cursor: pointer;
  opacity: 0.8;
}

/**版权**/
.footer{
  background: #f7f7f7;
  padding: 15px 0;
}

.footer .copyRight{
  color: #888;
  margin-top: 10px;
  margin-left: 15px;
}

.footer a{
  margin-top: 10px;
  display: block;
}

/**客服**/
.win-srcoll{
  position: fixed;
  right: 35px;
  bottom: 200px;
  z-index: 101;
}

.win-srcoll .item{
  width: 55px;
  height: 55px;
  background: #222;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px
}

.win-srcoll .item:hover{
  background: #444;
}

.wx img{
  width: 168px;
}

.win-srcoll .item .icon{
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform ease-in-out 0.3s;
}

.win-srcoll .item .qq-name{
  transform: translate( 0 , 55px);
  font-size: 17px;
  color: #fff;
  width:35px;
  height: 35px;
  line-height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform ease-in-out 0.3s;
}

.win-srcoll .item:hover .qq-name{
  transform: translate( 0 , 0);
  transition: transform ease-in-out 0.3s;
  cursor: pointer;
}

.win-srcoll .item:hover .icon{
  transform: translate( 0 , -55px);
}

.mask{
  background: rgba(0, 0 ,0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.qq-list{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 810px;
  height: 330px;
  border-radius: 6px;
  z-index: 100;
  text-align: center;
  padding: 55px;
  padding-bottom: 0;
  display: none;
}

.qq-list ul li{
  display: block;
  float: left;
  text-align: left;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 5px 15px;
  border-radius: 6px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 155px;
} 

.qq-list ul {
 margin-left: -20px;
}

.qq-list ul li:hover{
  background: #f5f5f5;
}

.qq-list ul li .qq-photo img{
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.qq-list ul li dl dt{
  font-weight: 700;
  margin-top: 3px;
}

.qq-list ul li dl dd{
  font-size: 13px;
  color: #888;
}

.qq-title{
  display: inline-block;
  position: relative;
  font-size: 30px;
  margin-bottom: 35px;
}

.qq-title p::after ,.qq-title p::before{
  content: "";
  height: 1px;
  width: 68px;
  background: #ddd;
  position: absolute;
  top: 20px;
}

.qq-title p::after{
  right: -90px;
}

.qq-title p::before{
  left: -90px;
}

.close{
  position: absolute;
  right: -15px;
  font-size: 40px;
  top: -25px;
}

.close .icon{
  color: #222
}
