.page-top{
	position:relative;
	height: 48rem;
	background: url(../images/webTop-bg.png);
	background-size: 100% 100%;
}

.web-intro{width:24.8125rem;margin:0 auto;padding-top:22.125rem;z-index: 20;}
.web-intro *{text-align: center;color: #fff;}
.web-intro>h1{font-size: 3.75rem;line-height: 1;}
.web-intro>p{font-size: 1.25rem;margin:1.25rem 0 2.5rem 0;}
.web-intro .search-field{position:relative;width:24.1875rem;height: 2.625rem;margin:0 auto;background-color: #2c4ba6;border-radius: 50px;}
.search-field>div{width:90%;line-height: 2.625rem;}
.search-field>div>span{font-size: 1.375rem;}
.web-intro .search-field>span{width: 4.8125rem;height: 2.25rem;line-height: 2.25rem;border-radius: 28px;
	position: absolute;right:0.1875rem;top:0.1875rem;background-color: #8292fd;text-transform: uppercase;}

.circles{width: 100%;height: 100%;}
.circles>li{
	position:absolute;
	bottom: -100px;
	left:50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}

.circles>li:nth-child(1){
	width: 36.5rem;
	height: 36.5rem;
	background-color: rgba(256,256,256,.05);
	-webkit-animation: cirScale 5s linear  infinite;
	-moz-animation: cirScale 5s linear  infinite;
	-ms-animation: cirScale 5s linear  infinite;
	-o-animation: cirScale 5s linear  infinite;
	animation: cirScale 5s linear infinite;
}

@-webkit-keyframes cirScale {
	25% {width:38.0625rem;height:38.0625rem;}
	50% {width: 39.625rem;height: 39.625rem;}
	75% {width: 38.0625rem;height:38.0625rem;}
	100% {width: 36.5rem;height: 36.5rem;}
}

@-moz-keyframes cirScale {
	25% {width: 38.0625rem;height:38.0625rem;}
	50% {width: 39.625rem;height: 39.625rem;}
	75% {width: 38.0625rem;height:38.0625rem;}
	100% {width: 36.5rem;height: 36.5rem;}
}

@-ms-keyframes cirScale {
	25% {width: 38.0625rem;height:38.0625rem;}
	50% {width: 39.625rem;height: 39.625rem;}
	75% {width:38.0625rem;height:38.0625rem;}
	100% {width: 36.5rem;height: 36.5rem;}
}
@keyframes cirScale {
	25% {width: 38.0625rem;height:38.0625rem;}
	50% {width: 39.625rem;height: 39.625rem;}
	75% {width: 38.0625rem;height: 38.0625rem;}
	100% {width: 36.5rem;height: 36.5rem;}
}


.circles>li:nth-child(2){
	width: 39.625rem;
	height: 39.625rem;
	background-color: rgba(256,256,256,.03);
	-webkit-animation: cirScale1 5s 1s linear infinite;
	-moz-animation: cirScale1 5s 1s linear infinite;
	-ms-animation: cirScale1 5s 1s linear infinite;
	-o-animation: cirScale1 5s 1s linear infinite;
	animation: cirScale1 5s 1s linear infinite;
}
@-webkit-keyframes cirScale1{
	25% {width: 43rem;height:43rem;}
	50% {width: 46.375rem;height: 46.375rem;}
	75% {width: 43rem;height:43rem;}
	100% {width: 39.625rem;height: 39.625rem;}
}

@-moz-keyframes cirScale1 {
	25% {width: 43rem;height:43rem;}
	50% {width: 46.375rem;height: 46.375rem;}
	75% {width: 43rem;height:43rem;}
	100% {width: 39.625rem;height: 39.625rem;}
}

@-ms-keyframes cirScale1 {
	25% {width: 43rem;height:43rem;}
	50% {width: 46.375rem;height: 46.375rem;}
	75% {width: 43rem;height:43rem;}
	100% {width: 39.625rem;height: 39.625rem;}
}
@keyframes cirScale1 {
	25% {width: 43rem;height:43rem;}
	50% {width: 46.375rem;height: 46.375rem;}
	75% {width: 43rem;height:43rem;}
	100% {width: 39.625rem;height: 39.625rem;}
}

.circles>li:nth-child(3){
	width: 742px;height: 742px;
	background-color: rgba(256,256,256,.03);
	-webkit-animation: cirScale2 5s 2s linear  infinite;
	-moz-animation: cirScale2 5s 2s linear  infinite;
	-ms-animation: cirScale2 5s 2s linear  infinite;
	-o-animation: cirScale2 5s 2s linear  infinite;
	animation: cirScale2 5s 2s linear  infinite;
}
@-webkit-keyframes cirScale2{
	25% {width: 50.25rem;height: 50.25rem;}
	50% {width: 54.25rem;height: 54.25rem;}
	75% {width: 50.25rem;height:50.25rem;}
	100%{width: 46.375rem;height: 46.375rem;}
}

@-moz-keyframes cirScale2 {
	25% {width: 50.25rem;height: 50.25rem;}
	50% {width: 54.25rem;height: 54.25rem;}
	75% {width: 50.25rem;height:50.25rem;}
	100%{width: 46.375rem;height: 46.375rem;}
}

@-ms-keyframes cirScale2 {
	25% {width: 50.25rem;height: 50.25rem;}
	50% {width: 54.25rem;height: 54.25rem;}
	75% {width: 50.25rem;height:50.25rem;}
	100%{width: 46.375rem;height: 46.375rem;}
}
@keyframes cirScale2 {
	25% {width: 50.25rem;height: 50.25rem;}
	50% {width: 54.25rem;height: 54.25rem;}
	75% {width: 50.25rem;height:50.25rem;}
	100%{width: 46.375rem;height: 46.375rem;}
}



.advantages{position: relative;margin-top: 4.375rem;background: url(../images/advantages-line.png) no-repeat left bottom;}

.select{min-height:51.875rem;margin:0 auto;position:relative;}
.select>li {
	position: absolute;
	width: 33%;
	transition: color .5s ease-in;
	cursor: pointer;
	transition: background-color .5s;
	padding: 1.625rem 4.286% 1.625rem 15px;
	border-radius: 150px;
}
.select>li:nth-child(1){left: 58.75rem; top: 1.375rem;}
.select>li:nth-child(2){left: 63.625rem;top: 15.5625rem;}
.select>li:nth-child(3){left: 58.75rem; top: 27.5rem;}
.select>li:nth-child(4){width: 33%;display:block;left: 29.75rem;top: 37.5rem;padding:1rem 1.875rem;}
.select>li:nth-child(4)>h4{width:100%;text-align: center;margin-bottom: 14px;}
.select>li:nth-child(4)>p{width:27.75rem;max-width: 100%;text-align: center;}
.select>li:nth-child(5){left: 1rem; top: 28.125rem;padding:1.625rem 15px 1.625rem 4.286%;}
.select>li:nth-child(6){left: -3.75rem; top: 15.5625rem;padding:1.625rem 15px  1.625rem 4.286%;}
.select>li:nth-child(7){left: 1rem; top: 22px;padding:26px 0.9375rem  1.625rem 4.286%;}



.select>li>h4{width:5rem;font-size: 1.625rem;color:#333;}
.select>li>p{width: 80.6%;color: #666;font-size: 14px;}

.select>li:hover{background-color: #cae8fe;}
.mselect{display: none;}



.select-points {
	position: absolute;
	left: 26.625rem;
	top: 0;
	width: 35.75rem;
	height: 35.75rem;
	border: solid 1px #a4c5dd;
	border-radius: 50%;
}
.select-points>ul{position: relative;width:100%;height:100%;}
.select-points>ul>li{position:absolute;width: 14px;height: 14px;background-color: #0095ff;border-radius: 50%;}
.points>li:nth-child(7){display: none;}

.select-points.active{
	-webkit-animation: rotate 8s linear infinite;
	-moz-animation: rotate 8s linear infinite;
	-ms-animation: rotate 8s linear infinite;
	animation: rotate 8s linear infinite;
}
	
@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg)}
	to {-webkit-transform: rotate(360deg)}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg)}
	to {-moz-transform: rotate(359deg)
}
}

@-ms-keyframes rotate {
	from {-ms-transform: rotate(0deg)}
	to {-ms-transform: rotate(359deg)}
}

@keyframes rotate {
	from {transform: rotate(0deg)}
	to {transform: rotate(359deg)}
}

/*几个图层依次显示*/
.bgcirs{width: 31.625rem;height: 31.625rem;position:absolute;left:28.6875rem;top:2.0625rem;}
.bgcir{position: relative;width:100%;height:100%;}
.bgcir>li{
	position:absolute;
	border-radius: 50%;
}
.bgcir>li:nth-child(1){
	width:100%;
	height:100%;
	background: linear-gradient(0deg,rgba(42,217,255,.5) 0%, rgba(2,150,255,.5) 100%);
}
.bgcir>li:nth-child(2){
	width: 27.375rem;
	height: 27.375rem;
	background: linear-gradient(0deg, rgba(42,217,255,.5) 0%, rgba(2,150,255,.3) 100%);
	margin:2.125rem;
}
.bgcir>li:nth-child(3){
	width: 20.5rem;
	height: 20.5rem;
	background: linear-gradient(0deg, rgba(42,217,255,.1) 0%, rgba(2,150,255,.1) 100%);
	margin:5.5625rem;
}
.bgcirs>div{position: absolute;left:0;top:0;width:100%;height:100%;}
.bgcirs .bgimgs{position: relative;}
.bgcirs .bgimgs>img{position: absolute;}
.bgcirs .bgimgs>img:nth-child(1){
	right: 1.25rem;
	top: 3.125rem;
	width: 19.0625rem;
	height: 13.1875rem;
}
.bgcirs .bgimgs>img:nth-child(2){
	right: 5.3125rem;
	top: 6.25rem;
	width: 17.4375rem;
	height: 18.8125rem
}
.bgcirs .bgimgs>img:nth-child(3){
	right: 6.875rem;
	top: 15.625rem;
	width: 1.8125rem;
	height: 3.0625rem;
	-webkit-animation: imgJump 4s linear infinite;
	-moz-animation: imgJump 4s linear infinite;
	-ms-animation: imgJump 4s linear infinite;
	animation: imgJump 4s linear infinite;
}
.bgcirs .bgimgs>img:nth-child(4){
	right: 6.875rem;
	top: 20rem;
	width: 5.5rem;
	height: 5.3125rem;
}
.bgcirs .bgimgs>img:nth-child(5){
	left: 4.375rem;
	top: 21.875rem;
	width: 10.875rem;
	height: 5.375rem;
}

@-webkit-keyframes imgJump {
	25% {top: 15rem;}
	50% {top: 14.375rem;}
	75% {top: 15rem;}
	100% {top: 15.625rem;}
}

@-moz-keyframes imgJump {
	25% {top: 15rem;}
	50% {top: 14.375rem;}
	75% {top: 15rem;}
	100% {top: 15.625rem;}
}

@-ms-keyframes imgJump {
	25% {top: 15rem;}
	50% {top: 14.375rem;}
	75% {top: 15rem;}
	100% {top: 15.625rem;}
}

@keyframes imgJump {
	25% {top: 15rem;}
	50% {top: 14.375rem;}
	75% {top: 15rem;}
	100% {top: 15.625rem;}
}

@media only screen and (max-width: 1600px) {
	.select>li{padding: 1.625rem 15px !important;}
	.select>li:nth-child(2),.select>li:nth-child(6){width: 30%;}
	.select>li:nth-child(6) {left: -1.8rem;}
	.select-points {
		left: 25.625rem;
	}
	.bgcirs{left: 27.6875rem;}
	.select>li:nth-child(2) {left: 62.625rem;}
	.select>li:nth-child(5),.select>li:nth-child(7){left: -.6rem;}
}

@media only screen and (max-width: 1470px) {
	.select>li {width: 28%;}
	.select>li:nth-child(2),.select>li:nth-child(6){width: 26%;}
	.select>li:nth-child(5), .select>li:nth-child(7){left: 4rem;}
	.select>li:nth-child(6) {
	    left: 1.6rem;
	}
}
@media only screen and (max-width: 1400px) {
	.select-points {left: 28.625rem;}
	.bgcirs{left: 30.6875rem;}
	.select>li:nth-child(1),.select>li:nth-child(3){
		left: 62rem;
	}
	.select>li:nth-child(2){left: 66.625rem;}
}




/**/
.web-service{padding-bottom: 100px;}
.service-items>li{position:relative;width:16.6666%;height:360px;padding:23px 30px;text-align: center;border-radius: 10px;}
.service-items>li>div{display:inline-block;width: 100px;height: 100px;border-radius: 50%;overflow: hidden;}
.service-items>li>div>span{position:relative;top:0;width:100%;height:100%;line-height:100px;}
.service-items>li>div>span:nth-child(2){top:100px;}
.service-items>li>h2{color: #393939;font-size: 18px;margin:18px 0;}
.service-items>li>p{color: #666;font-size: 14px;}
.service-items>li>a{
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 124px;
	height: 30px;
	line-height:30px;
	border-radius: 5px;
	border: solid 1px #0095ff;
	color: #069dff;
	visibility: hidden;
}
.service-items>li:hover{background-color:rgba(0,149,255,.05);}
.service-items>li:hover>div>span{top:-100px;}
.service-items>li:hover>div{background-color: #fff;}
.service-items>li:hover>h2{color: #069dff;}
.service-items>li:hover>a{bottom:40px;visibility: visible;}

/*combo*/
.web-combo{background: url(../images/wbcombo-bg.png) no-repeat;padding: 100px 0;}
.combo-items{background: #fff;}
.combo-items>div{position:relative;width: 20%;border-bottom: solid 1px #f3f3f3;border-left: solid 1px #f3f3f3;border-right: solid 1px #fff;}
.combo-items>div:after{
	content: "";
    position: absolute;
    left: -.3%;
    top: 0;
    width: 101%;
    height: 2px;
    z-index: 2;
}
.combo-items>div:nth-child(odd):after{
	background: url(../images/combo-bg1.png) no-repeat left top;
}

.combo-items>div:nth-child(even):after{
	background: url(../images/combo-bg2.png) no-repeat left top;
}


.combo-items>div:first-child{border-left-color:#fff;}
.combo-items .combo-title{height:216px;background-color:#fff;text-align: center;border-bottom: 1px solid #e5e5e5;}
.combo-items .combo-title::before{background:linear-gradient(0deg, #0296ff 0%, #2ad9ff 100%); ;}
.combo-items .combo-title>h1{margin:60px 0 53px 0;color: #333;font-size: 20px;}
.combo-items .combo-title>p{font-size: 14px;color:#ff3b30;}
.combo-items .combo-title>p>span{font-size: 30px;}
.combo-items>div h4{padding-left:5px;color: #666;font-size: 16px;}
.combo-items>div>div:not(:nth-child(1)){width: 90%;padding:20px 0;margin:0 auto;}
.combo-items>div ul{padding:0 12px 0 7px;margin-top:25px;color:#333;font-size:14px;}
.combo-items .combo-service ul>li{
	padding-left: 1.25rem;
	background: url(../images/line.png) no-repeat left 9px center;
	cursor: pointer;
}
.combo-items .combo-service ul>li:hover{
	background-image: url(../images/line-active.png);
}
.combo-items .combo-service ul>li>p{
	line-height: 30px;
	width:80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: color .1s linear .35s;
}
.combo-items .combo-service ul>li>span{width:15px;height:15px;border:1px solid #333;}
.combo-service ul>li:hover>p{color: #0095ff;}
.combo-service ul>li:hover>span{border-color: #0095ff;}
.combo-items>div>p{
	position:relative;
	left: 50%;
	display:inline-block;
	width: 140px;
	height:131px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.combo-items>div>p>a{
	position: absolute;
	left:0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	border:1px solid  #333;
	font-size: 14px;
	text-align: center;
	margin:46px 0;
	transition: .5s ease !important;
	-webkit-transition: .5s ease !important;
	-ms-transition: .5s ease !important;
	-moz-transition: .5s ease !important;
	-o-transition: .5s ease !important;
}
.combo-items>div>p>a:nth-child(1){
    top: 0;
    z-index: 2;
}   
.combo-items>div>p>a:nth-child(2){
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border: 0;
    background: url(../images/kf.png) no-repeat;
    background-size: 100% 100%;
	z-index: 1;
}
.combo-service ul>li>span {
  position: relative;
  color: #ffffff;
  cursor: pointer;
}


.combo-service .check-ani{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.short-line, .long-line {
    position: absolute;
    overflow: hidden;
    height: 2.5px;
    background-color: transparent;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.short-line {
    top: 2px;
    left: 2px;
    width: 10px;
    -webkit-transform: rotate(44.5deg);
    -moz-transform: rotate(44.5deg);
    -ms-transform: rotate(44.5deg);
    transform: rotate(44.5deg);
}
.short-line::before, .long-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:  #0095ff;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
.long-line {
    top: 9px;
    left: 8px;
    width: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.long-line::before, .combo-service ul>li:hover .short-line::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.combo-service ul>li:hover  .short-line::before, .combo-service ul>li:hover .long-line::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.short-line::before, .combo-service ul>li:hover .long-line::before {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}




.combo-items>div:hover{color:#0095ff;border-top: 0;}
.combo-items .combo-trait{border-bottom: 1px solid #e5e5e5;}
/*combo animate*/
.combo-items>div:hover{
	border-style: solid;
	border-width: 1px;border-image-source: linear-gradient(0deg, #0296ff 0%, #2ad9ff 100%);
	border-image-slice: 1;
	border-top: 0;
}
.combo-items>div:hover:after{background: none;}
.combo-items>div:hover .combo-title::before{transform:translate(0)}
.combo-items>div:hover .combo-title *{color:#fff;}
.combo-items>div>p:hover a:nth-child(1){
	opacity: 0; 
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.combo-items>div>p:hover a:nth-child(2){
	opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


 
/*case-items*/
.web-case{background-color: #fafafa;padding:12px 0 100px;}
.case-items{position:relative;padding:0 58px;}
.case-items .swiper-slide{background-color: #fff;overflow: hidden;}
.case-items .swiper-slide>div{padding: 0 20px;}
.case-items .swiper-pagination{position: inherit;bottom: 0;}
.case-items .swiper-slide>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 11.5rem;
}
.case-items .swiper-slide>a img{
	max-width: 100%;
}
a.more{position:relative;padding:23px 0;border-top:1px solid #d8d8d8;margin-top: 14px;color: #666;font-size: 13px;}
a.more img{opacity: .8;}
a.more>span{
	position: absolute;top: -1px;left: 0;width: 0;height:1px;background-color: #666;
}
.case-items .swiper-slide>div>h4{margin:14px 0;}.case-items .swiper-slide>div>h4>a{width: 85%;}
.case-items .swiper-slide>div>p{font-size: 14px;color: #666;}
.case-items .swiper-slide>div .device-icon span {    max-width: 24px;    height: 24px;    overflow: hidden;}
.case-items .swiper-slide>div .device-icon span:last-child {    width: 14px;    margin-left: 5px;}
.case-items .swiper-slide>div .device-icon img:nth-child(2){	top: 80px;}
.case-items .swiper-button-prev,.case-items .swiper-container-rtl .swiper-button-next{
	width:51px;height:32px;background:url(../images/wb-prev.png) no-repeat;left:0;
}
.case-items .swiper-button-next,.case-items .swiper-container-rtl .swiper-button-prev{
	width:51px;height:32px;background:url(../images/wb-next.png) no-repeat;right:0;
}
.case-items .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image:url(../images/wb-prevdis.png)
}
.case-items .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image:url(../images/wb-nextdis.png);
}
.case-items .swiper-pagination{color: #999;font-size: 18px;margin-top:37px}
.case-items .swiper-pagination>span {
    font-size: 18px;
    position: relative;
    top: -5px;
    right: -3px;
}
.case-items .swiper-pagination>span:nth-child(1){color:#333;}
.case-items .swiper-pagination .swiper-pagination-total {
    top: 5px;
    right: 3px;
}

/*case-items animate*/
.case-items .swiper-slide>div>a:hover>span{width:100%;}
.case-items .swiper-slide>div>a:hover img{opacity: 1;}


/*
 
 *  contact page 
 * */
/* contact ways*/
.top>img{width: 100%;}
.contact-way{position: relative;top: -3.75rem;background: #fff;border: solid 1px #eaeaea;padding: 2rem 2.5625rem 5.3125rem 2.5625rem;}
.contact-way .wbTitle{}
.way-list>div{width:25%;border:1px solid transparent;border-right: 1px solid #ccc;padding: 2.8125rem 4.625rem 1.875rem 4.625rem;}
.way-list>div>div{position:relative;top: 0;}
.way-list div>span{position:relative;width:60px;height:60px;border-radius: 50%;z-index: 1;}
.way-list div>span::before{content:"";position: absolute;left: 0; top: 0;width: 100%; height: 100%;background:transparent;border-radius: 50%;z-index: -2;}
.way-list div>span>span{width: 100%;height: 100%;}
.way-list>div:nth-child(1) span>span{background: url(../images/ctel.png) no-repeat center center;}
.way-list>div:nth-child(2) span>span{background: url(../images/csite.png) no-repeat center center;}
.way-list>div:nth-child(3) span>span{background: url(../images/cemail.png) no-repeat center center;}
.way-list>div:nth-child(4) span>span{background: url(../images/cqq.png) no-repeat center center;}
.way-list>div:last-child{border-right: 1px solid transparent;}
.way-list>div h4{color: #333;margin: 5px 14px;}
.way-list>div a,.way-list>div p{color: #808080;font-size: 14px;}
/*contact ways animate*/
.way-list>div:hover{border: 1px solid #0095ff;}
.way-list>div:hover>div{top:-30px;}
.way-list>div:nth-child(1):hover span>span{background: url(../images/ctel-active.png) no-repeat center center;}
.way-list>div:nth-child(2):hover span>span{background: url(../images/csite-active.png) no-repeat center center;}
.way-list>div:nth-child(3):hover span>span{background: url(../images/cemail-active.png) no-repeat center center;}
.way-list>div:nth-child(4):hover span>span{background: url(../images/cqq-active.png) no-repeat center center;}
.way-list>div:hover>div>span::before{background:linear-gradient(0deg, #0296ff 0%, #2ad9ff 100%),linear-gradient(#f2f2f2, #f2f2f2)}

/*contact-form*/
.contact-form{position:relative;background: url(../images/cform-bg.png) no-repeat;background-size: 100% 100%;}
.contact-form>div{height: 44.5rem;padding:5.25rem 0;}
.contact-form>div>*{height: 100%;}
.contact-form>div>form{width:48.5714%;background:#fff;padding:4.125rem 6.0625rem 2.375rem 5.625rem;}
.contact-form>div>form>h3{font-size: 1.75rem;}
.contact-form>div>form>p{margin:0.6875rem 0 2.8125rem 0;}
.contact-form>div>form input{padding: 0.9375rem 0;color: #0b131a;font-size: 16px;}
.contact-form form input,.contact-form form textarea{width: 100%;border-bottom: 1px solid #ececed;}
.contact-form form textarea{height:4.375rem;margin-top: 2.3125rem;color: #666;font-size: 14px;}
.contact-form form>div>p{height:20px;color: #ec971f;font-size: 12px;}
.contact-form form>div>p.ok{color: #5cb85c;}
.contact-form form>button{width: 180px;height: 42px;line-height: 42px;text-align: center;
	background-color: #009dff;border-radius: 4px;font-size: 20px;margin-top: 30px;cursor: pointer;}
.contact-form .btn-slide::before{background: #ffea00;}
.contact-form>div>div{width:51.4286%;}
#dituContent .iw_poi_content{font-size: 0.875rem;margin-top: 10px;}
#dituContent .BMapLabel{left: 35px !important;top: 8px !important;}







@media only screen and (max-width:800px ) {
	.service-items{flex-wrap: wrap;}
	.service-items>li{width: 100%;}
	.combo-items>div{width: 100%;}
	.bgcirs{position: inherit;left: 0;top: 0;}
	.select{display: none;}
	.mselect{display: block;}
	.mselect>li{margin-bottom: 15px;}
	.mselect>li>h4{width: 20%;font-size: 1.625rem;color:#333;}
	.mselect>li>p{width: 80%;color: #666;font-size: 0.875rem;}
	.combo-items>div{
		border-right: solid 1px #f3f3f3;
	}
	.combo-items>div:first-child{    border-left-color: #f3f3f3;}
	
	/*contact*/
	
	.contact-way{top:0;padding-left: 0;padding-right: 0;}
	.way-list>div{width: 50%;padding: 5px;}
	.way-list>div:nth-child(1),.way-list>div:nth-child(2){border-bottom: 1px solid #ccc;}
	.way-list>div:nth-child(2n){border-right: 0;}
	.contact-form>div{height: auto;}
	.contact-form>div>form{width: 90%;padding: 10px; margin: 0 auto;margin-bottom: 20px;}
	.contact-form>div>div{width: 100%; height: 300px;}
	
}





