.main{
	background: #f8f9fa;
}

.index-item{
	
}

.index-item .lm-content .title .main-title{
	width: 8em;
	display: block;
}

.index-item .lm-content .title .title-chs{
	font-size: 3.5rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	margin: 0 0 0.5rem 0;
	font-weight: normal;
	color:#09244F;
}
.index-item .lm-content .title .title-eng{
	font-size: 2.8rem;
	line-height: 1;
	color: #000;
	position: relative;
	z-index: 0;
	margin: 0;
	font-weight: normal;
	/*font-family: Helvetica, Arial," sans-serif"*/
}

.index-item .lm-content .title .sub-title{
	color: #464747;
	font-size: 2rem;
	line-height: 1.2;
	position: relative;
	padding-left: 3em;
	display: block;
	padding: 0;
}
.index-item .lm-content .title .sub-title:before{
	content: "";
	display: inline-block;
	width: 2em;
	height: 0;
	border-top: 1px #010101 solid;
	vertical-align: middle;
	margin: 0 1rem;
	position: absolute;
	left: 0;
	top: 50%;
	display: none;
}

/************ 首页banner **********/
.index-banner-area{
	position: relative;
	height: calc(100vh - 6rem);
	max-height: 64rem;
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-banner-area:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.51);
}

/************ 首页栏目先容 ************/
.index-main-info{
	position: relative;
	z-index: 11;
	margin-top: -17rem;
}

.index-main-info .content{
	border-radius: 1rem;
	box-shadow: 0 1rem 2rem rgba(49,54,60,.11);
	overflow: hidden;
}
.index-main-info .title-area{
	height: 17rem;
	padding: 3rem 3rem 2rem 3rem;
	background: rgba(255,255,255,.9)
}

.index-main-info .title-area .main-title{
	margin-bottom: 2rem;
}

.index-main-info .title-area .main-title .icon{
	margin-right: 2rem;
	font-size: 0;
	height: 6.8rem;
}

.index-main-info .title-area .main-title .icon img{
	width: auto;
	max-width: 6.8rem;
	height: auto;
	max-height: 6.8rem;
}

.index-main-info .title-area .main-title .wenzi{
	font-size: 5rem;
	line-height: 1.2;
	font-weight: bold;
}

.index-main-info .title-area .sub-title{
	text-align: center;
	color: #63a90b;
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}

.index-main-info .intro-area{
	padding: 1rem 15rem 5rem 15rem;
	text-align: center;
	color: #454545;
	font-size: 1.6rem;
	line-height: 2;
	background: #fff;
}

/************ 首页转动产品banner *****************/
.minyong-index-product-banner{
	height: 83.5rem;
	margin-top: -15.6rem;
}

.minyong-index-product-banner .swiper-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.minyong-index-product-banner .slide-content{
	height: 100%;
	width: 1200px;
	padding-top: 17.5rem;
}

.minyong-index-product-banner .slide-content > div{
	height: 100%;
}

.minyong-index-product-banner .slide-content .img{
	font-size: 0;
	width: 40%;
}

.minyong-index-product-banner .slide-content .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.minyong-index-product-banner .slide-content .text{
	width: 60%;
	text-align: left;
	padding-left: 9rem;
}

.minyong-index-product-banner .slide-content .text .title{
	color: #000;
	font-size: 4.2rem;
	line-height: 1.5;
	margin-bottom: 3rem;
	font-weight: 500;
}

.minyong-index-product-banner .slide-content .text .bt{
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.minyong-index-product-banner .slide-content .text .bc{
	margin-bottom: 3rem;
	font-size: 0;
}

.minyong-index-product-banner .slide-content .text .bc .bc-item{
	
}


.minyong-index-product-banner .slide-content .text .bc .icon{
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
}

.minyong-index-product-banner .slide-content .text .bc .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.minyong-index-product-banner .slide-content .text .bc .wenzi{
	font-size: 1.4rem;
	line-height: 1.7;
}


.minyong-index-product-banner .slide-content .text .bc.type1 .bc-item{
	margin-right: 3rem;
	margin-bottom: 1rem;
    width: 28%;
}

.minyong-index-product-banner .slide-content .text .bc.type1 .icon{
	margin-right: 1rem;
}
.minyong-index-product-banner .slide-content .text .bc.type2 .bc-item{
	margin-right: 6rem;
}

.minyong-index-product-banner .slide-content .text .more{
	background: #6EB70B;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	width: 24rem;
	line-height: 5rem;
	border-radius: 5rem;
	font-weight: normal;
	margin-top: 6rem;
}

.minyong-index-product-banner .slide-content .text .more:hover{
	background: #4F8309;
	text-decoration: none!important
}

.minyong-index-product-banner .pa-container{
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.minyong-index-product-banner .swiper-pagination{
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,.54);
	padding: 1rem 3rem;
	border-radius: 4rem;
}

.minyong-index-product-banner .swiper-pagination .swiper-pagination-bullet{
	background: #464747;
width: 1.4rem;
	height: 1.4rem;
	margin: 0 5px;
}

.minyong-index-product-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #09244F;
}

