	body,html{
		background: #F5F5F5;
	}
	.header{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		height: 80px;
		width: 100%;
		    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.header .content{
		margin: 0 auto;
		width: 1200px;
	}
	.header .logo{
		width: 160px;
		float: left;
	}
	.header .logo img{
		height: 30px;
		padding-top: 25px;
	}
	.header .nav{
		width: 840px;
		float: left;
	}
	.header .nav li{
		height: 80px;
		line-height: 80px;
		color: #fff;
		font-size: 16px;
		float: left;
		margin-right: 40px;
	}
	.header .tel{
		width: 200px;
		line-height: 80px;
		color: #fff;
		text-align: right;
		font-size: 18px;
		float: left;
		padding: 0;
		margin: 0;
		background:none;
	}
	.banner{
		height: 620px;
		width: 100%;
	}
	.banner .item{
		height: 100%;
		width: 100%;
	}
	.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
  }
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 90px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		height: 12px;
		width: 12px;
		margin: 4px 7px;
		background: #fff;
		opacity: 1;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: url(/pc/img/dot-on.png) center no-repeat;
		background-size:100%;
		border-radius: 0;
		height: 20px;
		width: 20px;
		margin: 0px 7px;
	}
	@media screen and (max-width: 640px) {
	
    .banner {
		height: 150px;
		width: 100%;
		overflow: hidden;
	}
	.banner .item {
		height: 300px;
		width: 100%;
		background-size:100% auto;
	}
	.banner-special{
		display: none;
	}
}
	.banner-special {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 4;
    width: 1100px;
    height: 120px;
    padding: 50px 50px;
    margin: -70px auto 20px auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.13);
   }
   .banner-special .item{
   	width: 274px;
   	float: left;
   	border-right: 1px solid #eee;
   	text-align: center;
   }
   .banner-special a:nth-child(4) .item{
   	border-right:0;
   }
   .banner-special .item img{
   	border: 1px solid #0C59F2;
   	width: 90px;
   	margin:10px 82px;
   }
   .banner-special .item span{
   	width: 100%;
   }
.banner-special .item .img{background:url("/pc/img/pro/gn-bg.png") no-repeat 100% 100%;width:83px;
height:93px;text-align:center;line-height:93px;font-size:44px;color:#2a7efb;margin:0 auto;}
.banner-special .item .title{font-size:18px;color:#282828;margin-top:15px;}
	.main{
		margin:0px auto 0 auto;
		width: 1200px;
		background: #fff;
		z-index: 99;
	}
	.main .block{
		padding:30px 0;
	}
	.main .block .content{
		height: 200px;
		width: 100%;
	}
	.main h2{
	 text-align: center;
	 font-size: 24px;
	 font-weight: 900;
	}
	.main p{
	font-size: 14px;
	color: #666;
	text-align: center;
	padding:20px 0;
	}
	/* 产品展示 */

.product-list {
    padding-bottom: 10px;
    height: auto;
    clear: both;
}

.product-list .product-item{
	height: 610px;
}
.product-list .product-tit {
    display: block;
    width: 200px;
    padding: 20px 0;
    line-height: 34px;
    font-size: 30px;
    color: #292828;
}

.product-list .product-img {
    display: block;
    float: left;
    width: 295px;
    padding-top: 21px;
}

.product-list .product-img img {
    float: left;
}

.product-list .product-right {
    float: left;
    width: 905px;
}

.product-list .product-right .product-type-list {
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #898de7;
}

.product-list .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background: url(/pc/img/type-bg.png) 0 bottom no-repeat;
}

.product-list .product-right .product-type-list .product-type-item {
    float: right;
    padding: 0 24px;
    font-size: 15px;
    color: #585858;
    cursor: pointer;
}

.product-list .product-right .product-type-list .product-type-item.active {
    color: #fff;
    background: #898de7;
    border-radius: 2px 2px 0 0;
}

.product-list .product-right .product-info {
    position: relative;
    display: none;
    width: 100%;
    height: 445px;
    padding-top: 32px;
    background: #fff;
    overflow: hidden;
}

.product-list .product-right .product-info.active {
    display: block;
}

.product-list .product-right .product-info .product-info-item {
    position: relative;
    display: block;
    width: 247px !important;
    height: 416px !important;
    float: left;
    padding: 0 14px;
    border: 1px solid #e7e7e7;
    margin-left: 20px;
}

.product-list .product-right .product-info .product-info-item .product-logo {
    width: 100%;
    height: 70px;
    padding-top: 50px;
}

.product-list .product-right .product-info .product-info-item .product-logo i {
    display: block;
    height: 65px;
    margin: 0 90px;
    font-size: 65px;
}
.product-list .product-right .product-info .product-info-item .product-name {
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 26px;
    color: #222;
    border-bottom: 1px solid #ebebeb;
}

.product-list .product-right .product-info .product-info-item .bief-list {
    padding-top: 28px;
    line-height: 34px;
    color: #595959;
    font-size: 14px;
    min-height: 140px;
}

.product-list .product-right .product-info .product-info-item .bief-list .bief-item {
    text-indent: 24px;
}
.product-list .product-right .product-info .product-info-item .bief-list .bief-item font {
    font-size: 12px;
    color: #6832f7;
    padding-right: 5px;
}
.product-list .product-right .product-info .product-info-item .show-more-btn {
    width: 91px;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    font-size: 12px;
    color: #949494;
    text-align: center;
}

.product-list .product-item.zhibo .product-right .product-info .product-info-item:hover,
.product-list .product-item.qukuailian .product-right .product-info .product-info-item:hover {
    border: 1px solid #898de7;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-list .product-item.zhibo .product-right .product-info .product-info-item:hover .show-more-btn,
.product-list .product-item.qukuailian .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #898de7;
    color: #fff;
    border-color: #898de7;
}

.product-list .product-right .product-info .product-info-item:hover {
    background: #fff;
}

.product-list .product-right .product-info .product-info-item:hover .product-logo i {
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
/*城市电商*/
.product-list .product-item.city .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background-position: -30px bottom;
}
.product-list .product-item.city .product-right .product-type-list {
    border-bottom: 2px solid #6832f7;
}
.product-list .product-item.city .product-right .product-type-list .product-type-item.active{
	background: #6832f7;
}
.product-list .product-item.city .product-right .product-type-list .triangle{
     width: 0;
    height: 0;
    margin-top: 21px;
     border-bottom: 15px solid #6832f7;
    border-right: 15px solid transparent;
}

.product-list .product-item.city .product-right .product-info .product-info-item:hover {
    border: 1px solid #6832f7;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-list .product-item.city .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #6832f7;
    color: #fff;
    border-color: #6832f7;
}
.product-list .product-item.city .product-right .product-info .product-info-item .product-logo i {
    color: #6832f7;
}
/*社群电商*/
.product-list .product-item.bbs .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background-position: -30px bottom;
}
.product-list .product-item.bbs .product-right .product-type-list {
    border-bottom: 2px solid #fd6719;
}
.product-list .product-item.bbs .product-right .product-type-list .product-type-item.active{
	background: #fd6719;
}
.product-list .product-item.bbs .product-right .product-type-list .triangle{
     width: 0;
    height: 0;
    margin-top: 21px;
     border-bottom: 15px solid #fd6719;
    border-right: 15px solid transparent;
}

