@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1500px) {
/*banner*/
	.banner	.swiper-container .swiper-slide{font-size:0;position:relative;}
	.banner	.swiper-container .swiper-slide .text{position:absolute;top:26%;left:0;right:0;margin:0 auto;}
	.banner	.swiper-container .swiper-slide .text h1{font-size:74px;color:#fff;line-height:48px;text-shadow:0px 3px 0px rgba(2,23,60,0.25);text-transform:uppercase;}
	.banner	.swiper-container .swiper-slide .text p{font-weight:500;width:53%;font-size:20px;color:#fff;line-height:34px;}
	.banner	.swiper-container .swiper-slide .text button{background:#1C449C;font-size:20px;color:#fff;text-align:center;border:0;padding:0.8% 1.8%;margin-top:2%;cursor:pointer;transition:all 0.3s ease;}
	.banner	.swiper-container .swiper-pagination span{border-radius:50%;border:6px solid transparent;}
	.banner	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{border:6px solid rgba(255,255,255,0.5);background:#1C449C;}
/*solutions*/
	.solution{padding:3% 0;}
	.solution ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin:3% -1% 0 -1%;}
	.solution ul li a{width:100%;}
	.solution ul li img{border-radius:30px;display:block;}
	.solution ul li h3{font-weight:bold;font-size:26px;color:#000;line-height:32px;margin:5% 0 2% 0;padding:0 8%;}
	.solution ul li p{font-size:16px;color:#000;line-height:32px;padding:0 8%;margin:0;}
	.solution ul li:nth-child(even){margin-top:4%;}
	.solution ul li{transition:transform 0.3s ease;}
	.solution ul li:hover{transform:translateY(-15px);}
/*sm-message*/
	.sm-message{background:#1C449C;border-radius:45px;padding:1% 0;font-size:0;margin-top:2%;width:93%!important;}
	.sm-message form{margin:0 5%;}
	.sm-message form input{padding:0 2%;width:19%;height:38px;margin-right:6%;float:left;font-size:15px;border:1px solid rgba(255,255,255,0.6);border-radius:19px;background:transparent;color:#fff;}
	.sm-message form input:focus{border:1px solid #fff;}
	.sm-message form button{width:12%;float:left;height:40px;background:#fff;border:0;border-radius:19px;font-size:15px;color:#1C449C;font-weight:bold;}
	.sm-message form input::placeholder {color:rgba(255,255,255,0.6);opacity: 1;}
/*clients said*/
    .clients-said{position:relative;padding-bottom:120px;}
	.clients-said .in-tit3{position:relative;}
	.clients-said .in-tit3 h2{font-size:50px;color:#000;}
	.clients-said .in-tit3 ul{position:absolute;top:24%;right:0;width:40%;}
	.clients-said .in-tit3 ul li{float:left;width:33.33%;font-size:0;}
	.clients-said .in-tit3 ul li a{width:100%;font-size:16px;color:#333;padding:5% 0;}
	.clients-said .in-tit3 ul li a:before{content:'●';padding:0 5px;color:#BFBFBF;}
	.clients-said .in-tit3 ul li:hover a{color:#1C449C;}
	.clients-said .in-tit3 ul li:hover a:before{color:#1C449C;}
	.clients-said .swiper{box-shadow:0px 0px 15px #333;-moz-box-shadow:0px 0px 15px #333;-webkit-box-shadow: 0px 0px 15px #333;border-radius:100px 100px 0px 100px;overflow:hidden;}
	.clients-said .swiper-slide a{background:#fff;padding:3% 3%;}
	.clients-said .swiper-slide .left{float:left;width:42%;font-size:0;}
	.clients-said .swiper-slide .left span{padding:2% 5%;display:block;background:url(../images/home/h-said2.png) no-repeat left center;margin-top:5%;}
	.clients-said .swiper-slide .left h2{font-weight:bold;font-size:24px;color:#1C449C;line-height:26px;}
	.clients-said .swiper-slide .left p{font-size:15px;color:#666;line-height:26px;font-style:italic;}
	.clients-said .swiper-slide .left ul li{width:38%;float:left;font-size:16px;color:#333;padding:8px 30px;}
	.clients-said .swiper-slide .left ul li:nth-child(1){background:url(../images/home/h-loca.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(2){background:url(../images/home/h-cap.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(3){width:88%;background:url(../images/home/h-raw.png) no-repeat left center;}
	.clients-said .swiper-slide .left .view{color:#333;font-size:15px;display:inline-block;margin:3% 0;}
	.clients-said .swiper-slide .right{width:54.4%;float:right;font-size:0;border-radius:35px;overflow:hidden;}
	.clients-said .swiper-slide .right img{width:100%;}
	.clients-said .swiper .down{width:80%;padding:0 5%;position:absolute;z-index: 100;right:0;bottom:0;background:linear-gradient(-90deg,#1C449C 0%, #02173C 100%);border-radius:0px 0px 110px 110px;font-size:0;height:120px;}
	.clients-said .swiper .down a{font-size:16px;color:#333;background:#fff;border-radius:25px;padding:1% 2%;margin-top:3.5%;}
	.clients-said .swiper .down .swiper-pagination{height:2px;width:16%;right:12%;top:50%;background:rgba(255,255,255,0.2);}
	.clients-said .swiper .down .swiper-pagination span{border-radius:0;height:2px;background:#fff;}
	.clients-said .swiper .down .swiper-button-next,.clients-said .swiper .down .swiper-button-prev{width:60px;height:60px;top:42%;}
	.clients-said .swiper .down .swiper-button-next{background:url(../images/home/h-saidr.png) no-repeat center;right:5%;}
	.clients-said .swiper .down .swiper-button-prev{background:url(../images/home/h-saidl.png) no-repeat center;right:30%;}
	 .down .swiper-pagination .swiper-pagination-bullet-active{border:10px solid #fff;}
/*about*/
    .about-bj{background:url(../images/home/h-aboutbg.jpg) no-repeat;padding:12% 0;margin-top:5%;}
	.about .left{width:38%;float:left;}
	.about .left h2{font-size:50px;color:#fff;}
	.about .left p{font-size:16px;color:#fff;line-height:27px;margin-bottom:9%;}
	.about .left a{width:32%;background:#1C449C;border-radius:22px;font-size:16px;color:#fff;text-align:center;padding:2% 0;display:block;}
	.about .right{width:36%;float:right;margin-top:5%;}
	.about .right ul li{width:50%;float:left;text-align:center;margin:3% 0;}
	.about .right ul li div b{font-size:72px;color:#fff;}
	.about .right ul li div span{font-size:30px;color:#fff;}
	.about .right ul li p{font-size:16px;color:#fff;margin:0;}
/*why choose jiutian*/
    .choose-bj{background:#f6f6f6;padding:4% 0 0 0;}
	.choose{overflow:hidden;padding-bottom:11%;}
	.reason{position:relative;}
/*	.reason .swiper .swiper-slide{position:relative;}*/
	.reason .swiper .swiper-slide a{background:#fff;padding:7% 10% 20% 10%;text-align:center;font-size:0;transition:background-color 0.5s ease;}
	.reason .swiper .swiper-slide a img{margin:3% auto;width:100%;}
	.reason .swiper .swiper-slide a h3{font-size:24px;color:#000;font-weight:bold;}
	.reason .swiper .swiper-slide a p{font-size:15px;color:#333;line-height:26px;}
	.reason .swiper .swiper-slide a span{width:64px;height:64px;background:#fff;border-radius:50%;display:block;line-height:64px;position:absolute;left:0;right:0;margin:0 auto;bottom:-6%;z-index:1000;}
	.reason .swiper .swiper-slide a span b{font-size:20px;color:#333;bottom:0;transition: all 0.1s ease;}
	.reason .swiper .swiper-slide a span i{background:url(../images/home/h-why.png) no-repeat center top;position:absolute;left:0;right:0;top:40%;margin:0 auto;height:120px;display:none;}
	.reason .swiper .swiper-slide:hover a{background:#1C449C;}
	.reason .swiper .swiper-slide:hover a h3{color:#fff;}
	.reason .swiper .swiper-slide:hover a p{color:#fff;}
	.reason .swiper .swiper-slide:hover a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide:hover a span i{display:block;}
	.reason .swiper .swiper-slide-active a{background:#1C449C;}
	.reason .swiper .swiper-slide-active a h3,.reason .swiper .swiper-slide-active a p{color:#fff;}
	.reason .swiper .swiper-slide-active a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide-active a span i{display:block;}
	.reason .swiper .swiper-pagination{font-size:0;bottom:-28%;}
	.reason .swiper .swiper-pagination span{width:30px;height:5px;background:#BFBFBF;border-radius:3px;border:0;margin:0 6px;}
	.reason .swiper .swiper-pagination .swiper-pagination-bullet-active{width:50px;background:#1C449C;}
	.choose-bj .swiper-button-next,.choose-bj .swiper-button-prev{width:64px;height:64px;top:45%;}
	.choose-bj .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:7%;}
	.choose-bj .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;left:7%;}
	.choose-bj .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.choose-bj .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
/*news*/
    .index-news{padding:3% 0;}
	.index-news .tit2{position:relative;}
	.index-news .tit2 h2{font-size:50px;color:#000;margin:0;}
	.index-news .tit2 p{font-size:16px;color:#333;}
	.index-news .tit2 a{position:absolute;right:1.5%;bottom:25%;font-size:16px;color:#333;display:block;}
	.index-news .tit2 a i{padding:0 15%;background:url(../images/home/h-news.png) no-repeat right center;}
	.index-news .tit2 a:hover{color:#1C449C;}
	.index-news .tit2 a:hover i{background:url(../images/home/h-news2.png) no-repeat right center;}
	.in-news{overflow-x:hidden;}
	.in-news .swiper{position:relative;padding-bottom:10%;margin-top:2%;}
	.in-news .swiper-slide a{width:99%;font-size:0;border-radius:40px;border:1px solid #BFBFBF;overflow:hidden;padding:0 0 7% 0;}
	.in-news .swiper-slide a:hover h3{color:#1C449C;}
	.in-news .swiper-slide a img{width:100%;height:200px;}
	.in-news .swiper-slide a h3{font-size:18px;color:#000;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow:hidden;padding:0 5%;}
	.in-news .swiper-slide a p{font-size:15px;color:#333;line-height:24px;height:96px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;padding:0 5%;margin-bottom:9%;}
	.in-news .swiper-slide a span{font-size:15px;color:#666;}
	.in-news .swiper-slide .more{color:#1C449C;float:right;display:inline-block;padding-right:5%;font-weight:bold;}
	.in-news .swiper-slide a .time{padding-left:5%;}
	.in-news .swiper .swiper-button-next,.in-news .swiper .swiper-button-prev{width:65px;height:65px;}
	.in-news .swiper .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:0;top:88%;}
	.in-news .swiper .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.in-news .swiper .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;right:8%;top:88%;}
	.in-news .swiper .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
}

@media screen and (max-width:1500px) and (min-width:1200px){
/*banner*/
	.banner	.swiper-container .swiper-slide{font-size:0;position:relative;}
	.banner	.swiper-container .swiper-slide .text{position:absolute;top:26%;left:0;right:0;margin:0 auto;}
	.banner	.swiper-container .swiper-slide .text h1{font-size:54px;color:#fff;line-height:48px;text-shadow:0px 3px 0px rgba(2,23,60,0.25);text-transform:uppercase;}
	.banner	.swiper-container .swiper-slide .text p{font-weight:500;width:53%;font-size:18px;color:#fff;line-height:34px;}
	.banner	.swiper-container .swiper-slide .text button{background:#1C449C;font-size:18px;color:#fff;text-align:center;border:0;padding:0.8% 1.8%;margin-top:2%;cursor:pointer;transition:all 0.3s ease;}
	.banner	.swiper-container .swiper-pagination span{border-radius:50%;border:6px solid transparent;}
	.banner	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{border:6px solid rgba(255,255,255,0.5);background:#1C449C;}
/*solutions*/
	.solution{padding:3% 0;}
	.solution ul{margin:3% -1% 0 -1%;}
	.solution ul li{width:18%;padding:0 1%;float:left;}
	.solution ul li a{width:100%;}
	.solution ul li img{border-radius:30px;display:block;width:100%;}
	.solution ul li h3{font-weight:bold;font-size:21px;color:#000;line-height:32px;margin:5% 0 2% 0;padding:0 8%;}
	.solution ul li p{font-size:15px;color:#000;line-height:27px;padding:0 8%;margin:0;}
	.solution ul li:nth-child(even){margin-top:4%;}
	.solution ul li{transition:transform 0.3s ease;}
	.solution ul li:hover{transform:translateY(-15px);}
/*sm-message*/
	.sm-message{background:#1C449C;border-radius:45px;padding:5% 0;font-size:0;margin-top:2%;width:93%!important;}
	.sm-message form{margin:2% 5%;}
	.sm-message form input{padding:0 2%;width:19%;height:38px;margin-right:6%;float:left;font-size:15px;border:1px solid rgba(255,255,255,0.6);border-radius:19px;background:transparent;color:#fff;}
	.sm-message form input:focus{border:1px solid #fff;}
	.sm-message form button{width:12%;float:left;height:40px;background:#fff;border:0;border-radius:19px;font-size:15px;color:#1C449C;font-weight:bold;}
	.sm-message form input::placeholder {color:rgba(255,255,255,0.6);opacity: 1;}
/*clients said*/
    .clients-said{position:relative;padding-bottom:120px;}
	.clients-said .in-tit3{position:relative;}
	.clients-said .in-tit3 h2{font-size:45px;color:#000;}
	.clients-said .in-tit3 ul{position:absolute;top:24%;right:0;width:42%;}
	.clients-said .in-tit3 ul li{float:left;width:33.33%;font-size:0;}
	.clients-said .in-tit3 ul li a{width:100%;font-size:15px;color:#333;padding:5% 0;}
	.clients-said .in-tit3 ul li a:before{content:'●';padding:0 5px;color:#BFBFBF;}
	.clients-said .in-tit3 ul li:hover a{color:#1C449C;}
	.clients-said .in-tit3 ul li:hover a:before{color:#1C449C;}
	.clients-said .swiper{box-shadow:0px 0px 15px #333;-moz-box-shadow:0px 0px 15px #333;-webkit-box-shadow: 0px 0px 15px #333;border-radius:100px 100px 0px 100px;overflow:hidden;}
	.clients-said .swiper-slide a{background:#fff;padding:3% 3%;}
	.clients-said .swiper-slide .left{float:left;width:42%;font-size:0;}
	.clients-said .swiper-slide .left span{padding:2% 5%;display:block;background:url(../images/home/h-said2.png) no-repeat left center;margin-top:5%;}
	.clients-said .swiper-slide .left h2{font-weight:bold;font-size:21px;color:#1C449C;line-height:27px;}
	.clients-said .swiper-slide .left p{font-size:15px;color:#666;line-height:27px;font-style:italic;}
	.clients-said .swiper-slide .left ul li{width:38%;float:left;font-size:16px;color:#333;padding:5px 30px;}
	.clients-said .swiper-slide .left ul li:nth-child(1){background:url(../images/home/h-loca.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(2){background:url(../images/home/h-cap.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(3){width:88%;background:url(../images/home/h-raw.png) no-repeat left center;}
	.clients-said .swiper-slide .left .view{color:#333;font-size:15px;display:inline-block;margin:3% 0;}
	.clients-said .swiper-slide .right{width:54.4%;float:right;font-size:0;border-radius:35px;overflow:hidden;margin-top:8%;}
	.clients-said .swiper-slide .right img{width:100%;}
	.clients-said .swiper .down{width:80%;padding:0 5%;position:absolute;z-index: 100;right:0;bottom:0;background:linear-gradient(-90deg,#1C449C 0%, #02173C 100%);border-radius:0px 0px 110px 110px;font-size:0;height:120px;}
	.clients-said .swiper .down a{font-size:16px;color:#333;background:#fff;border-radius:25px;padding:1% 2%;margin-top:3.5%;}
	.clients-said .swiper .down .swiper-pagination{height:2px;width:16%;right:12%;top:50%;background:rgba(255,255,255,0.2);}
	.clients-said .swiper .down .swiper-pagination span{border-radius:0;height:2px;background:#fff;}
	.clients-said .swiper .down .swiper-button-next,.clients-said .swiper .down .swiper-button-prev{width:60px;height:60px;top:42%;}
	.clients-said .swiper .down .swiper-button-next{background:url(../images/home/h-saidr.png) no-repeat center;right:5%;}
	.clients-said .swiper .down .swiper-button-prev{background:url(../images/home/h-saidl.png) no-repeat center;right:30%;}
	 .down .swiper-pagination .swiper-pagination-bullet-active{border:10px solid #fff;}
/*about*/
    .about-bj{background:url(../images/home/h-aboutbg.jpg) no-repeat;padding:12% 0;margin-top:5%;}
	.about .left{width:38%;float:left;}
	.about .left h2{font-size:50px;color:#fff;}
	.about .left p{font-size:16px;color:#fff;line-height:27px;margin-bottom:9%;}
	.about .left a{width:32%;background:#1C449C;border-radius:22px;font-size:16px;color:#fff;text-align:center;padding:2% 0;display:block;}
	.about .right{width:36%;float:right;margin-top:5%;}
	.about .right ul li{width:50%;float:left;text-align:center;margin:3% 0;}
	.about .right ul li div b{font-size:64px;color:#fff;}
	.about .right ul li div span{font-size:30px;color:#fff;}
	.about .right ul li p{font-size:16px;color:#fff;margin:0;}
/*why choose jiutian*/
    .choose-bj{background:#f6f6f6;padding:4% 0 0 0;}
	.choose{overflow:hidden;padding-bottom:15%;}
	.reason{position:relative;}
/*	.reason .swiper .swiper-slide{position:relative;}*/
	.reason .swiper .swiper-slide a{background:#fff;padding:7% 10% 20% 10%;text-align:center;font-size:0;transition:background-color 0.5s ease;}
	.reason .swiper .swiper-slide a img{margin:3% auto;width:100%;}
	.reason .swiper .swiper-slide a h3{font-size:21px;color:#000;font-weight:bold;}
	.reason .swiper .swiper-slide a p{font-size:15px;color:#333;line-height:24px;}
	.reason .swiper .swiper-slide a span{width:64px;height:64px;background:#fff;border-radius:50%;display:block;line-height:64px;position:absolute;left:0;right:0;margin:0 auto;bottom:-6%;z-index:1000;}
	.reason .swiper .swiper-slide a span b{font-size:20px;color:#333;bottom:0;transition: all 0.1s ease;}
	.reason .swiper .swiper-slide a span i{background:url(../images/home/h-why.png) no-repeat center top;position:absolute;left:0;right:0;top:40%;margin:0 auto;height:120px;display:none;}
	.reason .swiper .swiper-slide:hover a{background:#1C449C;}
	.reason .swiper .swiper-slide:hover a h3{color:#fff;}
	.reason .swiper .swiper-slide:hover a p{color:#fff;}
	.reason .swiper .swiper-slide:hover a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide:hover a span i{display:block;}
	.reason .swiper .swiper-slide-active a{background:#1C449C;}
	.reason .swiper .swiper-slide-active a h3,.reason .swiper .swiper-slide-active a p{color:#fff;}
	.reason .swiper .swiper-slide-active a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide-active a span i{display:block;}
	.reason .swiper .swiper-pagination{font-size:0;bottom:-28%;}
	.reason .swiper .swiper-pagination span{width:30px;height:5px;background:#BFBFBF;border-radius:3px;border:0;margin:0 6px;}
	.reason .swiper .swiper-pagination .swiper-pagination-bullet-active{width:50px;background:#1C449C;}
	.choose-bj .swiper-button-next,.choose-bj .swiper-button-prev{width:64px;height:64px;top:45%;}
	.choose-bj .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:7%;}
	.choose-bj .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;left:7%;}
	.choose-bj .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.choose-bj .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
/*news*/
    .index-news{padding:3% 0;}
	.index-news .tit2{position:relative;}
	.index-news .tit2 h2{font-size:36px;color:#000;margin:0;}
	.index-news .tit2 p{font-size:16px;color:#333;}
	.index-news .tit2 a{position:absolute;right:1.5%;bottom:25%;font-size:16px;color:#333;display:block;}
	.index-news .tit2 a i{padding:0 15%;background:url(../images/home/h-news.png) no-repeat right center;}
	.index-news .tit2 a:hover{color:#1C449C;}
	.index-news .tit2 a:hover i{background:url(../images/home/h-news2.png) no-repeat right center;}
	.in-news{overflow-x:hidden;}
	.in-news .swiper{position:relative;padding-bottom:10%;margin-top:2%;}
	.in-news .swiper-slide a{width:99%;font-size:0;border-radius:40px;border:1px solid #BFBFBF;overflow:hidden;padding:0 0 7% 0;}
	.in-news .swiper-slide a:hover h3{color:#1C449C;}
	.in-news .swiper-slide a img{width:100%;height:200px;}
	.in-news .swiper-slide a h3{font-size:18px;color:#000;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow:hidden;padding:0 5%;}
	.in-news .swiper-slide a p{font-size:15px;color:#333;line-height:24px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;padding:0 5%;margin-bottom:9%;}
	.in-news .swiper-slide a span{font-size:15px;color:#666;}
	.in-news .swiper-slide .more{color:#1C449C;float:right;display:inline-block;padding-right:5%;font-weight:bold;}
	.in-news .swiper-slide a .time{padding-left:5%;}
	.in-news .swiper .swiper-button-next,.in-news .swiper .swiper-button-prev{width:65px;height:65px;}
	.in-news .swiper .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:0;top:88%;}
	.in-news .swiper .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.in-news .swiper .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;right:8%;top:88%;}
	.in-news .swiper .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}

}

@media screen and (min-width:992px) and (max-width:1200px){
/*banner*/
	.banner	.swiper-container .swiper-slide{font-size:0;position:relative;}
	.banner	.swiper-container .swiper-slide .text{position:absolute;top:26%;left:0;right:0;margin:0 auto;}
	.banner	.swiper-container .swiper-slide .text h1{font-size:42px;color:#fff;line-height:48px;text-shadow:0px 3px 0px rgba(2,23,60,0.25);text-transform:uppercase;}
	.banner	.swiper-container .swiper-slide .text p{font-weight:500;width:73%;font-size:18px;color:#fff;line-height:27px;}
	.banner	.swiper-container .swiper-slide .text button{background:#1C449C;font-size:18px;color:#fff;text-align:center;border:0;padding:0.8% 1.8%;margin-top:2%;cursor:pointer;transition:all 0.3s ease;}
	.banner	.swiper-container .swiper-pagination span{border-radius:50%;border:6px solid transparent;}
	.banner	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{border:6px solid rgba(255,255,255,0.5);background:#1C449C;}
/*solutions*/
	.solution{padding:3% 0;}
	.solution ul{margin:3% -1% 0 -1%;}
	.solution ul li{width:18%;padding:0 1%;float:left;}
	.solution ul li a{width:100%;}
	.solution ul li img{border-radius:30px;display:block;width:100%;}
	.solution ul li h3{font-weight:bold;font-size:18px;color:#000;line-height:27px;margin:5% 0 2% 0;padding:0 8%;}
	.solution ul li p{font-size:15px;color:#000;line-height:27px;padding:0 8%;margin:0;}
	.solution ul li:nth-child(even){margin-top:4%;}
	.solution ul li{transition:transform 0.3s ease;}
	.solution ul li:hover{transform:translateY(-15px);}
/*sm-message*/
	.sm-message{background:#1C449C;border-radius:45px;padding:1% 0;font-size:0;margin-top:2%;width:93%!important;}
	.sm-message form{margin:2% 5%;}
	.sm-message form input{padding:0 2%;width:19%;height:38px;margin-right:6%;float:left;font-size:15px;border:1px solid rgba(255,255,255,0.6);border-radius:19px;background:transparent;color:#fff;}
	.sm-message form input:focus{border:1px solid #fff;}
	.sm-message form button{width:12%;float:left;height:40px;background:#fff;border:0;border-radius:19px;font-size:15px;color:#1C449C;font-weight:bold;}
	.sm-message form input::placeholder {color:rgba(255,255,255,0.6);opacity: 1;}
/*clients said*/
    .clients-said{position:relative;padding-bottom:120px;}
	.clients-said .in-tit3{position:relative;}
	.clients-said .in-tit3 h2{font-size:32px;color:#000;width:45%;}
	.clients-said .in-tit3 ul{position:absolute;top:15%;right:0;width:52%;}
	.clients-said .in-tit3 ul li{float:left;width:33.33%;font-size:0;}
	.clients-said .in-tit3 ul li a{width:100%;font-size:15px;color:#333;padding:5% 0;}
	.clients-said .in-tit3 ul li a:before{content:'●';padding:0 5px;color:#BFBFBF;}
	.clients-said .in-tit3 ul li:hover a{color:#1C449C;}
	.clients-said .in-tit3 ul li:hover a:before{color:#1C449C;}
	.clients-said .swiper{box-shadow:0px 0px 15px #333;-moz-box-shadow:0px 0px 15px #333;-webkit-box-shadow: 0px 0px 15px #333;border-radius:100px 100px 0px 100px;overflow:hidden;}
	.clients-said .swiper-slide a{background:#fff;padding:3% 3%;}
	.clients-said .swiper-slide .left{float:left;width:42%;font-size:0;}
	.clients-said .swiper-slide .left span{padding:2% 5%;display:block;background:url(../images/home/h-said2.png) no-repeat left center;margin-top:5%;}
	.clients-said .swiper-slide .left h2{font-weight:bold;font-size:18px;color:#1C449C;line-height:27px;}
	.clients-said .swiper-slide .left p{font-size:15px;color:#666;line-height:24px;font-style:italic;}
	.clients-said .swiper-slide .left ul li{width:38%;float:left;font-size:15px;color:#333;padding:5px 30px;}
	.clients-said .swiper-slide .left ul li:nth-child(1){background:url(../images/home/h-loca.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(2){background:url(../images/home/h-cap.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(3){width:88%;background:url(../images/home/h-raw.png) no-repeat left center;}
	.clients-said .swiper-slide .left .view{color:#333;font-size:15px;display:inline-block;margin:3% 0;}
	.clients-said .swiper-slide .right{width:54.4%;float:right;font-size:0;border-radius:35px;overflow:hidden;margin-top:15%;}
	.clients-said .swiper-slide .right img{width:100%;}
	.clients-said .swiper .down{width:75%;padding:0 5%;position:absolute;z-index: 100;right:1.9%;bottom:0;background:linear-gradient(-90deg,#1C449C 0%, #02173C 100%);border-radius:0px 0px 110px 110px;font-size:0;height:120px;}
	.clients-said .swiper .down a{font-size:16px;color:#333;background:#fff;border-radius:25px;padding:1% 2%;margin-top:5%;}
	.clients-said .swiper .down .swiper-pagination{height:2px;width:16%;right:12%;top:50%;background:rgba(255,255,255,0.2);}
	.clients-said .swiper .down .swiper-pagination span{border-radius:0;height:2px;background:#fff;}
	.clients-said .swiper .down .swiper-button-next,.clients-said .swiper .down .swiper-button-prev{width:60px;height:60px;top:42%;}
	.clients-said .swiper .down .swiper-button-next{background:url(../images/home/h-saidr.png) no-repeat center;right:5%;}
	.clients-said .swiper .down .swiper-button-prev{background:url(../images/home/h-saidl.png) no-repeat center;right:30%;}
	 .down .swiper-pagination .swiper-pagination-bullet-active{border:10px solid #fff;}
/*about*/
    .about-bj{background:url(../images/home/h-aboutbg.jpg) no-repeat;padding:12% 0;margin-top:5%;}
	.about .left{width:54%;float:left;}
	.about .left h2{font-size:32px;color:#fff;}
	.about .left p{font-size:15px;color:#fff;line-height:24px;margin-bottom:6%;}
	.about .left a{width:32%;background:#1C449C;border-radius:22px;font-size:16px;color:#fff;text-align:center;padding:2% 0;display:block;}
	.about .right{width:36%;float:right;margin-top:5%;}
	.about .right ul li{width:50%;float:left;text-align:center;margin:3% 0;}
	.about .right ul li div b{font-size:50px;color:#fff;}
	.about .right ul li div span{font-size:24px;color:#fff;}
	.about .right ul li p{font-size:15px;color:#fff;margin:0;}
/*why choose jiutian*/
    .choose-bj{background:#f6f6f6;padding:4% 0 0 0;}
	.choose{overflow:hidden;padding-bottom:15%;}
	.reason{position:relative;}
/*	.reason .swiper .swiper-slide{position:relative;}*/
	.reason .swiper .swiper-slide a{background:#fff;padding:7% 10% 20% 10%;text-align:center;font-size:0;transition:background-color 0.5s ease;}
	.reason .swiper .swiper-slide a img{margin:3% auto;width:100%;}
	.reason .swiper .swiper-slide a h3{font-size:20px;color:#000;font-weight:bold;}
	.reason .swiper .swiper-slide a p{font-size:15px;color:#333;line-height:24px;}
	.reason .swiper .swiper-slide a span{width:64px;height:64px;background:#fff;border-radius:50%;display:block;line-height:64px;position:absolute;left:0;right:0;margin:0 auto;bottom:-6%;z-index:1000;}
	.reason .swiper .swiper-slide a span b{font-size:20px;color:#333;bottom:0;transition: all 0.1s ease;}
	.reason .swiper .swiper-slide a span i{background:url(../images/home/h-why.png) no-repeat center top;position:absolute;left:0;right:0;top:40%;margin:0 auto;height:120px;display:none;}
	.reason .swiper .swiper-slide:hover a{background:#1C449C;}
	.reason .swiper .swiper-slide:hover a h3{color:#fff;}
	.reason .swiper .swiper-slide:hover a p{color:#fff;}
	.reason .swiper .swiper-slide:hover a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide:hover a span i{display:block;}
	.reason .swiper .swiper-slide-active a{background:#1C449C;}
	.reason .swiper .swiper-slide-active a h3,.reason .swiper .swiper-slide-active a p{color:#fff;}
	.reason .swiper .swiper-slide-active a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide-active a span i{display:block;}
	.reason .swiper .swiper-pagination{font-size:0;bottom:-28%;}
	.reason .swiper .swiper-pagination span{width:30px;height:5px;background:#BFBFBF;border-radius:3px;border:0;margin:0 6px;}
	.reason .swiper .swiper-pagination .swiper-pagination-bullet-active{width:50px;background:#1C449C;}
	.choose-bj .swiper-button-next,.choose-bj .swiper-button-prev{width:64px;height:64px;top:45%;}
	.choose-bj .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:0;}
	.choose-bj .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;left:0;}
	.choose-bj .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.choose-bj .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
/*news*/
    .index-news{padding:3% 0;}
	.index-news .tit2{position:relative;}
	.index-news .tit2 h2{font-size:32px;color:#000;margin:0;}
	.index-news .tit2 p{font-size:16px;color:#333;}
	.index-news .tit2 a{position:absolute;right:1.5%;bottom:25%;font-size:16px;color:#333;display:block;}
	.index-news .tit2 a i{padding:0 15%;background:url(../images/home/h-news.png) no-repeat right center;}
	.index-news .tit2 a:hover{color:#1C449C;}
	.index-news .tit2 a:hover i{background:url(../images/home/h-news2.png) no-repeat right center;}
	.in-news{overflow-x:hidden;}
	.in-news .swiper{position:relative;padding-bottom:10%;margin-top:2%;}
	.in-news .swiper-slide a{width:99%;font-size:0;border-radius:40px;border:1px solid #BFBFBF;overflow:hidden;padding:0 0 7% 0;}
	.in-news .swiper-slide a:hover h3{color:#1C449C;}
	.in-news .swiper-slide a img{width:100%;height:180px;}
	.in-news .swiper-slide a h3{font-size:18px;color:#000;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow:hidden;padding:0 5%;}
	.in-news .swiper-slide a p{font-size:15px;color:#333;line-height:24px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;padding:0 5%;margin-bottom:9%;}
	.in-news .swiper-slide a span{font-size:15px;color:#666;}
	.in-news .swiper-slide .more{color:#1C449C;float:right;display:inline-block;padding-right:5%;font-weight:bold;}
	.in-news .swiper-slide a .time{padding-left:5%;}
	.in-news .swiper .swiper-button-next,.in-news .swiper .swiper-button-prev{width:65px;height:65px;}
	.in-news .swiper .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:0;top:88%;}
	.in-news .swiper .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.in-news .swiper .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;right:8%;top:88%;}
	.in-news .swiper .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
}

@media screen and (min-width:769px) and (max-width:992px){
/*banner*/
	.banner	.swiper-container .swiper-slide{font-size:0;position:relative;}
	.banner	.swiper-container .swiper-slide .text{position:absolute;top:26%;left:0;right:0;margin:0 auto;}
	.banner	.swiper-container .swiper-slide .text h1{font-size:30px;color:#fff;line-height:48px;text-shadow:0px 3px 0px rgba(2,23,60,0.25);text-transform:uppercase;}
	.banner	.swiper-container .swiper-slide .text p{font-weight:500;width:85%;font-size:16px;color:#fff;line-height:27px;}
	.banner	.swiper-container .swiper-slide .text button{background:#1C449C;font-size:18px;color:#fff;text-align:center;border:0;padding:0.8% 1.8%;margin-top:2%;cursor:pointer;transition:all 0.3s ease;}
	.banner	.swiper-container .swiper-pagination span{border-radius:50%;border:6px solid transparent;}
	.banner	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{border:6px solid rgba(255,255,255,0.5);background:#1C449C;}
/*solutions*/
	.solution{padding:3% 0;}
	.solution ul{margin:3% -1% 0 -1%;}
	.solution ul li{width:18%;padding:0 1%;float:left;}
	.solution ul li a{width:100%;}
	.solution ul li img{border-radius:30px;display:block;width:100%;}
	.solution ul li h3{font-weight:bold;font-size:16px;color:#000;line-height:24px;margin:5% 0 2% 0;padding:0 8%;}
	.solution ul li p{font-size:14px;color:#000;line-height:24px;padding:0 8%;margin:0;}
	.solution ul li:nth-child(even){margin-top:4%;}
	.solution ul li{transition:transform 0.3s ease;}
	.solution ul li:hover{transform:translateY(-15px);}
/*sm-message*/
	.sm-message{background:#1C449C;border-radius:45px;padding:1% 0;font-size:0;margin-top:2%;width:93%!important;}
	.sm-message form{margin:2% 5%;}
	.sm-message form input{padding:0 2%;width:19%;height:38px;margin-right:6%;float:left;font-size:15px;border:1px solid rgba(255,255,255,0.6);border-radius:19px;background:transparent;color:#fff;}
	.sm-message form input:focus{border:1px solid #fff;}
	.sm-message form button{width:12%;float:left;height:40px;background:#fff;border:0;border-radius:19px;font-size:15px;color:#1C449C;font-weight:bold;}
	.sm-message form input::placeholder {color:rgba(255,255,255,0.6);opacity: 1;}
/*clients said*/
    .clients-said{position:relative;padding-bottom:120px;}
	.clients-said .in-tit3{position:relative;}
	.clients-said .in-tit3 h2{font-size:21px;color:#000;width:35%;}
	.clients-said .in-tit3 ul{position:absolute;top:5%;right:0;width:68%;}
	.clients-said .in-tit3 ul li{float:left;width:33.33%;font-size:0;}
	.clients-said .in-tit3 ul li a{width:100%;font-size:15px;color:#333;padding:5% 0;}
	.clients-said .in-tit3 ul li a:before{content:'●';padding:0 5px;color:#BFBFBF;}
	.clients-said .in-tit3 ul li:hover a{color:#1C449C;}
	.clients-said .in-tit3 ul li:hover a:before{color:#1C449C;}
	.clients-said .swiper{box-shadow:0px 0px 15px #333;-moz-box-shadow:0px 0px 15px #333;-webkit-box-shadow: 0px 0px 15px #333;border-radius:100px 100px 0px 100px;overflow:hidden;}
	.clients-said .swiper-slide a{background:#fff;padding:3% 3%;}
	.clients-said .swiper-slide .left{float:left;width:42%;font-size:0;}
	.clients-said .swiper-slide .left span{padding:2% 5%;display:block;background:url(../images/home/h-said2.png) no-repeat left center;margin-top:5%;}
	.clients-said .swiper-slide .left h2{font-weight:bold;font-size:16px;color:#1C449C;line-height:24px;}
	.clients-said .swiper-slide .left p{font-size:15px;color:#666;line-height:21px;font-style:italic;}
	.clients-said .swiper-slide .left ul li{width:100%;float:left;font-size:15px;color:#333;padding:5px 30px;}
	.clients-said .swiper-slide .left ul li:nth-child(1){background:url(../images/home/h-loca.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(2){background:url(../images/home/h-cap.png) no-repeat left center;}
	.clients-said .swiper-slide .left ul li:nth-child(3){width:88%;background:url(../images/home/h-raw.png) no-repeat left center;}
	.clients-said .swiper-slide .left .view{color:#333;font-size:15px;display:inline-block;margin:3% 0;}
	.clients-said .swiper-slide .right{width:54.4%;float:right;font-size:0;border-radius:35px;overflow:hidden;margin-top:25%;}
	.clients-said .swiper-slide .right img{width:100%;}
	.clients-said .swiper .down{width:75%;padding:0 5%;position:absolute;z-index: 100;right:1.9%;bottom:0;background:linear-gradient(-90deg,#1C449C 0%, #02173C 100%);border-radius:0px 0px 110px 110px;font-size:0;height:120px;}
	.clients-said .swiper .down a{font-size:16px;color:#333;background:#fff;border-radius:25px;padding:1% 2%;margin-top:6.5%;}
	.clients-said .swiper .down .swiper-pagination{height:2px;width:20%;right:15%;top:44%;background:rgba(255,255,255,0.2);}
	.clients-said .swiper .down .swiper-pagination span{border-radius:0;height:2px;background:#fff;}
	.clients-said .swiper .down .swiper-button-next,.clients-said .swiper .down .swiper-button-prev{width:50px;height:50px;top:42%;}
	.clients-said .swiper .down .swiper-button-next{background:url(../images/home/h-saidr.png) no-repeat center;right:5%;background-size:100% auto;}
	.clients-said .swiper .down .swiper-button-prev{background:url(../images/home/h-saidl.png) no-repeat center;right:38%;background-size:100% auto;}
	 .down .swiper-pagination .swiper-pagination-bullet-active{border:10px solid #fff;}
/*about*/
    .about-bj{background:url(../images/home/h-aboutbg.jpg) no-repeat;padding:12% 2%;margin-top:5%;}
	.about .left{width:56%;float:left;}
	.about .left h2{font-size:24px;color:#fff;}
	.about .left p{font-size:15px;color:#fff;line-height:21px;margin-bottom:5%;}
	.about .left a{width:32%;background:#1C449C;border-radius:22px;font-size:16px;color:#fff;text-align:center;padding:2% 0;display:block;}
	.about .right{width:36%;float:right;margin-top:5%;}
	.about .right ul li{width:50%;float:left;text-align:center;margin:3% 0;}
	.about .right ul li div b{font-size:42px;color:#fff;}
	.about .right ul li div span{font-size:21px;color:#fff;}
	.about .right ul li p{font-size:15px;color:#fff;margin:0;}
/*why choose jiutian*/
    .choose-bj{background:#f6f6f6;padding:4% 0 0 0;}
	.choose{overflow:hidden;padding-bottom:18%;}
	.reason{position:relative;}
/*	.reason .swiper .swiper-slide{position:relative;}*/
	.reason .swiper .swiper-slide a{background:#fff;padding:7% 10% 20% 10%;text-align:center;font-size:0;transition:background-color 0.5s ease;}
	.reason .swiper .swiper-slide a img{margin:3% auto;width:100%;}
	.reason .swiper .swiper-slide a h3{font-size:20px;color:#000;font-weight:bold;}
	.reason .swiper .swiper-slide a p{font-size:15px;color:#333;line-height:21px;}
	.reason .swiper .swiper-slide a span{width:64px;height:64px;background:#fff;border-radius:50%;display:block;line-height:64px;position:absolute;left:0;right:0;margin:0 auto;bottom:-6%;z-index:1000;}
	.reason .swiper .swiper-slide a span b{font-size:20px;color:#333;bottom:0;transition: all 0.1s ease;}
	.reason .swiper .swiper-slide a span i{background:url(../images/home/h-why.png) no-repeat center top;position:absolute;left:0;right:0;top:40%;margin:0 auto;height:120px;display:none;}
	.reason .swiper .swiper-slide:hover a{background:#1C449C;}
	.reason .swiper .swiper-slide:hover a h3{color:#fff;}
	.reason .swiper .swiper-slide:hover a p{color:#fff;}
	.reason .swiper .swiper-slide:hover a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide:hover a span i{display:block;}
	.reason .swiper .swiper-slide-active a{background:#1C449C;}
	.reason .swiper .swiper-slide-active a h3,.reason .swiper .swiper-slide-active a p{color:#fff;}
	.reason .swiper .swiper-slide-active a span b{position:absolute;left:0;right:0;margin:0 auto;bottom:-135%;display: inline-block;color:#1C449C;}
	.reason .swiper .swiper-slide-active a span i{display:block;}
	.reason .swiper .swiper-pagination{font-size:0;bottom:-28%;}
	.reason .swiper .swiper-pagination span{width:30px;height:5px;background:#BFBFBF;border-radius:3px;border:0;margin:0 6px;}
	.reason .swiper .swiper-pagination .swiper-pagination-bullet-active{width:50px;background:#1C449C;}
	.choose-bj .swiper-button-next,.choose-bj .swiper-button-prev{width:64px;height:64px;top:45%;}
	.choose-bj .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;right:0;}
	.choose-bj .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;left:0;}
	.choose-bj .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;}
	.choose-bj .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;}
/*news*/
    .index-news{padding:3% 0;}
	.index-news .tit2{position:relative;}
	.index-news .tit2 h2{font-size:24px;color:#000;margin:0;}
	.index-news .tit2 p{font-size:16px;color:#333;}
	.index-news .tit2 a{position:absolute;right:5%;top:5%;font-size:15px;color:#333;display:block;}
	.index-news .tit2 a i{padding:0 15%;background:url(../images/home/h-news.png) no-repeat right center;}
	.index-news .tit2 a:hover{color:#1C449C;}
	.index-news .tit2 a:hover i{background:url(../images/home/h-news2.png) no-repeat right center;}
	.in-news{overflow-x:hidden;}
	.in-news .swiper{position:relative;padding-bottom:10%;margin-top:2%;}
	.in-news .swiper-slide a{width:99%;font-size:0;border-radius:40px;border:1px solid #BFBFBF;overflow:hidden;padding:0 0 7% 0;}
	.in-news .swiper-slide a:hover h3{color:#1C449C;}
	.in-news .swiper-slide a img{width:100%;height:160px;}
	.in-news .swiper-slide a h3{font-size:18px;color:#000;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow:hidden;padding:0 5%;}
	.in-news .swiper-slide a p{font-size:15px;color:#333;line-height:24px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;padding:0 5%;margin-bottom:9%;}
	.in-news .swiper-slide a span{font-size:15px;color:#666;}
	.in-news .swiper-slide .more{color:#1C449C;float:right;display:inline-block;padding-right:5%;font-weight:bold;}
	.in-news .swiper-slide a .time{padding-left:5%;}
	.in-news .swiper .swiper-button-next,.in-news .swiper .swiper-button-prev{width:45px;height:45px;}
	.in-news .swiper .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;background-size:100% auto;right:0;top:88%;}
	.in-news .swiper .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;background-size:100% auto;}
	.in-news .swiper .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;background-size:100% auto;right:8%;top:88%;}
	.in-news .swiper .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;background-size:100% auto;}

}

@media screen and (max-width:769px) {
/*banner*/
	.banner	.swiper-container .swiper-slide{font-size:0;position:relative;}
	.banner	.swiper-container .swiper-slide .text{position:absolute;top:21%;left:0;right:0;margin:0 auto;padding:0 2%;}
	.banner	.swiper-container .swiper-slide .text h1{font-size:0.45rem;color:#fff;line-height:48px;text-shadow:0px 3px 0px rgba(2,23,60,0.25);text-transform:uppercase;}
	.banner	.swiper-container .swiper-slide .text p{font-weight:500;width:100%;font-size:0.27rem;color:#fff;line-height:34px;}
	.banner	.swiper-container .swiper-slide .text button{background:#1C449C;font-size:0.27rem;color:#fff;text-align:center;border:0;padding:1.5% 2.5%;margin-top:2%;cursor:pointer;transition:all 0.3s ease;}
	.banner	.swiper-container .swiper-pagination span{border-radius:50%;}
	.banner	.swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#1C449C;}
/*solutions*/
	.solution{padding:3% 3%;margin-top:5%;}
	.solution ul{margin:3% -1.5% 0 -1.5%;}
	.solution ul li{float:left;width:47%;padding:0 1.5%;}
	.solution ul li a{width:100%;}
	.solution ul li img{border-radius:30px;display:block;width:100%;}
	.solution ul li h3{font-weight:bold;font-size:0.27rem;color:#000;line-height:32px;margin:5% 0 2% 0;padding:0 8%;text-align:center;}
	.solution ul li p{font-size:16px;color:#000;line-height:32px;padding:0 8%;margin:0;display:none;}
/*clients said*/
    .clients-said{position:relative;}
	.clients-said .row{background:#F6F6F6;padding:2% 2% 3% 2%;position:relative;}
	.clients-said .row .icon2{position:absolute;right:0;bottom:0;width:35%;}
	.clients-said .in-tit3{position:relative;}
	.clients-said .in-tit3 h2{font-size:0.36rem;color:#000;width:40%;}
	.clients-said .in-tit3 ul{position:absolute;top:20%;right:0;width:59%;}
	.clients-said .in-tit3 ul li{float:left;width:33.33%;font-size:0;}
	.clients-said .in-tit3 ul li a{width:100%;font-size:0.24rem;color:#333;padding:5% 0;}
	.clients-said .in-tit3 ul li a:before{content:'●';padding:0 5px;color:#BFBFBF;}
	.clients-said .in-tit3 ul li:hover a{color:#1C449C;}
	.clients-said .in-tit3 ul li:hover a:before{color:#1C449C;}
	.clients-said .swiper-slide a{padding:3% 3%;}
	.clients-said .swiper-slide .left{width:100%;font-size:0;}
	.clients-said .swiper-slide .left .icon1{margin-top:-6%;}
	.clients-said .swiper-slide .left span{padding:2% 5%;display:block;background:url(../images/home/h-said2.png) no-repeat left center;margin-top:5%;}
	.clients-said .swiper-slide .left h2{font-weight:bold;font-size:0.3rem;color:#1C449C;line-height:0.45rem;}
	.clients-said .swiper-slide .left p{font-size:0.25rem;color:#666;line-height:0.42rem;font-style:italic;}
	.clients-said .swiper-slide .left ul li{width:100%;float:left;font-size:0.25rem;color:#333;padding:0.1rem 0.4rem;}
	.clients-said .swiper-slide .left ul li:nth-child(1){background:url(../images/home/h-loca.png) no-repeat left center;background-size:4% auto;}
	.clients-said .swiper-slide .left ul li:nth-child(2){background:url(../images/home/h-cap.png) no-repeat left center;background-size:4% auto;}
	.clients-said .swiper-slide .left ul li:nth-child(3){width:88%;background:url(../images/home/h-raw.png) no-repeat left center;background-size:4.5% auto;}
	.clients-said .swiper-slide .left .view{color:#333;font-size:15px;display:inline-block;margin:3% 0;}
	.clients-said .swiper-slide .right{width:100%;font-size:0;border-radius:35px;overflow:hidden;}
	.clients-said .swiper-slide .right img{width:100%;}
	.clients-said .down{width:80%;margin:0 auto;padding:0 5%;position:relative;z-index: 100;right:0;bottom:0;background:linear-gradient(-90deg,#1C449C 0%, #02173C 100%);border-radius:0px 0px 1.5rem 1.5rem;font-size:0;height:1.2rem;}
	.clients-said .down a{font-size:16px;color:#333;background:#fff;border-radius:25px;padding:1% 2%;margin-top:3.5%;}
	.clients-said .down .swiper-pagination{height:2px;width:52%;left:0;right:0;margin:0 auto;top:45%;background:rgba(255,255,255,0.2);}
	.clients-said .down .swiper-pagination span{border-radius:0;height:2px;background:#fff;}
	.clients-said .down .swiper-button-next,.clients-said .down .swiper-button-prev{width:0.65rem;height:0.65rem;top:45%;}
	.clients-said .down .swiper-button-next{background:url(../images/home/h-saidr.png) no-repeat center;right:10%;background-size:100% auto;}
	.clients-said .down .swiper-button-prev{background:url(../images/home/h-saidl.png) no-repeat center;left:10%;background-size:100% auto;}
	.clients-said .down .swiper-pagination .swiper-pagination-bullet-active{border:10px solid #fff;}
/*about*/
    .about-bj{background:url(../images/mobile/sj-about.jpg) no-repeat;background-size:100% 100%;padding:5% 2%;margin-top:8%;}
	.about .left{width:100%;position:relative;}
	.about .left h2{font-size:0.42rem;color:#fff;}
	.about .left p{font-size:0.25rem;color:#fff;line-height:0.42rem;margin-bottom:7%;}
	.about .left a{font-size:0.24rem;color:#fff;text-align:center;padding:2% 0;display:block;position:absolute;right:0;top:0;}
	.about .right{width:100%;font-size:0;}
	.about .right ul li{width:50%;float:left;text-align:center;margin:3% 0;}
	.about .right ul li div b{font-size:0.6rem;color:#fff;}
	.about .right ul li div span{font-size:0.27rem;color:#fff;}
	.about .right ul li p{font-size:0.27rem;color:#fff;margin:0;}
/*why choose jiutian*/
    .choose-bj{background:#f6f6f6;padding:6% 5% 2% 5%;}
	.choose{overflow:hidden;padding-bottom:20%;}
	.reason .swiper{position:relative;}
	.reason .swiper .swiper-slide a{background:#1C449C;padding:5% 6% 12% 6%;text-align:center;font-size:0;transition:background-color 0.5s ease;}
	.reason .swiper .swiper-slide a img{margin:3% auto;width:100%;}
	.reason .swiper .swiper-slide a h3{font-size:0.3rem;color:#fff;font-weight:bold;}
	.reason .swiper .swiper-slide a p{font-size:0.25rem;color:#fff;line-height:0.42rem;}
	.reason .swiper .swiper-slide a span{width:64px;height:64px;background:#fff;border-radius:50%;display:block;line-height:64px;position:absolute;left:0;right:0;margin:0 auto;bottom:-6%;z-index:1000;}
	.reason .swiper .swiper-slide a span b{font-size:20px;color:#333;bottom:0;transition: all 0.1s ease;}
	.reason .swiper .swiper-slide a span i{background:url(../images/home/h-why.png) no-repeat center top;position:absolute;left:0;right:0;top:40%;margin:0 auto;height:120px;display:none;}
	.reason .swiper .swiper-pagination{font-size:0;top:112%;}
	.reason .swiper .swiper-pagination span{width:30px;height:5px;background:#BFBFBF;border-radius:3px;border:0;margin:0 6px;}
	.reason .swiper .swiper-pagination .swiper-pagination-bullet-active{width:50px;background:#1C449C;}
	.choose-bj .swiper-button-next,.choose-bj .swiper-button-prev{width:0.75rem;height:0.75rem;top:50%;}
	.choose-bj .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;background-size:100% auto;right:1%;}
	.choose-bj .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;background-size:100% auto;left:1%;}
	.choose-bj .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;background-size:100% auto;}
	.choose-bj .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;background-size:100% auto;}
	.swiper-pagination-progressbar {background:0;}
/*news*/
    .index-news{padding:3% 2% 5% 2%;}
	.index-news .tit2{position:relative;}
	.index-news .tit2 h2{font-size:0.36rem;color:#000;margin:0;}
	.index-news .tit2 p{font-size:0.25rem;color:#333;line-height:0.36rem;}
	.index-news .tit2 a{position:absolute;right:5%;top:5%;font-size:0.25rem;color:#333;display:block;}
	.index-news .tit2 a i{padding:0 15%;background:url(../images/home/h-news.png) no-repeat right center;}
	.index-news .tit2 a:hover{color:#1C449C;}
	.index-news .tit2 a:hover i{background:url(../images/home/h-news2.png) no-repeat right center;}
	.in-news{overflow-x:hidden;}
	.in-news .swiper{position:relative;padding-bottom:15%;margin-top:2%;}
	.in-news .swiper-slide a{width:99%;font-size:0;border-radius:0.35rem;border:1px solid #BFBFBF;overflow:hidden;padding:0 0 7% 0;}
	.in-news .swiper-slide a:hover h3{color:#1C449C;}
	.in-news .swiper-slide a img{width:100%;height:2.1rem;}
	.in-news .swiper-slide a h3{font-size:0.27rem;color:#000;line-height:0.36rem;height:0.72rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow:hidden;padding:0 5%;}
	.in-news .swiper-slide a p{font-size:0.25rem;color:#333;line-height:0.36rem;height:1.8rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;padding:0 5%;margin-bottom:9%;}
	.in-news .swiper-slide a span{font-size:0.21rem;color:#666;}
	.in-news .swiper-slide .more{color:#1C449C;float:right;display:inline-block;padding-right:5%;font-weight:bold;display:none;}
	.in-news .swiper-slide a .time{padding-left:5%;}
	.in-news .swiper .swiper-button-next,.in-news .swiper .swiper-button-prev{width:0.65rem;height:0.65rem;}
	.in-news .swiper .swiper-button-next{background:url(../images/home/h-r1..png) no-repeat center;background-size:100% auto;right:0;top:92%;}
	.in-news .swiper .swiper-button-next:hover{background:url(../images/home/h-r2.png) no-repeat center;background-size:100% auto;}
	.in-news .swiper .swiper-button-prev{background:url(../images/home/h-l1.png) no-repeat center;background-size:100% auto;right:15%;top:92%;}
	.in-news .swiper .swiper-button-prev:hover{background:url(../images/home/h-l2.png) no-repeat center;background-size:100% auto;}
}
 