﻿*{
	font-family: "微软雅黑";
}
.progress{
	background: rgba(0,0,0,0.3) !important;
	height: 3px !important;
	z-index: 100;
}
.row div{
	text-align: center;
}
.size{ 
	width: 1200px; 
	margin: auto;
}
   
/*section*/
.section2-title{
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
}
.section2-title2{
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.col-title{
	padding-top: 20px;
	font-size: 18px
}
.col-title span{
	color: #FF7029;
	font-size: 14px;
	margin-top: 10px;
}
.section3 .col-lg-3{
	padding: 10px;
}
.section3-border{
	border: 1px solid rgb(210,210,210);
	border-radius: 8px;
	padding: 20px;
}
.section3-title{
	margin-top: 100px;
	text-align: center;
	font-size: 26px;
}
.section3-title2{
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.section3-col-title{
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.section3-ul li{
	list-style: none;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.section4-title{
	font-size: 28px;
	text-align: center;
	margin-top: 140px;
}
.section4-content{
	height: 500px;
	background: url(../images/indeximg/hbg.png) no-repeat;
	background-size:100% 100% ;
	margin: auto;
	border: 1px solid rgba(0,0,0,0);
	transition: all 0.3s linear;
	opacity: 0;
	transform: scale(0.7);
	transition-delay: 0.3s;
}
.section4-content-div1{
	width: 1000px;
	margin: auto;
	margin-top: 40px;
}
.section4-content-div2{
	width: 1200px;
	margin: auto;
	margin-top: 10px;
}
.section4-content p{
	font-size: 16px;
	padding-top: 8px;
	margin: 0;
}
.section4-content text{
	color: gray;
	margin-top: 10px;
}
.section5{
	border: 1px solid rgba(0,0,0,0);
	background: rgb(248,248,248);
	height: 1092px;
	margin-top: 80px;
}
.section5-title{
	text-align: center;
	font-size: 26px;
	margin-top: 60px;
}
.section5-title2{
	text-align: center;
	font-size: 14px;
	color: gray;
	margin-top: 20px;
}
.section5-ul{
	padding: 0px;
	list-style: none;
	height: 0px;
}
.section5-ul li{
	width: 25%;
    padding-right: 30px;
    margin-top: 80px;
    float: left;
    position: relative;
    opacity: 0;
    transition: all 0.5s linear;
}
.section5-ul li:nth-child(1){transition-delay: 0.5s;}
.section5-ul li:nth-child(2){transition-delay: 0.6s;}
.section5-ul li:nth-child(3){transition-delay: 0.7s;}
.section5-ul li:nth-child(4){transition-delay: 0.8s;}
.section5-ul li:nth-child(5){transition-delay: 0.95s;}
.section5-ul li:nth-child(6){transition-delay: 1.05s;}
.section5-ul li:nth-child(7){transition-delay: 1.15s;}
.section5-ul li:nth-child(8){transition-delay: 1.25s;}
.section5-ul li:nth-child(9){transition-delay: 1.35s;}
.section5-ul li:nth-child(10){transition-delay: 1.45s;}
.section5-ul li:nth-child(11){transition-delay: 1.5s;}
.section5-ul li:nth-child(12){transition-delay: 1.55s;}
.section5-li-div1,
.section5-li-div2,
.case-m,
.case-img{
    -webkit-transition: all .3s ease;
}
.section5-li-div1{
	text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 3px;
}
.case-m{
    padding: 20px;
    position: relative;
}
.case-img{
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.case-img img{
	border-radius: 50%;
}
.case-m h3{
    overflow: hidden;
    text-align: center;
    margin-top: 16px;
}
.case-m p{
    height: 50px;
    margin-top: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9a9a9a;
}

.section5-li-div2{
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0; 
    transition: opacity 0.3s ease; 
}
.section5-ul li:hover >.section5-li-div2{
	opacity: 1;
}
.section5-ul li:hover >.section5-li-div2 img{
	transform: scale(0.9);
}
.section5-ul li:hover >.section5-li-div1{
	transform: scale(1.05);
	box-shadow: 0px 0px 16px 8px rgb(225,225,225);
}
.section5-li-div2:after {
    content: "微信扫码体验";
    position: absolute;
    display: block;
    left: 7px;
    bottom: 30px;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    letter-spacing: 7px;
    z-index: 3;
}
.section5-li-div2 img{
    transform: scale(1.1);
    width: 140px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -70px 0 0 -70px;
    transition: transform 0.2s ease ;
    transition-delay: 0.1s;
}
/*.example{
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 60px;
	transition: transform 0.2s linear;
}
.item1{background:url(../images/indeximg/sprite1@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item2{background:url(../images/indeximg/sprite2@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item3{background:url(../images/indeximg/sprite3@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item4{background:url(../images/indeximg/sprite4@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item5{background:url(../images/indeximg/sprite5@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item6{background:url(../images/indeximg/sprite6@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item7{background:url(../images/indeximg/sprite7@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item8{background:url(../images/indeximg/sprite8@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item9{background:url(../images/indeximg/sprite9@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item10{background:url(../images/indeximg/sprite10@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item11{background:url(../images/indeximg/sprite11@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.item12{background:url(../images/indeximg/sprite12@2x.png) no-repeat -2.5px -2.5px/250px 125px;}
.col-lg-2:hover .example{
	animation: turn 0.2s;
	background-position-x: -125px;
	
}  
@keyframes turn{
	from{transform: scaleX(1);}
	50%{transform: scaleX(0);}
	to{transform: scaleX(1);}
} */
.section5-btn{
	margin-top: 50px;
	text-align: center;
}
.section5-btn button{
	height: 50px;
	width: 200px;
	font-size: 20px;
	background: white;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgb(245,245,245);
}
.section5-btn a{
	color: black;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
	line-height: 50px;
	transition: transform 0.2s linear;
}
.section5-btn a div:first-child-child{
	background: white;
}
.section5-btn a div:last-child{
	background: #FF7029;
	color: white;
}
.section5-btn button:hover > a{
	transform: translateY(-50px);
}
/*合作伙伴*/
.scrollleft {
	width:1200px; 
	padding:5px 20px 0px 20px;
	margin:auto;
	overflow: hidden; 
	position: relative;
	margin-top: 100px;
}
.scrollleft ul{
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	position: relative; 
	list-style: none; 
	width: 1485px; 
	left: -155px;
}
.scrollleft li{
	float:left;
	margin-right:7px;
	display:inline;
	width:210px;      
	text-align:center;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.8);
}
.scrollleft img {
	width:100%;
}
.partners{
	width: 100%;
	height: 600px;
	border: 1px solid rgba(0,0,0,0);
	background: url(../images/partners/2-tupian.jpg) center no-repeat;
}
.partners-title{
    margin:30px auto;
    margin-top: 100px;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}
.partners-title2{
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.section6{
	height: 430px;
}
.section6-title{
	text-align: center;
	font-size: 30px;
	margin: 50px 0;
}
.section6-col-title{
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
}
.section6-col-title+p{
	text-align: left;
	width: 290px;
	line-height: 30px;
	font-size: 14px;
	color: gray;
}
#news{
	padding: 0px;
	list-style: none;
}
.news-line{
	line-height: 30px;
	text-align: left;
	font-size: 14px
}
.news-line:hover>a{
	color: red;
}
.news-line a{
	color: gray;
	text-decoration: none;
}
/*  
.aside{ 
	width: 160px;
	height: 198px;
	background: url(../images/indeximg/suspend.png) no-repeat;
	background-size: cover;
	position: fixed;
	z-index: 5; 
	right: 0px;
	bottom: 300px;
	transform: translateX(120px);
	transition: transform 0.2s linear;
	cursor: pointer;
}
.aside:hover{
	transform: translateX(0px);
}
.aside-top{
	display: block;
	float: right;
	clear: both;
	height: 85px;
	width: 120px;
}
.aside-bottom{
	display: block;
	clear: both;
	float: right;
	height: 114px;
	width: 120px;
}
*/
/*应用场景*/
.scenes{
	border-top: 1px solid #eee;
    padding: 60px 0;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.homeTit{
	padding: 0 0 40px;
    text-align: center;
    position: relative;
}
.homeTit h2{
    font-size: 36px;
    position: relative;
    line-height: 110%;
}
.mt10{
    margin-top: 10px;
    opacity: 0.7;
}
.clearfix{
    zoom: 1;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.clearfix li{
    float: left;
    position: relative;
    /*box-shadow: 0 0 200px rgba(0,0,0,0.8) inset;*/
    background-size: cover;
    transition: all 0.2s linear;
}
.clearfix li span{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    background: rgba(0,0,0,0.7);
}
.texts{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    color: #fff;
    z-index: 1;
}
.texts h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.texts p{ 
	height: 0px;
	overflow: hidden;
	transition: height 0.2s linear;
}
.li-1{
	width: 40%;
    padding-bottom: 40%;
}
.li-2{
    width: 29%;
    padding-bottom: 19.5%;
    margin-left: 1%;
}
.clearfix li:hover>.texts>p{
	height: 50px;
}
.clearfix li:hover{
	transform: scale(1.01);
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.8);
}


.reason{
    height: 930px;
    background: #f5f7f8;
    overflow: hidden;
}
.wrapper{
    width: 1179px;
    height: 100%;
    margin: 0 auto;
}
.wrapper h3{
    font-size: 34px;
    line-height: 62px;
    margin-top: 90px;
    text-align: center;
}
.wrapper p{
    font-size: 22px;
    line-height: 62px;
    text-align: center;
}
.reason_content{
    margin: 0 auto;
    height: 545px;
    width: 1045px;
    background: #fff;
    margin-top: 58px;
    position: relative;
    float: right;
}
.reason_content_left{
    position: absolute;
    width: 374px;
    height: 378px;
    left: -100px;
    top: 80px;
    border-radius: 8px;
    background: linear-gradient(to right top, #5c68f6 0%,#34cce8 100%);
}
.reason_content_right{
    float: right;
    width: 642px;
    height: 100%;
    list-style: none;
}
.reason_content_left_img{
	
}
.slide1{
	position: absolute;
    right: -23px;
    top: 25px;
    background: red;
    width: 23px;
    height: 327px;
    /* background: rgba(52,204,232,0.3); */
    background: -moz-linear-gradient(left bottom, rgba(76,152,240,0.3) 0%, rgba(52,204,232,0.3) 100%);
    background: -webkit-linear-gradient(left bottom, rgba(76,152,240,0.3) 0%,rgba(52,204,232,0.3) 100%);
    background: -o-linear-gradient(left bottom, rgba(76,152,240,0.3) 0%,rgba(52,204,232,0.3) 100%);
    background: -ms-linear-gradient(left bottom, rgba(76,152,240,0.3) 0%,rgba(52,204,232,0.3) 100%);
    background: linear-gradient(to right top, rgba(76,152,240,0.3) 0%,rgba(52,204,232,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5c68f6 , endColorstr=#ff34cce8,gradientType='1');
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.slide2{
	position: absolute;
    right: -48px;
    top: 48px;
    background: red;
    width: 48px;
    height: 275px;
    background: -moz-linear-gradient(left bottom, rgba(76,152,240,0.1) 0%, rgba(52,204,232,0.1) 100%);
    background: -webkit-linear-gradient(left bottom, rgba(76,152,240,0.1) 0%,rgba(52,204,232,0.1) 100%);
    background: -o-linear-gradient(left bottom, rgba(76,152,240,0.1) 0%,rgba(52,204,232,0.1) 100%);
    background: -ms-linear-gradient(left bottom, rgba(76,152,240,0.1) 0%,rgba(52,204,232,0.1) 100%);
    background: linear-gradient(to right top, rgba(76,152,240,0.1) 0%,rgba(52,204,232,0.1) 100%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.inner{
    position: absolute;
    top: 115px;
    left: 55px;
}
.inner dl{
    color: #fff;
    line-height: 23px;
    font-size: 15px;
    width: 256px;
}
.inner dt{
    font-size: 25px;
    line-height: 56px;
    margin-top: 17px;
}
.inner dd{
    padding: 0;
    margin: 0;
}
.reason_content_right li{
    width: 320px;
    height: 272px;
    float: left;
    padding: 50px 35px 0 35px;
    border: 1px solid #f1f1f1;
    border-top: none;
    border-right: none;
    text-align: left;
}
.reason_content_right li img {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}
.reason_content_right li p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    text-align: left;
}
.reason_content_right li span {
    font-size: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.reason_content_right li div {
    font-size: 15px;
    line-height: 23px;
    color: #999;
}

/*小程序应用大厅*/
.app{
    padding: 60px 0;
    width: 1280px;
    margin: auto;
}
.app-title{
    padding: 0 0 40px;
    text-align: center;
    position: relative;
}
.app-title h2{
	    font-size: 36px;
    position: relative;
    line-height: 110%;
}
.app-title p{
	    opacity: 0.7;
	    margin-top: 10px;
}
.app-ul img{
	width: 100%;
}
.app-ul .col-lg-3{
	padding: 5px;
}
.app-ul h3{
	margin: 15px 0 10px;
    font-weight: bold;
}
.app-ul p{
    /*height: 36px;*/
    line-height: 20px;
    font-size: 14px;
    opacity: 0.7;
}

@media screen and (max-width: 768px){
	.size{
		width: 100%; 
	}
	/*banner*/
	.carousel-indicators li{
		width: 10px !important;
		height: 10px !important;
		
	}
	.carousel-indicators{
		bottom: 0px;
	}
	/**/   
	.section1{
		height: auto;
	}
	.superiority-icon{
		margin-left: 30px;
	} 
	.reason{  
		display: none;
	}
	/*小程序应用场景*/
	.texts h3{
		font-size: 1.6rem;
	} 
	.clearfix li:hover{
		transform: scale(1);
	    box-shadow: 0 0 0 0 rgba(0,0,0,0.8);
	}
	.clearfix li:hover>.texts>p{
		height: 0px;
	}
	/*小程序应用大厅*/
	.app{
		width: 100%;
	}
	.app-ul li{
		width: 50%;
		margin: 0px;
		padding: 8px;
		height: auto;
	}
	.app-ul h3{
		font-size: 1.8rem;
		text-align: center;
	}
	.app-ul p{
		height: 6.6rem;
		font-size: 0.8rem;
	}
	/*part4 核心场景*/
	.section4-content{
		height: auto;
		transition: all 0.3s linear;
		opacity: 1;
		transform: scale(1);
	}    
	.section4-title{
		margin-top: 40px;
	}
	.section4-content-div1,.section4-content-div2{
		width: 100%;
	}
	.section4-content-div1 img{
		width: 70%;
	} 
	.section4-content-div1 p,.section4-content-div2 p{ 
		font-size: 1rem;
	}
	.section4-content-div1 text,.section4-content-div2 text{
		font-size: 0.8rem;
	}
	.section4-content-div2 img{
		width: 100%;
	}
	/*part5案例*/
	.section5{
		margin-top: 0px;
     	height: auto;   
    	padding-bottom: 30px;
	}
	.section5-ul{ 
		width: 100%;
	}
	.section5-ul li{
		width: 50%;
		padding: 10px;
		margin-top: 0px !important;
		opacity: 1;
	}  
	.section5-li-div2{
		left: 10%;
	    width: 80%;
	    top: 10px;
	    bottom: 10px;
	}
	.case-m h3{
		font-size: 1.4rem ;
	}
	 
	.section6{
		height: auto; 
	}
	.section6 .col-lg-4{
		padding-top: 3rem;
	}
	/*合作伙伴*/
	.partners{
		height: 36rem;
	}
	.scrollleft{
		width: 100%;
		margin-top: 60px;
	}
	.scrollleft ul{
		width: 90%;
	}
	.scrollleft li{
		width: 10rem;
	}
	.partners-title{
		font-size: 2.8rem;
	}
	.partners-title2{
		font-size: 1.4rem;
	}
} 
@media only screen and (min-width: 768px) {
	.carousel{
		min-width: 1200px;
	}
	
}
@media only screen and (min-width: 1200px) {
	.navbar{
		margin: auto;
		border: 1px solid black;
		width: 1200px;
	}
	
}
@media only screen and (max-width: 1200px) {
	.navbar{
		margin: auto;
		border: 1px solid black;
		width: 100%;
	}
}