html, body{
    background: #FFF;
    font-size: 0.20rem;
    margin: 0;
    height: 100%;
}
li{
	list-style: none;
}
a{
    text-decoration: none;
    color: #222;
    display: inline-block;
}
a:hover{
	color: #4e58dd;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.l{
	float: left;
}
.r{
	float: right;
}
.app{
	/*max-width: 750px;*/
	margin: 0 auto;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	padding-bottom: 2.7rem;
}


.header{
	background: #4e58dd;
	height: 0.87rem;
	line-height: 0.87rem;
	padding: 0 0.24rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header .logo img{
	width: 1.28rem;
	height: 0.47rem;
	vertical-align: middle;
}
.header .nav{
	display: flex;
	flex-direction: row;
}
.header .nav>a{
	font-size: 0.24rem;
	color: #FFF;
	padding: 0 0.15rem;
}



.cd-bouncy-nav-trigger img{
	width: 0.34rem;
	height: 0.22rem;
	vertical-align: middle;
}
.cd-bouncy-nav li{
	margin: 0.2rem 0;
}
.cd-bouncy-nav a{
	font-size: 0.3rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #4e58dd;
	border-radius: 100%;
}


.banner .swiper-pagination-bullet{
	width: 0.08rem;
	height: 0.08rem;
	background: #ffffff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #4e58dd;
}


.index-title{
	text-align: center;
	padding: 0.2rem 0;
	position: relative;
}
.index-title .t{
	font-size: 0.32rem;
	color: #4e58dd;
}
.index-title .p{
	font-size: 0.2rem;
	color: #CCC;
}
.index-title::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.index-title::after{
	content: "";
	width: 0.48rem;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.24rem;
	background: #ed7d31;
	z-index: 2;
}


.partner{
	padding: 0.28rem 0.24rem;
}
.partner .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
}



.index-text-1{
	background: #4e58dd;
	color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0.3rem 0.24rem;
}
.index-text-1 img{
	width: 0.6rem;
	height: 0.6rem;
}
.index-text-1 .text{
	padding-left: 0.1rem;
}
.index-text-1 .text .t{
	font-size: 0.22rem;
	font-weight: bold;
}
.index-text-1 .text .p{
	font-size: 0.2rem;
	font-weight: 200;
}
.index-text-2{
	background: #454ec9;
	color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0.3rem 0.24rem;
}
.index-text-2 img{
	width: 0.6rem;
	height: 0.6rem;
}
.index-text-2 .text{
	padding-right: 0.1rem;
	text-align: right;
}
.index-text-2 .text .t{
	font-size: 0.22rem;
	font-weight: bold;
}
.index-text-2 .text .p{
	font-size: 0.2rem;
	font-weight: 200;
}


.product{
	/*padding-bottom: 0.3rem;*/
}
.product-cate{
	padding-top: 0.15rem;
	text-align: center;
}
.product-cate a{
	display: inline-block;
	width: 40%;
	line-height: 0.5rem;
	border: 1px solid #f5f5f5;
	text-align: center;
	margin: 0.15rem 0.15rem 0 0.15rem;
}
.product-cate a.on{
	background: #4e58dd;
	color: #FFF;
}
.product-rec{
	clear: both;
	overflow: hidden;
}
.product-rec .item{
	width: 3.38rem;
	float: left;
	text-align: center;
	margin-left: 0.24rem;
	margin-top: 0.24rem;
}
.product-rec .item img{
	border: 1px solid #f5f5f5;
	border-bottom: none;
}
.product-rec .item .t{
	line-height: 0.48rem;
	background: #4e58dd;
	color: #FFF;
}


.case{
	padding: 0 0.24rem;
}
.case .swiper-container{
	margin: 0.3rem auto;
}
.case .swiper-slide{
	display: flex;
	justify-content: flex-start;
	/*padding: 0 0.24rem;*/
}
.case .swiper-slide .left-pic{
	width: 3.5rem;
}
.case .swiper-slide .left-pic img{
	width: 3.5rem;
	height: 2.2rem;
}
.case .swiper-slide .left-text{
	width: 3.5rem;
	background: #f5f5fa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.2rem;
}
.case .swiper-slide .left-text .t{
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.1rem;
}
.case .swiper-slide .left-text .t::after{
	content: "";
	width: 0.48rem;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ed7d31;
	z-index: 2;
}
.case .swiper-slide .left-text .p{
	font-size: 0.18rem;
	padding-top: 0.1rem;
}
.swiper-button-prev, .swiper-button-next{
	width: 0.25rem;
	height: 0.4rem;
	background-size: 0.30rem 0.45rem;
	top: 60%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234e58dd'%2F%3E%3C%2Fsvg%3E");
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234e58dd'%2F%3E%3C%2Fsvg%3E");
  right: 0;
  left: auto;
}


.about{}
.about-text{
	padding: 0.24rem;
}
.about-text .t{
	font-size: 0.26rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.1rem;
}
.about-text .text{margin-top:10px;line-height:20px;}
.about-text .text span{font-weight:600;color:#4d58dd}
.about-text .t::after{
	content: "";
	width: 0.48rem;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ed7d31;
	z-index: 2;
}
.about-text .p{
	padding-top: 0.15rem;
	color: #666;
}
.about-text{ }

.about-nav{
	padding: 0 0.24rem;
}
.about-nav a{
	display: inline-block;
	background: #f2f2f2;
	padding: 0.13rem 0.4rem;
	font-size: 0.24rem;
	margin-right: 0.24rem;
}
.about-nav a.on{
	background: #4e58dd;
	color: #FFF;
}



.news-item{
	padding: 0 0.24rem;
}
.news-item .item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 0.24rem;
}
.news-item .item .pic{
	width: 2.5rem;
	height: 1.33rem;
	overflow: hidden;
}
.news-item .item .text{
	padding-left: 0.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 4.52rem;
}
.news-item .item .text .t{
	font-size: 0.22rem;
	font-weight: bold;
}
.news-item .item .text .p{
	color: #666;
	padding-top: 0.15rem;
}


