.about-me{
	padding: 100px 0;
	text-align: center;
}
.about-me p{
	text-align: center;
}
.about-me .title,.goods-show .header .title,.joint .header .title{
	font-size: 30px;
	font-weight: 700;
}
.about-me .line,.goods-show .header .line,.joint .header .line{
	border: 2px solid rgb(36,117,209);
    width: 48px;
    margin: 0 auto;
    border-radius: 4px;
}
.about-me .content-text{
	max-width: 890px;
	margin: 35px auto;
	line-height: 38px;
}
.about-me .more{
    padding: 10px 30px;
    border: 1px solid rgb(36,117,209);
    border-radius: 35px;
    color: rgb(36,117,209);
    cursor: pointer;
}
.count{
	background-color: #F7FBFE;
}
.count>div{
	justify-content: space-around;
	padding: 20px 0;
}
.count p{
	text-align: center;
	font-size: 16px;
}
.count p.num{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0px;
}
.count .active .num{
	color: #377ED5;
}
.goods-right>.flexBox{
	padding: 50px 0;
}
.goods-right .img-box{
	width: 33%;
/*	position: relative;
    left: 0%;
    transform: translate(-77%,0%); */
/*	-ms-transform: translate(-77%,0%);/* IE 9 */
/*	-moz-transform: translate(-77%,0%);/* Firefox */
/*	-webkit-transform: translate(-77%,0%);/* Safari 和 Chrome */
/*	-o-transform: translate(-77%,0%);/* Opera */
}
.goods-right .right-item{
	width: 396px;
}
.goods-right .item{
	padding-left: 55px;
	margin: 50px 0;
}
.goods-right .item .icon-box{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	*margin-right: 90px;
	_margin-right: 90px;
	+margin-right: 90px;
	margin-right: 90px\0;
	margin-right: 90px\9;
	
}
.goods-right .item .icon1{
	padding: 13px 13px;
    background-color: #1E77D5;
    border-radius: 40px;
    -webkit-box-shadow: 0 0px 10px 0 #1E77D5;
    box-shadow: 0 0px 10px 0 #1E77D5;
}
.goods-right .item .title{
	font-size: 18px;
	font-weight: 700;
}
.goods-show{
	text-align: center;
	background-color: #F7FBFE;
	padding-top: 100px;
	padding-bottom: 120px;
}
.goods-show .box .btn-box{
	margin: 33px auto;
	max-width: 400px;
}
.goods-show .box .btn-box .swiper-pagination-bullet{
	padding: 15px 0;
	width: 100px;
    border: 1px solid #CECECE;
    border-radius: 7px;
    margin: 0 15px;
    cursor: pointer;
    line-height: 9px;
    background-color: #fff;
    opacity: 1;
}
.goods-show .box .btn-box .swiper-pagination-bullet-active{
	color: #FFFFFF;
	background-color: #2575D1;
	border-color: #2575D1;
}
.goods-show .box .show-list .swiper-slide{
	justify-content: space-around;
}
.goods-show .box .show-list .swiper-slide .item p{
	font-size: 16px;
	margin-top: 20px;
}
.goods-show .box .show-list .icon-box{
	width: 40px;
}
.goods-show .box .show-list .icon-box .icon{
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    outline: none;
}
.joint{
	text-align: center;
	padding-top: 100px;
}
.joint .box{
	margin-top: 50px;
	padding-bottom: 180px;
}
.joint .item{
    box-shadow: 0 0px 15px 0 #DADADA;
    -webkit-box-shadow: 0 0px 15px 0 #DADADA;
    margin: 20px;
}
.joint .item p{
	padding: 40px 35px;
	line-height: 38px;
}
.joint .swiper-pagination {
	position: inherit;
	margin-top: 70px;
}
.joint .swiper-pagination .swiper-pagination-bullet{
	margin: 0 4px;
}
