@charset "utf-8";
.indexBanner{
	overflow: hidden;
}
.indexBanner img{
	display: block;
	width: 100%;
}
.indexBanner .slick-dots{
	width: 100%;
	position: absolute;
	bottom: 34px;
}
.indexBanner .slick-dots li button{
	display: none;
}
.indexBanner .slick-dots li{
	width: 72px;
	height: 10px;
	background: #ffffff;
	transform:skewX(-45deg);
	-ms-transform:skewX(-45deg);
	-moz-transform:skewX(-45deg);
	-webkit-transform:skewX(-45deg);
	-o-transform:skewX(-45deg);
}
.indexBanner .slick-dots li.slick-active{
	background: #5AC9F3;
}
.indexMain .section1{
	padding: 98px 0 40px;
	position: relative;
	z-index: 0;
	background: #f5f7f9;
}
.indexMain .section1:after{
	content: '';
	display: block;
	width: 100%;
	height: 62%;
	background-image: url('../img/index/carbg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.indexMain .section1 .tabTit{
	text-align: center;
	font-size: 0;
	margin: 50px 0 70px;
}
.indexMain .section1 .tabTit span{
	width: 306px;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	color: #5AC9F3;
	line-height: 72px;
	text-align: center;
	font-family: 'Alimama_ShuHeiTi_Bold';
	background: #ffffff;
	position: relative;
	cursor: pointer;
}
.indexMain .section1 .tabTit span:before{
	content: '';
	width: 32px;
	height: 72px;
	background-image: url('../img/index/sj1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: -32px;
	top: 0;
	/* opacity: 0;
	visibility: hidden; */
}
.indexMain .section1 .tabTit span:after{
	content: '';
	width: 32px;
	height: 72px;
	background-image: url('../img/index/sj3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	right: -32px;
	top: 0;
}
.indexMain .section1 .tabTit span.active{
	background: #5AC9F3;
	color: #ffffff;
}
.indexMain .section1 .tabTit span.active:before{
	background-image: url('../img/index/sj2.png');
	opacity: 1;
	visibility: visible;
}

.indexMain .section1 .tabTit span.active:after{
	background-image: url('../img/index/sj4.png');
	opacity: 1;
	visibility: visible;
}
.indexMain .section1 .tabTit span:nth-child(2):before{
	opacity: 0;
	visibility: hidden;
}
.indexMain .section1 .tabCon .con{
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	height: 0;
	overflow: hidden;
}
.indexMain .section1 .tabCon .con.active{
	opacity: 1;
	visibility: visible;
	height: auto;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.indexMain .section1 .tabCon .imgSlick .item{
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	-ms-transform: scale(.45);
	-o-transform: scale(.45);
	transform: scale(.45);
}
.indexMain .section1 .tabCon .imgSlick .item .text{
	opacity: 0;
	visibility: hidden;
	text-align: center;
	margin-top: -20px;
}
.indexMain .section1 .tabCon .imgSlick .item h3{
	font-size: 50px;
	color: #666666;
	font-family: "YouSheBiaoTiHei";
	line-height: 1;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 30px;
	position: relative;
	display: inline-block;
}
.indexMain .section1 .tabCon .imgSlick .item h3:before{
	content: '';
	display: block;
	width: 80%;
	height: 20px;
	background: -webkit-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
	background: -o-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
	background: -moz-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
	background: -ms-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
	background: linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: -1;
}
.indexMain .section1 .tabCon .imgSlick img{
	display: block;
	width: 100%;
	/* margin: 14% auto 0 auto; */
	transform: translateY(14%)
}
.indexMain .section1 .tabCon .imgSlick .slick-center{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.indexMain .section1 .tabCon .imgSlick .slick-center .text{
	opacity: 1;
	visibility: visible;
}
.indexMain .section1 .tabCon .imgSlick .slick-center img{
	margin: 0 auto;
	transform: translateY(0)
}
.indexMain .section1 .tabCon .imgSlick .aBox{
	font-size: 0;
	margin-top: 46px;
}
.indexMain .section1 .tabCon .imgSlick .aBox a{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	line-height: 64px;
	width: 42%;
	max-width: 218px;
	position: relative;
	z-index: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section1 .tabCon .imgSlick .aBox a:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-ms-transform:skewX(10deg);
	-moz-transform:skewX(10deg);
	-webkit-transform:skewX(10deg);
	-o-transform:skewX(10deg);
	transform:skewX(10deg);
	background: #5AC9F3;
}
.indexMain .section1 .tabCon .imgSlick .aBox a:hover{
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}
.indexMain .section1 .slick-arrow{
	width: 84px;
	height: 84px;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: 15%;
	z-index: 3;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.indexMain .section1 .slick-prev{
	background-image: url('../img/index/prev.png');
	left: 8.5vw;
}
.indexMain .section1 .slick-next{
	background-image: url('../img/index/next.png');
	right: 8.5vw;
}
.indexMain .section2{
	padding: 68px 0 50px;
}
.indexMain .section2 .items{
	font-size: 0;
	margin: 94px -1% 0;
}
.indexMain .section2 .items .item{
	display: inline-block;
	vertical-align: top;
	width: 31.33%;
	margin: 0 1%;
	position: relative;
	overflow: hidden;
}
.indexMain .section2 .items .item .bg{
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section2 .items .item:hover .bg{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.indexMain .section2 .items .item .block{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.indexMain .section2 .items .item .block img{
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
}
.indexMain .section2 .items .item .block h3{
	font-size: 26px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 6px;
	font-weight: normal;
}
.indexMain .section2 .items .item .block span{
	display: block;
	width: 116px;
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background: rgba(255,255,255,.2);
	margin: 20px auto 0;
}
.indexMain .section3{
	padding: 60px 0 130px;
	background: #f5f7f9;
}
.indexMain .section3 .box{
	margin-top: 94px;
	overflow: hidden;
}
.indexMain .section3 .box .left{
	float: left;
	width: 45.6%;
}
.indexMain .section3 .box .left .pic{
	position: relative;
	overflow: hidden;
}
.indexMain .section3 .box .left .pic img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section3 .box .left .pic:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.indexMain .section3 .box .left .pic span{
	font-size: 36px;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	font-weight: 500;
	background: #00AEEF;
	display: block;
	padding: 0 22px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.indexMain .section3 .box .left .text{
	background: #ffffff;
	padding: 38px 45px;
}
.indexMain .section3 .box .left .text h3{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section3 .box .left:hover .text h3{
	color: #00AEEF;
}
.indexMain .section3 .box .left .text p{
	font-size: 20px;
	color: #666666;
	line-height: 36px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
	text-align: left;
	margin-top: 14px;
}
.indexMain .section3 .box .right{
	width: 51%;
	float: right;
}
.indexMain .section3 .box .items{
	font-size: 0;
	margin: 0 -2%;
}
.indexMain .section3 .box .items .item{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2%;
}
.indexMain .section3 .box .items .item .pic{
	overflow: hidden;
}
.indexMain .section3 .box .items .item img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section3 .box .items .item:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.indexMain .section3 .box .items .item h3{
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 18px 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.indexMain .section3 .box .items .item:hover h3{
	color: #00AEEF;
}
.indexMain .section3 .box ul{
	border-top: 1px dashed #D6DCE6;
	margin-top: 4%;
}
.indexMain .section3 .box ul li{
	border-bottom: 1px dashed #D6DCE6;
}
.indexMain .section3 .box ul li a{
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
	line-height: 74px;
}
.indexMain .section3 .box ul li span{
	font-size: 20px;
	color: #666666;
	line-height: 74px;
}
.indexMain .section3 .box ul li:hover a{
	color: #00AEEF;
	font-weight: 800;
}
.indexMain .section3 .box ul li:hover span{
	color: #00AEEF;
	font-weight: 800;
}
.joinMain .section1{
	padding: 54px 0 130px;
}
.joinMain .section1 .desc {
	font-size: 24px;
	color: #000000;
	line-height: 44px;
	text-align: center;
	width: 80%;
	margin: 80px auto 0;
}
.joinMain .section1 .desc h4{
	font-size: 56px;
	font-weight: 200;
	color: #000000;
	line-height: 1;
}
.joinMain .section1 .desc h5{
	font-size: 66px;
	font-weight: 800;
	color: #000000;
	line-height: 1;
	margin: 38px 0 24px;
}
.joinMain .section1 .tit{
	font-size: 46px;
	font-weight: 800;
	color: #000000;
	line-height: 1;
	position: relative;
	text-align: center;
	z-index: 0;
	margin-top: 68px;
}
.joinMain .section1 .tit:after{
	content: '';
	width: 320px;
	height: 16px;
	background: #00ADEF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	margin: 0 auto;
	z-index: -1;
}
.joinMain .section1 .items{
	padding-top: 30px;
}
.joinMain .section1 .items .item{
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	margin-bottom: 24px;
}
.joinMain .section1 .item .show{
	padding: 0 38px;
	overflow: hidden;
	cursor: pointer;
}
.joinMain .section1 .item .show h3{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #000000;
	line-height: 82px;
}
.joinMain .section1 .item .show span{
	font-size: 16px;
	color: #cccccc;
	line-height: 82px;
	display: block;
	float: right;
	padding-right: 28px;
	background-image: url('../img/index/down.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
}
.joinMain .section1 .item .show.active span{
	background-image: url('../img/index/up.png');
}
.joinMain .section1 .item .hide{
	display: none;
	border-top: 2px solid #F5F7F9;
	padding: 15px 38px 40px;
}
.joinMain .section1 .item .hide strong{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}
.joinMain .section1 .item .hide p{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}

.abMain .section1{
	padding: 54px 0 74px;
	background: #F5F7F9;
}
.abMain .section1 .box{
	overflow: hidden;
	margin-top: 60px;
}
.abMain .section1 .box .left{
	width: 48%;
	overflow: hidden;
	float: left;
}
.abMain .section1 .box .left img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.abMain .section1 .box .left:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.abMain .section1 .box .right{
	float: right;
	width: 48%;
}
.abMain .section1 .box .right h3{
	font-size: 24px;
	color: #00ADEF;
	line-height: 30px;
	margin: 10px 0 20px;
}
.abMain .section1 .box .right p{
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	text-indent: 36px;
}
.abMain .section2 {
	padding: 55px 0 100px;
}
.abMain .section2 .items {
	font-size: 0;
	margin: 65px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.abMain .section2 .item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	background: #EDEDED;
	padding: 0 42px 0 52px;
	border-radius: 5px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.abMain .section2 .item:hover {
	background-color: #00ADEF;
}
.abMain .section2 .item:hover h4,.abMain .section2 .item:hover h3,.abMain .section2 .item:hover p {
	color: #ffffff;
}
.abMain .section2 .item:last-child {
	margin-right: 0;
}
.abMain .section2 .item .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #cccccc;
	padding: 32px 0 22px;
}
.abMain .section2 .item h4 {
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
.abMain .section2 .item h3 {
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	font-weight: normal;
}
.abMain .section2 .item img {
	display: block;
	width: 40px;
	height: 40px;
}
.abMain .section2 .item .bot {
	padding: 23px 0 50px;
}
.abMain .section2 .item p {
	font-size: 20px;
	color: #333333;
	line-height: 34px;
	font-weight: bold;
	word-break: break-word;
}
.abMain .section2 .item i {
	display: block;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.abMain .section2 .item:nth-child(1) i {
	background-image: url(../img/index/icon4.png);
}
.abMain .section2 .item:nth-child(2) i {
	background-image: url(../img/index/icon5.png);
}
.abMain .section2 .item:nth-child(3) i {
	background-image: url(../img/index/icon6.png);
}
.abMain .section2 .item:nth-child(1):hover i {
	background-image: url(../img/index/icon4_hover.png);
}
.abMain .section2 .item:nth-child(2):hover i {
	background-image: url(../img/index/icon5_hover.png);
}
.abMain .section2 .item:nth-child(3):hover i {
	background-image: url(../img/index/icon6_hover.png);
}
.baiduMap2 {
	width: 100%;
	height: 630px;
	margin-top: 60px;
}
.baiduMap2 .map_content {
	text-align: center;
}
.baiduMap2 .BMap_bubble_title {
	font-weight:bold;
	font-size:18px;
}
.baiduMap2 .map_content p {
	font-size:16px;
	line-height:24px;
	text-align: left;
}
.abMain .section3{
	padding-bottom: 12vw;
}
.abMain .section3 .desc{
	font-size: 24px;
	color: #000000;
	line-height: 44px;
	text-align: center;
	width: 80%;
	margin: 50px auto 85px auto;
}
.abMain .section3 .items{
	font-size: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -1.5%;
}
.abMain .section3 .item{
	width: 30.33%;
	background: #f5f7f9;
	border-bottom: 4px solid #00aeef;
	padding: 34px 35px 20px;
	margin: 1.5%;
	position: relative;
	min-height: 660px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.abMain .section3 .item:hover{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}
.abMain .section3 .item h3{
	font-size: 30px;
	color: #00AEEF;
	line-height: 44px;
	text-align: center;
}
.abMain .section3 .item img{
	display: block;
	width: 154px;
}
.abMain .section3 .item .img1{
	margin: 32px auto 20px;
}
.abMain .section3 .item .img2{
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .08;
}
.abMain .section3 .item p{
	font-size: 18px;
	color: #666666;
	line-height: 44px;
}
.abMain .section3 .item p span{
	display: block;
	text-indent: 36px;
}
.abMain .section3 .item .p1{
	font-size: 18px;
	color: #00AEEF;
	text-decoration: underline;
	text-align: center;
	margin-top: 100px;
	display: block;
}

.dgMain{
	padding: 8vw 9vw;
}
.dgMain .tit{
	text-align: center;
}
.dgMain .tit h3{
	font-size: 40px;
	color: #000110;
	line-height: 1;
	font-weight: normal;
}
.dgMain .tit span{
	font-size: 20px;
	color: #666666;
	line-height: 24px;
	display: block;
	margin: 22px 0;
}
.dgMain .tit i{
	display: block;
	width: 66px;
	height: 2px;
	background: #00ADEF;
	margin: 0 auto;
}
.dgMain .form {
	margin-top: 50px;
}
.dgMain .form .tips{
	font-size: 20px;
	color: #999999;
	line-height: 24px;
	margin-left: 225px;
}
.dgMain .form .tips span{
	color: #CC3622;
}
.dgMain .form .lable{
	margin-top: 30px;
}
.dgMain .form .lable span{
	float: left;
	width: 225px;
	font-size: 28px;
	color: #000110;
	line-height: 66px;
}
.dgMain .form .lable .selectBox{
	margin-left: 225px;
	display: flex;
	align-items: center;
}
.dgMain .form .lable .select{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;

}
.dgMain .form .lable select{
	width: 100%;
	height: 66px;
	font-size: 22px;
	color: #999999;
	line-height: 62px;
	padding: 0 0 0 24px;
	position: relative;
	background-image: url('../img/index/xl2.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 66px;
	border: 2px solid #999999;
	cursor: pointer;
}

.dgMain .form .lable .select i{
	color: #D63537;
	font-size: 22px;
	font-style: normal;
	margin: 0 25px 0 18px;
	font-weight: bold;
}
.dgMain .form .lable input{
	width: 100%;
	height: 66px;
	font-size: 22px;
	color: #999999;
	line-height: 62px;
	padding: 0 0 0 24px;
	position: relative;
	background-size: auto 66px;
	border: 2px solid #999999;
}
.dgMain .form .xmBox{
	font-size: 0;
}
.dgMain .form .xmBox .xm{
	font-size: 22px;
	color: #999999;
	line-height: 66px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	cursor: pointer;
}
.dgMain .form .xmBox .xm em{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background-image: url('../img/index/dx.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.dgMain .form .xmBox .xm.active em{
	background-image: url('../img/index/dxOn.png');
}
.dgMain .form .xmBox2 .xm{
	margin-right: 56px;
}
.tjBox{
	width: 300px;
	height: 76px;
	margin: 70px auto 0;
	position: relative;
}
.tjBox .tj{
	width: 100%;
	height: 100%;
	font-size: 28px;
	color: #ffffff;
	line-height: 76px;
	font-weight: bold;
	text-align: center;
	background: #00ADEF;
	outline: none;
	border: 0;
	cursor: pointer;
}
.tjBox .back{
	font-size: 24px;
	color: #999999;
	line-height: 76px;
	position: absolute;
	right: -100px;
	top: 0;
	display: block;
}
.pz{
	margin-top: -14px;
	position: relative;
	z-index: 1;
}
.pz .aBox{
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	font-size: 0;
}
.pz .aBox span{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	color: #00ADEF;
	line-height: 140px;
	text-align: center;
	cursor: pointer;
}
.pz .aBox span.active{
	background: #00ADEF;
	color: #ffffff;
}
.proMain .tabCon .tab{
	display: none;
}
.proMain .tabCon .tab.active{
	display: block;
}
.proMain .section1{
	padding: 55px 0 54px;
}
.proMain .section1 .items{
	display: flex;
	margin-top: 60px;
}
.proMain .section1 .items .item{
	margin: 0 .2%;
	background: #F6F7F9;
	width: 15%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	border-bottom: 4px solid #00adef;
	position: relative;
	overflow: hidden;
}
.proMain .section1 .items .item.active{
	width: 38%;
}
.proMain .section1 .items .item .show{
	width: 100%;
	height: 100%;
	padding: 40px 36px;
}
.proMain .section1 .items .item .show h3{
	font-size: 24px;
	color: #00ADEF;
	line-height: 42px;
	text-align: center;
}
.proMain .section1 .items .item .show img{
	display: block;
	height: 86px;
	margin: 250px auto 0;
}
.proMain .section1 .items .item .hide{
	opacity: 0;
	visibility: hidden;
	padding: 40px 36px 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease; */
	overflow-y: hidden;
}
.proMain .section1 .items .item .hide h3{
	font-size: 24px;
	color: #00ADEF;
	line-height: 42px;
	text-align: center;
}
.proMain .section1 .items .item .hide h3 img{
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	margin-right: 14px;
}
.proMain .section1 .items .item p{
	font-size: 20px;
	color: #272636;
	line-height: 30px;
	text-indent: 22px;
	position: relative;
	margin-top: 30px;
}
.proMain .section1 .items .item p:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #00ADEF;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
.proMain .section1 .items .item.active .show{
	opacity: 0;
	visibility: hidden;
}
.proMain .section1 .items .item.active .hide{
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	width: 100%;
}
.proMain .section2{
	background-image: url('../img/index/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
}
.proMain .section2 .box{
	font-size: 0;
	margin-top: 55px;
}
.proMain .section2 .box ul{
	width: 50%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
.proMain .section2 .box ul li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}
.proMain .section2 .box ul li:nth-child(1){
	width: 100%;
}
.proMain .section2 .box ul li img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.proMain .section2 .box ul li .pic{
	overflow: hidden;
}
.proMain .section2 .box ul li:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.proMain .section2 .box ul:nth-child(even) li{
	width: 50%;
}
.proMain .section2 .box ul:nth-child(even) li:nth-child(3){
	width: 100%;
}
.proMain .section3{
	padding: 60px 45px 250px;
	background-image: url('../img/index/bg1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 1000px;
}
.proMain .section3 .form{
	margin-top: 55px;
}
.proMain .section3 .lableBox{
	font-size: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.proMain .section3 .lable{
	width: 48%;
}
.proMain .section3 .lable span{
	font-size: 30px;
	color: #00ADEF;
	line-height: 84px;
	display: block;
}
.proMain .section3 .lable input{
	width: 100%;
	height: 64px;
	font-size: 28px;
	color: #333333;
	line-height: 60px;
	padding: 0 32px;
	border: 2px solid #CCCCCC;
}
.proMain .section3 .lableBox2 .lable{
	width: 100%;
}
.proMain .section3 .lable select{
	width: 100%;
	height: 64px;
	font-size: 28px;
	color: #333333;
	line-height: 60px;
	padding: 0 32px;
	border: 2px solid #CCCCCC;
	background-image: url('../img/index/xl3.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.proMain .section3 .tj{
	font-size: 28px;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	width: 300px;
	height: 70px;
	background: #00ADEF;
	border: 0;
	outline: none;
	margin: 150px auto 0;
	display: block;
	cursor: pointer;
}
.proMain .section4{
	padding: 55px 0 54px;
	background-image: url('../img/index/bg1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 1000px;
	padding-bottom: 270px;
}
.proMain .section4 .con{
	/* overflow: scroll; */
	margin-top: 50px;
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.proMain .section4 .transverse{
	/* width: 1920px;
	position: absolute;
	top: 0; */
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.proMain .section4 .con img{
	max-width: 4000px;
	display: block;
	margin: 0 auto;

}

.imgBox{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.imgBox .box{
	/* width: 80vw;
	height: 90vh; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgBox .box img{
	display: block;
	max-width: 90vh;
	max-height: 90vh;
}
.imgBox .box .close{
	width: 46px;
	height: 46px;
	background-image: url('../img/index/close.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	right: -46px;
	top: -46px;
	z-index: 99;
}



.serveMain{overflow: hidden;}
.serveMain .section1{width: 100vw;height: 100vh;background-image: url('../img/img1.jpg');background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}
.serveMain .section1 .partContent{position: absolute;top: 20vh;right: 70px;min-width: 540px;}
.serveMain .section1 .partContent h2{font-size: 60px;color:#ffffff; font-weight: 400;border-bottom: #fff solid 1px;padding-bottom: 20px;}
.serveMain .section1 .partContent .tit{font-size: 18px;color: #fff;margin-top: 30px;margin-bottom: 10px;}
.serveMain .section1 .partContent .inputBox{display: flex;align-items: center;}
.serveMain .section1 .partContent .code {width: 40px;height: 30px;background: rgba(255, 255, 255, 0.1);border: 1px solid #ffffff; color: #fff; margin-right: 6px;text-align: center;}
.serveMain .section1 .partContent .big{width: 80px;}
.serveMain .section1 .partContent .mid{width: 60px;}
.serveMain .section1 .partContent .reset { width: 112px;height: 32px;background: #fff;border-radius: 10px;font-size: 16px;font-weight: 400;color: #000; line-height: 32px;margin-left: 52px;text-align: center;cursor: pointer;}
.serveMain .section1 .XcodeWrapper{display: flex;align-items: center;}
.serveMain .section1 .XcodeWrapper .Xcode{width: 342px;height: 30px;background: rgba(255, 255, 255, 0.1);border: 1px solid #ffffff;color: #ffffff;margin-right: 6px;padding: 0 14px;}
#canvasNum{width: 160px;height: 32px;background: #fff;}
.serveMain .section1 .tjBtn{ width: 224px; height: 50px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; font-size: 16px; color: #fff; line-height: 50px; border: 1px solid #fff; background-color: transparent; background-image: url('../img/jt.png'); background-repeat: no-repeat; background-position: 138px center; background-size: 20px; padding: 0 30px 0 60px; margin-top: 60px; cursor: pointer; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease;
}
.serveMain .section1 .tjBtn:hover{border-color: #5AC9F3;background-image: url('../img/jt2.png');background-position: 150px center;}
.serveMain .section1 .showinfo{display: none;margin-top: 60px;height: 200px;overflow-y: auto;}
.serveMain .section1 .showinfo .item{margin-bottom: 20px;}
.serveMain .section1 .showinfo .item a{background: #fff;padding: 20px 20px;display: block;}
.serveMain .section1 .showinfo h3{font-size: 18px;color: #333333;line-height: 30px;}
.serveMain .section1 .showinfo i{display: block;width: 40px;height: 2px;background: #5AC9F3;margin: 10px 0;}
.serveMain .section1 .showinfo span{font-size: 14px;color: #999999;line-height: 30px;}








@media only screen and (max-width:1600px){
	.indexMain .section1 .tabTit span{
		font-size: 26px;
		width: 270px;
	}
	.indexMain .section1 .tabCon .imgSlick .aBox a{
		font-size: 24px;
		line-height: 58px;
		max-width: 190px;
	}
	.indexMain .section3 .box ul li a{
		line-height: 66px;
	}
	.indexMain .section3 .box ul li span{
		line-height: 66px;
	}
	.joinMain .section1 .desc h4{
		font-size: 52px;
	}
	.joinMain .section1 .desc h5{
		font-size: 62px;
		margin: 35px 0 22px;
	}
	.joinMain .section1 .desc{
		font-size: 20px;
		line-height: 38px;
	}
	.abMain .section1 .box .right h3{
		font-size: 22px;
		margin: 5px 0 10px;
	}
	.abMain .section1 .box .right p{
		font-size: 16px;
		line-height: 30px;
	}
	.abMain .section3 .desc{
		font-size: 22px;
		line-height: 40px;
	}
	.abMain .section3 .desc{
		margin: 50px auto 70px auto;
	}
	.abMain .section3 .item{
		min-height: 580px;
	}
	.abMain .section3 .item h3{
		font-size: 26px;
		line-height: 38px;
	}
	.abMain .section3 .item img{
		width: 138px;
	}
	.abMain .section3 .item p{
		font-size: 16px;
		line-height: 36px;
	}
	.abMain .section3 .item .p1{
		margin-top: 70px;
	}
	.dgMain .form .lable{
		margin-top: 30px;
	}
	.dgMain .form .lable span{
		font-size: 26px;
		line-height: 54px;
	}
	.dgMain .form .lable select{
		font-size: 22px;
		line-height: 50px;
		height: 54px;
		background-size: auto 64px;
	}
	.dgMain .form .lable .select i{
		font-size: 26px;
	}
	.dgMain .form .lable input{
		height: 54px;
		line-height: 50px;
		font-size: 22px;
	}
	.dgMain .form .xmBox .xm{
		font-size: 22px;
		line-height: 54px;
	}
	.dgMain .form .xmBox .xm em{
		width: 24px;
		height: 24px;
	}
	.tjBox{
		width: 260px;
		height: 68px;
		margin-top: 50px;
	}
	.tjBox .tj{
		font-size: 24px;
		line-height: 68px;
	}
	.tjBox .back{
		font-size: 22px;
		line-height: 68px;
	}
	.pz .aBox span{
		font-size: 26px;
		line-height: 120px;
	}
	.proMain .section1 .items .item .hide h3{
		font-size: 22px;
	}
	.proMain .section1 .items .item .show h3{
		font-size: 22px;
	}
	.proMain .section1 .items .item p{
		font-size: 18px !important;
		margin-top: 18px;
	}
	.proMain .section4 .con img{
		max-width: 3000px;
	}
	.proMain .section3 .lable span{
		font-size: 26px;
		line-height: 70px;
	}
	.proMain .section3 .lable input,.proMain .section3 .lable select{
		font-size: 24px;
		line-height: 54px;
		height: 58px;
	}
	.proMain .section3 .tj {
		font-size: 24px;
		line-height: 60px;
		width: 270px;
		height: 60px;
		margin: 110px auto 0;
	}
}
@media only screen and (max-width:1440px){
	.indexMain .section1{
		padding-top: 74px;
	}
	.indexMain .section1 .tabTit{
		margin: 40px 0 50px;
	}
	.indexMain .section1 .tabTit span{
		font-size: 24px;
		width: 250px;
		line-height: 60px;
	}
	.indexMain .section1 .tabTit span:before,.indexMain .section1 .tabTit span:after{
		height: 60px;
	}
	.indexMain .section1 .tabCon .imgSlick .item h3{
		font-size: 46px;
	}
	.indexMain .section1 .tabCon .imgSlick .aBox a{
		font-size: 22px;
		line-height: 52px;
	}
	.indexMain .section1 .slick-arrow{
		width: 70px;
		height: 70px;
	}
	.indexMain .section2 {
		padding: 60px 0 50px;
	}
	.indexMain .section2 .items{
		margin-top: 70px;
	}
	.indexMain .section2 .items .item .block h3{
		font-size: 22px;
	}
	.indexMain .section3{
		padding: 60px 0 100px;
	}
	.indexMain .section3 .box{
		margin-top: 75px;
	}
	.indexMain .section3 .box .left .pic span{
		font-size: 30px;
		line-height: 58px;
	}
	.indexMain .section3 .box .left .text{
		padding: 30px 35px;
	}
	.indexMain .section3 .box .left .text h3{
		font-size: 20px;
	}
	.indexMain .section3 .box .left .text p{
		font-size: 16px;
		line-height: 28px;
		height: 56px;
		margin-top: 10px;
	}
	.indexMain .section3 .box .items .item h3{
		font-size: 18px;
		padding: 12px 0;
	}
	.indexMain .section3 .box ul li a,.indexMain .section3 .box ul li span{
		font-size: 16px;
		line-height: 56px;
	}
	.joinMain .section1{
		padding-bottom: 90px;
	}
	.joinMain .section1 .desc h4{
		font-size: 48px;
	}
	.joinMain .section1 .desc h5{
		font-size: 58px;
		margin: 30px 0 18px;
	}
	.joinMain .section1 .desc{
		font-size: 18px;
		line-height: 34px;
		margin-top: 64px;
	}
	.joinMain .section1 .tit{
		font-size: 40px;
		margin-top: 55px;
	}
	.joinMain .section1 .tit:after{
		width: 280px;
	}
	.joinMain .section1 .item .show h3{
		font-size: 20px;
		line-height: 70px;
	}
	.joinMain .section1 .item .show span{
		line-height: 70px;
	}
	.joinMain .section1 .item .hide{
		padding: 10px 38px 35px;
	}
	.joinMain .section1 .item .hide span{
		font-size: 18px;
	}
	.joinMain .section1 .item .hide p{
		font-size: 14px;
	}
	.abMain .section1 .box .right h3{
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.abMain .section1 .box .right p{
		font-size: 14px;
		line-height: 26px;
	}
	.abMain .section1 .box{
		margin-top: 50px;
	}
	.abMain .section2 {
		padding: 55px 0 80px;
	}
	.abMain .section2 .items{
		margin-top: 40px;
	}
	.abMain .section2 .item{
		padding: 0 34px;
	}
	.abMain .section2 .item h4{
		font-size: 20px;
	}
	.abMain .section2 .item h3{
		font-size: 18px;
	}
	.abMain .section2 .item p{
		font-size: 16px;
	}
	.abMain .section2 .item .top{
		padding: 24px 0 15px;
	}
	.abMain .section2 .item .bot {
		padding: 14px 0 35px;
	}
	.abMain .section2 .item i{
		width: 48px;
		height: 48px;
	}
	.baiduMap2{
		margin-top: 45px;
	}
	.abMain .section3 .desc{
		font-size: 18px;
		line-height: 36px;
	}
	.abMain .section3 .item{
		min-height: 520px;
	}
	.abMain .section3 .item h3{
		font-size: 22px;
		line-height: 30px;
	}
	.abMain .section3 .item img{
		width: 110px;
	}
	.abMain .section3 .item p{
		font-size: 14px;
		line-height: 28px;
	}
	.dgMain .tit h3{
		font-size: 36px;
	}
	.dgMain .tit span{
		font-size: 18px;
		margin: 18px 0;
	}
	.dgMain .form .tips{
		font-size: 18px;
	}
	.dgMain .form .lable{
		margin-top: 20px;
	}
	.dgMain .form .lable span{
		font-size: 22px;
		line-height: 44px;
	}
	.dgMain .form .lable select{
		font-size: 20px;
		line-height: 40px;
		height: 44px;
		background-size: auto 44px;
	}
	.dgMain .form .lable .select i{
		font-size: 20px;
	}
	.dgMain .form .lable input{
		height: 44px;
		line-height: 20px;
		font-size: 20px;
	}
	.dgMain .form .xmBox .xm{
		font-size: 20px;
		line-height: 44px;
	}
	.dgMain .form .xmBox .xm em{
		width: 24px;
		height: 24px;
	}
	.tjBox{
		width: 230px;
		height: 58px;
		margin-top: 40px;
	}
	.tjBox .tj{
		font-size: 22px;
		line-height: 58px;
	}
	.tjBox .back{
		font-size: 20px;
		line-height: 58px;
	}
	.pz .aBox span{
		line-height: 100px;
		font-size: 22px;
	}
	.proMain .section1 .items .item .show{
		padding: 25px 30px;
	}
	.proMain .section1 .items .item .hide{
		padding: 25px 30px 20px;
	}
	.proMain .section1 .items .item .hide h3{
		font-size: 20px;
	}
	.proMain .section1 .items .item p{
		font-size: 16px !important;
		line-height: 28px;
		margin-top: 15px;
	}
	.proMain .section1 .items .item .show h3{
		font-size: 20px;
	}
	.proMain .section1 .items .item .hide h3 img{
		width: 34px;
		margin-right: 8px;
	}
	.proMain .section1 .items .item .show img{
		width: 70px;
		margin-top: 220px;
	}
	.proMain .section3{
		min-height: 900px;
	}
	.proMain .section3 .lable span{
		font-size: 24px;
	}
	.proMain .section3 .lable input,.proMain .section3 .lable select{
		height: 54px;
		line-height: 50px;
		font-size: 20px;
		padding: 0 25px;
	}
	.proMain .section3 .lableBox{
		margin-bottom: 8px;
	}
	.proMain .section3 .form{
		margin-top: 20px;
	}
	.proMain .section3 .tj {
		font-size: 22px;
		line-height: 54px;
		width: 240px;
		height: 54px;
		margin: 90px auto 0;
	}
	.serveMain .section1 .partContent h2{
		font-size: 48px;
	}
	.serveMain .section1 .partContent .tit{
		font-size: 16px;
		margin-top: 24px;
	}
	.serveMain .section1 .tjBtn{
		margin-top: 40px;
	}
	.serveMain .section1 .showinfo{
		margin-top: 40px;
	}
}
@media only screen and (max-width:1366px){

}
@media only screen and (max-width:1199px){

}