.copyright{
	background: #4e58dd;
	color: #FFF;
	padding: 0.4rem 0;
	text-align: center;
	margin-top: 0.24rem;
	margin-bottom: 1rem;
	/*position: relative;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.copyright a{
	color: #FFF;
}


.footer-nav{
	background: #454ec9;
	color: #FFF;
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.15rem 0.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	-ms-align-items: center;
	align-items: center;
}
.footer-nav a{
	color: #FFF;
	text-align: center;
}
.footer-nav span{
	display: block;
	font-size: 0.22rem;
}
.footer-nav img{
	width: 0.38rem;
	height: 0.38rem;
}
.footer-nav .footer-bd{
	width: 1px;
	height: 0.28rem;
}



.bread{
	line-height: 0.23rem;
	padding: 0.24rem 0.24rem 0 0.24rem;
	color: #CCC;
}
.bread img{
	width: 0.25rem;
	height: 0.23rem;
}
.bread a{
	color: #CCC;
}

.page{
	padding: 0.24rem 0.24rem 0 0.24rem;
}
.page a{
	display: inline-block;
	background: #f2f2f2;
	padding: 0.1rem 0.2rem;
	border-radius: 0.05rem;
	margin-right: 0.1rem;
}
.page a.cur{
	background: #4e58dd;
	color: #FFF;
}

.box-page{
	display: flex;
	justify-content: space-between;
	padding-top: 0.15rem;
}
.box-page a{
	display: inline-block;
	border: 1px solid #f2f2f2;
	width: 50%;
	text-align: center;
	line-height: 0.56rem;
	font-size: 0.24rem;
	color: #c8c8c8;
}
.box-page a:nth-last-child(1){
	border-left: none;
}


.box{
	padding: 0.24rem;
}
.box .h1{
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.56rem;
	font-weight: bold;
}
.box .time{
	text-align: center;
	color: #999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
}
.box .box-pic img{
	border: 1px solid #ededed;
}



.about-list{
	margin-top: 0.24rem;
}
.about-w .t{
	font-size: 0.3rem;
	text-align: center;
}
.about-w .about-w-item{
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0.24rem;
}
.about-w .about-w-item .item{
	margin-left: 0.24rem;
	margin-top: 0.20rem;
}
.about-w .about-w-item .item img{
	width: 3.39rem;
	height: 2.34rem;
	border-radius: 0.4rem;
}
.about-w .about-w-item .on{
	margin-left: 0;
}
.about-w .text{
	padding: 0.15rem 0.24rem 0 0.24rem;
}
.about-w .text span{
	font-size: 0.26rem;
	color: #4e58dd;
}



.partner-list{
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0.24rem;
}
.partner-list .item{
	margin-left: 0.20rem;
	margin-top: 0.20rem;
}
.partner-list .item img{
	width: 3.35rem;
	border: 1px solid #f2f2f2;
}
.partner-list .item .t{
	text-align: center;
	line-height: 0.44rem;
}
.partner-list .on{
	margin-left: 0;
}


.product-box{
	padding: 0.24rem;
}
.product-box .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}
.product-box .h1{
	font-size: 0.26rem;
	line-height: 0.66rem;
	text-align: center;
}
.product-content .t{
	font-size: 0.26rem;
	color: #4e58dd;
	padding: 0.24rem 0;
}
.product-content .p{
	font-size: 0.22rem;
}
.product-content .p p{
	margin: 0;
}


.contact{
	padding: 0.24rem;
}
.contact .item{
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
}
.contact .item .text{
	padding-left: 0.2rem;
	font-size: 0.24rem;
}
.contact .item .contact-icon1{
	width: 0.29rem;
	height: 0.34rem;
}
.contact .item .contact-icon2{
	width: 0.34rem;
	height: 0.29rem;
}
.contact .item .contact-icon3{
	width: 0.29rem;
	height: 0.29rem;
}
.contact .item .contact-icon4{
	width: 0.31rem;
	height: 0.32rem;
}

.ny_fllb {display:flex;justify-content: center;flex-direction: row;flex-wrap: wrap;margin-bottom: 0;margin-left: 0;padding-left: 0;}
.ny_fllb li{/* float:left; */background:#f2f2f2;padding:8px 20px;margin: 10px 8px 15px 0;}
.ny_fllb li a{ font-size:14px;color:#333;}
.ny_fllb li:hover{background:#4d57dd;}
.ny_fllb li:hover a{color:#fff;}

.wechatCode .imgWrap img {display: block;width: 100%;height: 100%;}   



.tanchu:before{content:"";display:block;width:120px;height:0px;background: url(http://login.114my.cn/memberpic/gdfuchi/uploadfile/image/20210809/20210809112949_1417596577.jpg)no-repeat 0/100%;box-shadow: 0 0 30px rgba(0,0,0,.08);transition:all 0.3s;position: absolute;bottom:66px;right: 1.85rem;z-index: 99;}   
.tanchu:hover:before{height:32px;}
