.public {
	width: 100%;
	/*height: 750px;*/
	min-width: 1200px;
	font-family: "微软雅黑";
}

.title1 {
	font-size: 20px;
	color: #535353;
	letter-spacing: 2.09px;
	text-align: center;
	width: 100%;
	height: 160px;
	/*line-height: 160px;*/
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title1 .titleBlock p:first-child{
	margin: 0;
	/*padding: 10px;*/
}
.title1 .titleBlock p:last-child{
    color: #a8a8a8;
    font-size: 14px;
    background: url(../img/index/baseline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0;
    /*padding: 10px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
    /*border-bottom: 1px solid #a8a8a8;*/
}
.title1 .titleBlock{
}
/*
banner
*/
.banner{
	/*height: 480px;*/
	width: 100%;
	/*background: #0056b7;*/
	color: #ffffff;
	/*background-image: linear-gradient(to right, #16193c 0%, #151622 100%);*/
	background: url('../img/banner4.png');
	background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/

}
.banner .ban1{
	/*padding-top: 8%;*/
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*background: red;*/
	/*height: 500px;
	background: url('../img/banner4.png');
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;*/
}
.banner .ban1 .ban1_Block{
	margin-left: 20%;
}
.banner img{
	width: 100%;
	position: absolute;
}
.banner .ban1 .title{
	margin: 0;
	font-size: 42px;
	/*margin-left: 10%;*/
	z-index: 99;
}
.banner .ban1 p{
	width: 35%;
	/*margin-left: 10%;*/
	line-height: 200%;
	font-size: 14px;
	z-index: 99;
}
.banner .ban1 .desc{
	/*width: 50%;*/
	line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    height: 100px;
}
.banner .ban1 .freeBtn{
	width: 200px;
	height: 50px;
	border:1px solid #006cff;
	background: #112e6d;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.banner .ban1 .freeBtn:hover{
	background: #006cff;
}
/*
 * 轮播图
 */

#banner {
	width: 100%;
	min-width: 1200px;
}
.swiper-container {
	width: 100%;
	height: 441px;
	text-align: center;
	line-height: 441px;
}

.swiper-wrapper {
	width: 100%;
	position: relative;
}
.swiper-wrapper .icon1 {
	/*background: url(../img/1.jpg) no-repeat center center;*/
}

.swiper-wrapper .icon2 {
	/*background: url(../img/2.jpg) no-repeat center center;*/
}

.swiper-wrapper .icon3 {
	/*background: url(../img/3.jpg) no-repeat center center;*/
}
.swiper-slide {
		/*Mozilla*/
	/*auto(原始图片大小) || number(数值) || percentage(百分比) || cover(放大铺满) || contain(缩小铺满)*/
	-moz-background-size: 100% 100%;
	/*Webkit*/
	-webkit-background-size:100% 100%;
	/*Oprea*/
	-o-background-size: 100% 100%;
	/*W3c标准*/
	background-size: 100% 100% ;
	height: 441px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pagination {
	position: absolute;
	z-index: 20;
	width: 100%;
	bottom: 36px;
	left: 0;
	text-align: center;
	font-size: 0px;
	line-height: 12px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 28px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.swiper-active-switch {
	background: #555;
}

.swiper-container .btn {
	width: 100%;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: 0 40px;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
	color: white;
	display: none;
}

.swiper-container:hover .btn {
	display: block;
}

.swiper-container .btn_l {
	left: 0;
	background: url(../img/banner-left.png) no-repeat center;
}

.swiper-container .btn_r {
	right: 0;
	background: url(../img/banner-right.png) no-repeat center;
}
/*行业解决方案*/
.industry {
	/*background-color: #FFFFFF;*/
	/*background-color: #f5f6f6;*/
	/*height: 500px;*/
}
.industry .industry_part {
	width: 1200px;
	/*height: 260px;*/
	margin: 0 auto;
}
.industry .industry_part .func_desc{
	width: 100%;
	height: 400px;
    /*background: #666666;*/
    /*background: #112e6d;*/
    /*border:1px solid #f5f6f6;*/
    /*padding-top: 1px;*/
    color: #ffffff;
    opacity: 1;
    padding-top: 150px;
    /*border-radius: 10px;*/

}
.industry .industry_part .func_desc:hover{
	animation:ortoye 1s;
	-webkit-animation:ortoye 1s; /* Safari and Chrome */
	background: #ffc61e;
	opacity: 0.8;
	color: black;
	/*border-radius: 10px;*/
}
/*orange to yellow*/
@keyframes ortoye
{
	from {background:#ff731e;color:black;opacity:0.5}
	to {background:#ffc61e;color:black;opacity:0.8}
}

@-webkit-keyframes ortoye /* Safari and Chrome */
{
	from {background:#ff731e;color:black;opacity:0.5}
	to {background:#ffc61e;color:black;opacity:0.8}
}

.industry .industry_part .func_desc1{
    /*background: #999999;*/
}
.industry .industry_part .func_desc2{
    /*background: #f5f6f6;*/
}
.industry .industry_part .func_desc3{
    /*background: #fcbe20;*/
}
.industry .industry_part .func_desc4{
    /*background: #ffffff;*/
}
.industry .industry_part .relativeBlock{
	width: 100%;
	height: 100%;
	position: absolute;
	background: blue;
	opacity: 0.5;
	top: 0;
	/*z-index:-1;*/
}
.industry .industry_part .func_com{
	/*width: 100%;*/
	/*height: 280px;*/
	/*background: url('../img/index/a-3.png');*/
	/*background-position: 34% 0;
	margin: 0 auto;*/
	/*height: 260px;*/
	height: 0;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
   	background: #112e6d;

}
.industry .industry_part .func_1{

	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.industry .industry_part .func_2{

	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.industry .industry_part .func_3{

	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.industry ul {
	width: 100%;
	height: 100%;
	list-style: none;
	word-break: break-word;
	/*margin-top: 55px;*/
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 50px;

}

.industry ul li {

	width: 50%;
	height: 400px;
	float: left;
	position: relative;

	background-color: #ffffff;
	/*box-shadow: 0px 2px 4px 0px #e7e7e7;*/
    /*border-radius: 10px;*/
    /*border:1px solid #f5f6f6;*/

}
.industry ul li:hover {
}
.industry ul li:nth-child(1) {
	/*background:url(../img/index/p1.png);*/
	background: url('../img/index/brand.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(2) {
	background:url(../img/index/vip.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(3) {
	background:url(../img/index/store.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(4) {
	background:url(../img/index/sale.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(5) {
	/*background:url(../img/index/p3.png);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(6) {
	/*background:url(../img/index/p1.png);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.industry ul li:nth-child(3) {
	margin-right: 0px;
}
.industry ul li:nth-child(6) {
	margin-right: 0px;
}
.industry ul li figure {
	width: 100%;
	/*width: 312px;*/
	height: 400px;
	text-align: center;
	/*margin-top: 10px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.industry ul li figure figcaption {
	font-size: 30px;
	/*color: #424242;*/
	/*color: #ffffff;*/
	letter-spacing: 1.34px;
	/*margin-top: 42px;*/
	margin-top: 20px;
}
.industry ul li figure p {
	font-size: 18px;
	/*color: #b2b2b2;*/
	/*color: #f5f6f6;*/
	letter-spacing: 1.04px;
	/*margin-top: 25px;*/
	margin-top: 10px
	line-height: 130%;
	margin-left: 40px;
    margin-right: 40px;
}

/*葡萄开放平台*/

.ptdev {
	/*background-color: #FFFFFF;*/
	background-color: #f5f6f6;
	/*height: 500px;*/
}
.ptdev .ptdev_part {
	width: 1200px;
	/*height: 260px;*/
	margin: 0 auto;
}
.ptdev .ptdev_part .func_1{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 0 0;
	margin: 0 auto;
}
.ptdev .ptdev_part .func_2{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 17% 0;
	margin: 0 auto;
}
.ptdev .ptdev_part .func_3{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 34% 0;
	margin: 0 auto;
}
.ptdev .ptdev_part .func_4{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 51% 0;
	margin: 0 auto;
}
.ptdev .ptdev_part .func_5{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 67% 0;
	margin: 0 auto;
}
.ptdev .ptdev_part .func_6{
	width: 100px;
	height: 100px;
	background: url('../img/index/icons-live.png');
	background-position: 82% 0;
	margin: 0 auto;
}
.ptdev ul {
	width: 100%;
	height: 100%;
	list-style: none;
	word-break: break-word;
	/*margin-top: 55px;*/
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 50px;

}

.ptdev ul li {
	/*width: 240px;*/
	/*width: 20%;*/
	width: 312px;
	height: 260px;
	float: left;
	/*margin-right: 132px;*/
	margin-right:1%;
	margin-left: 1%;
	position: relative;
	border:1px solid #f5f5f5;
	margin-bottom: 2%;
	background-color: #ffffff;
	/*box-shadow: 0px 0px 20px -3px #999999;*/
}
.ptdev ul li:hover {
}
.ptdev ul li:nth-child(3) {
	margin-right: 0px;
}
.ptdev ul li:nth-child(6) {
	margin-right: 0px;
}
.ptdev ul li figure {
	width: 100%
	/*width: 312px;*/
	height: 220px;
	text-align: center;
	margin-top: 10px;
}

.ptdev ul li figure figcaption {
	font-size: 22px;
	color: #424242;
	letter-spacing: 1.34px;
	/*margin-top: 42px;*/
	margin-top: 20px
}

.ptdev ul li figure p {
	font-size: 14px;
	color: #b2b2b2;
	letter-spacing: 1.04px;
	/*margin-top: 25px;*/
	margin-top: 10px
	line-height: 130%;
	margin-left: 40px;
    margin-right: 40px;
}
.ptbtn {
	height: 52px;
	text-align: center;
	width: 242px;
	margin: 0 auto;
}
.btn-add {
	width: 242px;
	height: 52px;
	line-height: 52px;
}
/*应用商店*/

.appStore {
	height: 480px;
}
.appStore .app_part {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
}

.appStore ul {
	width: 100%;
	height: 100%;
	list-style: none;
	word-break: break-word;
	/*margin-top: 40px;*/
}

.appStore ul li {
	/*width: 312px;*/
	width: 50%;
	height: 220px;
	float: left;
	/*margin-right: 132px;*/
	position: relative;
}
.appStore ul li:last-child {
	margin-right: 0px;
}

.appStore ul li figure {
	/*width: 312px;*/
	width: 100%;
	height: 220px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quick{
	width: 60%;
	height: 180px;
	background-image: url('../img/index/icons-live.png');
	/*background-size:100%;*/
	background-position:20px 28%;
}
.abandance{
	width: 50%;
	height: 180px;
	background: url('../img/index/icons-live.png');
	background-position:85% 28%;

	/*background-size:100%;*/
}
.appStore ul li figure figcaption {
	width: 40%;
	font-size: 18px;
	color: #424242;
	letter-spacing: 1.34px;
	/*margin-top: 42px;*/
	text-align: left;
}
.appStore ul li figure figcaption h3{
	font-size: 32px;
	font-weight: normal;
}
.appStore ul li figure p {
	font-size: 14px;
	letter-spacing: 1.04px;
	margin-top: 25px;
	line-height: 130%;
}

/*快速接入*/
.productGood{
	height: 600px;
	background-color: #f5f6f6;


}
.pro_part{
	/*height: 590px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f6f6;
}	
.stepBlock{

}
.pro_part ul{
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.pro_part ul li{
	/*width: 25%;*/
	width: 312px;
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	justify-content: center;
	text-align: center;
	border:1px solid #f5f6f6;
	height: 300px;
	/*background: #f5f6f6;*/
	background: #ffffff;
}
.pro_part h3{
	height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
.pro_part p{
	margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.pro_part .stepIcon{
/*	width: 70px;
    height: 70px;*/
	/*background: url('../img/icons-front.png');
    background-position: -2% 60%;
    margin-top: 50px;
	margin-bottom: 50px;*/
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.pro_part .stepIcon img{
	width: 45px;
}
/*开放服务*/
.service {
	/*background-color: #f5f6f6;*/
	/*height: 800px;*/
	/*background-image: linear-gradient(to right, #0d968a 0%, #17ebd9 100%);*/

}
.service .title1{
	/*background: url('../img/index/bg.png');*/
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.service .service_part {
	/*width: 1200px;*/
	width: 100%;
	/*height: 640px;*/
	margin: 0 auto;
	background: url('../img/index/bg_app.png');
}
.service .service_block{
	height: 360px;
    /*background: red;*/
    background: url('../img/index/sub_bg.png');
    background-size: 100% 100%;
    margin: 10px;
    padding-top: 10px;
}

.service ul {
	width: 90%;
	/*height: 600px;*/
	margin: 0 auto;
	list-style: none;
	word-break: break-word;
	/*margin-top: 30px;*/
	display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
    padding-bottom: 50px;
    padding-top: 50px;

}

.service ul li {
	/*width: 20%;*/
	width: 260px;
	margin-left: 2%;
	height: 380px;
	float: left;
	/*margin-left: 55px;*/
	position: relative;
	/*margin-bottom: 58px;*/
	/*background-color: #42486a;*/
	/*border:1px solid #131a44;*/
	color:#ffffff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/*background: rgba(26, 117, 76, 0.19);*/
	background: #ffffff;
}
.service ul li:nth-child(1){
	/*background-image: linear-gradient(to right, #182152 0%, #42486a 100%);*/
	/*background-image: linear-gradient(to right, #42486a 0%, #182152 100%);*/

	/*background:url('../img/index/scene-live-1.jpg');*/
	/*background: #3399fe;*/
}
.service ul li:nth-child(2){
	/*background-image: linear-gradient(to right, #42486a 0%, #182152 100%);*/
	/*background-image: linear-gradient(to right, #182152 0%, #42486a 100%);*/


	/*background:url('../img/index/scene-live-2.jpg');*/
	/*background: #35c27b;*/
}.service ul li:nth-child(3){
	/*border:1px solid #42486a;*/

	/*background-image: linear-gradient(to right, #42486a 0%, #182152 100%);*/

	/*background:url('../img/index/scene-live-3.jpg');*/
	/*background: #8c65d7;*/
}.service ul li:nth-child(4){
	/*background-image: linear-gradient(to right, #182152 0%, #42486a 100%);*/

	/*background:url('../img/index/scene-live-4.jpg');*/
	/*background: #ffa500;*/
}

/*.service figure {
	height: 100px;
	width: 100px;
	display: inline-block;
}*/
.service .sign{
	width: 91px;
    color: #036eff;
    font-size: 41px;
    background: url(../img/index/title_bg.png);
    height: 105px;
    text-align: center;
    line-height: 105px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
.service .header {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	/*color: #424242;*/
	color:#535353;
	letter-spacing: 1.34px;
	height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a4a4a4;
	/*font-weight: bold;*/
	/*padding-left: 5%;*/
	/*padding-right: 5%;*/
	height: 40px;
    line-height: 40px;
	/*position: absolute;*/
	/*top: 10px;*/
	/*left: 130px;*/
	margin-bottom: 10px;
}

.service .body {
	/*width: 232px;*/
	width: 70%;
	margin-left: 15%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1.04px;
	line-height: 20px;
	/*font-weight: bold;*/
	color: #a4a4a4;
	text-align: center;


}


/*合作伙伴*/
.cptPartner {
	/*background-color: #42486a;*/
	background: url('../img/index/try-use-bg.jpg');
	height: 350px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cptPartner .title1{
	color:#ffffff;
	height: 100px;
	line-height: 100px;
}

.useBtn{
	margin: 0 auto;
    width: 250px;
    /*background: #f5f5f5;*/
    border:1px solid #ffffff;
    height: 50px;
    color: white;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.useBtn:hover{
	background-color: #3399fe;
	border: 1px solid #3399fe;
}
.cptPartner .logo {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
}

.cptPartner ul {
	width: 100%;
	height: 100%;
	list-style: none;
	word-break: break-word;
}

.cptPartner ul li {
	width: 195px;
	height: 118px;
	float: left;
	margin-left: 45px;
	text-align: center;
	line-height: 118px;
}

.moreBlock{
	width: 100%;
	height: 100px;
}

.solution{
	/*height: 700px;*/
	color: #ffffff;
}
.solution .bg1{
	width: 100%;
    height: 350px;
    background: #f5f6f6;
    position: absolute;
    z-index: -100;
}
.solution .bg2{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}
.solution .subg2{
	width: 1200px;
    height: 350px;
    background: #f1f1f1;
    position: relative;
    z-index: -100;
    margin-top: 150px;
    /*margin-left: 11%;*/
}
.soluDetail{
	/*width: 70%;*/
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
	/*background: #f5f6f6;*/
	margin-top: 40px;
}
.soluDetail img{
	width: 640px;
    height: 446px;
    /* margin-left: 5%; */
    background: url(../img/index/solu_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3%;
    background-position: center;

}
.soluText{
	margin-left: 2%;
	width: 500px;
}
.soluText h3{
	font-size: 18px;
    margin: 0;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    background: url(../img/index/line.png);
    background-repeat: no-repeat;
    background-position-y: 47px;
    color: #535353;

}
.soluText ul{
	font-size: 14px;
	line-height: 25px;
	/*color: #666;*/
    color: #535353;
	/*list-style: circle;*/
	/*list-style-type:square;*/
}
.soluText ul li{
	/*list-style-type: disc;*/
}