div,button,p,a,img,ul,ol,li,dl,dt,dd,body,header,section,footer,nav,textarea,h1,h2,h3,h4,h5,h6 {margin: 0;  padding: 0;  border: 0;  list-style: none; outline:none;}
input{outline:none;-webkit-appearance:none;border: none;}
body { color: #333;  font-size: 12px;  font-family: "微软雅黑";}
select,option,input,textarea,button{font-family: "微软雅黑";}
a {  font-size: 12px;  color: #333;  font-family: "微软雅黑";  text-decoration: none;}
a:hover{ text-decoration: none; color: #333; }

.overflow{
	overflow: hidden;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.phone{
	display: none;
}
.mt-70{
	margin-top: 70px;
}

/*indexbegin*/
.nav{
	-webkit-box-shadow: 0px 1px 7px #b1b1b1;
	-moz-box-shadow: 0px 1px 7px #b1b1b1;
	box-shadow: 0px 1px 7px #b1b1b1;
}
.nav-con{
	height: 80px;
}
.logo{
	height: 80px;
	line-height: 60px;
}
.nav-list{
	position: relative;
	width: 80%;
	line-height: 80px;
	display: -webkit-flex;
	display: flex;
}
.sub-nav{
    position: absolute;
    left: 0;
    padding-left: 50px;
    width: 100%;
    background: #fff ;
    background-size: contain;
    text-align: left;
    border-top: 1px solid #ccc;
    z-index: 3;
    display: none;
}/*url(../images/sub-nav-bg-01.png) no-repeat top right*/
.nav-list li{
	text-align: center;
	flex: 1;
}
.nav-list a{
	padding: 10px;
	font-size: 17px;
}
.sub-nav-link{
	width: 80%;
}
.sub-nav a{
	padding: 10px 30px;
}
.nav-list a:link{
	color: #333;
	text-decoration: none;
}
.nav-list a:hover,.nav-list .current>a{
	color: #29b3ea;
	border-bottom: 2px solid #29b3ea;
}
.sub-nav-bg-1{
    position: absolute;
    right: 100px;
    top: 0;
    z-index: -1;
}
.footer{
	/*margin-top: 50px;*/
	padding-bottom: 20px;
	min-height: 270px;
	background: #333 url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}
.footer-con>div{
	float: left;
}
.footer-list{
	margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 60%;
    border-right: 1px solid #666;
    display: -webkit-flex;
    display: flex;
}
.footer-list div{
	text-align: center;
	flex: 1;
}
.footer-list>div>p,.footer-contact p{
    margin-bottom: 15px;
	color: #fff;    
	font-size: 18px;
}
.footer-list>div a,.footer-contact a{
    line-height: 40px;
	color: #999;
    font-size: 15px;
}
.footer-list>div a:hover,.footer-contact a:hover{
	color: #fff;
}
.footer-list>div a:link,.footer-contact a:link{
	text-decoration: none;
}
.qrcode{
    margin-top: 30px;
    padding: 10px 20px;
    width: 20%;
    color: #666;
    font-size: 19px;
    border-right: 1px solid #666;
    text-align: center;
}
.qrcode p{
	margin-top: 20px;
}
.footer-contact{
	padding-top: 40px;
	width: 20%;
	text-align: center;
}
.footer-contact ul{
	text-align: left;
}
.footer-contact li{
	padding-left: 40px;
}
.footer-contact i{
	margin-right: 15px;
}
.footer-contact li:nth-of-type(2) a{
	display: flex;
	display: -webkit-flex;
}
.nav-btn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.nav-btn i{
	font-size: 40px;
}
.p-nav-list{
    position: relative;
    width: 60%;
}
.p-nav-list ul{
	position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    right: 0;
    top: 60px;
    background: #333;
    line-height: 55px;
    display: none;
}
.p-nav-list ul a{
	width: 100%;
 	font-size: 18px;
 	color: #fff;
 	display: inline-block;
}   
.p-nav-list ul a:hover{
  	color: #35C1FE;
}
.p-nav-list li{
	border-bottom: 1px solid #464646;
	cursor: pointer;
}
.p-sub-nav{
	background: #4c4c4c;
	display: none;
}
.p-sub-nav a{
	display: block;
    border-bottom: 1px solid #5D5D5D;
}
.p-sub-nav a:last-of-type{
	border-bottom: none;
}
.p-list{
	position: relative;
}
.p-list .icon-down-trangle-copy{
	position: absolute;
	right: 5%;
	color: #fff;
}
.feature{
	margin-top: 60px;
	text-align: center;
}
.p-service .title,.about .title{
	position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 30%;
    text-align: center;
    font-size: 40px;
    color: #2d8efb;   
    border-bottom: 1px dashed #c3c3c3;
}
.about .title{
    padding-bottom: 0;
}
.p-service .sub-title,.about .sub-title{
    margin-top: 9px;
    font-size: 16px;
    font-weight: lighter;
}
.p-decoration{
	position: absolute;
    bottom: -10px;
    width: 25px;
    height: 20px;
    background: #fff url(../images/index/index-5.png) no-repeat top center;
    background-size: cover;
    left: 50%;
    margin-left: -10px;
}
.p-service .product{
	margin-top: 50px;
}
.product>div{
	margin-bottom: 30px;
	text-align: center;
	transition: all .5s; 
}
.product>div:hover{
    margin-top: -20px;
}
.indexpage .about{
	margin-top: 30px;
    padding-top: 20px;
	background: url(../images/index/about-bg.png) no-repeat top center;
	background-size: cover;
}
.indexpage .about .title{
	color: #fff;
	border: none;
}
.about-decrible{
	color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.about-img .row{
	text-align: center;
}
.about-img .row>div:nth-of-type(1){
	margin-top: 40px;
}
.about-img .row>div:nth-of-type(2){
	margin-top: 200px;
}
.about-img .row>div:nth-of-type(4){
	margin-top: 150px;
}
.about-img{
	margin: 20px 0;
}
/*indexpage .intro{
	padding: 0;
}*/
@media only screen and (min-width:768px ) {
	.p-nav-list{
		display: none;
	}
}
@media only screen and (max-width: 768px ) {
	.nav-list{
		display: none;
	}
	.nav-con{
		height: 60px;
	}
	.logo{
		height: 60px;
		line-height: 40px;
	}
	.nav-btn{
	    top: 6px;
	}
	.pc{
		display: none;
	}
	.phone{
		display: block;
	}
	.footer-con>div{
		float: inherit;
		border-right: none;
	}
	.qrcode{
	    margin: 40px auto 0;
		width: 50%;
	}
	.qrcode p{
		font-size: 18px;
	}
	.footer-list{
		width: 100%;
	}
	.footer-contact{
		width: 100%;
	}
	.footer-contact li{
		padding-left: 6%;
	}
	.footer-contact{
		padding-top: 40px;
	}
	.footer-list{
		margin-top: 30px;
		padding-bottom: 0;
	}
	.feature{
		margin-top: 20px;
	}
	.feature img{
		width: 100%;
	}
	.feature .row>div{
		margin-bottom: 20px;
	}
	.p-service .title,.about .title{
		padding-bottom: 20px;
		width: 60%;
		font-size: 30px;
	}
	.p-decoration{
		width: 20px;
		height: 16px;
	}
	.p-service{
		margin-top: 25px;
	}
	.indexpage .about{
		padding-top: 30px;
	}
	.about .sub-title{
		margin-top: 0;
	}
	.about-img .row>div{
		height: 150px;
	}
	.about-img .row>div:nth-of-type(2) {
	    margin-top: 110px;
	}
	.about-img .row>div:nth-of-type(4) {
	    margin-top: 80px;
	}
	.about-img{
		margin: 20px 0;
	}
	.product>div:hover{
	    margin-top: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.nav-list a{
		font-size: 14px;
	}	
}
/*indexend*/
/*erppagebegin*/
.system{
	padding: 50px 0;
}
.erp .chart .title{
	text-align: center;
}
.erp .chart  .title>p{
	font-size: 30px;
}
.erp .chart  .title>p:nth-of-type(2){
	font-size: 15px;
	color: #ccc;
}
.erp .chart{
	background: #f6f5f0;
}
.system .row>div{
	/*padding: 60px 0;*/
	padding: 15px 0;
}
.advantage{
	padding: 30px 0;
	background: url(../images/erp/a-bg.png) no-repeat top center;
	background-size: cover;
}
.advantage .title{
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.advantage .title p:nth-of-type(2){
    margin-top: 5px;
	font-size: 16px;
	font-weight: lighter;
}
.advantage .title span{
    margin-right: 60px;
    margin-left: 20px;
    width: 70px;
    height: 9px;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.advantage .row>div{
	padding: 10px 0;
}
.client{
	padding: 50px 0;
}
.client p{
	padding-bottom: 30px;
	text-align: center;
	font-size: 35px;
}
.client ul{
	display: flex;
	display: -webkit-flex;
}
.client li{
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.client ul:nth-of-type(1) li{
	border-width: 1px 0 0 1px;
}
.client ul:nth-of-type(2) li{
	border-width: 1px 0 1px 1px;
}
.client ul li:last-child{
	border-right: 1px solid #ccc;
}
.dot{
	display: -webkit-flex;
	display: flex;
}
.dot li{
	margin: 0 10px;
	width: 5px;
	height: 5px;
	background: #ccc;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/*flex: 1;*/
}
.chart ul:nth-of-type(1){
	padding: 20px 0 40px;
}
.chart ul:nth-of-type(1) li{
	/*margin: 0 5px;*/
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	float: left;
	color: #2da8ef;
	cursor: pointer;
}
.chart ul:nth-of-type(1)  li.current{
    color: #fff;
    background: #2da8ef;
    border-radius: 50px;
}
.chart ul:nth-of-type(2){
	text-align: center;
	overflow: hidden;
}
.chart ul:nth-of-type(2) li{
	padding: 60px 0;
	display: none;
}
.chart ul:nth-of-type(2) li.current{
	display: block;
}
@media only screen and (max-width: 768px) {
	.system{
	    padding: 20px 0;
	}
	.system .row>div{
		padding: 10px 0;
	}	
	.system .title>p{
		font-size: 18px;
	}
	.system .title>p:nth-of-type(2){
		font-size: 12px;
	}
	.advantage{
		padding: 20px 0;
	}
	.advantage .row>div {
	    padding: 20px 0;
	}
	.advantage .title{
		font-size: 25px;
	}
	.advantage .title p:nth-of-type(2){
		margin-top: 0;
		font-size: 13px;
	}
	.advantage .title span{
	    margin-right: 35px;
    	margin-left: 10px;
		width: 50px;
   		height: 5px;
	}
	.client {
	    padding: 20px 0;
	}
	.client p{
		padding-bottom: 10px;
		font-size: 25px;
	}
	.erp .chart{
		padding: 10px 0;
	}
	.erp .chart  .title>p{
		font-size: 18px;
	}
	.erp .chart  .title>p:nth-of-type(2){
		font-size: 12px;
	}
	.erp .chart .row{
		margin-top: 0;
	}
	.erp .chart ul:nth-of-type(1){
		padding: 15px 0 0;
	}
	.chart ul:nth-of-type(2) li{
		padding: 30px 0;
	}
	.chart ul:nth-of-type(1) li{
	    padding: 8px 14px;
   	    font-size: 13px;
	}
}
/*erppageend*/
/*crmpagebegin*/
.com-question,.link,.pro-adv{
	padding: 50px 0;
}
.pro-adv{
	background: #FDF9F9;
}
.link{
	background:linear-gradient(to top, #3c83f1 0%, #13ccfd 100%);
}
.com-question .title,.link .title,.pro-adv .title{
	text-align: center;
	font-size: 30px;
}
.com-question .title p:nth-of-type(2),
.link .title p:nth-of-type(2),
.pro-adv .title p:nth-of-type(2){
	font-size: 18px;
	color: #ccc;
	font-weight: lighter;
}
.link .title{
	color: #fff;
}
.link .title p:nth-of-type(2){
	color: #fff;
}
.com-question .title p:nth-of-type(2) span,
.link .title p:nth-of-type(2) span,
.pro-adv .title p:nth-of-type(2) span{
	margin: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	display: inline-block;
}
.link .title p:nth-of-type(2) span{
	background: #fff;
}
.com-question .row>div,.link .row>div,.pro-adv .row>div{
	padding: 20px 0;
	text-align: center;
}
.pro-adv .row>div{
	position: relative;
	padding: 30px 0;
}
.pro-adv .row{
	margin-top: 30px;
}
.pro-adv .row>div{
	border-bottom: 1px dashed #ccc;
}
.pro-adv .row>div:last-child{
	border-bottom: none;
}
@media only screen and (max-width: 768px) {
	.com-question, 
	.link, .pro-adv
	{
		padding: 20px 0;
	}
	.com-question .title, 
	.link .title, 
	.pro-adv .title
	{
		font-size: 18px;
	}
	.com-question .title p:nth-of-type(2),
	.link .title p:nth-of-type(2), 
	.pro-adv .title p:nth-of-type(2)
	{
		font-size: 12px;
		font-weight: normal;
	}.com-question .title p:nth-of-type(2) span, 
	.link .title p:nth-of-type(2) span, 
	.pro-adv .title p:nth-of-type(2) span
	{
		width: 3px;
		height: 3px;
	}
	.pro-adv .row{
		margin-top: 10px;
	}
	.pro-adv .row>div{
		padding: 10px 0;
	}
	.pro-adv .row>div:nth-of-type(2){
		padding: 20px 0;
	}
	
}
/*crm page end*/
/*service page begin*/
.service-con{
	margin: 50px 0;
}
.service-con .row>div{
	padding: 13px 0;
	text-align: center;
}
.service-con .row>div:last-of-type{
	padding-top: 60px;
}
@media only screen and (max-width: 768px) {
	.service-con{
		margin: 20px 0;
	}
	.service-con .row>div{
		padding: 10px 0;
	}
	.service-con .row>div:last-of-type{
		padding-top: 20px;
	}
}
/*sercive page end*/
/*personality page begin*/
.chart{
	padding: 50px 0;
}
.personality .chart p{
	text-align: center;
	font-size: 30px;
}
.chart .title span{
	margin-left: 20px;
	font-size: 23px;
	font-weight: lighter;
	color: #999;
}
.personality .chart .row{
	margin-top: 50px;
	text-align: center;
}
.personality .advantage{
	background: #f5f5f5;
}
.personality .advantage .title{
	color: #333;
}
.personality .advantage .row{
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.chart .row img{
		width: 100%;
	}
	.chart {
	    padding: 30px 0;
	}
	.chart p {
	    font-size: 18px;
	}
	.chart .title span {
	    margin-left: 9px;
	    font-size: 13px;
	}
	.chart .row {
	    margin-top: 20px;
	}
	.personality .advantage .title {
	    font-size: 18px;
	}
	.personality .advantage .row>div{
		padding: 0;
	}
}
/*personality page end*/
/*about page begin*/
.about .intro{
	padding: 50px 0;	
}
.about .footer .intro{
	padding: 0;
}
.about .intro .title{
	position: relative;
	color: #333;
	border-bottom: none;
}
.about .title p{
	margin-bottom: 7px;
}
.about .title ul{
	position: absolute;
    left: 50%;
    margin-left: -98px;
}
.about .title li{
	margin: 0 5px;
	width: 5px;
    height: 5px;
    background: #666;
    transform: rotate(45deg);
    float: left;
}
.intro-con{
	text-align: center;
}
.intro-con h3{
	margin-top: 30px;
}  
.intro-con p{
    margin-top: 15px;
    margin-bottom: 40px;
	text-align: left;
    line-height: 30px;
    color: #999;
	font-size: 17px;
}
.intro .row>div,.time .row>div{
	text-align: center;
}
.time{
    margin-top: 50px;
    padding: 100px 0;
	background: #f2f7f9;
}
@media only screen and (max-width: 768px) {
	.intro img,.time img{
		width: 100%;
	}
	/*.time img{
		margin-left: -35px;
	}*/
	.about .intro {
	    padding: 20px 0;
	}
	.about .footer .intro{
		padding: 0;
	}
	.intro-con h3 {
	    margin-top: 10px;
        font-size: 18px;
	}
	.intro-con p{
	    margin-bottom: 20px;
		font-size: 14px;
		line-height: 23px;
	}
	.time {
	    margin-top: 10px;
	    padding: 40px 0;
	}
	.about .title ul{
		margin-left: -85px;
	}
	.about .title li{
		width: 3px;
		height: 3px;
	}
	.about .title p{
		font-size: 25px;
	}
}
/*about end begin*/
/*honor page begin*/
.honor-pic{
	background: #fff;
}
.honorpage .intro{
	padding-bottom: 0;
}
.honorpage .time{
	margin: :;;
	padding: 0;
	margin-bottom: 70px;
}
.honor-pic p{
	color: #999;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.honor-pic img{
	margin-top: 70px;
}
@media only screen and (max-width: 768px) {
	.honor-pic p{
		text-align: left;
	}
	.honorpage .time img{
		margin-left:0 ;
	}
	.honor-pic img{
		margin-top: 20px;
	}
	.honorpage .time{
		margin: 0 0 30px;
	}
	.honor-pic p{
		font-size: 13px;
		line-height: 20px;
	}
}
/*honor page end*/
/*contact page begin*/
.contact-con .row{
	margin-top: 100px;
}
.contact-con .phone-num{
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    width: 80%;
    height: 300px;
    border: 1px solid #ccc;
}
.con-icon,.color-icon{
	position: absolute;
}
.con-icon{
    width: 100px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50px 50px 0 0;
    left: 50%;
    border-bottom: none;
    margin-left: -50px;
    top: -50px;
    background: #fff;
}
.color-icon {
    width: 80px;
    height: 80px;
    background: #81dd14;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgb(158, 158, 158);
    left: 50%;
    margin-left: -40px;
    top: -40px;
}
.mail-icon{
	background: #f75252;	
}
.qq-icon{
	background: #26baeb;
}
.color-icon i{
	font-size: 40px;
}
.phone-num p:nth-of-type(1){
	font-size: 20px;
	font-weight: lighter;
}
.phone-num p:nth-of-type(2){
    margin-top: 40px;
    font-size: 25px;
    color: #333;
}
.customer{
    margin: 0 auto;
	margin-top: 20px;
    padding: 10px;
	width: 70%;
    text-align: center;
    background: #179de3 url(../images/qq.png) no-repeat 8px center;
    background-size: 20px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.slide .customer{
    margin-top: 10px;
    padding: 8px;
    width: 80%;
    font-size: 14px;
    background-size: 16px;
}
.customer-service .customer{
    background: #179de3 url(../images/qq.png) no-repeat 20px center;
    background-size: 20px;
}
.map{
	padding-top: 50px;
	/*background: #1265ba;*/
	background:linear-gradient(to top, #3c83f1 0%, #13ccfd 100%);
}
.map .title{
	color: #fff;
	border-bottom: none;
}
.map .title p:nth-of-type(1){
	color: #fff;
}
.map .title p:nth-of-type(2){
	font-size: 18px;
    font-weight: lighter;
}
.map-con{
	text-align: center;
    color: #fff;
    font-size: 18px;
}
.map-con span{
	margin: 0 20px;
}
.map-con span:nth-of-type(2){
	margin-left: 5px;
}
.map-con .location{
	margin: 0;
	width: 15px;
	height: 20px;
	background: url(../images/about/locate.png) no-repeat;
	background-size: cover;
	display: inline-block;
}
.locate{
	margin: 20px 0 80px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.contact-con .row{
		margin-top: 70px;
	}
	.contact-con p{
		text-align: center;
	}
	.contact-con .phone-num{
	    margin-bottom: 70px;
		padding-top: 70px;
	    height: 240px;
	}
	.honorpage .contact-con{
		margin: 0;
	}
	.map .title p:nth-of-type(2){
		font-size: 14px;
	}
	.map{
		padding-top: 30px;
	}
	.map-con{
		font-size: 14px;
	}
	.map-con .location{
	    width: 12px;
   		height: 16px;
	}
	.map-con span{
		margin: 0 3px;
	}
	.locate{
		margin: 20px 0 40px;
	}
	.locate img{
		width: 100%;
	}
}
/*contact page end*/
/*fenxiao page begin*/
.system-function{
	padding-bottom: 40px;
	text-align: center;
	font-size: 25px;
}
.system-function span{
	margin-left: 15px;
	font-size: 16px;
	color: #999;
}
.pro-feature .title{
    text-align: center;
    position: relative;
    height: 75px;
    font-size: 19px;
    width: 30%;
    margin: 0 auto 30px;
}
.pro-feature .title>p:nth-of-type(1){
	font-size: 30px;
    /*position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    z-index: 1;*/
}
/*.pro-feature .title>p.distribute{
	width: 130px;
    margin-left: -65px;
}*/
.pro-feature .title>p:nth-of-type(2){
    /*position: absolute;
    left: 50%;
    margin-left: -96px;
    top: 44px;
    z-index: 1;
    width: 192px;*/
   text-align: center;
}
.pro-feature .title>p span{
	padding: 0 20px;
	background: #fff;
}
.pro-feature .title>p:nth-of-type(2) span{
	font-weight: lighter;
	color: #999;
}
.pro-feature .title .frame{
    width: 80%;
    display: inline-block;
    border: 2px solid #373737;
    height: 53%;
    position: absolute;
    top: 20px;
    left: 31px;
    z-index: -1;
}
.content .row>div{
	text-align: center;
}
.pro-feature{
	margin: 30px 0;
	padding: 20px 0;
}
.pro-feature .row>div{
	text-align: center;
}
.pro-feature .row>div i{
	font-size: 40px;
}
.pro-feature .row>div i.blue{
	color: #1366d6;
}
.pro-feature .row>div i.white{
	color: #fff;
}
.pro-feature .row>div p:nth-of-type(1){
    margin-top: 20px;
	font-size: 22px;
}
.pro-feature .row>div p:nth-of-type(2){
    margin-top: 5px;
    font-size: 16px;
    color: #999;
    font-weight: lighter;
}
.order{
	padding-bottom: 90px;
	padding-top: 50px;
	background: #333 url(../images/disturitor/f-1.png) no-repeat center 310px;
	color: #fff;
}
.distribution-bg{
	background: #1b6bd7 url(../images/disturitor/f-2.png) no-repeat center bottom;
	background-size: contain;
}
.order .title>p span{
	background: #333;
}
.distribution-bg .title>p span{
	background: #1b6bd7;
}
.order .title>p:nth-of-type(2) span{
	color: #fefefe;
}
.order .title .frame{
	border: 2px solid #fff;
}
.distribution-bg .row>div p:nth-of-type(2){
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.pro-feature .title{
		width: 90%;
	}
	.pro-feature {
	    margin: 20px 0;
	    padding: 10px 0;
	}
	.pro-feature .title>p:nth-of-type(1){
		font-size: 25px;
	}
	.pro-feature .title{
		font-size: 14px;
	}
	.pro-feature .title .frame{
		height: 35%;
	}
	.pro-feature .row>div p:nth-of-type(1){
		font-size: 18px;
	}
	.pro-feature .row>div p:nth-of-type(2){
		font-size: 13px;
	}
	.order{
		padding-bottom: 60px;
		background-size: contain;
	}
	.distribution-bg{
		background-size: cover;
	}
	.system-function{
		padding-bottom: 20px;
		font-size: 20px;
	}
	.system-function span{
		font-size: 13px;
	}
}
/*fenxiao page end*/
/*case page begin*/
.case{
	padding: 50px 0;
}
.case .title{
	text-align: center;
    font-size: 45px;
}
.case .title span{
	margin: 7px auto;
	width: 80px;
	height: 5px;
	border-radius: 10px;
	display: block;
	background: #333;
}
.case .title p:nth-of-type(2){
    font-size: 20px;
    font-weight: lighter;
}
.case .col-md-6{
	padding: 0;
}
.case .col-md-6 .row{
	width: 100%;
}
.case .row{
	margin: 0;
}
.case .container>.row{
    margin-top: 30px;
	border: 1px solid #ccc;
}
.case li{
	overflow: hidden;
}	
.scale{
	transition: all .5s; 
	cursor: pointer;
}
.scale:hover{
	transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
	.case{
		padding: 20px 0;
	}
	.case .title{
		font-size: 28px;
	}
	.case .title span{
	    margin: 4px auto;
    	width: 65px;
	}
	.case .title p:nth-of-type(2){
		font-size: 14px;
	}
	.case .container>.row{
		margin-top: 20px;
	}
	.scale:hover{
		transform: scale(1);
	}
}
/*case page end*/
/*slide*/
.slide{
	position: fixed;
	top: 20%;
	right: 5px;
	z-index: 3;
}
.slide>div{
	float: left;
}
.slide-show{
	padding: 15px 15px;
	background: #333;
	border-radius: 5px;
	cursor: pointer;
}
.slide-show span{
	display: block;
	font-size: 20px;
	color: #fff;
}
.slide-con{
    width: 160px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 5px;
    background: #fff;
    display: none;
}
.service-num{
	position: relative;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.service-num i{
	position: absolute;
    left: 9px;
    top: 9px;
}
.con-btn{
	position: relative;
	text-align: center;
    font-size: 17px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.con-btn .icon-shuangyou{
	position: absolute;
	right: 13px;
	top: 13px;
}
.way-title{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
}
.way-title-phone{
	padding-top: 30px;
}
.way-differ{
    padding-top: 8px;
	text-align: center;
    font-size: 15px;

}
/*slide*/
.try{
	position: fixed;
	bottom: 5px;
	right: 5px;
}
.apply{
	width: 150px;
	background: dodgerblue;
	height: 50px;
	line-height: 50px;	
	text-align: center;
	border: 1px solid #fff;
	float: left;
	cursor: pointer;
}
.apply a{
	color: #fff;
	font-size: 18px;
}
.totop{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #333;
    color: #fff;
    float: left;
    margin-right: 2px;
    cursor: pointer;
	border: 1px solid #fff;
	display: none;
}
.totop i{
	font-size: 25px;
}
@media only screen and (max-width: 768px) {
	.slide{
		display: none;
	}
	.try{
		display: none;
	}
}