.minyong-index-product-banner .swiper-button-prev,
.minyong-index-product-banner .swiper-button-next{
	width: 3.6rem;
	height: 3.6rem;
	margin-top: -1.8rem;
	background-size: 1.2rem 1.8rem;
	background-color: #09244F;
	border-radius: 50%;
}

.minyong-index-product-banner .swiper-button-prev{
	/*left: -6rem;*/
}

.minyong-index-product-banner .swiper-button-next{
	/*right: -6rem;*/
}

/************ 首页解决计划 *************/
.index-solution{
	position: relative;
	background: #f8f9fa;
	z-index: 0;
}

.index-solution .lm-content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	pointer-events: none;
}

.index-solution .lm-content .title{
	/*padding-top: 9rem;*/
	padding-top: 50px;
	width: 50%;
}

.index-solution .scroll-pics {
	width: 75%;
	position: relative;
	right: 0;
	top: 0;
	display: block;
	z-index: 0;
	float: right;
	max-width: 1100px;
	
}

.index-solution .scroll-pics .img-box{
	display: none;
	/*height: 49rem;*/
	height: 460px;
}

.index-solution .scroll-pics .img-box .swiper-slide{
	height: 100%;
}

.index-solution .scroll-pics .img-box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-solution .scroll-pics .swiper-pagination-fraction{
	color: #fff;
	left: auto;
	right: 0;
	width: auto;
	padding-right: 13%;
}

.index-solution .scroll-pics .swiper-button-next{
	bottom: 2.5%;
	top: auto;
	right: 11%;
	width: 1rem;
	height: 2rem;
	background-size: cover;
}
.index-solution .scroll-pics .swiper-button-prev{
	bottom: 2.5%;
	top: auto;
	left: auto;
	right: 17.5%;
	width: 1rem;
	height: 2rem;
	background-size: cover;
}

@media screen and (min-width:992px) {
/*.index-solution .scroll-pics {
	width: 65%
}*/
}

.index-solution .angle {
	display: none;
	pointer-events:none; 
}

@media screen and (min-width:320px) {
.index-solution .angle {
	display: block;
	position: absolute;
	height: 500rem;
	width: 200rem;
	right: 100%;
	top: -41rem;
	background: #fff;
	-webkit-transform: rotate(325deg);
	-moz-transform: rotate(325deg);
	-ms-transform: rotate(325deg);
	-o-transform: rotate(325deg);
	transform: rotate(325deg);
	-ms-transform-origin: right top;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	z-index: 1;
}
}

@media screen and (min-width:992px) {
.index-solution .angle {
	top: -91rem
}
}

@media screen and (min-width:1600px) {
.index-solution .angle {
	top: -141rem
}
}

.qiehuan{
	clear: both;
	position: relative;
	z-index: 3;
	/*top: -29rem;*/
	top: -310px;
	max-width: 1200px;
	margin: 0 auto;
	/*margin-bottom: -29rem;*/
	margin-bottom: -340px;
	/*pointer-events: none;*/
}

.qiehuan .tab-menu{
	padding-bottom: 3rem;
	width: 50%;
	text-align: center;
}

.qiehuan .tab-menu ul{
	font-size: 0;
	border-bottom: 2px #dcdcdc solid;
	display: inline-block;
	width:100%;
}

.qiehuan .tab-menu ul li{
	display: inline-block;
	padding: 1rem;
	position: relative;
	color: #09244F;
	font-size: 2.4rem;
	line-height: 1.5;
	cursor: pointer;
	width:calc(100%/3);
}

.qiehuan .tab-menu ul li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 0;
	border-bottom: 2px #6EB70B solid;
}

.qiehuan .tab-menu ul li:before{
	content: "▼";
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 100%;
	color: #6EB70B;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	display: none;
}

.qiehuan .tab-menu ul li:hover,
.qiehuan .tab-menu ul li.selected{
	color: #6EB70B;
}

.qiehuan .tab-menu ul li:hover:after,
.qiehuan .tab-menu ul li.selected:after{
	width: 100%;
}

