﻿@charset "utf-8";
/*Banner*/
#slides{
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
#slides img {
  width: 100%;
}
.slidesjs-pagination {
  list-style: none;
  position: relative;
  bottom: 45px;
  z-index: 99;
  opacity: 0.7;
}
.slidesjs-pagination li {
    margin: 0 4px;
    display: inline-block;
}
#slides a:link, #slides a:visited {
    color: transparent;
    background-color: #fff;
}
.slidesjs-pagination li a {
  display: block;
  width: 35px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
  opacity: .3;

  color: transparent;
}
#slides a:link, #slides a:visited {
    color: transparent;
    text-decoration: none;
    font-weight: 600;
}
#slides .slidesjs-pagination li a.active,
#slides .slidesjs-pagination li a:hover.active {

  opacity: 1;
}
.slidesjs-play, .slidesjs-stop {
    display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url(../images/sliderl.png) 0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
  background: url(../images/sliderlh.png)0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/sliderr.png)0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
  background: url(../images/sliderrh.png)0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -22px;
	width: 60px;
  height: 60px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

#slides:hover .slidesjs-navigation {
  opacity: .3;
}


#banner-section {
  position: relative;
  overflow: hidden;
}

.banner-image-area {
  overflow: hidden;
}

.banner-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.banner-image-item.active {
  opacity: 1;
  z-index: 10;
}

.banner-image-item img {
  width: 100%;
  height: 100%;
}

.banner-pagination-area {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0;
  z-index: 15;
}

.banner-pagination-area .banner-pagination-wrap {
  display: inline-block;
  margin: 0 auto;
  height: 5px;
}

.banner-pagination-area .banner-pagination-item {
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.banner-pagination-area .banner-pagination-item.active {
  opacity: 1;
}

.banner-btn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  opacity: .3;
  cursor: pointer;
}

.banner-btn-prev {
  left: 30px;
  background-image: url(../images/sliderl.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}

.banner-btn-prev:hover {
  background-image: url(../images/sliderlh.png);
}

.banner-btn-next {
  right: 30px;
  background-image: url(../images/sliderr.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}

.banner-btn-next:hover {
  background-image: url(../images/sliderrh.png);
}

#banner-section:hover .banner-btn {
  display: block;
}

#slides+div {
  background-color: #fff;
  padding-bottom: 60px;
}

.g-title {
  text-align: center;
  padding: 80px 0 30px;
  font-size: 30px;
  font-weight: 500;
  color: #303445;
  letter-spacing: 2px;
}
.banner_s{background:url(../images/about_01.png) no-repeat 100% 100%;background-size:100% 100%;width:931px;height:177px;margin:0 auto;}
.banner_s p{width:845px;margin:0 auto;letter-spacing: 2px;text-align: center;line-height: 30px;color:#3289ff;font-size: 20px;}
.banner_s p:last-child{margin-top:40px;}
.banner_s p:first-child{padding-top:12px;}
/*应用场景 start */
.app-scene{
   margin: 0 auto;
   width: 1239px;
   line-height: 108px;
   margin-top: -11px;
}
.app-scene span{
  display: inline-block;
  width: 244px;
  text-align: center;
  font-size: 18px;
  color: #59607b;
}
.app-scene p{
  margin-top: -62px;
}
.app-context {
  height: 254px;
  width: 940px;
  margin: 0 auto;
}
.app-context > div{
  position: relative;
  width: 470px;
  float: left;
}
.app-context img {
  display: block;
  width: 470px;
}
.app-context .app-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  width: 386px;
  height: 174px;
}
.app-content .app-title {
  font-size: 20px;
  padding: 5px 0;
  font-weight: 400;
}
.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.effect-oscar div {
  padding: 40px 42px;
}
.effect-oscar div:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
.effect-oscar .app-title {
  margin: 36px 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.effect-oscar div:before,
.effect-oscar .app-cont {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.effect-oscar:hover .app-title {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-oscar:hover div::before,
.effect-oscar:hover .app-cont {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.info_wrap {
    display:block;
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .6);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, .6);
    border-radius: 50%;
}

.info_l .info_wrap {
    top: -1.5rem;
    left: .85rem;
}

.info_r .info_wrap {
    right: -.1rem;
    top: -3rem;
}

.info_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.16rem;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, .5);
    padding: .1rem .17rem .17rem .17rem;
}