.product-list .product-item.bbs .product-right .product-info .product-info-item:hover {
    border: 1px solid #fd6719;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-list .product-item.bbs .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #fd6719;
    color: #fff;
    border-color: #fd6719;
}
.product-list .product-item.bbs .product-right .product-info .product-info-item .product-logo i {
    color: #fd6719;
}
.product-list .product-item.bbs .product-right .product-info .product-info-item .bief-list .bief-item font {
    color: #fd6719;
}
/*行业*/
.product-list .product-item.industry .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background-position: -30px bottom;
}
.product-list .product-item.industry .product-right .product-type-list {
    border-bottom: 2px solid #422196;
}
.product-list .product-item.industry .product-right .product-type-list .product-type-item.active{
	background: #422196;
}
.product-list .product-item.industry .product-right .product-type-list .triangle{
     width: 0;
    height: 0;
    margin-top: 21px;
     border-bottom: 15px solid #422196;
    border-right: 15px solid transparent;
}
.product-list .product-item.industry .product-right .product-info .product-info-item:hover {
    border: 1px solid #422196;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-list .product-item.industry .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #422196;
    color: #fff;
    border-color: #422196;
}
.product-list .product-item.industry .product-right .product-info .product-info-item .product-logo i {
    color: #422196;
}
.product-list .product-item.industry .product-right .product-info .product-info-item .bief-list .bief-item font {
    color: #422196;
}
/*知识付费*/
.product-list .product-item.edu .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background-position: -30px bottom;
}
.product-list .product-item.edu .product-right .product-type-list {
    border-bottom: 2px solid #00c48a;
}
.product-list .product-item.edu .product-right .product-type-list .product-type-item.active{
	background: #00c48a;
}
.product-list .product-item.edu .product-right .product-type-list .triangle{
     width: 0;
    height: 0;
    margin-top: 21px;
     border-bottom: 15px solid #00c48a;
    border-right: 15px solid transparent;
}
.product-list .product-item.edu .product-right .product-info .product-info-item:hover {
    border: 1px solid #00c48a;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-list .product-item.edu .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #00c48a;
    color: #fff;
    border-color: #00c48a;
}
.product-list .product-item.edu .product-right .product-info .product-info-item .product-logo i {
    color: #00c48a;
}
.product-list .product-item.edu .product-right .product-info .product-info-item .bief-list .bief-item font {
    color: #00c48a;
}
/*网站建设*/
.product-list .product-item.web .product-right .product-type-list .triangle {
    width: 15px;
    height: 100%;
    float: left;
    background-position: -30px bottom;
}
.product-list .product-item.web .product-right .product-type-list {
    border-bottom: 2px solid #1b66fc;
}
.product-list .product-item.web .product-right .product-type-list .product-type-item.active{
	background: #1b66fc;
}
.product-list .product-item.web .product-right .product-type-list .triangle{
     width: 0;
    height: 0;
    margin-top: 21px;
     border-bottom: 15px solid #1b66fc;
    border-right: 15px solid transparent;
}

.product-list .product-item.web .product-right .product-info .product-info-item:hover {
    border: 1px solid #1b66fc;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-list .product-item.web .product-right .product-info .product-info-item:hover .show-more-btn {
    background: #1b66fc;
    color: #fff;
    border-color: #1b66fc;
}
.product-list .product-item.web .product-right .product-info .product-info-item .product-logo i {
    color: #1b66fc;
}
.product-list .product-item.web .product-right .product-info .product-info-item .bief-list .bief-item font {
    color: #1b66fc;
}