@import "./common/init.css";
html{font-size: 26px;}
body{
	color: #000;
	overflow-x: hidden;
	position: relative;
	background-color:#ffffff;
	background-size:100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wap,
.banner_wap{
	display: none;
}
.header{
	position: relative;
	z-index:4;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	height:1.44rem;
}
.header .fixed{
	background-color:#fff; 
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .pingbic{
	display: none;
}
.header .fixed>.wrap{
	height:1.44rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: static;
}
.header .fixed .logo{ 
    width:3.8rem;
    height: 0.9rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size:100% auto;
	background-image: url(../img/logo.png);
}
.header .fixed .nav_list{
	width: 14.0rem;
	display:flex;
	justify-content: space-between;
	height:1.44rem;
	font-size:0.34rem;
	color:#666666;
}
.header .fixed .nav_list .li{
	line-height:1.32rem;
	font-weight: bold;
	position: relative;
}
.header .fixed .nav_list .li.on{
	color:#10538d;
}
.header .fixed .nav_list .li.on:before{
	content: "";
	width: 0.6rem;
	height:0.08rem;
	position: absolute;
	left:50%;
	bottom:0.35rem;
	margin-left:-0.3rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/..png);
}
.header .wrap .tel{
	font-size:0.4rem;
	color:#dfa941;
	padding-left:0.7rem;
	background-position:left;
	background-repeat:no-repeat;
	background-size:0.6rem;
	background-image:url(../img/header_tel.png);
}
.header .wrap .menu{
	width:1.1rem;
	height:1.6rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 40%;
	background-image:url(../img/menu.png);
}
.header .lunbo_kuang{
	position: relative;
}
.header .lunbo_kuang .banner{
	width: 100%;
	height:6.0rem;
}
.header .lunbo_kuang .banner img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
.header .lunbo_kuang .wrap_kuang{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:10;
}
.header .lunbo_kuang .wrap_kuang .wrap{
	height:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap{
	height:100%;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei{
	position: absolute;
	left:0;
	bottom:1.4rem;
	display:flex;
	width: 100%;
    justify-content: center;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei span{
	background-color:transparent;
	opacity:0.5;
	margin:0 0.1rem;
	border:solid 0.04rem #fff;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei span.swiper-pagination-bullet-active{
	opacity:1;
	background-color:#fff;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap{
	width:6.5rem;
	height:4.0rem;
	background-color:rgba(49,117, 201, 0.7);
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .ul{
	display:flex;
	color:#fff;
	height:100%;
	font-size:0.44rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .ul div{
	padding:0.2rem 0;
}
.footer .footer_bg{
	padding-top:1.0rem;
	background-color:#cd932a;
}
.footer .footer_bg .flex{
	display:flex;
    align-items: center;
    padding-bottom:0.6rem;
}
.footer .footer_bg .flex .logo{
	width: 4.4rem;
	height:0.8rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/logo.png);
}
.footer .footer_bg .flex .links{
	flex:1;
	padding-left:2.0rem;
	font-size:0.36rem;
	color:#333333;
	display:flex;
    align-items: center;
}
.footer .footer_bg .flex .links .name{
	padding-left:0.8rem;
	background-position:left;
	background-repeat:no-repeat;
	background-size:auto 0.08rem;
	background-image:url(../img/..png);
}
.footer .footer_bg .flex .links .list{
	flex:1;
	padding-left:0.4rem;
	font-size:0.3rem;
	color:#3175c9;
	display:flex;
}
.footer .footer_bg .flex .links .list .li{
	padding:0.2rem 0.2rem 0.2rem 0;
	text-decoration:underline;
}
.footer .footer_bg .copyright{
	font-size:0.28rem;
	color:#63482e;
	line-height:1.2rem;
	display:flex;
	align-items: center;
    justify-content: center;
}
.footer .footer_bg .copyright div{
	padding:0 0.2rem;
}
.footer .fixed_k{
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
    height:2.5rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding:0.3rem 0 0.4rem;
	background-color:rgba(255, 255, 255, 0.7);
}
.footer .fixed_k .fixed .wrap{
	display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer .fixed_k .fixed .wrap .li{
	flex:1;
	background-color:#dfa941;
	font-size:0.56rem;
	color:#ffffff;
	line-height:1.8rem;
	text-align: center;
	border-radius:0.2rem;
	display:flex;
    align-items: center;
    justify-content: center;
}
.footer .fixed_k .fixed .wrap .li:before{
	content: "";
	display: block;
	width: 1.2rem;
	height:1.2rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/footer1.png);
	margin-right:0.1rem;
}
.footer .fixed_k .fixed .wrap .li+.li{
	margin-left:0.4rem;
	background-color:#3175c9;
}
.footer .fixed_k .fixed .wrap .li+.li:before{
	background-image:url(../img/footer2.png);
}
.title{
	display:flex;
    align-items: center;
	padding:0.2rem 0;
	flex-wrap: wrap;
}
.title .p1{
	font-size:0.4rem;
	color:#333333;
	font-weight: bold;
}
.title .p2{
	margin-left:0.2rem;
	font-size:0.28rem;
	color:#888888;
	line-height:1;
	padding-top:0.1rem;
	background-position:top left;
	background-size:auto 0.08rem;
	background-repeat:no-repeat;
	background-image:url(../img/..png);
}
.title .p3{
	font-size:0.3rem;
	color:#3175c9;
	width: 100%;
}
.about .wrap{
	padding:0.8rem 0;
	display:flex;
	justify-content: space-between;
}
.about .wrap .zuobian{
	width:12rem;
	padding-top:0.4rem;
}
.about .wrap .zuobian .com{
	font-size:16px;
	color:#333333;
	margin-top:0.6rem;
	line-height:0.64rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
}
.about .wrap .youbian{
	width:10.8rem;
	height:6.0rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.about .wrap .youbian .video{
	width: 100%;
	height:100%;
	display: block;
}
.fuwu{
	padding:1.5rem 0 0.4rem;
}
.fuwu .list{
	display:flex;
    justify-content: space-between;
    margin-top:0.6rem;
	box-shadow:0 0 0.6rem 0.06rem rgba(0, 0, 0, 0.05);
}
.fuwu .list .li{
	flex:1;
	height:4.0rem;
	padding:0.7rem 0;
}
.fuwu .list .li .img{
	width: 100%;
	height:1.8rem;
	object-fit:contain;
}
.fuwu .list .li .p1{
	margin-top:0.28rem;
	font-size:0.32rem;
	color:#63482e;
	text-align: center;
}
.honor{
	padding:0.8rem 0;
	background-color:#f5f5f5;
}
.honor .list{
	display:flex;
	flex-wrap: wrap;
}
.honor .list .img{
	width: 5.4rem;
	height:3.5rem;
	object-fit:cover;
	margin-top:0.4rem;
	margin-right:0.8rem;
}
.honor .list .img:nth-child(4n){
	margin-right:0;
}
.environment{
	background-color:#dfeff4;
	padding:0.6rem 0;
}
.environment .list{
	padding-top:0.6rem;
	display:flex;
    flex-wrap: wrap;
}
.environment .list .li{
	width:7rem;
	margin-right:1.5rem;
	margin-bottom:1.0rem;
	background-color:#fff;
	border-radius:0.2rem;
	overflow: hidden;
}
.environment .list .li:nth-child(3n){
	margin-right:0;
}
.environment .list .li .img{
	width: 100%;
	height:5.5rem;
	object-fit:cover;
}
.environment .list .li .p1{
	font-size:0.32rem;
	height:1.1rem;
	display:flex;
	justify-content: center;
    align-items: center;
}
.environment .lunbo_list{
	width: 100%;
	margin-bottom:0.2rem;
}
.environment .lunbo_list img{
	width: 100%;
	height:8.0rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.environment .lunbo_list_da_bg{
	width: 100%;
	height:2.6rem;
	background-color:#10538d;
	padding:0.2rem 0.8rem;
	position: relative;
}
.environment .lunbo_list_da{
	width: 100%;
	height:100%;
	padding-right:1px
}
.environment .button{
	width: 0.8rem;
	line-height:2.6rem;
	height:2.6rem;
	position: absolute;
	left:0;
	top:0;
	font-size:0.6rem;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-family: "宋体";
	z-index:11;
}
.environment .button.right{
	right:0;
	left:auto;
}
.environment .lunbo_list_da .swiper-slide img{
	border:solid 0.02rem #fff;
	width: 100%;
    box-sizing: border-box;
	height:100%;
	border-radius:0.2rem;
	object-fit:cover;
}
.environment .lunbo_list_da .swiper-slide.active-nav img{
	border-color:#dfa941;
}
.news{
	background-color:#f5f5f5;
	margin-bottom:0.4rem;
}
.news .wrap{
	padding:0.6rem 0;
}
.news .tab{
	display:flex;
	font-size:0.4rem;
	color:#333333;
	line-height:0.88rem;
	margin-bottom:0.7rem;
	border-bottom:solid 1px #c6d3e4;
}
.news .tab .li{
	margin-right:0.8rem;
	position: relative;
	padding:0 0.4rem;
}
.news .tab .li.on{
	font-weight: bold;
}
.news .tab .li.on:before{
	content: "";
	display: block;
	width:0.56rem;
	height:0.08rem;
	background-image:url(../img/..png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position: absolute;
	left:50%;
	bottom:-0.04rem;
	margin-left:-0.28rem;
}
.news .list{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .list .li{
	width: 48%;
	display:flex;
	padding:0.2rem 0 ;
}
.news .list .li .img{
	width:3.4rem;
	height:2.5rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.news .list .li .neir{
	flex:1;
	padding-left:0.4rem;
}
.news .list .li .neir .p1{
	font-size:0.32rem;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0.2rem;
}
.news .list .li .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0.3rem;
}
.news .list .li .neir .p3{
	font-size:0.28rem;
	color:#999999;
}
.breadcrumb{
	font-size:0.28rem;
	color:#333333;
	line-height:1.0rem;
	background-color:#fff;
}
.breadcrumb .wrap{
	display:flex;
}
.news_info{
	background-color:#fff;
	margin-bottom:0.4rem;
}
.news_info .wrap{
	display:flex;
    align-items: flex-start;
	padding-bottom:0.6rem;
}
.news_info .zuobian{
	flex:1;
	margin-left:1rem;
}
.news_info .zuobian .title1{
	text-align: center;
	font-size:0.52rem;
	color:#222222;
	padding:0.2rem 0;
	font-weight: bold;
}
.news_info .zuobian .title2{
	text-align: center;
	font-size:0.28rem;
	color:#999999;
	margin-bottom:0.4rem;
}
.news_info .zuobian .com{
	font-size:0.3rem;
	color:#666666;
	line-height:0.48rem;
}
.news_info .zuobian .com a{
	display:inline;
}
.news_info .zuobian .com img{
	max-width:100% !important;
}
.news_info .zuobian .annui{
	display:flex;
	justify-content: space-evenly;
	padding:0.6rem 0;
}
.news_info .zuobian .annui a{
	width:1.7rem;
	line-height:0.68rem;
	font-size:0.32rem;
	color:#333333;
	text-align: center;
	border:solid 0.02rem #333333;
	border-radius:0.1rem;
}
.news_info .zuobian .annui a span{
	display: none;
}
.news_info .youbian{
	width:6.6rem;
}
.news_info .youbian .list_list .li{
	background-color:#f3f8ff;
	display:flex;
	padding:0.28rem 0.4rem;
	margin-bottom:0.4rem;
}
.news_info .youbian .list_list .li .img{
	width:1.8rem;
	height:1.4rem;
	border-radius:0.1rem;
	object-fit:cover;
}
.news_info .youbian .list_list .li .neir{
	flex:1;
	padding-left:0.3rem;
}
.news_info .youbian .list_list .li .neir .p1{
	font-size:0.32rem;
	color:#333333;
	margin-bottom:0.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news_info .youbian .list_list .li .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.news_info .youbian .gengduo{
	width: 2.2rem;
	line-height:0.8rem;
	font-size:0.35rem;
	color:#666666;
	text-align: center;
	border-radius:0.1rem;
	background-color:#ececec;
}
.stele_bg{
	padding:0.6rem 0;
}
.stele_bg .list{
	padding-top:0.4rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stele_bg .list .li{
	width:47%;
	border-radius:0.2rem;
	overflow: hidden;
	margin-bottom:0.8rem;
	display:flex;
}
.stele_bg .list .li .img{
	width: 6.6rem;
	height:6.2rem;
	object-fit:cover;
}
.stele_bg .list .li .neir{
	padding:0.6rem;
	background-color:#3175c9;
	color:#ffffff;
}
.stele_bg .list .li .neir .name{
	font-size:0.36rem;
	font-weight: bold;
}
.stele_bg .list .li .neir .name1{
	font-size:0.28rem;
	padding:0.3rem 0 0.4rem
}
.stele_bg .list .li .neir .tag{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stele_bg .list .li .neir .tag .i{
	font-size:0.28rem;
	border-radius:0.1rem;
	line-height:0.6rem;
	border:solid 0.02rem #fff;
	padding:0 0.2rem;
	margin-bottom:0.4rem;
}
.stele_bg .list .li .neir .tel{
	width: 3.4rem;
	line-height:0.8rem;
	border-radius:0.1rem;
	text-align: center;
	margin:0.4rem auto 0;
	font-size:0.3rem;
	color:#ffffff;
	background-color:#dfa941;
	box-shadow:0 0 0.4rem 0.06rem rgba(64, 150, 1, 0.1);
}
.flow{
	padding:0.6rem 0;
}
.flow .list{
	padding:1.0rem 0.4rem 0.2rem;
	display:flex;
	flex-wrap: wrap;
}
.flow .list .li{
	position: relative;
	padding:0 0.2rem;
	width: 3.2rem;
	height:2.4rem;
	background:linear-gradient(to right,#e5f1ff,#edf5ff);
	border-radius:0.2rem;
	box-shadow:1px 1px 10px 1px rgba(68, 113, 195, 0.22);
	margin-right:1.8rem;
	margin-bottom:1.0rem;
}
.flow .list .li:nth-child(5n){
	margin-right:0;
}
.flow .list .li:before{
	content: "";
	display: block;
	width: 1.4rem;
	height:0.3rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:1.5rem;
	background-image:url(../img/flow1.png);
	position: absolute;
	left:100%;
	top:0;
	width:1.8rem;
	height:100%;
}
.flow .list .li:nth-child(5n):before{
	display: none;
}
.flow .list .li .p1{
	font-size:0.76rem;
	color:#ffffff;
	font-weight: bold;
	line-height:0.2;
	margin-bottom:0.2rem;
}
.flow .list .li .p2{
	font-size:0.36rem;
	color:#3175c9;
	padding:0.3rem 0;
}
.flow .list .li .p3{
	font-size:0.28rem;
	color:#666666;
}
.flow .flow_more{
	width: 4.0rem;
	margin:0 auto;
	line-height:0.8rem;
	border-radius:0.1rem;
	border:solid 0.04rem #10538d;
	font-size:0.3rem;
	color:#10538d;
	text-align: center;
}
.contact{
	padding:0.6rem 0;
}
.contact .list_flex{
	display:flex;
	margin-top:0.8rem;
}
.contact .list_flex .map_kuang{
	width: 100%;
	height:11.0rem;
	position: relative;
}
.contact .list_flex .map_kuang .map{
	width: 100%;
	height:100%;
}
.contact .list_flex .map_kuang .bai{
	position: absolute;
	left:20px;
	top:20px;
	z-index:100;
	background-color:rgba(255, 255, 255, 0.8);
	padding:0.6rem;
	height:4.0rem;
	width: 8.0rem;
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}
.contact .list_flex .map_kuang .bai .li{
	display:flex;
	font-size:0.32rem;
	color:#333333;
}
.contact .list_flex .map_kuang .bai .li .name{
	font-weight: bold;
}
.contact .list_flex .map_kuang .bai .li .value{
	flex:1;
}
.contact .list_flex .neir{
	display: none;
	margin-bottom:0.6rem;
	padding:0 0.2rem;
	background-color:transparent;
}
.contact .list_flex .neir .li{
	line-height:1.2rem;
	font-size:0.56rem;
	color:#ffffff;
	background-position:left;
	background-repeat:no-repeat;
	background-size:1.2rem;
	padding-left:1.4rem;
	margin-bottom:0.4rem;
}
.contact .list_flex .neir .li:nth-child(1){
	background-image:url(../img/contact1.png);
}
.contact .list_flex .neir .li:nth-child(2){
	background-image:url(../img/contact2.png);
}
.contact .list_flex .neir .li1{
	font-size:0.52rem;
	color:#ffffff;
	line-height:0.9rem;
	border-radius:0.2rem;
	padding:0.4rem;
	background-color:rgba(255, 255, 255, 0.2);
}
.index .header .lunbo_kuang .wrap_kuang .tel_bg_wrap{
	position: absolute;
	top:100%;
	margin-top:-1.0rem;
	background-color:#3175c9;
}
.serve{
	position: relative;
	z-index:5;
	margin-top:-1.0rem;
	width: 17.0rem;
	height:4.0rem;
	background-color:#fff;
	margin-left:auto;
	box-shadow:0 0 1rem 0 rgba(0, 0, 0, 0.1);
	padding:0.6rem;
}
.serve .tit{
	font-size:0.44rem;
	color:#333333;
	font-weight: bold;
	line-height:0.6rem;
	display:flex;
    align-items: center;
}
.serve .tit:before,
.serve .tit:after{
	content: "";
	display: block;
	width:0.56rem;
	height:0.08rem;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(../img/..png);
}
.serve .tit:before{
	margin-right:0.2rem;
}
.serve .tit:after{
	display: none;
	transform:rotateZ(180deg);
	margin-left:0.2rem;
}
.serve .list{
	display:flex;
	padding-top:0.4rem;
}
.serve .list .li{
	flex:1;
}
.serve .list .li img{
	width:100%;
	height:1.24rem;
	object-fit:contain;
}
.serve .list .li .p1{
	text-align: center;
	font-size:0.32rem;
	color:#63482e;
	margin-top:0.2rem;
}
.environment_index{
	background-color:#dfeff4;
	padding:0.4rem 0 1.0rem;
}
.environment_index .flex_list{
	padding-top:0.6rem;
	display:flex;
	justify-content: space-between;
}
.environment_index .flex_list .zuo{
	width: 13.6rem;
}
.environment_index .flex_list .zuo .lunbo_list img{
	width: 100%;
	height:7.6rem;
	border-radius:0.2rem;
	object-fit:cover;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg{
	margin-top:0.2rem;
	background-color:#10538d;
	padding:0.4rem 0.2rem;
	position: relative;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg .lunbo_list_da{
	width: 100%;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg .lunbo_list_da img{
	width: 100%;
	height:2.4rem;
	object-fit:cover;
	border-radius:0.1rem;
	border:solid 0.02rem #fff;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg .lunbo_list_da .active-nav img{
	border-color:#dfa941;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg .button{
	display: none;
	position: absolute;
	left:0;
	top:0;
	font-size:0.6rem;
	color:#fff;
	font-weight: bold;
	width: 0.8rem;
	text-align: center;
	height:2.6rem;
	line-height:2.6rem;
	font-family: "宋体";
	z-index:10;
}
.environment_index .flex_list .zuo .lunbo_list_da_bg .button.right{
	right:0;
	left:auto;
}
.environment_index .flex_list .you{
	width: 9.4rem;
}
.environment_index .flex_list .you .li{
	width: 100%;
	object-fit:cover;
	border-radius:0.2rem;
	overflow: hidden;
	background-color:#fff;
}
.environment_index .flex_list .you .li img{
	width: 100%;
	height:5.3rem;
}
.environment_index .flex_list .you .li+.li{
	margin-top:0.4rem;
}
.environment_index .flex_list .you .li .p1{
	text-align: center;
	font-size:0.56rem;
	color:#63482e;
	line-height:1.6rem;
	display: none;
}


.index .news{
	padding:0.1rem 0;
}
.index .news .tab{
	display: none;
}
.index .news .newx_flex{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.index .news .newx_flex .flex_list{
	width: 47%;
}
.index .news .newx_flex .flex_list .tit{
	display:flex;
    align-items: center;
	justify-content: space-between;
	margin-bottom:0.4rem;
}
.index .news .newx_flex .flex_list .tit .p1{
	font-size:0.4rem;
	color:#333333;
	padding-left:0.8rem;
	background-image:url(../img/..png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:auto 0.08rem;
}
.index .news .newx_flex .flex_list .tit .gengduo{
	font-size:0.3rem;
	color:#10538d;
	border:solid 0.02rem #10538d;
	line-height:0.64rem;
	width: 2.2rem;
	text-align: center;
	border-radius:0.2rem;
}
.index .news .newx_flex .flex_list .list .li{
	width: 100%;
}
.more_more{
	display: none;
	font-size:0.56rem;
	color:#10538d;
	border:solid 0.02rem #10538d;
	width: 4.0rem;
	line-height:1.2rem;
	text-align: center;
	border-radius:0.1rem;
	margin:0.4rem auto 0;
}
.limited_time{
	padding:1.0rem 0;
}
.limited_time .wrap{
	display:flex;
}
.limited_time .tit{
	position: relative;
	z-index:2;
	width:3.2rem;
	font-size:0.56rem;
	color:#ffffff;
	background-image:url(../img/limited_time_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:0.2rem 0 0 0.2rem;
	display:flex;
    justify-content: center;
    align-items: center;
    padding:0 0.6rem;
    letter-spacing:6px;
    text-align: center;
}
.limited_time .list{
	flex:1;
	display:flex;
    justify-content: space-between;
	padding:0.3rem 1.0rem;
	border:solid 0.08rem #dfa941;
	border-left:none;
	border-radius:0 0.2rem 0.2rem 0;
}
.limited_time .list .li{
	width: 47%;
	display:flex;
	align-items: center;
	border:solid 1px #d1d1d1;
	border-radius:0.1rem;
	overflow: hidden;
}
.limited_time .list .li .img{
	width:5.0rem;
	height:3.1rem;
	object-fit:cover;
}
.limited_time .list .li .neir{
	flex:1;
	display:flex;
    flex-direction: column;
	padding:0.4rem;
}
.limited_time .list .li .neir .name{
	font-size:0.4rem;
	color:#333333;
	font-weight: bold;
    margin-bottom:0.4rem;
}
.limited_time .list .li .neir .price{
	font-size:0.4rem;
	color:#ec7500;
}
.limited_time .list .li .neir .o_price{
	font-size:0.28rem;
	color:#aeaeae;
	margin-bottom:0.3rem;
}
.index .stele_bg{
	padding:0;
}
.index .stele_bg .list_list{
	display:flex;
	padding:0.5rem 0 1.0rem;
}
.index .stele_bg .list_list .li{
	width: 5.6rem;
	margin-right:0.52rem;
	overflow: hidden;
	border-radius:0.1rem;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.index .stele_bg .list_list .li:nth-child(4n){
	margin-right:0;
}
.index .stele_bg .list_list .li .img{
	width: 100%;
	height:6.2rem;
	object-fit:cover;
}
.index .stele_bg .list_list .li .p1{
	text-align: center;
	font-size:0.32rem;
	color:#333333;
	line-height:1.0rem;
}
.geography{
	background-color:#dfeff4;
	padding:0.6rem 0;
}
.geography .wrap{
	display:flex;
	align-items: flex-start;
}
.geography .wrap .title{
	flex:1;
}
.geography .wrap .map_kuang{
	width: 20.4rem;
	height:9.4rem;
	position: relative;
}
.geography .wrap .map_kuang:before,
.geography .wrap .map_kuang:after{
	content: "";
	width: 1.86rem;
	height:1.92rem;
	background-image:url(../img/index_geography.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position: absolute;
	left:0;
	bottom:0;
}
.geography .wrap .map_kuang:before{
	display: none;
}
.geography .wrap .map_kuang .map{
	width: 19.7rem;
	height:8.88rem;
	margin-left:auto;
	background-color:#000;
	border-radius:0.2rem;
	overflow: hidden;
}
.infoWindow{
	font-size:16px;
}
.infoWindow .p1{
	font-size:20rpx;
}