.info_wrap span {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    font-weight: bold;
    color: #fff;
}

.info_wrap p {
    /* width: 4.16rem; */
    width: 2.5rem;
    font-size: .12rem;
    line-height: .18rem;
    margin: 0 auto;
    color: #e3e3e3;
}

/*应用场景 end */
/*为什么要做小程序 */
.title_t{height: 40px;background:url(../images/04_13.png) center top no-repeat; background-size:344px 40px;  text-align: center;line-height: 40px;font-size: 24px;color:#0675e1;}
.qy_al{ width: 1160px; margin: 0 auto;}

.market_analysis {
	height: 530px;
	position: relative;
	background: white;
	width: 100%;
}

.market_analysis_word {
	width: 100%;
	height: 230px;
	position: relative;
}

.market_analysis_container {
	width: 700px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.market_analysis_container p:first-child, .weixin_smallP_introduce p {
	text-align: center;
	font-size: 24px;
	letter-spacing: 3px;
	color: #3091F2;
	font-weight: 800;
	padding-top: 45px;
	padding-bottom: 15px;
}

.market_analysis_container p:not(:first-child) {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 1px;
	color: #59607B;
}

.market_analysis_container p span {
	color: red;
}

.market_analysis-img {
	height: 300px;
	position: relative;
}

.market_analysis-img1 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: top left;
	opacity: 0.7;
	animation: myfirst_img_bottom 20s linear .1s infinite alternate;
	-webkit-animation: myfirst_img_bottom 20s linear .1s infinite alternate;
}

@keyframes myfirst_img_bottom {
	0% {
		background-position: 50% 20%;
	}

	100% {
		background-position: 0% 0%;
	}

}

@-webkit-keyframes myfirst_img_bottom {
	0% {
		background-position: 50% 20%;
	}

	100% {
		background-position: 0% 0%;
	}

}

.market_analysis-img2 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/middle.png);
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: top left;
	opacity: 0.73;
	animation: myfirst_img_middle 15s linear .1s infinite alternate;
	-webkit-animation: myfirst_img_middle 15s linear .1s infinite alternate;
}

@keyframes myfirst_img_middle {
	0% {
		background-position: 50% 50%;
	}

	100% {
		background-position: 0% 0%;
	}

}

@-webkit-keyframes myfirst_img_middle {
	0% {
		background-position: 50% 50%;
	}

	100% {
		background-position: 0% 0%;
	}

}

.market_analysis-img3 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: top left;
	opacity: 0.6;
	animation: myfirst_img_top 10s linear .1s infinite alternate;
	-webkit-animation: myfirst_img_top 10s linear .1s infinite alternate;
}

@keyframes myfirst_img_top {
	0% {
		background-position: 50% 50%;
	}

	100% {
		background-position: 0% 0%;
	}

}

@-webkit-keyframes myfirst_img_top {
	0% {
		background-position: 50% 50%;
	}

	100% {
		background-position: 0% 0%;
	}

}

.market_analysis-img4 {
	position: absolute;
	height: 100%;
	width: 100%;
}

.market_analysis_animateWrap {
	width: 900px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.common {
	height: 60px;
	width: 60px;
}

.outer_wrap {
	height: 30px;
	width: 30px;
	background: white;
	border-radius: 50%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.inner_wrap {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: #6FC5A9;
}

.common p {
	font-size: 15px;
	color: white;
	text-align: center;
	font-weight: 800;
	margin-top: 5px;
}

#animate_1 {
	left: 30px;
	bottom: 30px;
	position: absolute;
}

#animate_2 {
	left: 250px;
	bottom: 60px;
	position: absolute;
}

