.s-list-li-bg{
	background: #F8F8F8;
	/* min-width: 1200px; */
}
.s-list-li{
	padding: 80px 0
}
.s-list-title{
	text-align: center;
}
table{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px;
	border-color: #DFDFDF;
	border-collapse: collapse;
	background: #fff;
}
.s-tb-title {
	min-width: 70px;
	max-width: 230px;
}
th{

}
td{
	padding: 10px 0;
}
.s-cell{
	padding: 0 5px;
	margin: 0 auto;
	max-width: 230px;
}
.s-cell-content{
	line-height: 1.7;
	font-size: 14px;
	font-weight: bolder;
	color: #484848;
	padding: 20px 0;
}
.s-cell-title{
	font-size: 16px;
	color: #1C4074;
	width: 180px;
	font-weight: 600;
}
.s-point{
	color: #ff8300;
}
.s-list-title h1{
	line-height: 2;
	font-size: 40px;
}

.s-description{
	font-size: 16px;
	padding: 25px 5px 40px 5px;
	line-height: 1.5;
	color: #797979;
}
.s-btn{
	padding:6px 16px;
	border-radius: 5px;
	background: #ccc;
	border: 1px solid #ccc;
	color: #000;
    display: inline-block;
    font-size: 18px;
}
.s-btn-warning{
	background: #ffce24;
	border-color: #dab020;
}