.qiehuan .tab-menu ul li:hover:before,
.qiehuan .tab-menu ul li.selected:before{
	display: block;
}

.qiehuan .tab-box{
	width: 50%;
}

.qiehuan .tab-box .box-container{
	display: none;
	padding-bottom: 100px
}

.qiehuan .tab-box .info{
	font-size: 20px;
	line-height: 2;
	/*margin-bottom: 5rem;*/
}

.qiehuan .tab-box .more{
	background: #6EB70B;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	width: 24rem;
	line-height: 5rem;
	border-radius: 5rem;
	font-weight: normal;
	margin-top: 20px;
}

.qiehuan .tab-box .more:hover{
	background: #4F8309;
	text-decoration: none!important
}

/*********** 商用产品 ************/
.index-product{
	position: relative;
	z-index: 8;
	padding: 50px 0 35px 0;
}

.index-product:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.06) ;
/*background:#f8f8f8 ;*/
	z-index: 0
}

.index-product .content{
	position: relative;
	z-index: 1;
}

.index-product .product-list{
	padding-top: 5rem;
	text-align: justify;
}

.index-product .product-list .list-item{
	width: 100%;
	max-width: 280px;
	font-size: 0;
	margin-bottom: 3rem;
	text-align: center;
}

.index-product .product-list .list-item .img{
	
}

.index-product .product-list .list-item .img img{
	width: 100%;
}

.index-product .product-list .list-item .text{
	/*background: #deddde;*/
	padding: 1.5rem;
	position: relative;
	transition: all 200ms ease-out;
}

.index-product .product-list .list-item .text .title{
	color: #4f8309;
	font-size: 2rem;
	line-height: 1.2;
	/*margin-bottom: 2rem;*/
	transition: all 200ms ease-out;
}
.index-product .product-list .list-item .text .more{
	color: #888;
	font-size: 1.4rem;
	line-height: 3.6rem;
	width: 14rem;
	border-radius: 3.6rem;
	background: #eee;
	margin-bottom: 1rem;
	transition: all 200ms ease-out;
	display: none;
}
.index-product .product-list .list-item .text:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	/*border-bottom: 4.2rem solid #21386e;*/
	border-left: 4.2rem solid transparent;
	transition: all 200ms ease-out;
}

.index-product .product-list .list-item:hover .text{
	/*background: #21386e;*/
}
.index-product .product-list .list-item:hover .text:after{
	border-bottom-color: #63a90b;
}
.index-product .product-list .list-item:hover .text .title{
	/*color: #fff*/
	text-decoration: underline;
}
.index-product .product-list .list-item:hover .text .more{
	color: #fff;
	background: #63a90b；；
}

.index-product .swiper-button-prev{
	left: -5rem;
	filter: invert(58%) sepia(13%) saturate(7%) hue-rotate(334deg) brightness(90%) contrast(90%);
}

.index-product .swiper-button-next{
	right: -5rem;
	filter: invert(58%) sepia(13%) saturate(7%) hue-rotate(334deg) brightness(90%) contrast(90%);
}

/************ 怎样购置 ***************/
.index-buy{
	position: relative;
	z-index: 8;
	padding: 50px 0;
}

.index-buy:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	/*background: rgba(0,0,0,.06);*/
}

.index-buy .content{
	position: relative;
	z-index: 1;
}

.index-buy .lm-content .title .main-title{
	width: 9em
}

.index-buy .buy-content{
	padding-top: 4rem;
}

.index-buy .buy-content:before{
	content: "";
	display: block;
	float: left;
	width: 10rem;
	height: 24rem;
	/*background: rgba(255,255,255,.6);*/
background: #f8f8f8;
	margin-top: 4rem;
	margin-right: 2rem;
}

.index-buy .buy-content .img{
	width: 42rem;
	height:41rem;
	font-size: 0;
	position: relative;
	margin-right: 2rem;
}

.index-buy .buy-content .img:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 37rem solid rgba(9,36,79,.41);
	border-right: 37rem solid transparent;
	z-index: 1;
}

.index-buy .buy-content .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.index-buy .buy-content .text{
	width: calc(100% - 4rem - 42rem - 10rem);
	float: left;
	padding-top: 4rem;
}

.index-buy .buy-content .buy-box{
	/*background: #fff;*/
background:#f8f8f8;
	padding: 4rem 4rem 5rem 4rem;
}

.index-buy .buy-content .buy-box .title{
	font-size: 3rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 2rem
}

.index-buy .buy-content .buy-box p{
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 3rem;
}