#animate_3 {
	left: 500px;
	bottom: 115px;
	position: absolute;
}

#animate_4 {
	left: 750px;
	bottom: 200px;
	position: absolute;
}

#animate_4 p {
	color: #3091F2;
}

.outer_wrap_1 {
	height: 30px;
	width: 30px;
	background: #6FC5A9;
	border-radius: 50%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.inner_wrap_1 {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: white;
}

.outer_wrap_2 {
	height: 30px;
	width: 30px;
	background: #D76E92;
	border-radius: 50%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.inner_wrap_2 {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: white;
}

.outer_wrap_3 {
	height: 30px;
	width: 30px;
	background: #D76E92;
	border-radius: 50%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.inner_wrap_3 {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: white;
}

.line_1 {
	width: 200px;
	border: none;
	position: absolute;
	bottom: 79px;
	left: 72px;
	border-top: 1px solid #CCD0D6;
	animation: mymove 1s linear alternate;
	-ms-animation: mymove 1s linear alternate;
	-moz-animation: mymove 1s linear alternate;
	-webkit-animation: mymove 1s linear alternate;
	transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform-origin: 0% 0%;
}

@keyframes mymove {
	0% {
		width: 0px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 200px;
		-webkit-transform: rotate(-7deg)
	}

}

@-o-keyframes mymove {
	0% {
		width: 0px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 200px;
		-webkit-transform: rotate(-7deg)
	}

}

@-moz-keyframes mymove {
	0% {
		width: 0px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 200px;
		-webkit-transform: rotate(-7deg)
	}

}

@-webkit-keyframes mymove {
	0% {
		width: 0px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 200px;
		-webkit-transform: rotate(-7deg)
	}

}

.line_2 {
	width: 240px;
	border: none;
	position: absolute;
	bottom: 107px;
	left: 293px;
	transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	border-top: 1px solid #CCD0D6;
	animation: mymove_1 1s linear alternate;
	-ms-animation: mymove_1 1s linear alternate;
	-moz-animation: mymove_1 1s linear alternate;
	-webkit-animation: mymove_1 1s linear alternate;
	transform-origin: 0% 0%;
}

@keyframes mymove_1 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-12deg)
	}

}

@-o-keyframes mymove_1 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-12deg)
	}

}

@-moz-keyframes mymove_1 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-12deg)
	}

}

@-webkit-keyframes mymove_1 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-12deg)
	}

}

.line_3 {
	width: 240px;
	border: none;
	position: absolute;
	bottom: 165px;
	left: 545px;
	transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	border-top: 1px solid #CCD0D6;
	animation: mymove_2 1s linear alternate;
	-ms-animation: mymove_2 1s linear alternate;
	-moz-animation: mymove_2 1s linear alternate;
	-webkit-animation: mymove_2 1s linear alternate;
	transform-origin: 0% 0%;
}

@keyframes mymove_2 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-18deg)
	}

}

@-o-keyframes mymove_2 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-18deg)
	}

}

@-moz-keyframes mymove_2 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}

	60% {
		width: 144px;
	}

	80% {
		width: 192px;
	}

	100% {
		width: 240px;
		-webkit-transform: rotate(-18deg)
	}

}

@-webkit-keyframes mymove_2 {
	0% {
		width: 0px;
	}

	20% {
		width: 48px;
	}

	40% {
		width: 96px;
	}
	60% {
		width: 144px;
	}
	80% {
		width: 192px;
	}
	100% {
		width: 240px;
		-webkit-transform: rotate(-18deg)
	}
}
/*-------微信小程序优势---------*/
.weixin_smallP_introduce {
	width: 100%;
	background: white;
	position: relative;
}
.weixin_smallP_introduce_word {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 250px;
	width: 700px;
	border: 3px solid #3091F2;
}
.weixin_word_container {
	position: relative;
	margin-top: 57px;
	margin-left: 30px;
}
.weixin_word_container_wrap {
	margin-top: 10px;
	width: 100%;
	height: 20px;
	color: #59607B;
}
.list-container {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50%;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}

