.ck_banner_box{
	background: url(../img/index_banner_bg.jpg) no-repeat;
	background-size:cover ;
	height: 9.21rem;
	margin-top: 0.5rem;
}
.ck_banenr_bg{
	background: url(../img/banner_right_img.png)no-repeat;
	height: 9.21rem;
	background-position: right 200px; 
}
.ck_banner_main{
	margin-top: 3.74rem;
}
.ck_banner_main p img{
	display: block;
	height: 1.66rem;
	margin-bottom: 0.4rem;

}
.ck-btn-more{
	color: #2185ff;
	font-size: 0.16rem;
	background: #fff;
	padding: 0.08rem 0.26rem;
	border-radius: 1rem;
	font-weight: 500;
}
.ck-btn-more span{
	font-size: 0.16rem;
	font-weight: 600;
	margin-left: 0.1rem;
}
.ck-btn-more:hover{
	color: #2185FF;
	opacity: 0.9;
}
/*.comment_title_box{
	margin-top: 1rem;
	margin-bottom: 0.7rem;
}*/
.ck_comment_title{
	text-align: center;
}
.ck_comment_title h2{
	font-size: 0.24rem;
	color: #131313;
}
.ck_comment_title p{
	font-size: 0.14rem;
	color: #6a6a6a;
	margin-top: 0.2rem;
}
.ck_comment_title h2 span{
	position: relative;
	margin: 0 auto;
	width: 0.3rem;
	height: 0.04rem;
	background: #4e95ff;
	border-radius: 2rem;
	margin-top: 0.1rem;
	display: block;
}
.ck_comment_title p span{
	font-size: 0.18rem;
	color: #2185ff;
}
.ck_solution_box{
	margin-top: 1.5rem;
}
.ck_product_box,.ck_map_box{
	margin-top: 1rem;
}
.ck_product_wrap{
	margin-top: 1.48rem;
}
.ck_product_main h4{
	color: #2185ff;
	font-size: 0.2rem;
	margin-top: 0.6rem;
}
.ck_product_main{
	position: relative;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
.ck_product_tu{
	position: relative;
	display: block;
	vertical-align: middle;
}
.ck_product_tu img{
	height: 3.4rem;
}
.ck_product_cont{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0.2rem;
  	vertical-align: middle;
  	transition: all 0.5s;
  	/*transform: translateY(-100%);
    visibility: hidden;
    z-index: 9;
    opacity: 0;*/
      transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    align-items: center;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ck_product_cont p{
	padding-left: 0.9rem;
	padding-right: 0.9rem;
	vertical-align: middle;
	font-size:0.18rem;
	color: #ffffff;
	text-align: left;
}
.ck_product_main:hover .ck_product_cont,.ck_product_main:focus .ck_product_main,.ck_product_main:hover h4 span {
	transition: all 0.5s;
	/*opacity: 1;
      transform: translateY(0px);
      visibility: visible;*/
      transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    
}
.transition4s {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ck_solution_wrap{
	margin-top: 0.52rem;
}
.ck_solution_main{
	height: 5.36rem;
	position: relative;
	overflow: hidden;
}
.ck_solution_tu{
	height: 1.18rem;
	margin-top: 0.56rem;
	margin-bottom: 0.6rem;
	text-align: center;
	vertical-align: middle;
}
.ck_solution_tu img{
	height: 100%;
}
.ck_solution_p{
	font-size: 0.2rem;
	color: #131313;
	text-align: center;
}
.ck_solution_cont {
	background: #fff;
	position: absolute;
	top: 0.1rem;
	box-shadow: 0px 2px 10px rgba(12,12,13,0.1);
	border-radius: 0.2rem;
	left: -100%;
	width: 0%;
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
	padding-bottom: 0.3rem;
}
.solution_cont{
	padding-top: 0.34rem;
	padding-left: 0.3rem;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(0,-200%,0);
    -moz-transform: translate3d(0,-200%,0);
    -ms-transform: translate3d(0,-200%,0);
    -o-transform: translate3d(0,-200%,0);
    transform: translate3d(0,-200%,0);
}
.ck_solution_cont div:nth-child(1){
	 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ck_solution_main:hover .solution_cont{
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.solution_cont img{
	height: 0.5rem;
	text-align: left !important;
}
.solution_cont h4{
	font-size: 0.18rem;
	color: #2185ff;
	margin-top: 0.14rem;
	margin-bottom: 0.3rem;
}

.ck_solution_main:hover .ck_solution_cont{
	transition: all 0.5s ease-in-out;
	left: 0.1rem;
	width:96%;
	overflow: hidden;
	opacity: 1;
}
.solution_cont_p{
	color: #ffffff;
	font-size: 0.12rem;
	padding:0.1rem 0.3rem;
	text-align: left;
	background:linear-gradient(50deg, #008aff, #00a2ff);
	background:-webkit-linear-gradient(50deg, #008aff, #00a2ff);
	background:-moz-linear-gradient(50deg, #008aff, #00a2ff);
	background:-o-linear-gradient(50deg, #008aff, #00a2ff);
	margin-bottom: 0.1rem;
	margin-right: 0.1rem;
	border-radius: 0px 10rem 10rem 0;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    -o-transform: translate3d(-150%,0,0);
    transform: translate3d(-150%,0,0);
    opacity: 0;
}
.ck_solution_cont div:nth-child(2){
	 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ck_solution_cont div:nth-child(3){
	 -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.ck_solution_cont div:nth-child(4){
	 -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.ck_solution_main:hover .solution_cont_p{
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;

}
.ck_data_box{
	margin-top: 0rem;
}
.ck_custom_cont{
	margin-top: 1.78rem;
}
.ck_custom_cont h4{
	font-size: 0.18rem;
	color: #131313;
	font-weight: 500;
}
.ck_custom_cont h2{
	font-size: 0.38rem;
	color: #131313;
	margin-top: 0.3rem;
	font-weight: 600;
}
.ck_custom_cont h2 p{
	margin-top: 0.08rem;
}
.ck_custom_cont h3{
	color: #6a6a6a;
	font-size: 0.18rem;
	margin-top: 0.18rem;
}
.ck_custom_btn{
	font-size: 0.14rem;
	color: #ffffff;
	padding: 0.09rem 0.25rem;
	margin-top: 0.5rem;
	border-radius: 1rem;
	display: inline-block;
	background:linear-gradient(124deg, #ff9e2c, #ffba00);
	background:-webkit-linear-gradient(124deg, #ff9e2c, #ffba00);
	background:-moz-linear-gradient(124deg, #ff9e2c, #ffba00);
	background:-o-linear-gradient(124deg, #ff9e2c, #ffba00); 
	box-shadow: 0px 0px 10px rgba(247,133,0,0.2);
	cursor: pointer;
}
.ck_custom_btn:hover{
	color: #fff;
	opacity: 0.9;
}
.ck_custom_btn span{
	font-weight: 600;
	margin-left: 0.08rem;
}
.ck_custom_btn span img{
	margin-top: -1px;
}
.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	display:none
}
.cd-theme-popover {
	z-index:9999;
	position:fixed;
	top:48%;
	left:50%;
	width:660px;
	margin:-180px 0 0 -330px;
	border-radius:0.2rem;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}

.cd-theme-popbod {
	padding: 0.5rem 0.5rem 0rem 0.36rem;
	color:#c4c4c4;
}
.mob-theme{
	display: none;
}
.cd-custom-form .custom-input,.cd-custom-form .cd-custom-area{
	padding: 0.1rem 0.18rem;
	color: #757575;
	font-size: 0.12rem;
	text-align: left;
	width: 100%;
	margin-bottom: 0.2rem;
	border-radius: 0.05rem;
	border:1px solid #cccccc;
}
.cd-custom-form .cd-custom-area{
	min-height: 1.64rem;
}
.cd_custom_btn{
	margin-top: 0.05rem;
	text-align: right;
}
.cd_custom_btn a{
	margin-left: 0.22rem;
	cursor: pointer;
}
.theme-close{
	color: #cccccc;
	font-size: 0.12rem;
}
.theme-close:hover{
	color: #2185FF;
}
.btn_sure{
	color: #ffffff;
	padding: 0.06rem 0.12rem;
	background: #2185ff;
	border-radius: 0.05rem;
	margin-left: 0.18rem;
	font-size: 0.12rem;
}
.btn_sure:hover{
	color: #fff;
	opacity: 0.9;
}
.ck_service_box{
	margin-top: 1.14rem;
}
.ck_service_wrap{
	position: relative;
	display: block;
	background: #fff;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	box-shadow: 0px 0px 10px rgba(12,12,13,0.1);
	border-radius: 0.1rem;
	margin-top: 0.56rem;
	text-align: center;
}
.ck_service_main{
	border-right: 2px dotted #E0E0E0;
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;
}
.ck-service-tu img{
	height: 0.24rem;
}
.ck-service-tu h3{
	font-size: 0.22rem;
	color: #2185ff;
	margin-top: 0.2rem;
}
.ck_service_cont{
	color: #959595;
	font-size: 0.14rem;
	margin-top: 0.3rem;
}
#cdMap{
	position: relative;
	height: 800px;
	width:1280px;
	margin:0 auto;
	z-index: 99;
}
.maptip{
	color: #ffc019;
	font-size: 0.16rem;
	padding-bottom: 0.1rem;
}
.mapcol{
	padding-bottom: 0.08rem;
}
.mapcol,.mapspan{
	font-size: 0.12rem;
}
.mapspan{
	color: #ffc019;
	padding-left: 0.08rem;
}
.mapcont{
	padding: 0.1rem;
}
.ck_team_box{
	margin-top: 1rem;
}
.ck_team_wrap{
	margin-top: 0.6rem;
}
.pc-banner {
	/*background: url(../img/top_main_bg01.jpg) no-repeat;*/
	width: 100%;
	float: left;
}

@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
	/*margin: 35px 0;*/
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}

.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

@media screen and (max-width: 668px) {
	.swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.swiper-slide a {
	display: block;
	border-radius: 14px;
}

@media screen and (min-width: 668px) {
	.swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 95%;
		/*background: url(../img/top_slick_cover_bg01.png) 0 0 repeat;*/
		background:rgba(0,0,0,0.6);
		border-radius: 20px;
	}
}

.swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.swiper-slide a {
		border-radius: 7px;
	}
}

.swiper-slide img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

@media screen and (max-width: 668px) {
	.swiper-slide img {
		border-radius: 7px;
	}
}

.swiper-pagination {
	position: relative !important;
	margin-top: 0.3rem;
	text-align: center;
}

.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 2px;
}

.swiper-pagination-bullet-active {
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	
	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 0px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}
.ck_team_cont{
	margin-top: 0.8rem;
	text-align: center;
}
.ck_team_cont p{
	color: #6a6a6a;
	font-size: 0.2rem;
	max-width: 7.54rem;
	position: relative;
	margin: 0 auto;
}
.ck_team_cont p span{
	color: #2185FF;
	font-size: 0.26rem;
	
}
.ck_partner_box{
	margin-top: 1rem;
}
.ck_partner_cont{
	margin-top: 0.8rem;
	margin-bottom: 1.2rem;
}
.mt4{
	margin-top: 0.4rem;
}
.ck_footer_box{
	padding: 0.45rem 0;
	background: #131313;
}
.ck_footer_rwm{
	display: inline-block;
	text-align: center;
	margin-left: 0.67rem;
}
.ck_footer_rwm img{
	height: 1.36rem;
}
.ck_footer_rwm p{
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.15rem;
}
.ck_footer_list p{
	font-size: 0.14rem;
	color: #b9b9b9;
	margin-bottom: 0.2rem;
}
.ck_footer_list img{
	margin-right: 0.2rem;
}
.ck_footer_list p span{
	margin-left: 0.16rem;
}
.contact_cont{
	margin-bottom: 0.3rem;
}
.contact_cont h2{
	color: #ffffff;
	font-size: 0.22rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
	margin-left: -0.1rem;
	max-width: 4rem;
}
.contact_cont p{
	font-size: 0.12rem;
	color: #b9b9b9;
	margin-top: 0.1rem;
	
}
.navbar-header img{
	height: 0.3rem;
}
.ck_footer_rwm_box{
	margin-top: 0.44rem;
}

