/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -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); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto;}
.slick-prev, .slick-next { position: absolute; display: block;  line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25; opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; filter:alpha(opacity=80);-moz-opacity:0.85;-khtml-opacity: 0.85; opacity: 0.85;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }
.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }
/* Dots */
.slick-dots { position: absolute; bottom:-25px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 16px; width:16px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; /* color: black; */ filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25; opacity: 0.25;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75; opacity: 0.75; }
.slick-dots li{ margin: 0;}
.slick-dots li button {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}
.slick-slider .slick-active button{
    background-color:#000;
    width:24px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.8s ease-in-out;}
	/*浮动*/
.floating_ck {position:fixed;right:25px;top:50%;width: 150px;background: #d7323b;background: -webkit-linear-gradient(135deg, #d7323b 30%,#701034 100%);background: -o-linear-gradient(135deg, #d7323b 30%,#701034 100%);background: linear-gradient(135deg, #004981 30%,#004981 100%);border-radius: 75px;box-shadow: 0px 4px 20px rgba(0, 73, 129);padding-top: 118px;margin-top:-140px;cursor: pointer;z-index: 99;}
.floating_ck .floating_top{position: absolute;top: -10px;left: -18px;width: 174px;}
.floating_ck .floating_box{clear: both;display: block;padding: 15px 0px;}
.floating_ck .floating_box span{clear:both; display:block; line-height:1; padding:10px 0px; font-size:18px; line-height:1; background:url(../images/swticon01.png) no-repeat left center; color:#fff; text-align:center; }
.floating_ck .floating_bom{clear: both;display: block;margin-top: 24px;text-align: center;font-size: 20px;color: #ffc24d;font-weight: bold;position: relative;padding: 0px 55px 0px 0px;line-height: 24px;}
.floating_ck .floating_bom span{position: absolute;width: 54px;height: 54px;border:2px solid #004981;border-radius:50%;background: #fff;background: -webkit-linear-gradient(-95deg,#fdf7f5 30%,#e3b3b0 100%);background: -o-linear-gradient(-95deg,#fdf7f5 30%,#e3b3b0 100%);background: linear-gradient(-95deg,#fdf7f5 30%,#014a82 100%);right: 3px;bottom: 2px;box-shadow: 0px 5px 5px rgba(112, 16, 52, 0.5);}
.floating_ck .floating_bom:hover{text-decoration: underline; color: #fff;}
.floating_ck .floating_bom span img{position: absolute;width: 21px;height: 25px;left: 50%;margin-left: -10px;bottom: 4px;transform: scale(1);animation: blow01 2.5s infinite ease-in-out; z-index:2;}
.floating_ck .floating_ewm{clear:both;display:block;width:76px;margin:0px auto;padding-bottom: 10px;padding-top: 5px;}
.floating_ck .floating_ewm strong{clear:both; display:block; text-align:center; color:#fff; font-size:16px; line-height:1; padding-bottom:10px;}
.floating_ck .floating_ewm span{clear:both; display:block; width:74px; border-radius:10px; overflow:hidden;}
.floating_i01{position: absolute; width:28px; height: 28px;border:2px solid #004981; left:50%; top:50%; margin-top:-14px; margin-left:-14px;border-radius:50%;transform: scale(1);animation: blow 2.5s infinite ease-in-out;}
.floating_i02{position: absolute;width:18px;height:18px;left:50%;top:50%;margin-top:-9px;margin-left:-9px;border-radius:50%;border: 1px solid #004981;opacity:1;transform: scale(1);animation: blow 2.5s infinite ease-in-out;}
.floating_i02:after,.floating_i02:before{content:'';position: absolute;border-radius: 50%;width: 4px;height: 6px;background: #eed2d0;margin-top: -3px;top: 50%;}
.floating_i02:after{right: -1px;}
.floating_i02:before{left: -1px;}
@keyframes blow {
  0%,5%,10.5%,90.5%,100%{
    transform: scale(1);
    opacity:1;
  }
  5.5%,10%{
    transform: scale(0.8);
  }
  70%,90%{
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes blow01 {
  0%,5%,10.5%,15%,90.5%,100%{
    transform: scale(1);
    opacity:1;
  }
  5.5%,10%{
    transform: scale(0.8);
  }
}
/**/
/* 微信 */
@media screen and (min-width: 781px){
.fixed-day,.fixed-night{
	display:none;!important;
	}

	
	}

@media screen and (max-width: 540px){
		.floating_ck{
			display: none;
		}
	}

@media screen and (max-width: 780px){
.news-top .serve .g-part{margin-bottom: 0;}
.m-content .g-part{margin-bottom: 0;}
.WeChat{padding:0.3rem 0.2rem 0.3rem 0.44rem;margin:0 1rem 0.4rem 0.26rem;  background-color: #E9F5F2;-webkit-border-radius: 0 0 0.32rem 0.32rem;-moz-border-radius: 0 0 0.32rem 0.32rem;-ms-border-radius: 0 0 0.32rem 0.32rem;-o-border-radius: 0 0 0.32rem 0.32rem;border-radius: 0 0 0.32rem 0.32rem;-webkit-box-shadow: 0 0.04rem 0.08rem rgba(182,195,192,.4);-moz-box-shadow: 0 0.04rem 0.08rem rgba(182,195,192,.4);-ms-box-shadow: 0 0.04rem 0.08rem rgba(182,195,192,.4);-o-box-shadow: 0 0.04rem 0.08rem rgba(182,195,192,.4);box-shadow: 0 0.04rem 0.08rem rgba(182,195,192,.4);position: relative;font-size: 0.3rem;color: #4c4c4c;line-height:0.37rem;letter-spacing: 0;}
.WeChat:before{content: "";position: absolute;left: -0.26rem;top: 0.2rem;width: 0.56rem;height: 0.56rem;background: url(../images/WeChat.png);-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size:cover;}
.WeChat strong{display:inline-block;color:#0f7559;font-size: 0.34rem;margin-right: 0.1rem;}

.copyInfo{position: fixed; left: 0; right: 0; top: 0; bottom: 100%;z-index: 99999;background: rgba(0, 0, 0, 0.6); overflow: hidden; -webkit-transition:all .3s ease;-moz-transition:all .3s ease; -ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.copyInfo p{position: absolute; left: 10%;right:10%; top: 50%; width: 80%; background: rgba(255, 255, 255, 0.9); -webkit-border-radius: 0.2rem;border-radius: 0.2rem; padding: 0.6rem 0.4rem;margin-top: -1.5rem; color: #333;font-size: .32rem; line-height: 2; text-align: center; }
.copyInfo p .closes{position: absolute; top: 0.16rem;right: 0.16rem; width: 0.42rem; height: 0.42rem;line-height: 0.32rem; border: 0.026rem solid #333; -webkit-border-radius: 50%;border-radius: 50%; font-size: 0.4rem; color: #333; text-align: center;}
.copy-open{bottom: 0;}

.fixed-day,.fixed-night{display:-webkit-flex;display:flex;justify-content:space-between;align-items:center;position:fixed;bottom:0;width:100%;z-index:9999;bottom:-100%;-ms-transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;transition:1s;margin-bottom:env(safe-area-inset-bottom);max-width: 750px;-webkit-box-shadow: 0 0 0.22rem rgba(39,96,84,.2);-moz-box-shadow: 0 0 0.22rem rgba(39,96,84,.2);-ms-box-shadow: 0 0 0.22rem rgba(39,96,84,.2);-o-box-shadow: 0 0 0.22rem rgba(39,96,84,.2);box-shadow: 0 0 0.22rem rgba(39,96,84,.2);background: -webkit-linear-gradient(top, #3c9980 0%,#2e7364 100%);background: -moz-linear-gradient(top, #3c9980 0%, #2e7364 100%);background: -ms-linear-gradient(top, #3c9980 0%,#2e7364 100%);background: -o-linear-gradient(top, #3c9980 0%,#2e7364 100%);background: linear-gradient(to bottom, #0c67ad 0%,#022744 100%);-webkit-border-radius: 0.32rem 0.32rem 0 0;border-radius: 0.32rem 0.32rem 0 0;padding:0.1rem 0}
.fixed-day a{font-size:.26rem;color:#fff;line-height:1.1;background-repeat:no-repeat;background-position:top center;-webkit-background-size:0.44rem;-moz-background-size:0.44rem;-o-background-size:0.44rem;background-size:0.44rem;text-align: center;padding-top: 0.5rem;}
.fixed-day .zx{width:2rem;background-image:url(../images/fixed-icon01.png);}
.fixed-day .wx{width:2rem;background-image:url(../images/WeChat.png);}
.fixed-day .tel{display: -webkit-flex;display: flex;justify-content:center;align-items:center;background: -webkit-linear-gradient(top, #f1c05b 0%,#ed674d 100%);background: -moz-linear-gradient(top, #f1c05b 0%, #ed674d 100%);background: -ms-linear-gradient(top, #f1c05b 0%,#ed674d 100%);background: -o-linear-gradient(top, #f1c05b 0%,#ed674d 100%);background: linear-gradient(to bottom, #f1c05b 0%,#ed674d 100%);-webkit-border-radius: 0.5rem;border-radius: 0.5rem;width: 3.4rem;padding: 0.26rem 0;position: relative;margin-top: -0.2rem; border:0.04rem solid #FFF;}
.fixed-day .tel img{margin-right: 0.06rem;width: 0.4rem;}
.fixed-day .tel span{font-size: 0.3rem;color: #ffffff;line-height: 0.34rem;}

.fixed-night{padding: 0;}
.fixed-night a{font-size:.3rem;color:#fff;line-height:1.1;}
.fixed-night a img{width: 0.4rem;margin-right: 0.1rem;vertical-align: middle;}
.fixed-night .nzx{margin-left: 0.3rem;}
.fixed-night .nwx{display: -webkit-flex;display: flex;justify-content:center;align-items:center;width: 5.5rem;padding: 0.26rem 0;position: relative;margin-top: -0.1rem;-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;-ms-background-size: 100% 100%;-o-background-size: 100% 100%;background-size: 100% 100%;}
.fixed-night .nwx strong{font-size: 0.32rem;}
}

@media screen and (max-width: 360px) {
   .index-serve{padding-top: 0.8rem;}
   .index-serve ul{padding-left: 2.1rem;}
   .index-serve .txt{padding-left: 0.4rem;padding-right: 0.4rem;}
   .index-green{margin-bottom: .6rem;}
}