.weixin_word_container_wrap .list-container {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50%;
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}

.list-container+span {
	float: left;
}

.list-container+span>a {
	color: #3091F2;
}

.list-show {
	font-size: 10px;
	float: left;
	margin-left: 4px;
	margin-top: 1px;
}

.weixin_smallP_introduce_title {
	background: white;
	width: 200px;
	height: 50px;
	font-size: 20px;
	color: #3091F2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	top: -260px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 800;
}

/*    制作WebApp 抓住新机遇    */
.make_webApp {
	height: 300px;
	background-color: #4FD899;
	position: relative;
}

.make_webApp_introduce {
	width: 650px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.make_webApp_introduce p:first-child {
	text-align: center;
	color: white;
	font-size: 24px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	font-weight: 600;
}

.make_webApp_introduce p:not(:first-child) {
	text-align: center;
	color: white;
	margin-top: 15px;
	letter-spacing: 2px;
	font-size: 15px;
}

/*启达优势*/
.agency_advantage_type {

    margin: auto;
    width: 950px;
	height: 536px;
	margin-top: 10px;
}
.agency_advantage_type_up {
    height: 268px;
}
.agency_advantage_type_common {
	width: 33.333%;
	float: left;
	height: 100%;
}
.agency_advantage_img_wrap {
    width: 130px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 33px;
}
.agency_advantage_img_wrap img {
    width: 100%;
    height: 100%;
}
.agency_advantage_word_wrap {
    width: 100%;
}
.agency_advantage_word_wrap p:first-child {
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 20px;
	color: #59607B;
}
.agency_advantage_word_wrap p:not(:first-child) {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #59607B;
}




.develop-step-content {
  font-size: 18px;
  line-height: 36px;
  width: 1160px;
  margin: 0 auto;
}

.develop-first-step,
.develop-second-step,
.develop-third-step,
.develop-firth-step {
  float: left;
  color: rgba(89, 96, 123, 1);
}

.develop-first-step::before,
.develop-second-step::before,
.develop-third-step::before,
.develop-firth-step::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  background: rgba(48, 145, 242, 1);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(48, 145, 242, 1);
  border-radius: 16px;
  margin-right: 7px;
}

.develop-first-step::before {
  content: '1';
}

.develop-second-step::before {
  content: '2';
}

.develop-third-step::before {
  content: '3';
}

.develop-firth-step::before {
  content: '4';
}

.develop-first-step::after,
.develop-second-step::after,
.develop-third-step::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(213, 213, 222, 1);
  margin: 0 17px 0 19px;
}



/*小程序案例 start */


/*.miniAppCase {
  text-align: center;
}
.miniAppCase ul {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
.miniAppCase li {
  position: relative;
  display: inline-block;
  width: 200px;
  border: 1px solid #f1f1f1;
  margin: 23px 10px 35px;
  background-color: #fff;
  vertical-align: top;
}
.miniAppCase li > img {
  width: 100%;
  display: block;
}
.miniAppCase li p {
  font-size: 16px;
  border-top: 1px solid #e6e6e6;
  padding: 13px 0;
}
.miniAppCase .qrcode{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  transform: scale(0.5);
  background-color: rgba(0,0,0,0.5);
}
.miniAppCase li:hover .qrcode{
  transform: scale(1);
  transition: all 0.6s;
  opacity: 1;
}
.qrcode img{
  display: block;
  width: 160px;
  margin: 20px auto;
}*/

.preview-section {
  position: relative;
  height: 856px;
  background-color: #999D9E;
}

.preview-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preview-bg-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.preview-bg-box img.active {
  opacity: 1;
}

