/*登录*/
.login{
	background: #0c1234 url(/image/login-slogan.jpg) no-repeat center center;
	background-size: 100%;
	padding: 8% 0;
}
.login_default{
	background: #0c1234 url(/image/login-slogan-default.png) no-repeat center center;
	background-size: 100%;
	padding: 8% 0;
}
.login form{
	padding: 3% 4%;
	width: 28%;
	background-color: #fff;
}
.login button[type='button']{
	width: 35%;
	padding: 2% 0;
	display: block;
	background: #ffffff;
	border-radius: 28px;
	font-size: 12px;
	color: #e12727;
	float: right;
	border: solid #e12727 1px;
	text-decoration: none;
	outline: none;
}
.login input[type='text'],
.login input[type='number'],
.login input[type='password']{
	width: 100%;
	padding: 4% 2.6%;
	padding-left: calc( 2.6% + 24px );
	background-color: #fff;
	border:solid 1px #cfd1db;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
.login .error-item input[type='text'],
.login .error-item input[type='number'],
.login .error-item input[type='password']{	
	border:solid 1px #e03f52;
}
.login .error-item .error{
	display: block;
}
.login .item-code input[type='number']{
	width: 60%;
}
.login .item-input,
.login .item-code,
.login .item-password{
	margin-top: 20px;
}
.login .item-code a{
	width: 30%;
    float: right;
    display: block;
    padding: 4% 2.6%;
    text-align: center;
    border-radius: 4px;
    background-color: #e04151;
    background: -webkit-linear-gradient(left, #e04151 , #e66334);
    background: -o-linear-gradient(right, #e04151, #e66334);
    background: -moz-linear-gradient(right, #e04151, #e66334);
    background: linear-gradient(to right, #e04151 , #e66334);
    font-size: 14px;
    color: #fff;
}

.login .item-code .disabled{
	width: 30%;
	float: right;
	display: block;
	padding: 4% 2.6%;
	text-align: center;
	border-radius: 4px;
	background-color: #fcf1bf;
	background: -webkit-linear-gradient(left, #fcf1bf , #fce5bf);
	background: -o-linear-gradient(right, #fcf1bf, #fce5bf);
	background: -moz-linear-gradient(right, #fcf1bf, #fce5bf);
	background: linear-gradient(to right, #fcf1bf , #fce5bf);
	font-size: 14px;
	color: #c6c4bc;
}

.login input[type='submit']{
	width: 100%;
	padding: 4% 0;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334); 
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
    border:none;
	border-radius: 3px;
	font-size: 16px;
    color: #fefeff;
}
.login .title{
	padding-bottom: 6%;
	line-height: 150%;
	text-align: center;
	font-size: 20px;
	color: #0c1434;
}
.login .remember{
	margin-top: 13%;
	margin-bottom: 2%;
	overflow: hidden;
	font-size: 12px;
	color: #0c1434;
}
.login .link{
	padding-top: 2%;
}
.login .link a{
	font-size: 12px;
}
.register input[type="submit"]{
	margin-top: 8%;
}
/*about*/
.about-aboutUs{
	padding: 0.7% 0 7%;
	line-height: 38px;
	font-size: 16px;
	color: #252d48;
}
.about-aboutUs .left{
	padding-top: 1%;
	width: 45.8%;
}
.about-aboutUs .left img{
	width: 100%;
	display: block;
}
.about-aboutUs .right{
	width: 50%;
}
/*culture*/
.about-culture{
	background: url(/image/culture-bg.jpg) no-repeat center center;
	padding-bottom: 7%;
}
.about-culture .cultureItems{
	display: table;
	width: 100%;
	padding-top: 5%;
}
.about-culture .item{
	/*flex: 1;*/
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 33.3%;
    float: left;
}
.about-culture .item h5{
	padding-top: 5%;
	padding-bottom: 15%;
	font-weight: normal;
	font-size: 24px;
}
.about-culture .item p{
	width: 83%;
	margin: 0 auto;
	line-height: 38px;
}
/*大事记*/
.about-things{
	padding-bottom: 2%;
}
.about-things .data{
	padding-bottom: 3%;
	position: relative;
}
.about-things .data:before{
	content: '';
	display: block;
	width: 2px;
	height: 95%;
	background-color: #e45a3c;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -1px;
}
.about-things .data:after{
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -1px;
	border-left: dashed 2px #e45a3c;
}
.about-things .year{
	position: relative;
	width: 85px;
	height: 85px;
	margin: 0 auto 2%;
	background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, #de325d , #e66334); /* 标准的语法（必须放在最后） */
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    z-index:2;
    cursor: pointer;
}
.about-things .list{
	display: none;
	position: relative;
	line-height: 38px;
	font-size: 16px;
	color: #252d48;
}
.about-things .list:before{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #e45a3c;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -1px;
}
.about-things .list .left{
	width: 50%;
	text-align: right;
}
.about-things .list .right{
	width: 50%;
	text-align: left;
}
.about-things .list .item{
	padding-bottom: 7%;
}
.about-things .list .left .item{
	padding-top: 10%;
	padding-bottom: 0;
}
.about-things .left .item .desc{
	padding-right: 22%;
	width: 78%;
}
.about-things .right .item .desc{	
	padding-left: 22%;
	width: 78%;
}
.about-things .list .date{
	width: 78%;
	font-size: 26px;
	color: #e03f68;
}
.about-things .list .left .date{
	padding-right: 22%;
	background: url(/image/line-left.png) no-repeat right center;
}
.about-things .list .right .date{
	padding-left: 22%;
	background: url(/image/line-right.png) no-repeat left center;
}
/*加入我们*/
.about-join{
	background: url(/image/join-bg.jpg) no-repeat center center;
	padding-bottom: 3%;
}
.about-join .joinItems{
	margin-bottom: 5%;
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.about-join .item{
	padding: 55px 20px 33px;
	background-color: #fff;
	margin: 0 1px;
	/*flex: 1;*/
	width: calc( 25% - 42px );
	float: left;
	cursor: pointer;
}
.about-join .item .icon{
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}
.about-join .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.about-join .item .icon img.hover{
	display: none;
}
.about-join .item h5{
	padding: 8% 0;
	font-weight: normal;
	font-size: 22px;
	color: #252d48;
}
.about-join .item p{
	margin-bottom: 20%;
	line-height: 24px;
	font-size: 14px;
	color: #3e4459;
}
.about-join .item a.detail-btn{
	height: 36px;
	width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-join .item a.detail-btn:hover,
.about-join .item.active a.detail-btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}
.about-join a.more-btn{
	height: 36px;
	width: 14%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #fff;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-join a.more-btn:hover{
	background-color: #fff;
	color: #de325d;
}
/*联系我们*/
.about-contact{
	padding-bottom: 7%;
}
.about-contact .content{
	padding-top: 3%;
}
.about-contact .left{
	width: 45.8%;
}
.about-contact .left img{
	width: 100%;
	display: block;
}
.about-contact .right{
	padding-top: 5.5%;
	width: 50%;
	font-size: 24px;
	color: #252f48;
}
.about-contact .right p{
	margin: 1% 0;
	padding-left: 30px;
	line-height: 150%;
	position: relative;
}
.about-contact .right p.inline{
	padding-right: 5%;
}
/*敬请期待*/
.waiting{
	padding: 3% 0 10%;
	background-color: #f5f6fb;
	text-align: center;
	font-size: 24px;
	color: #252d48;
}
.waiting p{
	padding-top: 2%;
}
/*应用场景*/
.flow-application{
	background-color: #f5f6fb;
	padding-bottom: 5%;
}
.flow-application .items{
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.flow-application .item{
	padding: 99px 33px 77px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 1px;
	/*flex: 1;*/
	width: calc( 25% - 68px);
	float: left;
	cursor: pointer;
	color: #ecf0fd;
}
.flow-application .item .icon{
	width: 70px;
	margin: 0 auto;
}
.flow-application .item .icon img{
	width: 100%;
}
.flow-application .item h5{
	padding: 8% 0;
	margin-top: 12%;
	border-top:solid 2px #ecf0fd;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
}
.flow-application .item p{
	margin-top: 10%;
	opacity: 0;
	line-height: 38px;
	font-size: 18px;
}
.flow-application .item.active{
	padding: 66px 33px 110px;
    background-image: url(/image/color-bg.jpg) !important;
    background-size: auto 100%;
    background-repeat: repeat;
    -webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
.flow-application .item.active p{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.flow-application .item .detail-btn{
	display: block;
	width: 50%;
	padding: 5px 4%;
	line-height: 24px;
	margin: 0 auto;
	border:solid 1px #fff;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
}
.flow-project{
	background-color: #fff;
}
.flow-project.opacity{
	background-color: rgba(0,0,0,0.15);
	margin-top: 3%;
}
.flow-project .container{
	padding: 2.5% 0;
	display: flex;
}
.flow-project .item{
	flex: 1;
	text-align: center;
	font-size: 20px;
	color: #252f48;
}
.flow-project.opacity .item{
	color: #fff;
}
.flow-project .item img{
	margin-right: 5%;
	width: 21%;
	display: inline-block;
	vertical-align: middle;
}
/*产品技术优势*/
.flow-goodness{
	background: url(/image/flow-goodness-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 4%;
}
.flow-goodness .item{
	width: 20%;
    margin-bottom: 5%;
    margin-top: 3%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.flow-goodness .item .icon{
	margin-bottom: 25px;
	width: 82px;
	display: inline-block;
	height: 82px;
	border-radius: 50%;
	border:solid 1px #fff;
	position: relative;
}
.flow-goodness .item .icon img{
	position: relative;
	z-index: 2;
}
.flow-goodness .item .icon:before{
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 86px;
	height: 86px;
	display: block;
	border-radius: 50%;
	background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, #de325d , #e66334); /* 标准的语法（必须放在最后）*/
    opacity: 0;
    z-index: 1;
}
.flow-goodness .item:hover .icon:before{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.flow-price{
	background: #f4f5fb;
	padding-bottom: 5%;
}
.flow-price .item{
	background-color: #fff;
	display: table-row;
	line-height: 24px;
	font-size: 14px;
	color: #3e4459;
}
.flow-price .item>div{
	display: table-cell;
	padding: 3% 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #f4f5fb;
}
.flow-price .item.title{	
	font-size: 20px;
}
.flow-price .item>div:first-child{
	width: 28%;
}
.flow-price .item>div:last-child{
	width: 23%;
}
.flow-price .item .name{
	text-align: left;
	font-size: 18px;
}
.flow-price .item .name img{
	width: 16%;
	padding: 0 10%;
	vertical-align: bottom;
}
.flow-price .item .name p{
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}
.flow-price .item .name span{
	font-size: 12px;
}
.flow-price .item .price a{
	display: inline-block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后）*/
    width: 50%;
    padding: 1.6% 0;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
}
/*即可接入*/
.flow-insert{
	padding-bottom: 5%;
}
.flow-insert .items{
	margin: 5% 0;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}
.flow-insert .items:after{
	content: '';
    height: 1px;
    width: 72%;
    display: block;
    background-color: #de325d;
    background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
    position: absolute;
    top: 28%;
    left: 14%;
    z-index: 0;
}
.flow-insert .item{
	/*flex: 1;*/
	width: 33.3%;
	float: left;
	font-size: 16px;
	color: #252f48;
}
.flow-insert .item .icon{
	width: 92px;
	height: 92px;
    margin: 0 auto;
	background: #fff;
    position: relative;
    z-index: 3;
}
.flow-insert .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.flow-insert .item .icon img.hover{
	display: none;
}
.flow-insert .item .title{
	padding: 5% 0 3%;
	font-size: 24px;
}
/*客户信赖*/
.flow-customer{
	background: url(/image/flow-customer-bg.jpg) no-repeat center center;
	background-size: cover;
}
.flow-customer .container{
	padding-bottom: 5%;
	overflow: inherit;
}
.flow-customer .items{
	padding: 5% 0;
	margin: 0 50px;
    width: calc( 100% - 100px );
}
.flow-customer .swiper-slide{
	width: 16%;
	width: 130px;
	height: 130px;
	float: left;
	text-align: center;
}
.flow-customer .swiper-slide img{
	width: 94px;
	height: 94px;
	margin-top: 18px;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.flow-customer .swiper-slide-active img{
	margin-top: 0;
	width: 130px;
	height: 130px;	
	opacity: 1;	
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.flow-customer .prev{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 55%;
	left: 0;
	margin-top: -20px;
	background: url(/image/prev.png) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: solid 1px #fff;
}
.flow-customer .next{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 55%;
	right: 0;
	margin-top: -20px;
	background: url(/image/next.png) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: solid 1px #fff;
}
/*相关产品*/
.flow-product{
	background-color: #f5f6fb;
	padding-bottom: 3%;
}
.flow-product .container{
	overflow: visible;
}
.flow-product .items{
	margin-bottom: 5%;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.flow-product .item{
	padding: 55px 20px 33px;
	background-color: #fff;
	margin: 0 2px;
	/*flex: 1;*/
	width: calc( 25% - 44px);
	float: left;
	cursor: pointer;
}
.flow-product .item.active{
	box-shadow: 0px 0px 3px 2px #ef9fb3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.flow-product .item .icon{
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}
.flow-product .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.flow-product .item .icon img.hover{
	display: none;
}
.flow-product .item h5{
	padding: 8% 0;
	font-weight: normal;
	font-size: 22px;
	color: #252d48;
}
.flow-product .item p{
	margin-bottom: 35%;
	line-height: 24px;
	font-size: 14px;
	color: #3e4459;
}
.flow-product .item a.detail-btn{
	height: 36px;
	width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.flow-product .item a.detail-btn:hover,
.flow-product .item.active a.detail-btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}
/*留资*/
.leaveTel{
	padding-bottom: 3%;
}
.leaveTel.middle{
	padding: 3% 0 6%;
}
.leaveTel .title{
	padding-bottom: 3%;
	font-size: 24px;
}
.leaveTel .liuzi{
	width: 46%;
	margin: 0 auto;
	padding: 1px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
}
.leaveTel .liuzi input{
	float: left;
	width: calc( 75% - 20px );
	padding: 10px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.leaveTel .liuzi a.submit{
	float: left;
	width: 25%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
    font-size: 20px;
    color: #fff;
}
.leaveTel .guide-register{
	text-align: center;
	font-size: 22px;
	color: #898989;
}
.leaveTel .guide-register a{
	width: 14%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */    
	border-radius: 4px;
    font-size: 20px;
    color: #fff;
}
.leaveTel .guide-register .tel2{
	padding-top: 3%;
	letter-spacing: 1px;
}
.leaveTel .guide-register .tel2:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/image/icon-tel.png) no-repeat center center;
	vertical-align: text-bottom;
	margin-right: 8px;
}
/*短信-信赖客户*/
.msg-customer{
	padding-bottom: 5%;
}
.msg-customer .items{

}
.msg-customer .item{
	float: left;
	width: 18%;
	height: 70px;
	padding: 2% 1%;
	text-align: center;
}
.msg-customer .item img{
	display: inline-block;
	max-width: 70%;
	max-height: 70px;
}
/*短信-接入*/
.msg-insert{
	background: url(/image/msg-customer-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 3%;
}
.msg-insert .items{
	width: 100%;
	display: table;
	margin: 1% 0;
	/*display: flex;*/
	text-align: center;
	position: relative;
}
.msg-insert .item{
	/*flex: 1;*/
	width: 33.3%;
	float: left;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.msg-insert .item:after{
	content: '';
    height: 1px;
    width: 50%;
    display: block;
    background: #605a79;
    position: absolute;
    top: 28%;
    left: 75%;
    z-index: 0;
}
.msg-insert .item:last-child:after{
	display: none;
}
.msg-insert .item .icon{
	width: 92px;
	height: 92px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.msg-insert .item .icon img{
	width: 100%;
}
.msg-insert .item .title{
	padding: 5% 0 3%;
	font-size: 24px;
}
.msg-insert .item .desc{
	color: #8a8899;
}
/*短信价格*/
.msg-price{
	padding-bottom: 3%;
}
.msg-price .container{
	overflow: visible;
}
.msg-price .items{
	width: 100%;
	margin-bottom: 5%;
	display: table;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.msg-price .item{
	padding: 0 0 33px;
	background-color: #fff;
	margin: 0 2px;
	border:solid 1px #f6f6f6;
	/*flex: 1;*/
	cursor: pointer;
	text-align: center;
	width: calc( 25% - 6px );
	float: left;
}
.msg-price .item.active{
	box-shadow: 0px 0px 1px 1px #ef9fb3;
	border:solid 1px #de3266;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.msg-price .item .price{
	padding: 10% 0;
	border-bottom:solid 1px #f6f6f6;
	font-size: 20px;
	color: #252d48;
}
.msg-price .item .price span{
	padding-right: 4px;
	font-size: 42px;
	color: #de325e;
}
.msg-price .item .totalPrice{
	margin-top: 20%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #040000;
}
.msg-price .item .oldPrice{
	margin-bottom: 20%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #959595;
	text-decoration: line-through;
}
.msg-price .item .num{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}
.msg-price .item .num span{
	color: #de325e;
}
.msg-price .item a.detail-btn{
	height: 36px;
	width: 60%;
	display: block;
	margin: 15% auto 0;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.msg-price .item a.detail-btn:hover,
.msg-price .item.active a.detail-btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}
/*短信-技术优势*/
.msg-goodness{
	background: #f5f6fb;
	padding-bottom: 4%;
}
.msg-goodness .item{
	width: 20%;
    margin-bottom: 5%;
    margin-top: 3%;
    float: left;
    text-align: center;
    font-size: 20px;
	color: #252d48;
    cursor: pointer;
}
.msg-goodness .item .icon{
	margin-bottom: 25px;
	width: 84px;
	display: inline-block;
	height: 84px;
	border-radius: 50%;
	position: relative;
}
.msg-goodness .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.msg-goodness .item .icon img.hover{
	display: none;
}
.msg-goodness .item p.desc{
	width: 70%;
	margin: 5% auto 0;
	line-height: 24px;
	font-size: 14px;
	color: #90949f;
}
/*短信应用场景*/
.msg-application{
	background: url(/image/msg-screen-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 3%;
}
.msg-application .tab{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	/*display: flex;*/
	display: table;
}
.msg-application .tab a{
	/*flex: 1;*/
	width: 25%;
	float: left;
	font-size: 16px;
}
.msg-application .tab a.active{	
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
    color: #fff;
}
.msg-application .items{
	padding-top: 5%;
}
.msg-application .item{
	display: none;
}
.msg-application .item .pic{
	width: 41%;
	float: left;
	text-align: center;
	position: relative;
}
.msg-application .item .pic img{
	display: inline-block;
	width: 45%;
}
.msg-application .item .pic .text{
	width: 34%;
	background: url(/image/chat.png) no-repeat center 10%;
	background-size: 100% 100%;
	padding: 2% 2% 6%;
	position: absolute;
	top: 24%;
    left: 31.7%;
    text-align: left;
    line-height: 150%;
	font-size: 22px;
}
.msg-application .item .content{
	width: 47%;
	float: right;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}
.msg-application .item .title{
	padding: 13% 0 5%;
	font-size: 30px;
}
.msg-application .item .title img{
	vertical-align: text-top;
	margin-right: 10px;
}
.msg-application .item .title span{
	font-size: 20px;
}
.msg-application .item .desc{
	padding-bottom: 5%;
	height: 78px;
	overflow: hidden;
}
.msg-application .item .screen{
	padding: 2% 0;
	border-top: solid 1px #aaaec4;
	font-size: 20px;
}
/*业务场景*/
.msg-business{
	background-color: #f5f6fb;
	padding-bottom: 3%;
}
.msg-business .tab{
	width: 23%;
	float: left;
	text-align: center;
}
.msg-business .tab a{
	display: block;
	width: 60%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 6%;
	font-size: 16px;
}
.msg-business .tab a.active{	
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
    color: #fff;
}
.msg-business .items{
	width: 73%;
	margin: 0 2%;
	float: left;
	text-align: center;
}
.msg-business .item .content{
	/*display: inline-block;*/
	float: left;
	width: 60%;
	position: relative;
}
.msg-business .item .content img{
	width: 45%;
	margin: 0 auto;
}
.msg-business .item .content .desc{
	width: 34%;
	background: url(/image/chat.png) no-repeat center 10%;
	background-size: 100% 100%;
	padding: 2% 2% 6%;
	position: absolute;
	top: 22%;
    left: 31.7%;
    text-align: left;
    line-height: 150%;
	font-size: 22px;
}
.msg-business .join{
	width: 32%;
	padding-top: 6%;
	float: right;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
}
.msg-business .join h3{
	display: none;
}
.msg-business .join .title{
	padding-bottom: 5%;
	font-size: 24px;
}
.msg-business .join a{
	width: 50%;
	margin: 13% auto 0;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
/*empty*/
.empty-enter{
	background: url(/image/empty-enter-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 5%;	
}
.empty-enter.noPadding{
	padding-bottom: 0;
}
.empty-enter>.container .items{
	margin: 5% 0;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}
.empty-enter>.container .item{
	/*flex: 1;*/
	width: 25%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #c2c1c9;
	cursor: pointer;
}
.empty-enter>.container .item:after{
	content: '';
    height: 1px;
    width: 70%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 23%;
    left: 65%;
    z-index: 0;
}
.empty-enter>.container .item:last-child:after{
	display: none;
}
.empty-enter>.container .item .icon{
	width: 82px;
	display: inline-block;
	height: 82px;
	border-radius: 50%;
	border:solid 1px #fff;
	position: relative;
}
.empty-enter>.container .item .icon img{
	position: relative;
	z-index: 2;
}
.empty-enter>.container .item .icon:before{
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 86px;
	height: 86px;
	display: block;
	border-radius: 50%;
	background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, #de325d , #e66334); 
    opacity: 0;
    z-index: 1;
}
.empty-enter>.container .item:hover .title{
	color: #e24a49;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.empty-enter>.container .item:hover .icon:before{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.empty-enter>.container .item .title{
	padding: 10% 0;
	font-size: 20px;
	color: #fff;
}
/*免费体验*/
.experience-product{
	background-color: #f5f6fb;
	padding-bottom: 3%;
}
.experience-product .container{
	overflow: visible;
}
.experience-product .items{
	margin-bottom: 5%;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.experience-product .item{
	padding: 55px 20px 33px;
	background-color: #fff;
	margin: 0 2px;
	/*flex: 1;*/
	width: calc( 25% - 44px );
	float: left;
	cursor: pointer;
}
.experience-product .item.active{
	box-shadow: 0px 0px 3px 2px #ef9fb3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.experience-product .item .icon{
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}
.experience-product .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.experience-product .item .icon img.hover{
	display: none;
}
.experience-product .item h5{
	padding: 18% 0 0;
	font-weight: normal;
	font-size: 22px;
	color: #252d48;
}
.experience-product .item p{
	margin-bottom: 30%;
	line-height: 24px;
	font-size: 14px;
	color: #3e4459;
}
.experience-product .item a.detail-btn{
	height: 36px;
	width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.experience-product .item a.detail-btn:hover,
.experience-product .item.active a.detail-btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}
/**/
.contactUs{
	padding-bottom: 5%;
}
.contactUs a.button{
	width: 14%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
	border-radius: 4px;
    font-size: 20px;
    color: #fff;
}
.contactUs .items{
	/*display: flex;*/
	display: table;
	width: 100%;
}
.contactUs .item{
	padding: 22px 0 77px;
	/*flex: 1;*/
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #252f48;
}
.contactUs .item img{
	margin-right: 3%;
	display: inline-block;
	vertical-align: middle;
}
.contactUs .item p{
	display: inline-block;
}
/*身份认证-产品服务*/
.authentication-service{
	background-color: #f5f6fb;
	padding-bottom: 5%;
}
.authentication-service .container{
	overflow: visible;
}
.authentication-service .item{
	width: 100%;
	padding: 4% 0;
	border-bottom: solid 1px #e1e2ea;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #252f48;
	overflow: hidden;
}
.authentication-service .item.active{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #ebecf1;
}
.authentication-service .item .icon{
	width: 24%;
	float: left;
	text-align: center;
}
.authentication-service .item .icon img{
	max-width: 90%;
	display: inline-block;
}
.authentication-service .item h5{
	width: 75%;
	padding: 1.5% 0 1% 1%;
	float: left;
	font-size: 24px;
	font-weight: normal;
}
.authentication-service .item p{
	width: 60%;
	padding-left: 1%;
	float: left;
	line-height: 36px;
	font-size: 18px;
}
.authentication-service .item.active h5{
	color: #ee3060;
}
/*物联网*/
.network-range{
	background: url(/image/network-range-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 5%;	
	color: #eef2ff;
}
.network-range .item{
	background-color: #312750;
	width: 16.66%;
	float: left;
	text-align: center;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.network-range .item img{
	opacity: 0.2;
	display: block;
	width: 100%;
}
.network-range .item .title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
}
.network-range .item:hover img{
	opacity: 1;	
	-webkit-transform : scale(1.2);
	-moz-transform : scale(1.2);
	-ms-transform : scale(1.2);
	-o-transform : scale(1.2);
	transform : scale(1.2);

	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.network-range .item:hover p{
	opacity: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
/*物联网卡——技术优势*/
.network-goodness{
	padding-bottom: 3%;
}
.network-goodness .item{
	padding: 3% 0;
	width: 33.3%;
	float: left;
	cursor: pointer;
}
.network-goodness .item .icon{
	width: 80px;
	height: 80px;
	float: left;
	position: relative;
}
.network-goodness .item .icon img{
	width: 80px;
	height: 80px;
}
.network-goodness .item .icon .hover{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.network-goodness .item .title{
	padding: 3% 0;
	font-size: 20px;
	color: #252d48;
}
.network-goodness .item .content{
	margin-left: 7%;
	width: 60%;
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #9599a1;
}
.network-goodness .item .content p.desc{
	height: 66px;
	overflow: hidden;
}
/*更合理的计价模式*/
.network-price{
	background-color: #f4f5fb;
	padding-bottom: 5%;	
}
.network-price .items{
	margin: 5% 0;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}
.network-price .item{
	/*flex: 1;*/
	width: 25%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #8f929f;
	cursor: pointer;
}
.network-price .item:after{
	content: '';
    height: 1px;
    width: 70%;
    display: block;    
    background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334);
    background: -o-linear-gradient(top, #de325d, #e66334); 
    background: -moz-linear-gradient(top, #de325d, #e66334);
    background: linear-gradient(to top, #de325d , #e66334); 
    position: absolute;
    top: 21%;
    left: 65%;
    z-index: 0;
}
.network-price .item:last-child:after{
	display: none;
}
.network-price .item .icon{
	width: 82px;
	display: inline-block;
	height: 82px;
	overflow: hidden;
	border-radius: 50%;
	border:solid 1px #fff;
	position: relative;
}
.network-price .item .icon img{
	width: 82px;
    height: 82px;
}
.network-price .item .icon .hover{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.network-price .item:hover .title{
	color: #e24a49;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.network-price .item .title{
	padding: 10% 0;
	font-size: 20px;
	color: #252d48;
}
/*客户信赖*/
.network-customer{
	background: url(/image/network-customer-bg.jpg) no-repeat center center;
	background-size: cover;
}
.network-customer .items{
	width:90%;overflow:hidden;
}
.network-customer .items .swiper-slide{
	padding: 22px 0;
	width: 56%;
	background-color: #b9b7c4;
	font-size: 14px;
	color: #252d48;
}
.network-customer .items .swiper-slide-active{	
	background-color: #fff;
}
.network-customer .items .customer-logo{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.network-customer .items .customer-logo img{
	width: 65px;
	height: 65px;
}
.network-customer .items .content{
	background: url(/image/yinhao.png) no-repeat top left;
	margin: 3% 10% 3% 7%;
	padding-left: 4%;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
}
.network-customer .items .companyName{
	margin: 3% 10%;
	float: right;
}
.network-customer .prev{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	background: url(/image/prev.png) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: solid 1px #fff;
}
.network-customer .next{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	background: url(/image/next.png) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: solid 1px #fff;
}
.network-customer .gallery-thumbs{
	display: block;
	overflow: hidden;
	width: 50%;
	margin: 4% auto;
	text-align: center;
}
.network-customer .gallery-thumbs  .swiper-slide{
	opacity: 0.6;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.network-customer .gallery-thumbs  .swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.network-customer .gallery-thumbs img{
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
}
/*语音通话业务场景*/
.voice-business{
	background-color: #f5f6fb;
}
.voice-business .items{
	padding-bottom: 5%;
}
.voice-business .item{
	display: none;
}
.voice-business .item .pic{
	margin-left: 5%;
	width: 45%;
	float: left;
	text-align: center;
	position: relative;
}
.voice-business .item .pic img{
	display: inline-block;
	width: 45%;
}
.voice-business .item .pic .text{
	width: 34%;
	background: url(/image/chat.png) no-repeat center 10%;
	background-size: 100% 100%;
	padding: 2% 2% 6%;
	position: absolute;
	top: 24%;
    left: 31.7%;
    text-align: left;
    line-height: 150%;
	font-size: 22px;
}
.voice-business .item .content{
	margin-right: 5%;
	width: 40%;
	float: right;
	line-height: 26px;
	font-size: 18px;
	color: #252f48;
}
.voice-business .item .title{
	padding: 15% 0 7%;
	font-size: 24px;
}
.voice-business .item .title img{
	width: 30px;
	vertical-align: text-top;
	margin-right: 10px;
}
.voice-business .progress{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5%;
	/*display: flex;*/
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
}
.voice-business .progress:after{
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ced1de;
}
.voice-business .progress a{
	/*flex: 1;*/
	width: 25%;
	float: left;
	display: block;
	font-size: 18px;
	color: #252f48;
}
.voice-business .progress a:hover,
.voice-business .progress a.active{
	color: #de335d;
}
.voice-business .progress .status{
	background-color: #f5f6fb;
	border:solid 2px #ced1de;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin: 0 auto 3%;
	position: relative;
	z-index: 3;
}
.voice-business .progress .status span{
	position: absolute;
	left: 9px;
	top:9px;
	width: 8px;
	height: 8px;
	background-color: #ced1de;
	border-radius: 50%;
}
.voice-business .progress a:hover .status,
.voice-business .progress a.active .status{
	border:solid 2px #de335d;
}
.voice-business .progress a:hover .status span,
.voice-business .progress a.active .status span{
	background-color: #de335d;
}
/*语音通话价格*/
.voice-price{
	background-color: #f4f5fb;
	padding-bottom: 4%;
}
.voice-price .desc,
.price-contact .desc{
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	font-weight: normal;
	color: #252d48;
}
.voice-price a{
	width: 14%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
	border-radius: 4px;
    font-size: 20px;
    color: #fff;
}
.voice-price .tel3,
.price-contact .tel3{
	padding-top: 2%;
	padding-bottom: 5%;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #e66334;
}
.price-contact .tel3{
	padding-bottom: 1%;
	color: #252f48;
}
.voice-price .tel3:before,
.price-contact .tel3:before{
	content: '';
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 1.5%;
    background: url(/image/icon/icon-tel.png) no-repeat;
    background-size: 100%;
    vertical-align: sub;
}
/*首页*/
.index-slogan .swiper-pagination-bullet{
	background: #fff;
}
.index-project{
	background-color: #fff;
}
.index-project .container{
	padding: 1% 0;
	display: table;
}
.index-project .item{
	/*flex: 1;*/
	width: 25%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #252f48;
}
.index-project .item img{
	background-color: #fae2e6;
	margin-right: 5%;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.flow-application .item{
	padding: 99px 33px 33px;
}
.flow-application .item.active{
	padding: 66px 33px 66px;
}
.flow-application .item p{
	margin-bottom: 43px;
	line-height: 24px;
	font-size: 15px;
}
.flow-application .item .detail-btn{
	opacity: 0;
}
.flow-application .item.active .detail-btn{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.index-service{
	background-color: #f5f6fb;
	padding-bottom: 5%;
}
.index-service .container,
.index-service .clearfix{
	overflow: visible;
}
.index-service .items{
	display: table;
	text-align: center;	
    padding-bottom: 5px;
}
.index-service .item{
	padding-bottom: 33px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 2px;
	/*flex: 1;*/
	cursor: pointer;
	font-size: 14px;
	color: #646464;
	width: calc(25% - 4px);
    float: left;
}
.index-service .item .top{
	padding: 10% 3%;
}
.index-service .item .icon{
	width: 87px;
	height: 87px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 30px -5px #de325d;
	position: relative;
}
.index-service .item .icon img{
	position: absolute;
	top:0;
	left: 0;
	width: 87px;
	height: 87px;
	display: block;
}
.index-service .item .icon img.hover{
	display: none;
}
.index-service .item h5{
	padding: 5% 0 3%;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	color: #252d48;
}
.index-service .item p.desc{
	padding: 14% 10% 20%;
	line-height: 22px;
	font-size: 15px;
	opacity: 0;
}
.index-service .item.active{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

	box-shadow: 0px 0px 6px 2px #ef9fb3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-service .item.active .top{
	background: url(/image/index-service-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.index-service .item.active h5{
	color: #fff;
}
.index-service .item.active p.desc{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.index-service .item a.detail-btn{
	height: 36px;
	width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-service .item a.detail-btn:hover,
.index-service .item.active a.detail-btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}

.flow-project{
	background-color: #fff;
}
.flow-project.opacity{
	background-color: rgba(0,0,0,0.15);
	margin-top: 3%;
}
.flow-project .container{
	padding: 2.5% 0;
	display: table;
	width: 100%;
}
.flow-project .item{
	/*flex: 1;*/
	width: 25%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #252f48;
}
.flow-project.opacity .item{
	color: #fff;
}
.flow-project .item img{
	margin-right: 5%;
	width: 21%;
	display: inline-block;
	vertical-align: middle;
}


.index-team{
	background-color: #f5f6fb;
	padding-bottom: 5%;
}
.index-team .items{
	padding-top: 3%;
}
.index-team a.item{
	float: left;
	width: 20%;
	text-align: center;
	opacity: 0.8;
	display: block;
	color: #040000;
	opacity: 0.8;
}
.index-team a.item:hover{
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-team a.item:hover h5{
	color: #de325e;
}
.index-team .item .head{
	width: 161px;
	height: 161px;
	margin: 0 auto 15px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1px #fff;
}
.index-team .item .head img{
	width: 161px;
	height: 161px;
}
.index-team .item h5{
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
	color: #040000;
}
.index-team .item p{
	font-size: 16px;
	color: #8c8c8c;
}
.index-news{
	padding-bottom: 3%;
}
.index-news .items{
	padding-bottom: 5%;
}
.index-news a.item{
	display: block;
	margin: 0 0.5%;
	width: 32.3%;
	padding-bottom: 4%;
	float: left;
	border: solid 1px #f7f7f7;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height: 36px;
	font-size: 16px;
	color: #898989;
}
.index-news .item h5,
.index-news .item p{
	padding: 0 10px;
}
.index-news .item h5{
	padding-top: 3%;
	font-weight: normal;
	font-size: 20px;
	color: #040000;
}
.index-news a.item:hover{	
	box-shadow: 0px 0px 4px 2px #eee;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-news a.item:hover h5{
	color: #de325e;
}
.index-news .item .newImg{
	width: 100%;
	height: 200px;
    overflow: hidden;
}
.index-news .item .newImg img{
	display: block;
	width: 100%;
}
.index-news a.item:hover .newImg img{
	-webkit-transform :scale(1.1);
	-moz-transform :scale(1.1);
	-ms-transform :scale(1.1);
	-o-transform :scale(1.1);
	transform :scale(1.1);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-news a.btn-more{
	height: 36px;
	width: 14%;
	display: block;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaec4;
	font-size: 18px;
	color: #aaaec4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-news a.btn-more:hover{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
	border: solid 1px #fff;
    color: #fff;
}
/**/
.subtitle{
	font-size: 18px;
	color: #fff;
}
.intermsg-country{
	 background: url(/image/flow-goodness-bg.jpg) no-repeat center center;
	 background-size: cover;
	 padding-bottom: 3%;
	 color: #fff;
}
.intermsg-country .title{
	padding-bottom: 1%;
}
.intermsg-country .search,
.intermsg-country #country_filter{
	background: url(/image/icon-search.png) no-repeat 96% center;
	margin: 1.5% auto 3%;
	width: 370px;
	height: 34px;
	line-height: 34px;
	border-radius: 22px;
	border:solid 1px #63637e;
}
.intermsg-country .search input,
.intermsg-country input[type="search"]{
	width: 315px;
	float: left;
	background: transparent;
	border:none;
	margin-left: 10px;
	line-height: 34px;
	color: #fff;
}
.intermsg-country .search .btn-search{
	background: url(/image/icon-search.png) no-repeat center center;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}
.intermsg-country table{
	width: 100%;
	/*margin-bottom: 5%;*/
}
.intermsg-country table th{
	padding: 2%;
	background-color: rgba(16,17,48,0.3);
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.intermsg-country table td{
	padding: 1.6% 2%;
	border-bottom: solid 1px #585a76;
	font-size: 18px;
	cursor: pointer;
}
.intermsg-country table tr:hover{
	color: #f74152;
}
.pages,
.dataTables_paginate{
	padding-top: 5%;
	text-align: center;
}
.pages a,
.dataTables_paginate a{
	width: 25px;
	height: 25px;
	border:solid 1px #fff;
	border-radius: 50%;
	margin: 0 0.5%;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
}
.pages a.prev,
.dataTables_paginate a.previous{
	margin-right: 1.5%;
}
.pages a.next,
.dataTables_paginate a.next{
	margin-left: 1.5%;
}
.pages a:hover,
.dataTables_paginate a:hover,
.dataTables_paginate a.current{
	border:solid 1px #de325d;
	background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334);
    background: -o-linear-gradient(top, #de325d, #e66334);
    background: -moz-linear-gradient(top, #de325d, #e66334);
    background: linear-gradient(to top, #de325d , #e66334);
}

.intermsg-guide{
	padding-bottom: 5%;	
}
.intermsg-guide .items{
	margin: 5% 0;
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}
.intermsg-guide .item{
	/*flex: 1;*/
	width: 25%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #8f929f;
	cursor: pointer;
}
.intermsg-guide .item:after{
	content: '';
    height: 1px;
    width: 70%;
    display: block;    
    background-color: #de325d;
	background: -webkit-linear-gradient(bottom, #de325d , #e66334);
    background: -o-linear-gradient(top, #de325d, #e66334); 
    background: -moz-linear-gradient(top, #de325d, #e66334);
    background: linear-gradient(to top, #de325d , #e66334); 
    position: absolute;
    top: 21%;
    left: 65%;
    z-index: 0;
}
.intermsg-guide .item:last-child:after{
	display: none;
}
.intermsg-guide .item .icon{
	width: 82px;
	display: inline-block;
	height: 82px;
	border-radius: 50%;
	border:solid 1px #fff;
	position: relative;
}
.intermsg-guide .item .icon img{
	width: 82px;
	height: 82px;
    position: absolute;
    top: 0;
    left: 0;
}
.intermsg-guide .item .icon .hover{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.intermsg-guide .item:hover .title{
	color: #e24a49;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.intermsg-guide .item .title{
	padding: 10% 0;
	font-size: 20px;
	color: #252d48;
}
/***/
.intermsg-application{
	background-color: #f5f6fb;
	padding-bottom: 5%;
}
.intermsg-application .items{
	/*display: flex;*/
	display: table;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3e4459;
}
.intermsg-application .item{
	padding: 99px 33px 44px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 1px;
	/*flex: 1;*/
	width: calc( 20% - 68px );
	float: left;
	cursor: pointer;
	color: #ecf0fd;
}
.intermsg-application .item .icon{
	width: 70px;
	margin: 0 auto;
	border-bottom:solid 2px #ecf0fd;
	padding-bottom: 12%;
}
.intermsg-application .item .icon img{
	width: 100%;
}
.intermsg-application .item h5{
	padding: 8% 0;
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
}
.intermsg-application .item p{
	margin-top: 10%;
	opacity: 0;
	line-height: 24px;
	font-size: 13px;
}
.intermsg-application .item.active{
    background-image: url(/image/color-bg.jpg) !important;
    background-size: auto 100%;
    background-repeat: repeat;
    padding: 66px 33px 77px;
    -webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
.intermsg-application .item.active p{
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.interPrice .dataTables_filter{
	display: none;
}
.interPrice .subtitle{
	margin-bottom: 3%;
}
.flow-package-price{
	background-color: #f4f5fb;
}
.flow-package-price h4.title{
	padding-bottom: 1%;
}
.flow-package-price .subtitle{
	color: #3e4459;
}
.flow-package-price .contactUs h4.title{
	font-size: 24px;
}
.flow-package-price .contactUs{
	padding-bottom: 3%;
}
.flow-package-price .contactUs .item{
	width: 23%;
	padding-bottom: 45px;
}
.flow-package-price .contactUs .item:last-child{
	width: 31%;
}
.flow-package-price .contactUs .item img{
	width: 40px;
}
.package-price{
	margin-top: 5%;
	background-color: #fff;
	padding: 3%;
	font-size: 14px;
	color: #3e4459;
}
.package-price .btnGroup{
	overflow: hidden;
	padding-top: 3%;
}
.package-price .btnGroup a{
	height: 36px;
	padding: 0 4%;
    display: inline-block;
    margin-right: 3%;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #aaaec4;
    font-size: 18px;
    color: #aaaec4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.package-price .btnGroup a:hover{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #de325d, #e66334); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #de325d, #e66334); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #de325d , #e66334); /* 标准的语法（必须放在最后） */
	border: solid 1px #fff;
    color: #fff;
}
.package-price .clearfix{
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: solid 1px #aaaec4;
}
.package-price .col{
	width: 33%;
	padding-right: 0.3%;
	float: left;
	position: relative;
}
.package-price .col img{
	height: 60px;
	display: block;
	margin-left: 10%;
}
.package-price .col:after{
	content: '';
	width: 1px;
	height: 60%;
	background-color: #aaaec4;
	position: absolute;
	right: 0;
	bottom: 2%;
}
.package-price .col:last-child:after{
	display: none;
}
.package-price .price-table dt,
.package-price .price-table dd{
	display: table;
	width: 100%;
	padding: 10px 0;
}
.package-price .price-table span{
	display: table-cell;
    width: 33.3%;
    text-align: center;
    font-size: 14px;
}
.package-price .price-table dt span{
	font-size: 20px;
}
@media screen and (max-width:768px){
	/**/
	.msg-application .tab{
		height: 30px;
		line-height: 30px;
	}
	.msg-application .tab a{
		font-size: 11px;
	}
	.msg-application .items{
		padding: 8% 0 3%;
	}
	.msg-application .item .pic{
		width: 50%;
	}
	.msg-application .item .pic img{
		width: 70%;
	}
	.msg-application .item .pic .text{
		font-size: 12px;
	    width: 55%;
	    left: 22%;
	}
	.msg-application .item .content{
		padding-top: 7%;
	    width: 45%;
	    float: left;
		line-height: 18px;
	}
	.msg-application .item .title{
		padding-top: 5%;
		font-size: 14px;
	}
	.msg-application .item .title img{
		height: 18px;
	}
	.msg-application .item .title span{
		font-size: 10px;
	}
	.msg-application .item .desc,
	.msg-application .item .screen{
		font-size: 10px;
	}
	.msg-application .item .desc{
		padding-bottom: 5%;
		height: 54px;
	}
	/***/
	.flow-product{
		padding-bottom: 1%;
	}
	.flow-product .items{
		width: 96%;
		margin: 0 auto;
	}
	.flow-product .item{
	    width: 96%;
	    margin: 2% auto;
		padding: 2% 0;
		float: inherit;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	.flow-product .item .icon{
		width: 60px;
		height: 60px;
		position: absolute;
		top: 50%;
		left: 2%;
		margin-top: -30px;
	}
	.flow-product .item h5{
		width: 90%;
		padding: 2% 0;
		padding-left: 80px;
		float: left;
		font-size: 15px;
		box-sizing:border-box;
	}
	.flow-product .item p{
		width: 90%;
		margin-bottom: 3%;
		padding-left: 80px;
		float: left;
		line-height: 16px;
		font-size: 10px;
		box-sizing:border-box;
	}
	/**/
	.msg-business .items{
		width: 87%;
		padding-bottom: 20px;
	    margin: 0 auto;
	    float: inherit;
	}
	.msg-business .item .content{
		width: 50%;
	}
	.msg-business .item .content img{
		width: 70%;
	}
	.msg-business .item .content .desc{
		width: 56%;
		left: 21.5%;
		font-size: 12px;
	}
	.msg-business .join{
		padding-top: 10%;
		width: 50%;
		line-height: 16px;
		font-size: 10px;
	}
	.msg-business .join h3{
		display: block;
		font-size: 14px;
		font-weight: normal;
		padding-bottom: 20px;
	}
	.msg-business .join .title{
		line-height: 18px;
		font-size: 12px;
	}
	.msg-business .join a{
		height: 28px;
		line-height: 28px;
		font-size: 11px;
	}
	/**/	
	.msg-insert .item:after,
	.flow-insert .item:after{
		top: 27%;
	}
	.msg-insert .item .icon,
	.flow-insert .item .icon{
		width: 56px;
		height: 56px;
	}
	.msg-insert .item .title,
	.flow-insert .item .title{
		font-size: 12px;
	}
	.msg-insert .item .desc,
	.flow-insert .item .desc{
		font-size: 10px;
	}
	/**/
	.msg-price .item{
		width: 96%;
		margin: 0 auto 2%;
		padding: 10px;
		overflow: hidden;
		float: inherit;
		box-sizing: border-box;
	}
	.msg-price .item .price{
		width: 32%;
		float: left;
		padding: 7% 0;
	    font-size: 11px;
	    border-right: solid 1px #f6f6f6;
	    border-bottom: none;
	}
	.msg-price .item .mainCon{
		width: 42%;
		float: left;
	}
	.msg-price .item .price span{
		font-size: 22px;
	}
	.msg-price .item .totalPrice{
		margin-top: 4%;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}
	.msg-price .item .oldPrice{
		margin-bottom: 0;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.msg-price .item .num{
		font-size: 11px;
	}
	.msg-price .item a.detail-btn{
		height: 26px;
		line-height: 26px;
	    width: 25%;
	    margin-top: 7%;
	    float: right;
		font-size: 11px;
	}
	/**/
	.msg-goodness .item,
	.flow-goodness .item{
		width: 33.3%;
		line-height: 24px;
		font-size: 15px;
	}
	.msg-goodness .item .icon,
	.flow-goodness .item .icon{
		margin-bottom: 5px;
		width: 50px;
		height: 50px;
	}
	.flow-goodness .item .icon:before{
		width: 54px;
		height: 54px;
	}
	.flow-goodness .item .icon img{
		width: 100%;
	}
	.msg-goodness .item p.desc,
	.flow-goodness .item p.desc{
		width: 80%;
		margin: 0 auto;
		line-height: 16px;
		font-size: 10px;
	}
	.msg-goodness .swiper-container,
	.flow-goodness .swiper-container{
		padding-bottom: 20px;
	}
	/**/
	.msg-customer .item{
		width: 31.3%;
		height: 40px;
		padding: 2% 1%;
	}
	.msg-customer .item img{
		max-height: 40px;
	}
	/**/
	.leaveTel{
		padding-bottom: 5%;
	}
	.leaveTel .title{
		padding-bottom: 5%;
		font-size: 14px;
	}
	.leaveTel .guide-register{
		font-size: 13px;
	}
	.leaveTel .guide-register a{
		width: 26%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.leaveTel .guide-register .tel2{
		padding-top: 5%;
	}
	.leaveTel .guide-register .tel2:before{
		height: 14px;
		width: 14px;
		background-size: 14px;
		margin-right: 4px;
		vertical-align: text-top;
	}
	.leaveTel .liuzi{
		width: 80%;
	}
	.leaveTel .liuzi input{
		padding: 5px 10px;
	}
	.leaveTel .liuzi a.submit{
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	/**/
	.about-aboutUs{

	}
	.about-aboutUs .left,
	.about-aboutUs .right{
		width: 90%;
		float: inherit;
		margin: 0 auto;
	}
	.about-aboutUs .right p{
		padding-top: 10px;
		line-height: 24px;
		font-size: 12px;
	}
	.about-culture .cultureItems{
		padding-top: 0;
	}
	.about-culture .item{
	    width: 90%;
	    margin: 2% auto;
		float: inherit;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	.about-culture .item img{
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 2%;
		margin-top: -25px;
	}
	.about-culture .item h5{
		width: 96%;
		padding: 2% 0;
		padding-left: 80px;
		float: left;
		font-size: 15px;
		box-sizing:border-box;
	}
	.about-culture .item p{
		width: 96%;
		margin-bottom: 3%;
		padding-left: 80px;
		float: left;
		line-height: 16px;
		font-size: 10px;
		box-sizing:border-box;
	}
	.about-contact .left{
		width: 90%;
		margin: 0 auto;
		float: inherit;
	}
	.about-contact .right{
		width: 90%;
		margin: 0 auto;
		float: inherit;
		font-size: 12px;
	}
	.about-contact .right p{
		margin: 1.5% 0;
		padding-left: 24px;
	}
	.about-things .year{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	.about-things .list .date{
		font-size: 16px;
	}
	.about-things .list .left .date,
	.about-things .list .right .date{
		background-size: 20%;
	}
	.about-things .list .item{
		padding-bottom: 3%;
	}
	.about-things .list .left .item{
		padding-top: 5%;
	}
	.about-things .left .item .desc{
		padding-right: 0;
		margin-left: 10%;
	}
	.about-things .right .item .desc{
		padding-left: 10%;
	}
	.about-things .left .item .desc,
	.about-things .right .item .desc{
		width: 80%;
		line-height: 18px;
		font-size: 10px;
	}
	.about-join .joinItems{
		width: 96%;
		margin: 0 auto;
	}
	.about-join .item{
	    width: 90%;
	    margin: 2% auto;
		padding: 3%;
		float: inherit;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	.about-join .item .icon{
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 5%;
		margin-top: -25px;
	}
	.about-join .item h5{
		width: 96%;
		padding: 2% 0;
		padding-left: 80px;
		float: left;
		font-size: 15px;
		box-sizing:border-box;
	}
	.about-join .item p{
		width: 96%;
		margin-bottom: 3%;
		padding-left: 80px;
		float: left;
		line-height: 16px;
		font-size: 10px;
		box-sizing:border-box;
	}
	.about-join a.more-btn{
		margin: 5% auto;
		width: 30%;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	/***/
	.authentication-service .item{
		position: relative;
	}
	.authentication-service .item .icon {
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    margin-top: -25px;
	}
	.authentication-service .item h5{
		width: 96%;
	    padding: 2% 0;
	    padding-left: 80px;
	    float: left;
	    font-size: 15px;
	    box-sizing: border-box;
	}
	.authentication-service .item p{
		width: 96%;
	    margin-bottom: 3%;
	    padding-left: 80px;
	    float: left;
	    line-height: 16px;
	    font-size: 10px;
	    box-sizing: border-box;
	}
	/**/
	.empty-enter>.container .items,
	.intermsg-guide>.container .items{
		margin-top: 2%;
	}
	.empty-enter>.container .item,
	.intermsg-guide>.container .item{
		width: 80%;
		padding: 2% 0;
		margin: 0 auto;
		float: inherit;
		font-size: 10px;
		position: relative;
	}
	.empty-enter>.container .item:after,
	.intermsg-guide>.container .item:after{
		display: none;
	}
	.empty-enter>.container .item .icon,
	.intermsg-guide>.container .item .icon{
		width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    margin-top: -25px;
	}
	.empty-enter>.container .item .icon:before,
	.intermsg-guide>.container .item .icon:before{
		width: 54px;
	    height: 54px;
	}
	.empty-enter>.container .item .icon img,
	.intermsg-guide>.container .item .icon img{
		width: 50px;
		height: 50px;
	}
	.empty-enter>.container .item .title,
	.intermsg-guide>.container .item .title{
		width: 96%;
	    padding: 2% 0;
	    padding-left: 80px;
	    text-align: left;
	    font-size: 15px;
	    box-sizing: border-box;
	}
	.empty-enter>.container .item p.desc,
	.intermsg-guide>.container .item p.desc{
		width: 96%;
	    margin-bottom: 3%;
	    padding-left: 80px;
	    line-height: 16px;
	    text-align: left;
	    font-size: 10px;
	    box-sizing: border-box;
	}

	.flow-project .container{
		width: 90%;
		margin: 0 auto;
	}
	.flow-project .item {
	    width: 50%;
	    padding: 5% 0;
	    text-align: center;
	    font-size: 15px;
	}
	.flow-project .item img{
		display: block;
		margin: 0 auto 5%;
		width: 30%;
	}
	/**/
	.flow-customer .swiper-slide{
		width: 80px;
		height: 80px;
	}
	.flow-customer .swiper-slide img{
		width: 50px;
		height: 50px;
		margin-top: 15px;
	}
	.flow-customer .swiper-slide-active img{
		width: 80px;
		height: 80px;
		margin-top: 0;
	}
	.flow-customer .next,
	.flow-customer .prev{
		width: 20px;
		height: 20px;
		margin-top: 0;
		background-size: 10px;
	}
	.flow-customer .next{
		right: 2%;
	}
	.flow-customer .prev{
		left: 2%;
	}
	/**/
	.flow-application .items,
	.intermsg-application .items{
		padding: 1px;
		box-sizing:border-box;
	}
	.flow-application .item,
	.intermsg-application .item{
		width: 98%;
		margin: 0.5% 1%;
		padding: 8% 0;
		position: relative;
		text-align: left;
	}
	.flow-application .item.active,
	.intermsg-application .item.active{
		padding: 8% 0;
	}
	.flow-application .item .icon,
	.intermsg-application .item .icon{
		width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    margin-top: -25px;
	}
	.flow-application .item h5,
	.intermsg-application .item h5{
		margin-top: 0;
		border-top: 0;
		width: 96%;
	    padding: 1% 0;
	    padding-left: 80px;
	    float: left;
	    font-size: 15px;
	    box-sizing: border-box;
	}
	.flow-application .item p,
	.intermsg-application .item p{
		width: 96%;
	    margin-top: 0%;
	    margin-bottom: 0;
	    padding-left: 80px;
	    float: left;
	    line-height: 16px;
	    font-size: 10px;
	    box-sizing: border-box;
		opacity: 1;
	}
	/**/
	.experience-product .item{
		width: 90%;
		margin: 0 auto;
	}
	/**/
	.contactUs .items{
		width: 70%;
		margin: 0 auto;
	}
	.contactUs .item{
		width: 80%;
		padding: 2% 0;
		margin: 0 auto;
		float: inherit;
		text-align: left;
		font-size: 15px;
	}
	.contactUs .item img{
		width: 20px;
	}
	.contactUs a.button{
		margin-top: 5%;
		width: 26%;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
	/**/
	.experience-product .items,
	.index-service .items{
		padding: 1px 2px;
		box-sizing:border-box;
	}
	.experience-product .item,
	.index-service .item{
	    width: calc( 50% - 4px);
	    margin: 2px;
		padding: 5% 0;
	}
	.index-service .item{
		padding: 0;
	}
	.experience-product .item.active,
	.index-service .item.active{
		padding: 5% 0;
	}
	.experience-product .item .icon,
	.index-service .item .icon{
		width: 50px;
		height: 50px;
	}
	.experience-product .item h5,
	.index-service .item h5{
		margin-top: 3%;
		padding: 3% 0;
		font-size: 15px;
	}
	.experience-product .item p,
	.index-service .item p{
		margin-top: 4%;
		line-height: 18px;
		font-size: 12px;
		opacity: 1;
	}
	.experience-product .item a.detail-btn,
	.index-service .item a.detail-btn{
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.index-service .item.active{
		padding: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.index-service .item p{
		margin-top: 0;
	}
	.index-service .item .icon img{
		width: 50px;
		height: 50px;
	}
	.index-service .item p.desc{
		padding: 5% 10%;
		opacity: 1;
		font-size: 12px;
	}
	.index-service .item a.detail-btn{
		margin-bottom: 20px;
	}
	/**/
	.flow-price .item>div{
		line-height: 16px;
		font-size: 12px;
	}
	.flow-price .item>div:first-child,
	.flow-price .item>div:last-child{
		width: 30%;
	}
	.flow-price .item .name{
		text-align: center;
		font-size: 12px;
	}
	.flow-price .item .name span{
		font-size: 10px;
	}
	.flow-price .item .name img{
		display: none;
	}
	.flow-price .item .price a{
		font-size: 12px;
	}
	/***/
	.index-team .items .swiper-container{
		padding-bottom: 8%;
	}
	.index-team .item .head,
	.index-team .item .head img{
		width: 70px;
		height: 70px;
	}
	.index-team .item h5{
		font-size: 15px;
	}
	.index-team .item p{
		font-size: 12px;
	}
	/**/
	.index-news .items{
		padding-bottom: 3%;
	}
	.index-news a.item{
		width: 90%;
		margin: 0 auto 2%;
		float: inherit;
		line-height: 18px;
		font-size: 12px;
	}
	.index-news .item .newImg{
		height: inherit;
	}
	.index-news .item h5{
		line-height: 24px;
		font-size: 15px;
	}
	.index-news a.btn-more{
		margin-bottom: 2%;
		width: 26%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	/**/
	.index-project .item{
		width: 50%;
		padding: 10px 0;
		font-size: 12px;
	}
	.index-project .item img{
		width: 40px;
		height: 40px;
		display: block;
		margin: 0 auto 10px;
	}
	/**/
	.subtitle{
		padding: 10px 0;
		font-size: 14px;
	}
	/***/
	.intermsg-country{
		padding-bottom: 5%;
	}
	.intermsg-country .search, .intermsg-country #country_filter{
		width: 90%;
		background-size: auto 45%;
		margin-bottom: 5%;
	}
	.intermsg-country table th,
	.intermsg-country table td{
		padding: 10px 3%;
		line-height: 18px;
		font-size: 12px;
	}
	/***/
	.login form{
		padding: 10% 4%;
		width: 80%;
		margin: 0 auto;
		float: inherit;
	}
	/**/
	.waiting{
		width: 80%;
		padding: 10%;
		margin: 0 auto;
		font-size: 14px;
	}
	.waiting img{
		width: 50%;
		margin-bottom: 5%;
	}
	/**/
	.voice-price .desc{
		line-height: 20px;
		font-size: 14px;
	}
	.voice-price a{
		width: 26%;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
	.voice-price .tel3{
		padding-top: 5%;
		font-size: 18px;
	}
	.voice-price .tel3:before{
		width: 16px;
		height: 20px;
		background-size: 16px;
		vertical-align:middle;
	}
	/***/
	.network-goodness .item .icon {
	    width: 40px;
	    height: 40px;
	    float: none;
	    margin: 0 auto 10px;
	}
	.network-goodness .item .icon img{
		width: 40px;
	    height: 40px;
	}
	.network-goodness .item .content{
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		line-height: 16px;
		font-size: 10px;
	}
	.network-goodness .item .title{
		padding-bottom: 10px;
		font-size: 15px;
	}
	.network-goodness .item .content p.desc{
		height: 48px;
		overflow: hidden;
	}
	/***/
	.network-range .item{
		width: 25%;
		font-size: 14px;
	}
	/***/
	.network-price .items{
		padding: 1px;
		box-sizing:border-box;
	}
	.network-price .item{
		width: 90%;
		margin: 0.5% 5%;
		padding: 3% 0;
		position: relative;
		text-align: left;
	}
	.network-price .item:after{
		display: none;
	}
	.network-price .item.active{
		padding: 8% 0;
	}
	.network-price .item .icon{
		width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    margin-top: -25px;
	}
	.network-price .item .icon img{
		width: 50px;
		height: 50px;
	}
	.network-price .item .title{
		margin-top: 0;
		border-top: 0;
		width: 96%;
	    padding: 1% 0;
	    padding-left: 80px;
	    float: left;
	    font-size: 15px;
	    box-sizing: border-box;
	}
	.network-price .item .desc{
		width: 96%;
	    margin-top: 0%;
	    padding-left: 80px;
	    float: left;
	    line-height: 16px;
	    font-size: 10px;
	    box-sizing: border-box;
		opacity: 1;
	}
	/**/
	.network-customer{
		padding-bottom: 5%;
	}
	.network-customer .items{
		width: 100%;
	}
	.network-customer .items .swiper-slide{
		width: 84%;
		font-size: 12px;
	}
	.network-customer .items .customer-logo,
	.network-customer .items .customer-logo img{
		width: 50px;
		height: 50px;
	}
	.network-customer .items .companyName{
		margin: 1% 10%;
	}
	.network-customer .items .content{
		padding-left: 5%;
		height: 54px;
		background-size: 10px;
		line-height: 18px;
		font-size: 12px;
	}
	/**/
	.voice-business .items{
		padding-bottom: 0;
	}
	.voice-business .item .pic{
		margin-left: 0;
		width: 50%;
	}
	.voice-business .item .pic img{
		width: 70%;
	}
	.voice-business .item .pic .text{
		font-size: 12px;
	    width: 55%;
	    left: 22%;
	}
	.voice-business .item .content {
		margin-right: 0;
	    padding-top: 7%;
	    width: 46%;
	    float: left;
	    line-height: 18px;
	}
	.voice-business .item .title{
		padding-top: 5%;
		font-size: 14px;
	}
	.voice-business .item .title img{
		width: 18px;
		height: 18px;
	}
	.voice-business .item .desc{
		padding-bottom: 1%;
		height: 54px;
		font-size: 10px;
	}
	.voice-business .progress{
		margin-top: 5%;
	}
	.voice-business .progress:after{
		top: 9px;
	}
	.voice-business .progress .status{
		width: 16px;
		height: 16px;
	}
	.voice-business .progress .status span{
		width: 4px;
		height: 4px;
		top: 6px;
		left: 6px;
	}
	.voice-business .progress a{
		font-size: 12px;
	}
	.price-contact .desc{
		line-height: 24px;
		font-size: 16px;
	}
	.price-contact .tel3{
		font-size: 20px;
	}
	.price-contact .tel3:before{
	    width: 20px;
	    height: 20px;
	    background: url(/image/icon/icon-tel.png) no-repeat;
	    background-size: 100%;
	}
	.package-price{
		line-height: 150%;
		font-size: 10px;
	}
	.package-price .col{
		width: 100%;
	}
	.package-price .col img{
		height: 50px;
		margin: 4% auto;
	}
	.package-price .price-table dt span{
		font-size: 14px;
	}
	.package-price .price-table span{
		font-size: 12px;
	}
	.package-price .btnGroup{
		text-align: center;
	}
	.flow-package-price .contactUs h4.title{
		padding-bottom: 4.7%;
		font-size: 18px;
	}
	.flow-package-price .contactUs .item,
	.flow-package-price .contactUs .item:last-child{
		width: 80%;
	    padding: 2% 0;
	    margin: 0 auto;
	    float: inherit;
	    text-align: left;
	    font-size: 15px;
	}
	.flow-package-price .contactUs .item img{
		width: 20px;
	}
	.package-price .btnGroup a{
	    width: 26%;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
	html, body{
		font-size:12px;
	}
	.about-aboutUs{
		font-size: 14px;
		line-height: 30px;
	}
	.about-culture .item h5{
		font-size:22px;
	}
	.about-culture .item{
		font-size: 14px;
	}
	.about-culture .item p{
		line-height:30px;
	}
	.about-things .list{
		font-size: 14px;
		line-height:30px;
	}
	.about-join .item h5{
		font-size: 20px;
	}
	.about-join .item p{
		font-size: 12px;
		line-height:20px;
	}
	.about-join .item a.detail-btn{
		font-size: 14px;
	}
	.about-join a.more-btn{
		font-size: 14px;
	}
	.about-contact .right{
		font-size:20px;
	}
	.authentication-service .item h5{
		font-size: 22px;
	}
	.authentication-service .item p{
		font-size: 16px;
		line-height:30px;
	}
	.empty-enter>.container .item .title{
		font-size: 18px;
		padding: 8% 0;
	}
	.flow-project .item{
		font-size:16px;
	}
	.leaveTel .title{
		font-size: 22px;
	}
	.leaveTel .guide-register a{
		font-size:16px;
	}
	.flow-product .item h5{
		font-size:20px;
		padding:6% 0;
	}
	.flow-product .item p{
		font-size: 12px;
		line-height:20px;
		margin-bottom: 30%;
	}
	.flow-product .item a.detail-btn{
		font-size: 14px;
	}
	.leaveTel .liuzi a.submit{
		font-size:16px;
	}
	.flow-application .item h5{
		font-size: 20px;
	}
	.flow-application .item p{
		font-size: 14px;
		line-height:30px;
	}
	.experience-product .item h5{
		font-size: 20px;
	}
	.experience-product .item p{
		font-size: 12px;
	}
	.experience-product .item a.detail-btn{
		font-size: 14px;
	}
	.contactUs .item{
		font-size: 20px;
	}
	.contactUs a.button{
		font-size: 14px;
	}
	.flow-goodness .item{
		font-size: 18px;
		margin-bottom: 3%;
    	margin-top: 2%;
	}
	.flow-price .item.title{
		font-size:18px;
	}
	.flow-price .item .name{
		font-size:16px;
		padding: 2% 0;
	}
	.flow-price .item .price a{
		font-size:14px;
	}
	.flow-insert .item .title{
		font-size: 20px;
	}
	.flow-insert .item{
		font-size: 14px;
	}
	.index-project .item{
		font-size: 18px;
	}
	.index-service .item p.desc{
		padding: 12% 10% 18%;
	}
	.index-service .item h5{
		font-size: 20px;
	}
	.index-service .item a.detail-btn{
		font-size:14px;
		margin-top: 18%;
	}
	.msg-price .item .totalPrice{
		font-size:22px;
		margin-bottom:18%;
	}
	.msg-price .item .oldPrice{
		font-size: 14px;
	}
	.msg-price .item .num{
		font-size: 14px;
	}
	.msg-price .item a.detail-btn{
		font-size:14px;
	}
	.msg-insert .item{
		font-size: 14px;
	}
	.msg-insert .item .title{
		font-size: 20px;
	}
	.index-team .item h5{
		font-size: 18px;
	}
	.index-team .item p{
		font-size:14px;
	}
	.index-news a.item{
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 2%;
	}
	.index-news .item h5{
		font-size: 18px;
	}
	.index-news a.btn-more{
		font-size:14px;
	}
	.intermsg-application .item h5{
		font-size:16px;
	}
	.intermsg-application .item p{
		font-size: 12px;
	}
	.subtitle{
		font-size:16px;
	}
	.intermsg-country table th{
		font-size: 16px;
	}
	.intermsg-country table td{
		font-size: 14px;
		padding: 1.3% 2%;
	}
	.intermsg-guide .item{
		line-height:20px;
	}
	.intermsg-guide .item .title{
		font-size: 18px;
		padding:8% 0;
	}
	.msg-price .item .price span{
		font-size: 34px;
	}
	.msg-price .item .price{
		font-size:16px;
		padding:8% 0;
	}
	.msg-goodness .item{
		font-size:16px;
	}
	.msg-goodness .item p.desc{
		font-size:12px;
		line-height:20px;
	}
	.msg-application .item .title{
		font-size: 26px;
	}
	.msg-application .item .title span{
		font-size: 16px;
	}
	.msg-application .item .desc{
		height:70px;
	}
	.msg-application .item .content{
		font-size: 14px;
	}
	.msg-application .item .screen{
		font-size: 16px;
	}
	.msg-application .item .pic .text{
		font-size: 16px;
	}
	.msg-business .tab a{
		font-size: 14px;
	}		
	.msg-business .item .content .desc{
		font-size: 16px;
	}
	.msg-business .join{
		font-size: 16px;
		line-height:32px;
	}
	.msg-business .join a{
		font-size: 14px;
	}
	.msg-business .join .title{
		font-size:20px;
	}
	.network-range .item{
		font-size: 16px;
	}
	.network-goodness .item .content{
		font-size:12px;
		line-height:20px;
	}
	.network-goodness .item .title{
		font-size: 18px;
	}
	.leaveTel .guide-register{
		font-size: 20px;
	}
	.network-price .item .title{
		font-size:18px;
	}
	.network-price .item{
		font-size: 12px;
		line-height:20px;
	}
	.network-customer .items .content{
		font-size:12px;
		line-height:20px;
		margin:2% 10% 2% 7%;
	}
	.network-customer .items .companyName{
		margin: 2% 10%;
	}
	.voice-business .item .title{
		font-size: 22px;
	}
	.voice-business .item .pic .text{
		font-size: 16px;
	}
	.voice-business .item .content{
		font-size: 16px;
	}
	.voice-business .progress a{
		font-size: 16px;
	}
	.empty-enter>.container .item{
		font-size:12px;
		line-height:20px;
	}
	.voice-price .desc{
		font-size:20px;
	}
	.voice-price .tel3{
		font-size: 26px;
	}
	.voice-price a{
		font-size: 14px;
	}
	.waiting{
		font-size: 20px;
	}
	.package-price{
		line-height: 150%;
		font-size: 12px;
	}
	.package-price .col img{
		height: 40px;
	}
	.package-price .price-table dt span{
		font-size: 16px;
	}
	.package-price .price-table span{
		font-size: 14px;
	}
	.package-price .btnGroup a{
		font-size: 14px;
	}
}