@charset "utf-8";

.bannerContainer{
	height:364px;
	background:url("/Public/Images/mobileSoftDeve/banner.jpg") center center no-repeat;
}
.bannerContainer .container{padding-top:120px;}
.productsAndServiceContainer .container{
  padding-top:120px;
  padding-bottom:70px;
}
ul.productsAndServiceContent li dl dd a{color:#ec3566;}
ul.productsAndServiceContent li{margin-bottom:2em;}

ul.contentIndicateList{
  box-sizing:content-box;
  width:10px;
  height:auto;
  position:fixed;
  right:30px;
  top:35%;
  z-index: 10;
  padding:35px 13px;
  border-radius:20px;
  border:2px solid #efefef;
  background-color:#fff;
}
ul.affix-top{top:500px;}
@media (max-width:1400px){
  .contentIndicateList{
    right:5px;
  }
}
.contentIndicateList li {
  display: block;
  float:none;
  width: 10px;
  height: 10px;
  border-radius:5px;
  overflow:hidden;
}
.contentIndicateList li a{
  display: block;
  width:100%;
  height:100%;
  padding:0;margin:0;
  background: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #f7f7f7, #e7e7e7); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f7f7f7, #e7e7e7); /* IE10 */
  background-image:      -o-linear-gradient(top, #f7f7f7, #e7e7e7); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #f7f7f7, #e7e7e7);
}
.contentIndicateList li.active a{
  background: #d5305b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4a3b8), to(#d5305b)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f4a3b8, #d5305b); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #f4a3b8, #d5305b); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f4a3b8, #d5305b); /* IE10 */
  background-image:      -o-linear-gradient(top, #f4a3b8, #d5305b); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #f4a3b8, #d5305b);
}

.advantageContainer{background-color: #f8f8f8;}
.advantageContainer .container{padding-top:120px;padding-bottom:120px;}

.productShowContainer{
  padding-top:90px;
  background-color: #f0f0f0;
}
.productShow-tablist{margin:2em auto;}
.productShow-tablist .btn{border-radius:20px;width:160px;color:#fff;}
.instanceBox .tab-content,.instanceBox .tab-content .tab-pane{
	width:100%;
	height:540px;
	overflow:hidden;
}


.swiper-container {
	width:100%;
  text-align: center;
}
.swiper-slide {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  margin-left:-140px;
  bottom: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background: #b3b3b3;
  margin-right: 13px;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #f8aec6;
}
.swiper-active-switch {
  background: #fe417f;
}