/* WebKit browsers  */
.contact input::-webkit-input-placeholder {
    color: #637178;
	font-size: 16px;
}
/*  Mozilla Firefox 4-18使用伪类 */
.contact input:-moz-placeholder {
  color: #637178;
}
/* Mozilla Firefox 19+ 使用伪元素  */
.contact input::-moz-placeholder { 
  color: #637178;
}
/* IE10使用伪类 */
.contact input:-ms-input-placeholder {
  color: #637178;
}
.contact textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #637178;
}
.contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #637178;
}
.contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #637178;
}
.contact textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #637178;
}
.contact textarea:focus { oulilne:none; }
.inner-header{
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
}
.inner-header .container{
	padding: 15px 0;
}
.inner-header .logo{
	display: inline-block;
	width: 150px;
	height: 54px;
}
.inner-header .nav-list{
	float: right;
}
.inner-header .nav-list ul{
	display: flex;
}
.inner-header .nav-list a.inNav{
	font-size: 16px;
	color: #2d2f39;
	margin-left: 48px;
	display: inline-block;
	height: 54px;
	line-height: 52px;
	border-bottom: 2px solid transparent;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}
.inner-header .nav-list a.inNav:hover,
.inner-header .nav-list a.inNav.current{
	border-bottom: 2px solid #5282e3;
}
.inner-header-shadow{
	z-index: 999;
	/* position: relative; */
	-moz-box-shadow: 1px 3px 4px #ebebeb;
	-webkit-box-shadow: 1px 3px 4px #ebebeb;
	box-shadow: 1px 3px 4px #ebebeb;
}
.inner-banner{
	width: 100%;
	position: relative;
	margin-top: 84px;
}
.inner-banner .inner-banner-text{
	position: absolute;
	height: 100%;
	left: 50%;
	margin-left: -590px;
	top: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inner-banner .inner-banner-text.align-style h3{
	text-align: center;
}
.inner-banner .inner-banner-text h3{
	width: 100%;
	text-align: right;
	color: #FFFFFF;
	font-size: .36rem;
}
.inner-banner .inner-banner-text h3 p{
	font-size: .48rem;
	color: rgba(255,255,255,.5);
}
/*产品页面*/
.product-list{
	width: 100%;
}
.product-list .list-box{
	background: #FFFFFF;
}
.product-list .list-box.box-bg{
	background: #f2f4fa;
}
/* .product-list .list-box .list-item{
	display: flex;
	justify-content: space-between;
	padding: .55rem .45rem;
	align-items: center;
}
.product-list .list-box .list-item .item-text{
	width: 43.6%;
}
.product-list .list-box .list-item .item-text h6{
	font-size: 24px;
	color: #5282e3;
	font-family: "Helvetica";
	font-weight: lighter;
	margin-top: .2rem;
}
.product-list .list-box .list-item .item-text h4{
	font-size: 36px;
	color: #2d2f39;
	margin-top: .15rem;
}
.product-list .list-box .list-item .item-text .line{
	display: block;
	width: 135px;
	height: 4px;
	background: linear-gradient(to right,#5282e3 ,#80aaff); 
	margin: .2rem 0 .4rem 0;
}
.product-list .list-box .list-item .item-text p{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.product-list .list-box .list-item .more{
	display: block;
	width: 140px;
	height: 48px;
	border: 2px solid #5282E3;
	border-radius: 24px;
	font-size: 18px;
	color: #5282e3;
	text-align: center;
	line-height: 44px;
	margin-top: .65rem;
}
.product-list .list-box .list-item .item-img{
	width: 51%;
	max-width: 560px;
	align-items: center;
}
.product-list .list-box .list-item .item-img img{
	max-width: 100%;
	width: 100%;
}
.product-list .list-box .list-item .dtl-item{
	margin-bottom: .2rem;
}
.product-list .list-box .list-item .dtl-item strong{
	color: #2d2f39;
} */
/*产品详情*/
.inner-banner .detail-banner-text h3{
	text-align: left;
}
.inner-banner .detail-banner-text h3 p{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: normal;
}
.pro-title{
	font-weight: bold;
	font-size: 28px;
	color: #2D2F39;
	font-family: "PingFang SC Semibold","microsoft yahei";
}
.pro-title span{
	font-weight: normal;
	font-size: 18px;
	color: #637178;
	margin-left: 10px;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.product-detail{
	padding: .55rem 0 0 0;
}
.product-detail .pro-produce{
	margin: .4rem 0;
}
.product-detail .pro-produce p{
	font-size: 16px;
	color: #3f484c;
	line-height: 32px;
}
.product-detail .pro-produce img{
	max-width: 1180px;
	/* margin: .3rem 0; */
	width: 100%;
	display: block;
	margin: .3rem auto;
}
.product-detail .system-funct{
	padding: .55rem 0;
	background: #fafbff;
}
.product-detail .system-funct li{
	display: flex;
	margin-top: .4rem;
	justify-content: space-between;
	align-items: center;
}
.product-detail .system-funct li .img-box{
	/* width: 40.7%;
	max-width: 480px;
	max-height: 210px; */
	width: 65.7%;
	overflow: hidden;
}
.product-detail .system-funct li .img-box img{
	width: 100%;
}
.product-detail .system-funct li .text-box{
	/* width: 53.4%; */
	width: 30.4%;
}
.product-detail .system-funct li .text-box h5{
	font-size: 20px;
	margin-bottom: 15px;
}
.product-detail .system-funct li .text-box p{
	font-size: 16px;
	color: #3f484c;
	line-height: 32px;
}
.technology{
	padding: .55rem 0;
}
.technology .tech-box{
	display: flex;
	margin-top: .4rem;
}
.technology .left-tech{
	width: 100%;
	background: #80aaff;
	padding: .35rem;
}
.technology .right-tech{
	width: 75%;
	background: #5ce6e3;
	padding: .35rem;
	margin-left: .2rem;
}
.technology .tech-box h4{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: .25rem;
}
.technology .tech-box p{
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}
.superiority{
	padding: .55rem 0;
	background: #fafbff;
}
.superiority .sup-box{
	position: relative;
	margin-top: .4rem;
}
.superiority .swiper-wrapper{
	display: flex;
}
.superiority .swiper-slide{
	width: 32%;
	border: 2px solid #DEDEDE;
	background: #FFFFFF;
	padding: .45rem;
	min-height: 415px;
	height: 100%;
}
.superiority .swiper-slide h4{
	font-size: 20px;
	color: #80aaff;
	margin: .2rem 0 .4rem 0;
}
.superiority .swiper-slide p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.superiority .swiper-button-next:after, 
.superiority .swiper-container-rtl .swiper-button-prev:after,
.superiority .swiper-button-prev:after, 
.superiority .swiper-container-rtl .swiper-button-next:after{font-size: 32px;color: #999999;}
.cooperative{
	margin: .55rem auto;
}
.cooperative .swiper-slide{
	width: 23.5%;
	background: #FFFFFF;
	border-radius: 10px;
	padding: .6rem .2rem;
	-moz-box-shadow: 5px 5px 6px #e2e3ea;
	-webkit-box-shadow: 5px 5px 6px #e2e3ea;
	box-shadow: 5px 5px 6px #e2e3ea;
}
.cooperative .swiper-slide .slide-img{
	max-width: 210px;
	max-height: 45px;
	overflow: hidden;
	margin: auto;
}
.cooperative .swiper-slide .slide-img img{
	width: 100%;
}
.cooperative .swiper-container{
	padding: 20px 0;
}
.cooperative .swiper-pagination{
	position: static;
	margin-top: 10px;
}
.cooperative .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 3px;
}
.cooperative .swiper-pagination .swiper-pagination-bullet-active{
	width: 24px;
	border-radius: 6px;
	background: #80aaff;
}
.download{
	background: #fafbff;
	padding: .55rem 0;
}
.download .down-list{
	margin-top: .45rem;
}
.download .down-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download .down-list ul li{
	width: 49%;
	background: #FFFFFF;
	padding: .1rem .2rem;
	margin-bottom: .2rem;
	display: flex;
	justify-content: space-between;
	line-height: 32px;
}
.download .down-list ul li a{
	background: url(../img/download.png) left center no-repeat;
	font-size: 16px;
	color: #666666;
	padding-left: 40px;
	transition: all .4s ease;
}
.download .down-list ul li a:hover{
	color: #5282E3;
}
.download .down-list ul li span{
	font-size: 14px;
	color: #999999;
}
/*新闻*/
.news{
	
}
.news .news-tab{
	background: rgba(255,255,255,.2);
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	margin-top: -.6rem;
	font-size: 18px;
	color: #FFFFFF;
	z-index: 99;
	position: relative;
	text-align: center;
}
.news .news-tab a{
	color: #FFFFFF;
	padding: 0 .4rem;
}
.news .news-tab a:hover,
.news .news-tab a.current{
	color: #5282E3;
}
.news .news-box{
	padding: .58rem 0 0 0;
	display: none;
}
.news .news-box.current{
	display: block;
}
.news .news-box ul{
	display: flex;
    width: calc(100% + 20px);
	flex-wrap: wrap;
}
.news .news-box ul li{
	width: 23%;
	margin: 0 20px 20px 0;
	
}
.news .news-box ul li .new-pic{
	max-width: 280px;
	max-height: 200px;
	border-radius: 5px;
	overflow: hidden;
}
.news .news-box ul li .new-pic img{
	width: 100%;
	border-radius: 5px;
	transition: all .4s ease;
}
.news .news-box ul li:hover .new-pic img{
	transform: scale(1.1);
}
.news .news-box ul li .new-text{
	margin-top: -3px;
	border: 1px solid #e5e9eb;
	border-top: none;
	padding: .3rem .25rem;
}
.news .news-box ul li .new-text h4{
	font-size: 18px;
	text-align: center;
	font-family: "PingFang SC Medium","microsoft yahei";
	color: #2d2f39;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news .news-box ul li .new-text h4 a{
	color: #2D2F39;
	transition: all .4s ease;
}
.news .news-box ul li .new-text h4 a:hover{
	color: #5282E3;
}
.news .news-box ul li .new-text span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 14px;
	color: #7d9099;
	padding: .15rem 0;
}
.news .news-box ul li .new-text p{
	font-size: 14px;
	text-align: center;
	color: #637178;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
/*新闻详情*/
.news-detail{
	background: #f5f5f5;
	padding: 0 0 .55rem 0;
	margin-top: 84px;
}
.news-detail .news-tab{
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px -5px #eee;
	-webkit-box-shadow: 0px 1px 10px -5px #eee;
	-moz-box-shadow: 0px 1px 10px -5px #eee;
	font-size: 18px;
	color: #2D2F39;
}
.news-detail .news-tab a{
	margin: 0 .35rem;
	color: #2d2f39;
}
.news-detail .news-tab a.current{
	color: #5282e3;
}
.news-detail .container{
	background: #FFFFFF;
	padding: .3rem;
	margin: .35rem auto 0;
}
.news-detail .news-title{
	font-size: 24px;
	color: #2D2F39;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.news-detail .detail-tip{
	display: flex;
	margin: .25rem 0;
}
.news-detail .detail-tip span{
	display: inline-block;
	font-size: 16px;
	color: #3f484c;
	font-family: "PingFang SC Regular","microsoft yahei";
	padding-left: 28px;
	margin-right: .45rem;
}
.news-detail .detail-tip span.item{
	background: url(../img/news/icon.png) left center no-repeat;
}
.news-detail .detail-tip span.item01{
	background: url(../img/news/icon-time.png) left center no-repeat;
}
.news-detail .detail-text{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: .48rem 0;
}
.news-detail .detail-text p{
	font-size: 16px;
	color: #637178;
	line-height: 26px;
	font-family: "PingFang SC Regular","microsoft yahei";
	margin-bottom: .2rem;
}
.news-detail .detail-text img{
	max-width: 1180px;
	width: 100%;
	display: block;
	margin: auto;
	/* margin: .3rem auto; */
}
.news-detail .other-news{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .15rem;
}
.news-detail .other-news a{
	display: block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #3f484c;
}
.news-detail .other-news a.next-new{
	text-align: right;
}
/*加入我们*/
.join{
	background: #F5F5F5;
	padding: .55rem 0;
	margin-top: 84px;
}
.join .join-list{
	background: #FFFFFF;
	padding: 0 .3rem;
}
.join .join-list li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DEDEDE;
	padding: .3rem 0;
	align-items: center;
}
.join .join-list li:last-child{
	border-bottom: none;
}
.join .join-list li .job-descript{
	width: 84.8%;
}
.join .join-list li h4 a,
.join .join-detail .detail-top h4{
	color: #2d2f39;
	font-weight: normal;
	font-size: 20px;
	font-family: "PingFang SC Regular","microsoft yahei";
	transition: all .4s ease;
}
.join .join-list li h4 a:hover{
	color: #5282E3;
}
.join .join-list li .job-detail{
	display: flex;
	justify-content: space-between;
	margin-top: .15rem;
}
.join .join-list li .job-detail .wage,
.join .join-detail .detail-top .wage{
	font-size: 32px;
	color: #5282e3;
	font-family: "DIN Alternate";
}
.join .join-list li .job-detail .wage span,
.join .join-detail .detail-top .wage span{
	font-size: 16px;
	color: #2d2f39;
	margin-left: 8px;
}
.join .join-list li .job-detail .education,
.join .join-detail .detail-top .education{
	font-size: 16px;
	color: #637178;
	font-family: "PingFang SC Light","microsoft yahei";
	margin-top: 10px;
}
.join .join-list li .job-detail .education span,
.join .join-detail .detail-top .education span{

	padding: 0 .2rem;
}
.join .join-list li .apply-btn,
.join .join-detail .detail-top .apply-btn{
	width: 110px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #5282E3;
	color: #FFFFFF;
	font-family: "PingFang SC Regular","microsoft yahei";
	border-radius: 20px;
	font-size: 16px;
}
/*加入我们详情*/
.join .join-detail{
	background: #FFFFFF;
	padding: .3rem;
}
.join .join-detail .detail-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: .3rem;
}
.join .join-detail .detail-top .wage{
	padding: .15rem 0 .25rem 0;
}
.join .join-detail .detail-top .education span:first-child{
	padding-left: 0;
}
.join .responsibility{
	margin: .35rem 0 .6rem 0;
}
.join .responsibility h5{
	font-size: 20px;
	color: #2d2f39;
	font-weight: normal;
	font-family: "PingFang SC Medium","microsoft yahei";
}
.join .responsibility p{
	font-size: 16px;
	color: #637178;
	line-height: 26px;
}
/*解决方案*/
.solution .list-box .list-item .item-text h4{
	font-size: 20px;
	color: #2d2f39;
	margin-bottom: .35rem;
}
.solution .list-box .list-item .item-img{
	max-width: 404px;
	max-height: 280px;
	width: 36.2%;
}
.solution .list-box .list-item .item-text{
	width: 60%;
}
/*服务*/
.service{
	
}
.service .service-tab{
	background: rgba(255,255,255,.2);
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	margin-top: -.6rem;
	font-size: 18px;
	color: #FFFFFF;
	z-index: 9;
	position: relative;
	text-align: center;
}
.service .service-tab a{
	color: #FFFFFF;
	margin: 0 .1rem;
	transition: all .4s ease;
	display: inline-block;
	padding: 0 .3rem;
}
.service .service-tab a:hover,
.service .service-tab a.current{
	background: #5282E3;
	color: #FFFFFF;
	/* padding: 0 .3rem; */
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.service .container{
	padding: .55rem 0;
}
.service .service-tab .container{
	padding: 0;
}
.service .service-content{
	display: none;
}
.service .service-content.current{
	display: block;
}

.service .service-content p{
	font-size: 16px;
	color: #637178;
	line-height: 36px;
	margin-bottom: .2rem;
}
.service .service-content .text-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: .4rem;
}
.service .service-content .text-box .text-con{
	width: 51%;
}
.service .service-content .text-box .img{
	display: flex;
	width: 42%;
	justify-content: space-between;
}
.service .service-content .text-box .img01{
	width: 42%;
}
.service .service-content .text-box .img01 img{
	width: 100%;
}
.service .service-content .text-box .img h6{
	text-align: center;
	font-size: 18px;
	color: #637178;
	margin-top: .15rem;
}
/*联系*/
.contact{
	padding: .55rem 0 .75rem 0;
}
.contact .contact-way{
	margin: .5rem 0 .9rem 0;
}
.contact .contact-way ul{
	display: flex;
	justify-content: space-between;
}
.contact .contact-way ul li{
	width: 20%;
	text-align: center;
}
.contact .contact-way ul li .icon{
	width: 60px;
	height: 60px;
	margin: auto;
}
.contact .contact-way ul li .icon img{
	width: 100%;
}
.contact .contact-way ul li h4{
	font-size: 18px;
	color: #2d2f39;
	margin-top: .18rem;
}
.contact .contact-way ul li p{
	font-size: 16px;
	color: #637178;
	font-family: "PingFang SC Regular","microsoft yahei";
	line-height: 26px;
}
.tip_out{
	position: relative;
}
.tip{
	position: absolute;
	left: -28px;
	bottom: 0;
	background: url(../img/address-icon.png) center center no-repeat;
	width: 40px;
	height: 40px;
}
.contact .message{
	background: #f7f8fb;
	margin: .6rem auto 0;
	padding: .5rem;
	position: relative;
}
.contact .message .inp-box{
	width: 74.5%;
	margin: .68rem auto 0;
}
.contact .message .inp-box .inp-con{
	display: flex;
	justify-content: space-between;
	margin-bottom: .3rem;
}
.contact .message .inp-box .inp-con input{
	height: 48px;
	line-height: 46px;
	border: 1px solid #b8bbcc;
	border-radius: 24px;
	font-size: 16px;
	padding: 0 .15rem;
}
.contact .message .inp-box .inp-con input.name,
.contact .message .inp-box .inp-con input.tel,
.contact .message .inp-box .inp-con input.email{
	width: 48%;
}
.contact .message .inp-box .inp-con input.company,
.contact .message .inp-box .inp-con input.job{
	width: 23%;
}
.contact .message .inp-box .inp-con textarea{
	border: 1px solid #b8bbcc;
	padding: .15rem;
	border-radius: 10px;
	font-size: 16px;
	width: 100%;
	resize: none;
}
.contact .message .submit-btn{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: linear-gradient(to right,#5282e3 ,#80aaff);
	border-radius: 25px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: -24px;
}
/*关于我们*/
.about{
	padding: .55rem 0;
}
.about .produce h3{
	font-size: 32px;
	color: #2D2F39;
	font-family: "PingFang SC Medium","microsoft yahei";
	font-weight: normal;
}
.about .produce h3 span{
	font-size: 16px;
	color: #637178;
	margin-left: .2rem;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.about .produce .pro-text p{
	font-size: 16px;
	line-height: 36px;
	color: #637178;
	margin-top: .2rem;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.about .produce .deli-advantage{
	margin-top: .35rem;
	display: flex;
	justify-content: space-between;
}
.about .produce .deli-advantage li{
	display: flex;
	width: 33%;
	align-items: center;
}
.about .produce .deli-advantage li .adv-img{
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
}
.about .produce .deli-advantage li .adv-img img{
	width: 100%;
}
.about .produce .deli-advantage li .adv-text{
	margin-left: .2rem;
}
.about .produce .deli-advantage li .adv-text h4{
	font-size: 18px;
	color: #000000;
	font-family: "PingFang SC Medium","microsoft yahei";
}
.about .produce .deli-advantage li .adv-text p{
	font-size: 16px;
	color: #637178;
	margin-top: .1rem;
}
.about .qualification{
	background: #f2f4fa;
	padding: .55rem 0;
	margin-top: .65rem;
}
.about .title{
	font-family: "PingFang SC Semibold","microsoft yahei";
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 5px 5px 6px #dedede;
}
.about .title h3{
	text-shadow: none;
}
.about .qualification-box{
	position: relative;
	margin-top: .55rem;
}
.about .qualification-box .swiper-slide{
	background: #FFFFFF;
	padding: 10px;
	width: 23.5%;
}
.about .qualification-box .swiper-slide img{
	width: 100%;
}
.swiper-button-next, .swiper-button-prev{
	background: none;
}
.swiper-button-next{
	right: -30px;
}
.swiper-button-prev{
	left: -40px;
}
.about .history{
	padding: .55rem 0;
}
.about .history-box{
	position: relative;
	margin: 1rem 0 0 0;
}
.about .history-box .line{
	position: absolute;
	left: 50%;
	width: 2px;
	/* height: 100%; */
	background: #5282e3;
	top: -57px;
	z-index: 10;
	margin-left: -1px;
	bottom: -40px;
}
.about .history-box .timeline{
	position: relative;
	z-index: 20;
}
.about .history-box .timeline .timeline-box{
	/* width: 590px;
	float: right;
	display: flex; */
	display: flex;
	margin-left: 50%;
	margin-top: 40px;
}
.about .history-box .timeline .timeline-box.style01{
	margin-right: 50%;
	margin-left: 0;
	text-align: right;
}
.about .history-box .timeline .timeline-node{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #5282e3;
	margin-left: -8px;
	position: absolute;
	/* left: 50%; */
}
.about .history-box .timeline .timeline-box.style01 .timeline-node{
	left: 100%;
}
.about .history-box .timeline .timeline-node span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #5282E3;
	margin: 2px auto 0;
}
.about .history-box .timeline .timeline-text{
	margin-top: -28px;
	width: 100%;
}
.about .history-box .timeline .timeline-text span{
	display: block;
	font-size: 18px;
	color: #2D2F39;
	font-family: "PingFang SC Medium","microsoft yahei";
	font-weight: 500;
	height: 36px;
	line-height: 36px;
	margin-left: 36px;
}
.about .history-box .timeline .timeline-text h5{
	font-size: 18px;
	color: #2D2F39;
	font-family: "PingFang SC Regular","microsoft yahei";
	font-weight: normal;
	margin: 20px 0 0 10px;
}
.about .history-box .timeline .timeline-text p{
	font-size: 16px;
	color: #637178;
	line-height: 32px;
	margin: 10px 10px 0 0;
}
.about .history-box .timeline .timeline-text .text-line{
	width: 156px;
	height: 2px;
	background: #5282E3;
	position: absolute;
}
.about .history-box .timeline .timeline-box.style01 .text-line{
	right: 0;
}
.about .history-box .timeline .timeline-text .text-line span{
	display: block;
	width: 8px;
	height: 8px;
	background: #5282E3;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 33;
}
.about .history-box .timeline .timeline-box.style01 .text-line span{
	left: -43px;
	right: auto;
}
.about .history-box .timeline .timeline-box.style01 .timeline-text span{
	margin-right: 35px;
}
.about .history-box .timeline .timeline-box.style01 .timeline-text h5{
	margin-right: 10px;
}
.about .history-more{
	display: block;
	width: 12%;
	background: linear-gradient(to right,#5282e3 ,#80aaff);
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 40px auto 0;
	cursor: pointer;
}
.service .container li,ol,ul {
	list-style: decimal;
}