.index-buy .buy-content .buy-box .buy-qudao{
	font-size: 0;
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button{
	width: 220px;
	line-height: 38px;
	text-align: center;
	font-size: 1.6rem;
	color: #09244F;
	border: 1px #09244F solid;
	border-radius: 5px;
	margin-left: 3rem;
position:relative;
cursor:pointer;
font-weight:bold;
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button:first-child{
	margin-left: 0;
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button .icon{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
	display: inline-block;
	font-size: 0;
	margin-right: 2rem;
}

.index-buy .buy-content .buy-box .pic{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-buy .buy-content .buy-box .pic-hover{
	display: none;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-buy .buy-content .buy-box .buy-button:hover{
	text-decoration: none!important;
	border-color: #6EB70B;
	color:#fff;
	background: #6EB70B;
}

.index-buy .buy-content .buy-box .buy-button:hover .pic{
	display: none;
}
.index-buy .buy-content .buy-box .buy-button:hover .pic-hover{
	display: inline-block;
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button .online-shop-list{
position:absolute;
left:0;
top:35px;
width:100%;
padding-top:8px;
display:none;
}

.index-buy .buy-content .buy-box .buy-button:hover  .online-shop-list{
display:block
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button .online-shop-list i{
color:#fff;
width:100%;
text-align:center;
font-size:30px;
line-height:5px;
position: absolute;
	left: 0;
	top: 0;
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button .online-shop-list .list-content{
background:#fff;
border-radius:5px;
padding:20px 10px;
font-size:0;
box-shadow:0 0 10px rgba(0,0,0,.7);
}

.index-buy .buy-content .buy-box .buy-qudao .buy-button .online-shop-list .list-content .index-buy-link{
width:50%;
}


.index-buy .buy-content .msg-box{
	padding: 2rem 0 2rem 4rem;
	
}

.index-buy .buy-content .msg-box .msg-info{
	color: #6EB70B;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.index-buy .buy-content .msg-box .msg-button{
	position: relative;
	background: #6EB70B;
	text-align: center;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	border-radius: 5rem;
}

.index-buy .buy-content .msg-box .msg-button > i{
	opacity: 0.51;
	font-size: 2.6rem;
	margin-left: 1rem;
	vertical-align: middle;
}

.index-buy .buy-content .msg-box .msg-button .button-content{
	position: absolute;
	left: 240px;
	top: 0;
	padding-left: 1rem;
	font-size: 0;
	white-space: nowrap;
	display: none;
}

.index-buy .buy-content .msg-box .msg-button .button-content:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 14px solid #6EB70B;
	border-left: 14px solid transparent;
	margin-top: 1rem;
}

.index-buy .buy-content .msg-box .msg-button .button-content .box{
	display: inline-block;
	vertical-align: top;
	background: #6EB70B;
	padding: 1rem;
	border-radius: 1rem;
	width: 10rem;
	line-height: normal;
}

.index-buy .buy-content .msg-box .msg-button .button-content .box img{
	width: 100%;
}

.index-buy .buy-content .msg-box .msg-button .button-content .box p{
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}

.index-buy .buy-content .msg-box .msg-button:hover .button-content{
	display: block;
}

/************* 防伪盘问 *************/
.index-fangwei{
	position: relative;
	z-index: 8;
	/*background: #fff;*/
background: #f8f8f8;
	padding: 50px 0;
}

.index-fangwei .fangwei-bd{
	margin-top: 30px;
	padding: 40px;
}

.index-fangwei .fangwei-bd .bd-content{
	background: rgba(255,255,255,.28);
	border-radius: 1rem;
	padding: 2rem;
}

.index-fangwei .fangwei-bd .bd-content .bd{
	width: 48%;
	padding-left: 1rem;
	padding-right: 7rem;
}

.index-fangwei .fangwei-bd .bd-content .bd .bd-title{
	padding: 2rem 0 3rem 0;
	font-size: 0;
}

.index-fangwei .fangwei-bd .bd-content .bd .bd-neirong{
	
}
.index-fangwei .fangwei-bd .bd-content .fangwei-search{
	font-size: 0;
	box-shadow: 5px 8px 9px rgba(39,52,166,.51)
}

.index-fangwei .fangwei-bd .bd-content .fangwei-search .text{
	background: #fff;
	width: calc(100% - 10rem);
	height: 4.4rem;
	line-height: 4.4rem;
	color: #454545;
	font-size: 1.4rem;
	padding: 0 2rem;
}
.index-fangwei .fangwei-bd .bd-content .fangwei-search .button{
	background: #63a90b;
	color: #fff;
	line-height: 4.4rem;
	height: 4.4rem;
	text-align: center;
	padding: 0;
	border: none;
	font-size: 1.6rem;
	cursor: pointer;
	width: 10rem;
}

.index-fangwei .fangwei-bd .bd-content .info{
	padding: 2.5rem 0 0 0;
	color: #fff;
}

.index-fangwei .fangwei-bd .bd-content .info .info-title{
	font-size: 1.6rem;
	line-height: 2;
}

.index-fangwei .fangwei-bd .bd-content .info .info-content{
	font-size: 1.4rem;
	line-height: 2;
	color: rgba(255,255,255,.66)
}

.index-fangwei .fangwei-bd .bd-content .tushi{
	width: 52%;
	background: #fff;
	border-radius: 1rem;
	min-height: 29rem;
	text-align: center;
	padding: 3rem 2rem 0 2rem
}

.index-fangwei .fangwei-bd .bd-content .tushi .tushi-title{
	color: #21386e;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

.index-fangwei .fangwei-bd .bd-content .tushi .tushi-content{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.index-fangwei .fangwei-bd .bd-content .tushi .tushi-content .tushi-item{
	width: 15rem;
	margin-left: 3.5rem;
}

.index-fangwei .fangwei-bd .bd-content .tushi .tushi-content .tushi-item:first-child{
	margin-left: 0;
}

.index-fangwei .fangwei-bd .bd-content .tushi .tushi-content .tushi-item .img{
	font-size: 0;
	margin-bottom: 1rem;
}

.index-fangwei .fangwei-bd .bd-content .tushi .tushi-content .tushi-item .wenzi{
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1024px) {
	.index-main-info{
		padding: 0 5%;
	}
	.index-main-info .intro-area{
		padding: 3rem 10rem 3rem 10rem;
	}
	
	.index-item {
	padding: 5rem 0!important;
}
	
	.index-item .lm-content .title .sub-title{
			padding-left: 70px;
	position: relative;
	}
	
	.index-item .lm-content .title .sub-title:before{
		position: absolute;
	left: 0;
	top: 50%;
	}
	
	
	.index-item .lm-content .title{
		
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	
	}
	
	.index-item .lm-content{
		position: relative;
		left: auto;
		top: auto;
	}
	
	.index-solution.index-item .lm-content .title{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.index-solution .angle {
	top: -20rem;
}
	
	.index-solution .scroll-pics{
		width: 100%;
		float: none;
	}
	.qiehuan{
		top: 0;
		margin-bottom: 0;
			padding: 5%;
	}
	.qiehuan .tab-menu ul{
		width: 100%;
	}
	.qiehuan .tab-menu ul li{
		width: 33%;
		text-align: center;
		padding: 0 0 1rem 0;
	}
	.qiehuan .tab-box{
		width: 100%;
	}
	
	.qiehuan .tab-box .box-container{
		padding-bottom: 0;
	}
	
	.index-product .product-list{
		padding-left: 5%;
		padding-right: 5%;
	}
	.index-product .swiper-button-prev{
		left: 2%;
	}
	.index-product .swiper-button-next{
		right: 2%;
	}
	.index-buy .buy-content{
		padding-left: 5%;
		padding-right: 5%;
	}
	.index-buy .buy-content:before{
		display: none;
	}
	.index-buy .buy-content .text{
		width: calc(100% - 44rem);
		padding-top: 0;
	}
	.index-buy .buy-content .buy-box .buy-qudao .buy-button{
		margin-left: 0;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.index-solution .scroll-pics .img-box{
		height: 29rem;
	}
	.index-product .swiper-minyongindex-pro .swiper-slide{
		padding-top: 0;
	}
	.index-product .product-list .swiper-minyongindex-pro .list-item{
		margin-bottom: 0
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.index-banner-area{
		max-height: 24rem;
	}
	.index-main-info{
		margin-top: -10rem;
	}
	
	.index-main-info .title-area {
	height: auto; 
	padding: 2rem 1rem 1rem 1rem;
	background: rgba(255,255,255,.9);
}
	.index-main-info .title-area .main-title {
	margin-bottom: 1rem;
}
	
	.index-main-info .title-area .main-title .icon{
		margin-right: 1rem;
	font-size: 0;
	height: 3rem;
	}
	.index-main-info .title-area .main-title .icon img {
	width: auto;
	max-width: 3rem;
	height: auto;
	max-height: 3rem;
}
	.index-main-info .title-area .main-title .wenzi {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: bold;
}
	
	.index-main-info .title-area .sub-title{
		font-size: 1.5rem;
	}
	
	.index-main-info .intro-area {
	padding: 0rem 1rem 2rem 1rem;
	text-align: center;
	color: #454545;
	font-size: 1.2rem;
	line-height: 2;
	background: rgba(255,255,255,.9);
}
	
	.index-solution.index-item{
		padding: 2rem 0!important;
	}
	
	.index-solution .angle{
		top: 0;
	}
	
	.index-solution.index-item .lm-content .title{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.index-item .lm-content .title .main-title{
		display: block;
		width: auto;
		margin-bottom: 1rem;
	}
	.index-item .lm-content .title .title-chs{
		font-size: 2.4rem;
		margin-bottom: 0;
	}
	.index-item .lm-content .title .sub-title{
		font-size: 1.5rem;
			display: block;
	width: 100%;
	padding-left: 0;
	}
	
	.index-item .lm-content .title .sub-title:before{
		display: none;
	}
	.index-item .lm-content .title .sub-title >span{width: auto!important}
	.index-solution .angle{
		display: block;
	}
	.index-solution .scroll-pics .img-box{
		height: 20rem;
	}
	
	.qiehuan .tab-menu {
	padding-bottom: 1.5rem;
}
	
	.qiehuan .tab-menu ul li{
		font-size: 1.7rem;
		line-height: 1;
	}
	.qiehuan .tab-box .info {
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 2rem;
}
	.qiehuan .tab-box .more{
		font-size: 1.5rem;
	width: 19rem;
	line-height: 4rem;
	border-radius: 4rem;
		margin-top: 0;
	}
	
	.index-product .product-list{
		padding-top: 2rem;
	}
	
	.index-product .swiper-minyongindex-pro .swiper-slide{
		background: none;
	}
	
	.index-product .product-list .list-item .img{
		height: 180px;
		overflow: hidden;
	}
	
	.index-product .swiper-button-prev, .index-product .swiper-button-next{
		top: 50%!important;
		bottom: auto!important;
		margin-top: -22px!important;
	}
	.index-product .swiper-button-next {
	right: 2%!important;
	margin-right: 0!important;
}
	.index-product .swiper-button-prev {
	left: 2%!important;
	margin-left: 0!important;
}
	.index-buy .buy-content{
		padding-top: 2rem;
	}
	.index-buy .buy-content .img{
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		overflow: hidden;
	}
	
	.index-buy .buy-content .img img{
		position: absolute;
		top: 0;
		left: 0;
	}
	.index-buy .buy-content .img:before{
		border-bottom: 27rem solid rgba(9,36,79,.41);
	border-right: 27rem solid transparent;
	}
	.index-buy .buy-content .text{
		float: left;
		width: 100%;
		background: #f4f4f4;
		padding: 2.5rem;
	}
	.index-buy .buy-content .buy-box{
		background: none;
		padding: 0;
	}
	.index-buy .buy-content .buy-box .title{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.index-buy .buy-content .buy-box p{
		font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 1rem;
	}
	.index-buy .buy-content .buy-box .buy-qudao .buy-button{
		margin-bottom: 15px;
	}
	.index-buy .buy-content .buy-box .buy-qudao .buy-button .icon{
		vertical-align: 6px;
		margin-right: 0.5rem;
		text-align: center;
	}
	.index-buy .buy-content .msg-box {
	padding: 0rem 0 1rem 0rem;
}
	.index-buy .buy-content .msg-box .msg-info{
		font-size: 1.3rem;
	}
	.index-buy .buy-content .msg-box .msg-button{
		width: 170px;
	height: 4rem;
	line-height: 4rem;
		font-size: 1.7rem;
	}
	.index-fangwei .fangwei-bd{
		padding: 1rem;
	width: 96%;
	margin: 2rem auto 0;
	}
	.index-fangwei .fangwei-bd .bd-content{
		background: none;
		padding: 0;
		border-radius: 0;
	}
	.index-fangwei .fangwei-bd .bd-content .bd{
		width: 100%;
	padding: 1rem;
	background: rgba(255,255,255,.28);
	border-radius: 1rem;
	margin-bottom: 1rem;
	}
	.index-fangwei .fangwei-bd .bd-content .tushi {
	width: 100%;
	background: #fff;
	border-radius: 1rem;
	min-height: unset;
	text-align: center;
	padding: 2rem 1rem 1rem 1rem;
}
}


/******** 首页站点地图 ***********/

.index-item {
	padding: 50px 0
}
.index-item .mt {
	text-align: center;
	margin-bottom: 50px;
}
.index-item .mt .title-chs {
	position: relative;
	z-index: 1;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #09244F;
}
.index-item .mt .title-eng {
	position: relative;
	z-index: 0;
	font-size: 72px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: -40px;
	color: rgba(9,36,79,.21);
	font-weight: bold;
}
.index-sitemap {
	z-index: 20;
	position: relative;
}
.index-sitemap .mt .title-chs {
	margin-bottom: 40px;
}
.index-sitemap .mt .title-chs span {
	color: #63a90b;
}
.index-sitemap .mt .title-info {
	font-size: 20px;
	line-height: 1.8;
	padding: 0 10%;
}
.index-sitemap .mc {
	font-size: 0;
	/*flex-wrap: wrap;*/
	align-items: stretch;
}
.index-sitemap .mc .sitemap-item {
	/*width: 25%;*/
	width: calc(100%/8);
	/*background: rgba(1,81,153,.2);*/
	margin-bottom: 20px;
	padding: 20px 0;
}
/*.index-sitemap .mc .sitemap-item:nth-child(2n){
	background: rgba(99,169,11,.2);
}*/

.index-sitemap .mc .sitemap-item .menu-title {
	/*width: 120px;*/
	width: 100%;
}
.index-sitemap .mc .sitemap-item .menu-title .link {
	color: #09244F;
	position: relative;
	line-height: 20px;
	font-size: 16px;
	padding: 0 10px 0 20px;
}
.index-sitemap .mc .sitemap-item .menu-title .link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 20px;
	background: #09244F;
}
.index-sitemap .mc .sitemap-item .menu-content {
	/*width: calc(100% - 120px);*/
	width: 100%;
}
.index-sitemap .mc .sitemap-item .menu-content ul {
	/*border-left: 1px rgba(1,81,153,.21) solid;*/
				/*padding-left: 30px;*/
				/*margin-top: -5px;*/
	padding-left: 20px;
	margin-top: 10px;
}
.index-sitemap .mc .sitemap-item .menu-content ul li {
}
.index-sitemap .mc .sitemap-item .menu-content ul li .link {
	display: inline-block;
	font-size: 12px;
	color: #454545;
	line-height: 2.2;
	border-bottom: 1px transparent solid;
	font-weight: 400;
}
.index-sitemap .mc .sitemap-item .menu-content ul li .link i {
	padding-left: 5px;
}
.index-sitemap .mc .sitemap-item .menu-content ul li .link:hover {
	text-decoration: none;
	color: #63a90b;
	border-bottom-color: #63a90b
}

/**************** 20211122 *****************/
/********  民用-首页 ********/
.index-ketang .lm-content .title .main-title{width:100%;margin-bottom:3.5rem}
.index-ketang .kecheng-list{}
.index-ketang .kecheng-list .slide-content{width:100%;position:relative;}
.index-ketang .kecheng-list .img-box{position:relative;margin-bottom:2rem;}
.index-ketang .kecheng-list .img-box .icon-box{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.3);}
.index-ketang .kecheng-list .img-box .icon-box .icon{width:41px;height:41px;font-size:0;}
.index-ketang .kecheng-list .img-box .icon-box .icon img{width:100%;height:100%;object-fit:scale-down}
.index-ketang .kecheng-list .img-box .cover-box{position:relative;z-index:0;}
.index-ketang .kecheng-list .img-box .cover-box .cover-bg{width:100%;height:0;padding-bottom:174.51%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.index-ketang .kecheng-list .text-box{color:#454545;font-size:14px;line-height:1;font-weight:normal;width:100%;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.index-ketang .kecheng-list .swiper-pagination{position:static;width:100%;display:none;}
.index-ketang .kecheng-list .more{display:flex;justify-content:flex-end;align-items:center;width:100%;text-align:center;margin-top:5rem;}
.index-product .swiper-button-prev,.index-product .swiper-button-next{display:none;}
.qiehuan .tab-box .more{background:#4f8309;border-radius:0;line-height:inherit}

/******** 课程列表 ********/
.ketang-list-page{position:relative;z-index:1}
.ketang-list-page .lm-content .title .main-title{width:100%;margin-bottom:3.5rem;display:flex;justify-content:space-between;align-items:center;}
.ketang-list-page .lm-content .title .title-chs{margin-bottom:0}
.ketang-list-page .lm-content .title .ketang-search{display:flex;justify-content:flex-start;align-items:center;width:13rem;height:3rem;border-radius:3rem;background:#e6e7ec}
.ketang-list-page .lm-content .title .ketang-search .text{width:calc(100% - 4rem);height:3rem;line-height:3rem;padding:0 0 0 1.5rem;color:#454545;font-size:14px;}
.ketang-list-page .lm-content .title .ketang-search .search-button{width:4rem;height:3rem;border:none;outline:none;color:#09244F;font-size:16px;background:none;cursor:pointer;}
.ketang-list-page .ketang-list-all{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;}
.ketang-list-page .ketang-list-all .list-item{position:relative;width:17.333%;margin-bottom:7rem;text-align:center}
.ketang-list-page .ketang-list-all .img-box{position:relative;margin-bottom:2rem;}
.ketang-list-page .ketang-list-all .img-box .icon-box{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.3);}
.ketang-list-page .ketang-list-all .img-box .icon-box .icon{width:41px;height:41px;font-size:0;}
.ketang-list-page .ketang-list-all.img-box .icon-box .icon img{width:100%;height:100%;object-fit:scale-down}
.ketang-list-page .ketang-list-all .img-box .cover-box{position:relative;z-index:0;}
.ketang-list-page .ketang-list-all .img-box .cover-box .cover-bg{width:100%;height:0;padding-bottom:174.51%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.ketang-list-page .ketang-list-all .text-box{color:#454545;font-size:14px;line-height:1;font-weight:normal;width:100%;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.ketang-list-page .pages{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.ketang-list-page .pages .total-page{
		font-size: 1.8rem;
		line-height: 1
	}
	
	.ketang-list-page .pages .page-list{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.ketang-list-page .page-list .page-item{
		width: 44px;
		height: 44px;
		position: relative;
		color: #454545;
		font-size: 1.8rem;
		font-weight: normal;
		margin-left: 10px;
	}
	
	.ketang-list-page .page-list .page-item:first-child{
		margin-left: 0;
	}
	
	.ketang-list-page .page-list .prevpage,
	.ketang-list-page .page-list .nextpage{
		font-size: 3.2rem;
	}
	
	.ketang-list-page .page-list .page-item:hover:before,
	.ketang-list-page .page-list .page-item.on:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		z-index: -1;
		border-bottom: 22px #4F8309 solid;
		border-left: 22px transparent solid;
		border-right: 22px transparent solid;
	}
	.ketang-list-page .page-list .page-item:hover:after,
	.ketang-list-page .page-list .page-item.on:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 0;
		z-index: -1;
		border-top: 22px #4F8309 solid;
		border-left: 22px transparent solid;
		border-right: 22px transparent solid;
	}
	
	.ketang-list-page .page-list .page-item:hover,
	.ketang-list-page .page-list .page-item.on{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	
	
	@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
.index-ketang .kecheng-list{padding:0 3%;}
	.ketang-list-page .ketang-list-all{padding:0 3%;}
	.ketang-list-page .pages{padding:0 3%;}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.index-ketang .kecheng-list .swiper-pagination{display:block}
.index-ketang .kecheng-list .swiper-pagination-bullet{margin:0 5px;}
.index-ketang .kecheng-list .swiper-pagination-bullet-active{background: #09244F;}
.index-ketang .kecheng-list .more{margin-top:4rem;}
.index-product .swiper-button-prev, .index-product .swiper-button-next{display:block;margin-top:30px;}
.index-product .swiper-button-next{right:1%}
.index-product .swiper-button-prev{left:1%}
.ketang-list-page .ketang-list-all .list-item{width:23%}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.ketang-list-page .ketang-list-all .list-item{width:31%;margin-bottom:4rem}
.ketang-list-page .ketang-list-all .img-box{margin-bottom:1rem;}
}

@media only screen and (max-width: 479px) {
.ketang-list-page .ketang-list-all .list-item{width:48%;margin-bottom:3rem;}
.ketang-list-page .ketang-list-all .text-box{font-size:12px;}
.ketang-list-page .pages{flex-wrap: wrap;justify-content: center;}
.ketang-list-page .pages .total-page{font-size:12px;margin-bottom:2rem;}
}

/********************** 20211202 *********************/
.index-product{z-index:1;}
.index-ketang .kecheng-list .img-box .iconbox,
.ketang-list-page .ketang-list-all .list-item .img-box .iconbox{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.3);}
.index-ketang .kecheng-list .img-box .iconbox > div,
.ketang-list-page .ketang-list-all .list-item .img-box .iconbox > div{width:100%;height:100%}
.index-ketang .kecheng-list .img-box .cover-box > video,
.ketang-list-page .ketang-list-all .list-item .img-box .cover-box > video{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:contain}
.index-ketang .kecheng-list .text-box,.ketang-list-page .ketang-list-all .list-item  .text-box{display:block;text-decoration: none;}
.index-ketang .kecheng-list .text-box:hover,.ketang-list-page .ketang-list-all .list-item  .text-box:hover{color:var(--light-green)}<!--耗时1751457447.7766秒-->