.preview-content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}

.preview-left-content {
  padding-top: 84px;
  width: 1160px;
  margin: 0 auto;
}

.preview-title {
  padding-left: 24px;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.preview-description {
  padding-left: 24px;
  padding-bottom: 94px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.preview-left-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.preview-left-content-main .preview-nav-list {
  padding-left: 25px;
  padding-right: 25px;
  width: 131px;
  height: 520px;
  border-right: 1px solid #fff;
}

.preview-nav-list .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
}

.preview-nav-list .top-nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}

.preview-nav-list .top-nav a.active {
  background-color: rgba(255, 255, 255, 0.5);
}

.preview-nav-list .top-nav .center-border {
  width: 1px;
  height: 35px;
  background-color: #fff;
}

.preview-nav-list .nav-list-area {
  position: relative;
  height: 463px;
}

.preview-nav-list .nav-list-area>div.nav-list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 463px;
  overflow: hidden;
}

div.nav-list-wrap>ul {
  width: 170px;
  height: 470px;
  overflow-x: hidden;
  overflow-y: auto;
}

.preview-nav-list .nav-list-area li {
  margin-bottom: 6px;
  width: 131px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
}

.preview-nav-list .nav-list-area a {
  display: block;
  height: 100%;
  color: #fff;
}

.preview-nav-list .nav-list-area li.active,
.preview-nav-list .nav-list-area li.on {
  background-color: #3091f2;
}

.preview-detail {
  padding-left: 56px;
  width: 832px;
  height: 100%;
}

.preview-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
	
}

.preview-detail-item {
  padding-top: 20px;
  margin-right: 20px;
  position: relative;
}

.preview-detail-item-img {
  padding: 19px;
  width: 160px;
  height: 160px;
  border: 1px solid #b9babe;
  background-color: rgba(255, 255, 255, 0.1); 
}

.preview-detail-item.active .preview-detail-item-img {
  background-color: rgba(255, 255, 255, 0.3);
}

.preview-detail-item-img img {
  width: 160px;
  height: 160px;
}

.preview-detail-item-name {
  padding: 20px 0;
  height: 20px;
  width: 200px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-detail-intro-title {
  padding-top: 30px;
  padding-bottom: 22px;
  font-size: 24px;
  color: #fff;
}

.webapp-list-item-content-list {
  display: none;
}

.webapp-list-item-content-list.active {
  display: block;
}

.preview-detail-intro-content {
  display: none;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.preview-detail-intro-content.active {
  display: block;
}

.webapp-more-preview,
{
  display: none;
}

.webapp-more-preview.active,
{
  display: block;
}

.more-preview-case {
  display: block;
  width: 118px;
  height: 38px;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 2px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.more-preview-case:hover {
  background-color: #3091f2;
  border-color: #3091f2;
}



.preview-btn {
  position: absolute;
  top: 250px;
  left: 420px;
  display: none;
  width: 34px;
  z-index: 1;
}

.preview-btn p {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 2px 0 #5f5f5f;
  box-shadow: 2px 2px 2px 0 #5f5f5f;
  border-radius: 5px;
  background-color: #7C98EF;
  color: #fff;
  cursor: pointer;
}

.preview-btn .page-down {
  margin-top: 160px;
}

.webapp-list-item,
.weiye-list-item {
  display: none;
}

.webapp-list-item.active,
.weiye-list-item.active {
  display: block;
}



.preview-detail-item .intt_mask{
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.preview-detail-item .intt_mask img{
	width: 72%;
	margin:5%;
}
.preview-detail-item .intt_mask button{
	width: 83px;
	height: 26px;
	border: 0;
	border-radius: 2px;
	background-color: #3091f2;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	line-height: 26px;
}
.preview-detail-item .intt_mask .message{
	margin-left: 10px;
	background-color: #878787;
}
.preview-detail-item .intt_mask:hover{
	opacity: 1;
}