.s-setup ul{
	display:flex;
}
.s-setup ul li{
	flex-grow: 1;
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	position: relative;
}
.s-setup li:after{
	content: '';
	position: absolute;
	display: block;
	width: 50% ;
	height: 20px;
	right: -25%;
	top: 50%;
	margin-top: -10px;
	background: url('../images/lead.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

.s-setup li.s-li-end:after{
	display: none;
}
.s-setup li.li-finally:after{
	background: url('../images/lead-finally.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 45% ;
	left: -13%;
}

.s-setup li.li-finally{
	-webkit-flex-grow: 2.5;
}



.s-superiority{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:stretch;
	-webkit-align-items:stretch;
	padding: 25px 0;
}
.s-superiority-setup{
	max-width: 80%;
	-webkit-flex-grow: 1;
	background: #F4F9FD;
	padding: 10px;
	border-radius: 5px;
}
.s-superiority-setup ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:stretch;
	-webkit-align-items:stretch;
}
.s-superiority-setup ul li{
	flex-grow: 1;
	-webkit-flex-grow: 1;
	text-align: center;
}

.s-img-desc{
	border-right: 1px solid #ccc;
	height: 250px;
}
.s-superiority-finally{
	width:20%;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	text-align: center;
	background: #F6FBF9;
	margin-left: 30px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
}

.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-25{
	font-size: 25px;
	font-weight: 
}
.font-30{
	font-size: 30px;
	font-weight: 
}
.bold{
	font-weight: bold;
}
.bolder{
	font-weight: bolder;
	line-height: 1.5
}

.line-h-1{
	line-height: 1;
}
.line-h-15{
	line-height: 1.5
}
.line-h-2{
	line-height: 2
}
.color-c{
	color: #9e9e9e;
}
.pd-10{
	padding: 10px;
}
.pd-15{
	padding: 15px;
}
.pd-20{
	padding: 20px;
}
.pd-t-10{
	padding-top: 10px; 
}
.pd-t-15{
	padding-top: 15px;
}
.pd-t-20{
	padding-top: 20px;
}
.pd-l-10{
	padding-left: 10px;
}
.pd-l-15{
	padding-left: 15px;
}
.pd-l-20{
	padding-left: 20px;
}
.pd-r-10{
	padding-right: 10px;
}
.pd-r-15{
	padding-right: 15px;
}
.pd-r-20{
	padding-right: 20px;
}
.pd-b-10{
	padding-bottom: 10px;
}
.pd-b-15{
	padding-bottom: 15px;
}
.pd-b-20{
	padding-bottom: 20px;
}

.mg-10{
	margin: 10px;
}
.mg-15{
	margin: 15px;
}
.mg-20{
	margin: 20px;
}
.mg-t-10{
	margin-top: 10px; 
}
.mg-t-15{
	margin-top: 15px;
}
.mg-t-20{
	margin-top: 20px;
}
.mg-l-10{
	margin-left: 10px;
}
.mg-l-15{
	margin-left: 15px;
}
.mg-l-20{
	margin-left: 20px;
}
.mg-r-10{
	margin-right: 10px;
}
.mg-r-15{
	margin-right: 15px;
}
.mg-r-20{
	margin-right: 20px;
}
.mg-b-10{
	margin-bottom: 10px;
}
.mg-b-15{
	margin-bottom: 15px;
}
.mg-b-20{
	margin-bottom: 20px;
}


.s-column{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:stretch;
	-webkit-align-items:stretch;
}

.s-column-item{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.s-compare-item{
	width: 33.333%;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.s-compare-title{
	text-align: center;
}
.s-compare-diff{
	margin-top: 150px;
	padding-bottom: 30px;
	background: none;
	text-align: center;
}

.s-ul{

}
.s-li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	padding-left: 30px;
}
.s-li:before{
	content: "●";
	padding: 0 10px;
	font-size: 12px;
}

.s-server + .v-line{
	background: url('../images/v-line.jpg') no-repeat;
	width: 3px;
	background-size: cover;
	background-position: center center;
}

.s-server:first-child{
	padding-right: 150px;
	width: 50%;
}
.s-server:last-child{
	padding-left: 150px;
	width: 50%;

}

.s-server-li{
	border-bottom: 1px dashed #ff8300;
}

.s-server-li h2{
	position: relative;
	padding-left: 0px;
}
.s-server-li h2 img{
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
}

.s-share {
	 /* border-top:  1px solid; */
}
.s-share-li{
	border: 1px solid #E3E3E3;
	border-left: none;
	border-bottom: none;
	padding: 5px;
}
.s-share-li:first-child{
	border-left: 1px solid #E3E3E3;
}
.s-share-ul{
	background: #fff;
}
.s-share-ul:last-child{
	border-bottom: 1px solid #E3E3E3;
}

.s-share-pre{
	width: 15%;
	text-align: center;
	vertical-align: middle;

}
.s-share-pre img{
	vertical-align: middle;
	display: inline-block;
}
.s-share-content{
	width: 70%;
	padding: 15px;
}
.s-share-action{
	width: 15%;
	line-height: 6;
	text-align: center;
}

.s-share-action .s-btn{
	display: inline;
}

.s-max-h{
	max-height: 55px;
	overflow: hidden;
}

.read-more{
	text-align: center;
}

.s-line-bold{
	border-top: 5px solid #ff8300
}

.s-contactus{
	padding: 50px 0;
	line-height: 2;
	font-weight: bolder;
}
.s-contact-btn{
	text-align: center;
	background: #F0F4F8;
	display: inline-block;
	padding: 15px;
}
.s-article{
	padding: 5px;
}


/* .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide{
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
} */
.gallery-thumbs .swiper-slide{
	height: 70px;
	border-radius: 10px;
	border: 2px solid #ccc;
	margin-top: 20px;
	text-align: center;
	background: #F0F0F0;
	cursor:pointer;
	overflow: hidden;
}
.gallery-thumbs .s-thumb-active{
	height: 80px;
	border-radius: 10px;
	border: 2px solid #ff8300;
	margin-top: 0px;
}
.bg-detail{
	text-align: center;
}
.gallery-thumbs .s-thumb-active .s-program-img{
	height: 50px;
}
.gallery-thumbs .s-program-img{
	height: 40px;
}


@media (max-width: 1366px){
	
}
@media (max-width: 1200px){
	
}
.clear {
	clear: both;
}
.clear:after{
	content: '';
	clear: both;
}

.s-ml{
	display: none;
}

.pw-content-nav {
    height: 40px;
    border-bottom: 1px solid #eee;
}
.pw-content-nav .filter {
    display: inline-block;
    float: right;
    margin-top: 3px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.pw-content-nav .filter a {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    float: left;
    height: 28px;
    padding: 0 10px;
    background-color: #fff;
}
.pw-content-nav .filter a.current {
    background-color: #eee;
}
.pw-content-nav li {
    float: left;
}
.pw-content-nav li.current a {
    color: #1e87f0;
    border-color: #eee #eee #fff #eee;
    border-radius: 4px 4px 0 0;
}
.pw-content-nav li a {
    line-height: 38px;
    display: block;
    float: left;
    height: 40px;
    padding: 0 20px;
    border: 1px solid transparent;
}

.bbs-forum-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.bbs-forum-list .list-left{
    position: relative;
    float: left;
    width: 48px;
    margin-right: -48px;
}
.bbs-forum-list .list-center {
    float: left;
    width: 100%;
    padding: 0px 0 10px 0;
}
.bbs-forum-list .list-right {
    position: relative;
    float: right;
    width: 118px;
    margin-left: -118px;
}

.bbs-forum-list .list-center .list-content {
    margin: 0 120px 0 60px;
}
.bbs-forum-list .list-title {
    display: block;
    overflow: hidden;
    margin: 2px 0 5px;
}
.bbs-forum-list .list-info {
    font-size: 12px;
    display: block;
    overflow: hidden;
    color: #757575;
}
.bbs-forum-list .list-num span {
    font-size: 12px;
    display: inline-block;
    width: 54px;
    height: 48px;
    padding-top: 6px;
    text-align: center;
    color: #757575;
    border-radius: 2px;
    background-color: #eee;
}
.bbs-forum-list .list-num em {
    font-weight: 700;
    display: block;
}

@media (max-width: 1024px){

  	.width-main{
  		width: 100%;
  		max-width: 100%;
  	}
  	.gallery-top {
  		width: 80%;
  		float: left;
  	}
  	.gallery-thumbs {
		width: 15%;
		height: 500px;
		float: right;
	}
	.gallery-thumbs .swiper-slide {
		/* height: 80px; */
		margin: auto;
	}
	
	.s-server:first-child{
		padding-right: 100px;
		padding-left: 10px;
	}
	.s-server:last-child{
		padding-left: 100px;

	}
}

@media ( max-width: 923px){
	.s-xl{
		display: none;
	}
	.s-ml{
		display: block;
	}
	.gallery-thumbs .swiper-slide {
		height: 80px;
		margin: auto;
	}
	
}

@media(min-width: 768px) and (max-width: 923px) {
	.s-server:last-child{
		padding-left: 50px;
	}
	.s-server:first-child{
		padding-right: 50px;

	}
}

@media ( max-width: 768px){
	.setup {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items:stretch;
		-webkit-align-items:stretch;
		padding: 20px;
	}
	.s-setup {
		width: 20%;
	}
	.s-superiority {
		width: 80%;
		display: inline-block;
		padding-top: 0;
	}
	.s-superiority-setup,.s-superiority-finally {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.s-superiority-setup ul {
		display: inline-block;
		width: 100%;
	}
	.s-superiority-setup ul li {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.s-img-desc {
		border: 0;
	}
	.s-setup ul{
		display: inline-block;
	}
	.s-setup ul li {
		padding: 140px 0 120px 0;
	}
	.s-setup ul li:after{
		transform: rotate(90deg);
		top: 100%;
		bottom: -33px;
		right: 20%;
	}
	.s-setup ul li.li-finally:after {
		top: 0;
		left: 20%;
	}

	.s-case .s-column {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.gallery-thumbs .s-thumb-active .s-program-img{
		height: 50px;
		padding: 5px 0 5px 0;
	}

	.s-list-title h1 {
		font-size: 20px;
		padding: 10px;
	}
	.s-compare-item{
		padding: 0;
	}
	.s-li{
		padding-left: 10px;
		height: 64px;
	}
	.s-compare-diff{
		display: none;
	}
	.s-compare-item{
		margin: 5px;
	}
	.s-server:first-child{
		padding: 0;
		width: 100%;

	}
	.s-server:last-child{
		padding: 0;
		width: 100%;
		
	}
	.s-server-cont{
		display: inline-block;
	}
	.s-server-li{
		padding: 10px;
	}
	.s-share-ul{
		display: block;
		margin-bottom: 20px;
		border-bottom: 1px solid #E3E3E3;
	}
	.s-share-li{
		display: table-cell;
		vertical-align: top;
	}
	.s-share-pre{
		width: 29%;
	}
	.s-share-action{
		width: 100%;
		line-height: 2;
		display: inline-block;
		text-align: right;
	}
	.bbs-forum-list .list-right {	
		float: none;
	    width: 100%;
	    margin-left: 0px; 
	}

	.bbs-forum-list .list-center .list-content {
	    margin: 0 0px 0 60px;
	}
	.bbs-forum-list .list-num span{
		width: 50%;
	}
	.swiper-button-next, .swiper-button-prev{
		height: 15px!important;
	}
}

@media (max-width: 640px){
	
}

@media (max-width: 480px) and (min-width: 320px){
	.s-setup{
		padding:0;
		font-size:12px;
		min-width: 30%;
	}
	.s-setup ul li{
		font-size: 16px
	}
	.gallery-thumbs .s-thumb-active .s-program-img{
		height: 40px;: 
	}
}

input[name="s-tab-input"]{
	opacity: 0;
	position: absolute;
}
.s-label{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
input[name="s-tab-input"]:checked ~ .s-label{
	border: 1px solid #EF7E00;
}
input[name="s-tab-input"]:checked ~ .s-tool{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.s-tab{
	position: relative;
	height: 400px;
}
.s-tool{
	display: none;
}

.s-tool-nav{
	width : 20%;
	display: inline-grid;
	float: left;

}
.s-tool-detail{
	display: inline-grid;
	width: 80%;
	border: 1px solid #ccc;
	float: right;
	border-left: none;
    border-bottom: none
}

.s-tool-nav{
	border: 1px solid #ccc;
}
.s-tool-nav-li{
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	padding:10px 0; 
}
.s-detail-li{
	padding:10px; 
	border-bottom: 1px solid #ccc;
}
.s-tool-action{
	text-align: center;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

