﻿.index-banner.index-banner {
	width: 100%;
	height: 8.2rem;
	position: relative;
	/* box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%); */
}
.banner_video{
    width:100%;
}
.indexBanner .swiper-pagination-bullet {
	/*border-radius: 0%;*/
	width: 0.1rem;
	height: 0.1rem;
}

.indexBanner {
	width: 100%;
	height: 100%;
}

.indexBanner .swiper-slide {
	position: relative;
}

.lunbo-wenzi {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 999;
}

.lunbo-wenzi-con1 {
	white-space: nowrap;
	font-size: 0.6rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0.3rem;
}

.lunbo-wenzi-con2 {
	font-size: 0.3rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	line-height: 0.3rem;
}

.lunbo-wenzi2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 2.6rem;
	padding-top: 3.5rem;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	text-align: left;
	z-index: 999;
}

.lunbo-wenzi2-con1 {

	font-size: 0.46rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.84rem;


}

.lunbo-wenzi2-con2 {
	font-size: 0.3rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	line-height: 0.3rem;
	margin-bottom: 0.57rem;
}

.lunbo-wenzi2-con3 {
	width: 1.8rem;
	height: 0.46rem;
	background: #2093FF;
	border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.46rem;
	text-align: center;
}

.indexBanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-pagination {
	width: 100%;
	height: 0.73rem;
	/* background: rgba(0, 0, 0, .2); */
	bottom: 0.1rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBanner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.indexBanner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.main-box {
	width: 100%;
	height: 100%;
}

.main-box .mb-navs {

	width: 100%;
	display: flex;
	align-items: center;
	/*  justify-content: space-between; */
}

.main-box .mb-navs .mb-nav {
	width: 25%;
	height: 1.8rem;

	border-radius: 0rem 0rem 0rem 0rem;
	/*opacity: 0.5;*/
	padding-left: 0.5rem;
	padding-top: 0.36rem;
	position: relative;

}

.mb-nav:nth-child(2n-1) {
	background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
}
.mb-nav:nth-child(2n) {
	background: linear-gradient(360deg, #FFFFFF 0%, #E2E2E2 100%);
}

.mb-nav2 {
	background: linear-gradient(360deg, #FFFFFF 0%, #E2E2E2 100%);
}

.mb-nav3 {
	background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
}

.mb-nav4 {
	background: linear-gradient(360deg, #FFFFFF 0%, #E2E2E2 100%);
}

.main-box .mb-navs .mb-nav:hover {
	/*background: linear-gradient(180deg, #008A32 0%, #F5F5F5 100%);*/
	background: linear-gradient(180deg, rgba(0,138,50,0.45) 0%, rgba(245,245,245,0.19) 100%);
}

.main-box .mb-navs .mb-nav .mb-samll {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;

}

.main-box .mb-navs .mb-nav .mb-title {
	
	font-size: 0.28rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-top: 0.15rem;

}
.main-box .mb-navs .mb-nav:hover .mb-more{
    color:#333;
}
.main-box .mb-navs .mb-nav .mb-more {
	position: absolute;
	right: 0.11rem;
	bottom: 0rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    color: #606060;
	/* width: 100%;
		height: 100%; */

}


.main-box .mb-navs .mb-nav .mb-more img {
	margin-left: 0.05rem;
	width: 0.12rem;
	height: 0.07rem;
	    filter: contrast(0.5);


}
.main-box .mb-navs .mb-nav:hover .mb-more img{
    filter:none;
}

.main-box .mb-navs .mb-nav:nth-child(1) .mb-more {
	width: 1.35rem;
	height: 1.07rem;
	background: url(../images/i1.png)no-repeat 100% 100%;
	    filter: grayscale(1);
	       align-items: end;
    padding-bottom: 0.23rem;
    background-position-x: -4px;

}

.main-box .mb-navs .mb-nav:nth-child(2) .mb-more {
	    width: 1.29rem;
    height: 1.09rem;
    background: url(../images/i2.png)no-repeat 100% 100%;
    align-items: end;
    padding-bottom: 0.23rem;
    background-position-x: -4px;
}

.main-box .mb-navs .mb-nav:nth-child(3) .mb-more {
	width: 1.29rem;
	height: 1.09rem;
	background: url(../images/i3.png)no-repeat 100% 100%;
	   align-items: end;
    padding-bottom: 0.23rem;
    background-position-x: -4px;
}

.main-box .mb-navs .mb-nav:nth-child(4) .mb-more {
	width: 1.29rem;
	height: 1.09rem;
	background: url(../images/i4.png)no-repeat 100% 100%;
	   align-items: end;
    padding-bottom: 0.23rem;
    background-position-x: -4px;
}



/* 手风琴 */
.talent-px-wrap {
	margin: 0 auto;
	display: flex;
}

.talent-px-item {
	cursor: pointer;
	flex: 1;
	height: 9rem;
	position: relative;
	transition: all .4s ease;
}

.talent-px-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease;
}

.talent-px-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	padding: 0 0.2rem;
	transition: all .4s ease;
}

.talent-px-top {

	width: 3.5rem;
	height: 2.5rem;
	/*display: none;*/
	/*margin-top: 1rem;*/
	margin: 1.2rem auto;
	font-size: 0.2rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.36rem;
	transition: all .8s ease-out;
	transform: translateX(100%);
	opacity: 0;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
}

.talent-px-wrap .active .talent-px-top {
	transform: translateX(0);

	opacity: 1;
	transition: all .8s ease-out;
}

.talent-px-text {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 0.2rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.3rem;
	transition: all .4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.talent-px-text span {
	font-size: 0.24rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.talent-px-line {
	width: 0.51rem;
	height: 0.05rem;
	background: #FFFFFF;
	margin: 0.4rem 0;
	display: none;
	transition: all .4s ease;
}

.talent-px-p {
	text-align: center;
	font-size: 0.18rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 0.36rem;
	transition: all .4s ease;
}

.talent-px-wrap .active {
	flex: 2;
}

.talent-px-wrap .active .talent-px-text {
	margin-top: 1.89rem;
}

.talent-px-wrap .active .talent-px-box {
	padding: 0 0.6rem;
	background: transparent;
}

.talent-px-wrap .active .talent-px-line {
	display: block;
}

.talent-px-wrap .active .talent-px-p {
	display: block;
}

.talent-px-wrap .active .talent-px-top {
	display: block;
}

/* 手风琴 end*/

/* 展示 */
.is-k {
	height: auto;
	width: 100%;
	position: relative;
}

.isk-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.isk-con {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}

.iskc-title {
	/*margin-top: 3.3rem;*/
	font-size: 0.5rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.iskc-text {
	margin-top: 0.4rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.iskc-more {
	width: 1.8rem;
	height: 0.46rem;
	line-height: 0.46rem;
	margin: 0 auto;
	background: #2093FF;
	border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
	cursor: pointer;
	margin-top: 0.91rem;
	text-align: center;
	font-size: 0.18rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.iskc-more:hover {
	background: rgba(32, 147, 255, 0.5);
}

/* 展示 end*/


.news-p {
	padding: 0;
	margin: 0.15rem 0 !important;
	font-size: 0.28rem;
}

.index-news {
	padding: 0 0.4rem !important;
	margin: 0.7rem 0 !important;
}

/*.news-img img{*/
/*    height: 100%!important;*/
/*}*/
.isk-img {
	height: 192px;
}

.talent-px-wrap .active {
	flex: none;
}

.newSwiper .swiper-slide {
	width: 100% !important;
	margin-bottom: 25px;
	margin-right: 0 !important;
}

.newSwiper .swiper-slide:last-child {
	margin-bottom: 0 !important;
}

.newSwiper .swiper-wrapper {
	flex-direction: column;
}

.hide_hide {
	display: none;
}

.hide_hide:nth-child(1) {
	display: block;
}

.hide_hide:nth-child(2) {
	display: block;
}

.hide_hide:nth-child(3) {
	display: block;
}





/* //} */

/* 应用领域 */
.yy-banner {
	width: 100%;
	height: 5rem;
	/* position: relative; */
	padding-left: 2.6rem;
	padding-top: 1.9rem;

}

.yy-banner .yb-title {

	font-size: 0.48rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 0.7rem; */
	padding-bottom: 0.35rem;

}

.yb-point {
	display: flex;
	flex-direction: row;
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.yb-point a {
	color: #FFFFFF;
	cursor: pointer;
}

.yb-point img {
	width: 0.1rem;
	height: 0.15rem;
	margin-right: 0.08rem;
}

.yy-menu {
	width: 14rem;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0.8rem auto 0;
}

.yy-menu .yy-menu-con {
	width: 6.8rem;
	height: 2rem;
	background: #F7F7F7;
	color: #333333;
	margin-bottom: 0.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.yy-menu .yy-menu-con .left {
	width: 3.4rem;
	height: 2rem;
}

.yy-menu .yy-menu-con .right {

	width: 3.4rem;
	height: 2rem;
	display: flex;
	/* 设置为Flex布局 */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	flex-direction: column;

}

.yy-menu .yy-menu-con .right p {

	font-size: 0.26rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;

	padding-top: 0.19rem;

}

.yy-menu .yy-menu-con:hover {
	color: #FFFFFF;
	background: #008A32;
}
.yy-menu .yy-menu-con:hover .right img{
     filter: brightness(0) invert(1);
}
.yy-menu .yy-menu-con .right div {
	width: 0.38rem;
	height: 0.3rem;
	display: block;

}

.yy-menu .yy-menu-con .right img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.y2main-box,
.j2main-box,
.j1main-box {
	width: auto;
	margin: 0.8rem 2.6rem 1.16rem;
	display: flex;
	justify-content: space-around;
	margin-bottom:0.62rem;
}

.y2main-box .ymain-left .j2main-box .ymain-left,
.j1main-box .ymain-left {
	width: 2.68rem;
}

.y2main-box .yl-potion,
.j2main-box .yl-potion,
.j1main-box .yl-potion {
	width: 2.68rem;
	height: 1.2rem;
	background: url(../images/y19.png)no-repeat;
	background-size: 100% 100%;
	line-height: 1.2rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;

}

.y2main-box .ymain-left .ml-navs .mlnav,
.j2main-box .ymain-left .ml-navs .mlnav,
.j1main-box .ymain-left .ml-navs .mlnav {
	width: 2.68rem;
	height: 0.68rem;
	background: #F7F7F7;
	padding-top: 0.24rem;
	line-height: 0.18rem;
	padding-left: 0.64rem;
	/*padding-right: 0.64rem;*/
	border: 0.01rem solid #DCDCDC;
	border-top: none;
	cursor: pointer;
	font-size: 0.2rem;
}

.y2main-box .ymain-left .ml-navs .active,
.j2main-box .ymain-left .ml-navs .active,
.j1main-box .ymain-left .ml-navs .active {
	background: #DCDCDC;

color: #042C60;

}
.j1main-box .M-box2{
    display: none;
}

.ymain_right {
	width: 10.52rem;
}

.ymain_right .mr-box {
	display: none;
}

.y2main-box .ymain_right .mr-title,
.j2main-box .ymain_right .mr-title,
.j1main-box .ymain_right .mr-title {
	height: 0.67rem;
	width: 100%;
	position: relative;
	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.67rem;
	border-bottom: 0.01rem solid #DCDCDC;
	margin-bottom: 0.3rem;

}

.y2main-box .ymain_right .mr-title .line,
.j2main-box .ymain_right .mr-title .line,
.j1main-box .ymain_right .mr-title .line {
	width: 0.96rem;
	height: 0.03rem;
	background: #008A32;
	position: absolute;
	bottom: -0.02rem;
	left: 0;

}

.ymain_right .mr-contents .mr-content {
	width: 10.52rem;
	height: 0.76rem;
	display: flex;

	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	border-top: 0.01rem solid #DCDCDC;

}

.ymain_right .mr-contents .mr-content:hover {
	background: #F7F7F7;
	cursor: pointer;
}

.ymain_right .mr-contents .mr-content:hover .mrc {}

.ymain_right .mr-contents .mr-content:last-child {
	border-bottom: 0.01rem solid #DCDCDC;
}

.ymain_right .mr-contents .mr-content .mrl {
	padding-left: 0.24rem;
	width: 7.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.16rem;
	color:#333;
	line-height: 0.29rem;
}
.ymain_right .mr-contents .mr-content .mrl img{
    float:left;
}
.ymain_right .mr-contents .mr-content:hover .mrl {
	color: #042C60;

}


.ymain_right .mr-contents .mr-content .mrc {
	padding-right: 1.42rem;
	display: flex;
	flex-direction: row;
	    line-height: 10px;
	
}
.ymain_right .mr-contents .mr-content .mrc .time{
    color:#999;
    font-size: 0.14rem;
}

.ymain_right .mr-contents .mr-content .mrc img {
	width: 0.13rem;
	height: 0.13rem;
	margin-right: 0.08rem;
}

.ymain_right .mr-contents .mr-content .mrr {
	padding-right: 0.32rem;
}

.ymain_right .mr-contents .mr-content .mrr img {
	width: 0.3rem;
	/*height: 0.28rem;*/
}

.y3main-box {
	width: auto;
	margin: 0.8rem 2.6rem 1.16rem;

	display: flex;
	justify-content: space-around;
}

.y3main-box .ymain-left {
	width: 2.68rem;
}

.y3main-box .yl-potion {
	width: 2.68rem;
	height: 1.2rem;
	background: url(../images/y19.png)no-repeat;
	background-size: 100% 100%;
	line-height: 1.2rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;

}

.y3main-box .ymain-left .ml-navs .mlnav {
	width: 2.68rem;
	height: 0.68rem;
	background: #F7F7F7;
	line-height: 0.68rem;
	padding-left: 0.64rem;
	border: 0.01rem solid #DCDCDC;
	border-top: none;
	cursor: pointer;
	font-size: 0.2rem;
}

.y3main-box .ymain-left .ml-navs .active {
	background: #DCDCDC;

}

.y3main-box .ymain_right .mr-title {
	height: 0.67rem;
	width: 100%;
	position: relative;
	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.67rem;
	border-bottom: 0.01rem solid #DCDCDC;
	/* margin-bottom: 0.3rem; */

}

.y3main-box .ymain_right .mr-title .time {
	position: absolute;
	bottom: 0.16rem;
	right: 0;
	display: flex;
	flex-direction: row;

	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #999999;

}

.y3main-box .ymain_right .mr-title .time img {
	margin-right: 0.08rem;
}

.y3main-box .mr-contents {
	padding-top: 0.3rem;
}

.y3main-box .mr-contents p {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;

}

.y3main-box .mr-contents img {
	width: 10.52rem;
	/*height: 5.8rem;*/
	object-fit: contain;
	/*margin-bottom: 0.8rem;*/
	/*margin-top: 0.4rem;*/
}

.y3main-box .ymain_right .mr-box {
	padding-bottom: 1.64rem;
	border-bottom: 0.01rem solid #DCDCDC;
}

.y3main-box .ymain_right .page {
	padding-top: 0.25rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #042C60;

}
.y3main-box .ymain_right .page a:hover{
    
color: #042C60;
}
.y3main-box .ymain_right .page a{
    	color: #6B6B6B; 
}
.j2main-box .ymain_right .mr-contents .mr-content .mrl {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 0rem;
}

.j2main-box .ymain_right .mr-contents .mr-content .mrl img {
	width: 0.28rem;
	height: 0.3rem;
	margin-right: 0.3rem;
	margin-left: 0.28rem;


}

.j2main-box .ymain_right .mr-contents .mr-content .mrl .title {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* padding-left: 0.24rem; */
	width: 5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.j2main-box .ymain_right .mr-contents .mr-content .mrc {
	width: 1.62rem;
	position: relative;
	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #999999;

	margin-right: 0.52rem;
	padding-right: 0;
}

.j2main-box .ymain_right .mr-contents .mr-content .mrc .time {
	padding-right: 0.25rem;
}

.j2main-box .ymain_right .mr-contents .mr-content .mrc::before {
	content: "|";
	color: #999999;
	position: absolute;
	/* right:50%;
	top:50%;
	transform: translate(-50%,-50%); */
	top: 0;
	bottom: 0;
	left: 58%;
	right: 0;
	margin: auto;
}

.j1main-box .ymain_right .mr-contents {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.j1main-box .ymain_right .mr-contents .mr-content {
	width: 5.1rem;
	height: 4.1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* border-bottom: 0.01rem solid #DCDCDC; */
	margin-bottom: 0.3rem;
	overflow: hidden;
	position: relative;

}

.j1main-box .ymain_right .mr-contents .mr-content .dline {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.01rem;
	background: #DCDCDC;
	transition: all .4s;
}

.j1main-box .ymain_right .mr-contents .mr-content:hover {
	background: #F7F7F7;
	border-color: transparent;
}

.j1main-box .ymain_right .mr-contents .mr-content .mr-bg {
	background: #333;
	opacity: 0;
	width: 100%;
	height: 3.26rem;
	position: absolute;
	transition: all .4s;
	top: 0;
	left: 0;
}

.j1main-box .ymain_right .mr-contents .mr-content img {
	width: 100%;
	height: 3.26rem;
	transition: all .4s;
}

.j1main-box .ymain_right .mr-contents .mr-content:hover img {
	transform: scale(0.9);

}

.j1main-box .ymain_right .mr-contents .mr-content:hover .mr-bg {
	opacity: 0.49;
	transform: scale(0.9);
	z-index: 100;
}

.j1main-box .ymain_right .mr-contents .mr-content:hover .dline {
	background: #008A32;
	width: 4.5rem;
	left: 0.3rem;
	bottom: 0.4rem;
}

.j1main-box .ymain_right .mr-contents .mr-content p {
	/* padding-bottom: 0.38rem; */
	/* padding-left: 0.3rem; */
	/* padding-top: 0.25rem; */
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	transition: all .4s;
	position: absolute;
	bottom: 0.38rem;
	left: 0.62rem;
}

.j1main-box .ymain_right .mr-contents .mr-content:hover p {
	bottom: 0.6rem;
	left: 0.3rem;
}

.g1main-box {
	width: 19.2rem;
	height: 100%;
	position: relative;
	padding-top: 1.2rem;
	/* padding-bottom: 1.3rem; */
	margin: 0 auto;
	/*background-image: url('../images/about_bg.jpg');*/
	background-size:cover;
	padding-bottom:0.29rem;

}
.g1main-box .M-box2{
    margin-top:0.4rem;
    margin-bottom: 0.6rem !important;
}
.g1main-box .g1main-menu {
	width: 14rem;
	height: 0.7rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 0.4rem;
	position: absolute;
	/* left: 0%;
	top:-0.35rem; */
	left: 50%;
	top: -0.35rem;
	transform: translateX(-50%);justify-content: space-around;

}


.g1main-box .g1main-menu .g1main-tab a {
	width: 1.29rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;

}

.g1main-box .g1main-menu .g1main-tab .active {
	background: #008A32;
	color: #FFFFFF;
}



.g1main-content {
	display: flex;
	flex-direction: column;
	width: 14rem;
	margin: 0 auto;
	
}

.g1main-content .g1main-content-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.g1main-content .g1main-content-top .gmain-left {
	width: 6.8rem;
}

.g1main-content .g1main-content-top .gmain-left .title {

	font-size: 0.36rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0.53rem;
	position: relative;

}

.g1main-content .g1main-content-top .gmain-left .title::before {
	content: "";
	width: 0.65rem;
	height: 0.03rem;
	background: #008A32;
	position: absolute;
	top: 0.2rem;
	bottom: 0;
	left: 0;
	margin: auto;
}

.g1main-content .g1main-content-top .gmain-left p {
	width: 6.8rem;

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.35rem;

}

.g1main-content .g1main-content-top .gmain-right {
	width: 6.85rem;
	position: relative;
}

.g1main-content .g1main-content-top .gmain-right .gr-bg {
	width: 1.97rem;
	height: 3.25rem;
	background: #008A32;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.g1main-content .g1main-content-top .gmain-right img {
	width: 6.6rem;
	height: 4.46rem;
	margin-top: 0.3rem;
	position: relative;
	z-index: 10;
}

.g1main-content .g1main-content-bottom {
	margin-top: 1.09rem;
	width: 14rem;
	border-top: 0.01rem solid #CECECE;
	border-bottom: 0.01rem solid #CECECE;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 1rem;

}

.g1main-content .g1main-content-bottom .box {
	margin: 0 0.9rem;
	padding: 0.54rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	    line-height: 2;
    text-align: center;
        color: #666666;
}

.g1main-content .g1main-content-bottom .box img {
	width: 0.95rem;
	height: 0.95rem;
	margin-bottom: 0.1rem;
}

.g1main-content .g1main-content-bottom .box h5 {

	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-bottom: 0.21rem;

}

.g1main-content .g1main-content-bottom .box p {


	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;


}

.g2main-content {
	width: 100%;
	height: 9.4rem;

}

.g2main-content .title {

	font-size: 0.36rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	/* padding-bottom: 0.53rem; */
	position: relative;
	width: 14rem;
	margin: 0 auto;

}

.g2main-content .title::before {
	content: "";
	width: 0.65rem;
	height: 0.03rem;
	background: #008A32;
	position: absolute;
	top: 0.58rem;
	bottom: 0;
	left: 0;

	margin: auto;
}

.g2main-content img{
    width:100%;margin-top: -0.5rem;
}
.g3main-content {
	width: 14rem;
	/*padding-top: 0.5rem;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}

.g3main-content .box {
	flex: 1;
	margin: 0 0.2rem 0.35rem 0;
	width: calc((100% - 0.4rem) / 3);
	min-width: calc((100% - 0.4rem) / 3);
	max-width: calc((100% - 0.4rem) / 3);

	/* width: 4.4rem; */
	height: 3.6rem;
	background: #F1F1F1;
	display: flex;
	flex-direction: column;
	align-items: center;

	/* margin-bottom: 0.35rem; */
	&:nth-child(3n) {
		/* // 去除第3n个的margin-right */
		margin-right: 0;
	}

}

.g3main-content .box img {
	width: 3.9rem;
	height: 2.6rem;
	margin-top: 0.25rem;
	margin-bottom: 0.24rem;
	/*border: 0.02rem dashed #999;*/
}

.g3main-content .box p {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;

}

.g3main-content .box:hover {

	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(0, 0, 0, 0.23);
	cursor: pointer;
	opacity: 1;
	border: 0.01rem solid #008A32;
}

.g3main-content .box:hover p {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #042C60;

}

.g4main-content {
	width: 14rem;
	/* padding-top: 0.89rem; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	margin-bottom: 0.5rem;

}

.g4main-content .box {
	flex: 1;


	    margin: 0 0.4rem 0.4rem 0;
    width: calc((100% - 1.2rem) / 4);
    min-width: calc((100% - 1.2rem) / 4);
    max-width: calc((100% - 1.2rem) / 4);
	height: 1.4rem;
	background: #FFFFFF;
	/* margin-bottom: 0.47rem; */
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.22);
	display: flex;
	flex-direction: column;
	align-items: center;

	&:nth-child(4n) {
		/* // 去除第3n个的margin-right */
		margin-right: 0;
	}


}
.g3main-content .box:nth-child(3n){
        margin-right:0rem;
}
.g4main-content .box:nth-child(4n){
    margin-right:0rem;
}
.g4main-content .box:hover {
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 138, 50, 0.45);

}

.g4main-content .box img {
	width: 2.78rem;
	height: 1.15rem;
	/*border: 0.02rem dashed #999;*/
	margin-top: 0.13rem;
}

.g5main-content {
	width: 14rem;
	margin: 0 auto;
}

.g5main-content .g5-top {
	display: flex;
	align-items: center;
	height: 5.48rem;
	background: #FBFBFB;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	margin-bottom: 0.5rem;

}

.g5main-content .g5-top .g5-top-left {
	width: 5.8rem;
	height: 5.48rem;
	padding-left: 0.61rem;
	padding-top: 0.77rem;
}

.g5main-content .g5-top .g5-top-left .title {
	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #171717;
	position: relative;
}

.g5main-content .g5-top .g5-top-left .title::before {
	content: "";
	width: 0.45rem;
	height: 0.02rem;
	background: #008A32;
	position: absolute;
	top: 0.5rem;
	bottom: 0;
	left: 0;
	margin: auto;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-con {
	padding-top: 0.68rem;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-con .g5-tl-con-k {

	line-height: 0.43rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-gy {
	padding-top: 0.2rem;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-gy h5 {
	width: 0.8rem;
	height: 0.21rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-gy .g5-top-left-gy-txt {
	display: flex;
	flex-direction: row;

}

.g5main-content .g5-top .g5-top-left .g5-top-left-gy .g5-top-left-gy-k {
	display: flex;
	flex-direction: row;
	margin-right: 0.3rem;
	margin-top: 0.2rem;
}

.g5main-content .g5-top .g5-top-left .g5-top-left-gy .g5-top-left-gy-k .img1 {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}
.g5main-content .formbox{
    margin-bottom:0.75rem;
}
.g5main-content .g5-top .g5-top-left .g5-top-left-gy .g5-top-left-gy-k .img2 {
	width: 1.2rem;
	height: 1.2rem;
}

.g5main-content .g5-top .g5-top-right {
	width: 8.2rem;
	height: 5.48rem;
}

.g5main-content .g5-top .g5-top-right img {
	width: 8.2rem;
	height: 5.48rem;
}

.g5main-content .g5-bottom {
	margin-top: 1.35rem;
}

.g5main-content .g5-bottom h2 {

	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #171717;
	position: relative;

}

.g5main-content .g5-bottom h2::before {
	content: "";
	width: 0.45rem;
	height: 0.02rem;
	background: #008A32;
	position: absolute;
	top: 0.45rem;
	bottom: 0;
	left: 0;
	margin: auto;
}

.g5main-content .g5-bottom .g5-bottom-input {
	margin-top: 0.8rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.g5main-content .g5-bottom .g5-bottom-input .gbc-k {
	width: 4.28rem;
	height: 0.48rem;
	padding-left: 0.16rem;
	background: #F9F9F9;
	border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
	border: 0.01rem solid #CBCBCB;
	margin-right: 0.58rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.3rem;
}

.g5main-content .g5-bottom .g5-bottom-input .gbc-k:nth-child(3n){
    margin-right:0px;
}
.g5main-content .g5-bottom .g5-bottom-input .gbc-k input {
	width: 75%;
	/*height: 0.46rem;*/
	height: 100%;
	background: #F9F9F9;
	padding-left: 0.06rem;
	border-color: transparent;
}

.g5main-content .g5-bottom .g5-bottom-content {
	margin-top: 0.28rem;
	height: 2rem;
	background: #F9F9F9;
	border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
	border: 0.01rem solid #CBCBCB;
	padding-left: 0.16rem;
	padding-top: 0.14rem;
	position: relative;
	overflow: hidden;
}

.g5main-content .g5-bottom .g5-bottom-content span {
	position: absolute;
	top: 0.18rem;
	left: 0.18rem;

}

.g5main-content .g5-bottom .g5-bottom-content textarea {
	height: 1.8rem;
	width: 14rem;
	background: #F9F9F9;
	resize: none;
	font-size: 0.16rem;
	font-weight: 300;
	color: #333;
	border: none;

	outline: none;
}

.g5main-content .g5-bottom .g5-bottom-content textarea:focus~span,
.g5main-content .g5-bottom .g5-bottom-content textarea:valid~span {
	/* transform: translateY(-20px);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ff568c; */
	display: none;
}

.inputBox {
	width: 14rem;
	height: 0.46rem;
	margin-top: 0.3rem;
	/* margin: 0 auto; */
}

.g5main-content .inputBox input {
	cursor: pointer;
	width: 2.4rem;
	height: 0.46rem;
	text-align: center;
	background: #008A32;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.lj-title {
	text-align: center;
}

.lj-title h1 {

	font-size: 0.68rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.14rem;
	letter-spacing: 0.25rem;

}

.lj-title h5 {
	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	letter-spacing: 0.04rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}

.lj-title h5 span {
	width: 0.38rem;
	height: 0.01rem;
	background: #fff;
}

.ljmain-box .jb-box {
	width: 7.67rem;
	height: auto;
	padding-top: 0.8rem;
	margin: 0 auto;

}

.ljmain-box {
	padding-bottom: 0.93rem;
}

.ljmain-box .jb-box h2 {

	font-size: 0.28rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #008A32;
	text-align: center;
	padding-bottom: 0.25rem;
	border-bottom: 0.01rem solid #CBCBCB;
	margin-bottom: 0.33rem;

}

.ljmain-box .jb-box .jb-lb1 {
	/* background: #555555; */
}

.ljmain-box .jb-box .jb-lb1 .jb-lb-title {
	font-size: 0.18rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #042C60;
	padding-bottom: 0.15rem;

}

.ljmain-box .jb-box .jb-lb1 .jb-k {
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	height: 0.35rem;
	margin-bottom: 0.2rem;
}

.ljmain-box .jb-box .jb-lb1 .jb-k span {
	display: inline-block;
	color: #FF5A5A;
	padding-top: 0.05rem;
	padding-right: 0.05rem;
}

.ljmain-box .jb-box .jb-lb1 .jb-k .jbk-title {
	width: 1.55rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.35rem;
	height: 0.35rem;

}

.ljmain-box .jb-box .jb-lb1 .jb-k textarea {
	width: 4.8rem;
	height: 1.3rem;
	background: #FFFFFF;
	resize: none;
	outline: none;
	border: 0.01rem solid #CBCBCB;
}

.ljmain-box .jb-box .jb-lb1 .jb-k input {
	width: 4.8rem;
	height: 0.35rem;
	background: #FFFFFF;
	border: 0.01rem solid #CBCBCB;
}

/* .ljmain-box .jb-box .jb-lb1 .jbk-title{
	
} */
.ljmain-box .jb-box .jb-lb1 .jb-k img {
	width: 0.6rem;
	height: 0.2rem;
	margin-left: 0.11rem;
	cursor: pointer;
}

.ljmain-box .jbfw {
	margin: 0.64rem auto 0;
	padding: 0.4rem 0.7rem;
	width: 14rem;
	height: 2.62rem;
	background: rgba(51, 51, 51, 0);
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	opacity: 1;
	border: 0.01rem solid #069239;
}

.ljmain-box .jbfw .jbfw-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 0.01rem solid #CBCBCB;
	padding-bottom: 0.07rem;
}

.ljmain-box .jbfw .jbfw-top img {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.08rem;
}

.ljmain-box .jbfw .jbfw-bottom {
	padding-top: 0.14rem;
}

.ljmain-box .jbfw .jbfw-bottom p {

	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.28rem;
}

.ljmain-box .inputBox {
	width: 2.4rem;
	height: 0.4rem;


	text-align: center;
	margin: 0 auto;
}

.ljmain-box .inputBox input {
	width: 2.4rem;
	height: 0.4rem;
	color: #fff;
	background: #008A32;
	cursor: pointer;
}


.p1main-box {

	width: auto;
	margin: 0.8rem 2.6rem 1.16rem;
	margin-bottom:1.42rem;
	/* display: flex;
	    justify-content: space-around; */
}

.p1main-box .p1main-box-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p1main-box .p1main-box-title .p1main-box-title-l {

	font-size: 0.36rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #000000;

	position: relative;
}

.p1main-box .p1main-box-title .p1main-box-title-l::before {
	content: "";
	width: 0.65rem;
	height: 0.03rem;
	background: #008A32;
	position: absolute;
	top: 0.6rem;
	bottom: 0;
	left: 0;
	margin: auto;
}

.p1main-box .p1main-box-title .p1main-box-title-r {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 4.8rem;
	height: 0.35rem;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0rem 0rem;
	opacity: 1;
	border: 0.01rem solid #CBCBCB;
}

.p1main-box .p1main-box-title .p1main-box-title-r input {
	width: 4.1rem;

	line-height: 0.34rem;
	padding-left: 0.15rem;
	height:100%;
	text-align: left;
}

.p1main-box .p1main-box-title .p1main-box-title-r button {
	width: 0.7rem;
	height: 0.33rem;
	background: #069239;
	border: 0.01rem solid transparent;
	outline: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.p1main-box-con {
	margin-top: 0.45rem;
	display: flex;
	flex-direction: row;
	/* width: 10.5rem;
	height:6rem ;
	background: url(../images/p4.png)no-repeat ; */
}

.p1main-box-con .p1main-box-left {
	width: 3.5rem;
	height: 6rem;
	background: url(../images/p2.png)no-repeat;
	background-size: cover;
	padding-top: 0.35rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;



}

.p1main-box-con .p1main-box-left .ml-navs {
	width: 100%;
	margin: 0 auto;

}

.p1main-box-con .p1main-box-left .ml-navs .mlnav {
	line-height: 0.53rem;
	height: 0.53rem;

	padding-left: 0.45rem;
}

.p1main-box-con .p1main-box-left .ml-navs .mlnav span {
	display: block;
	width: 2.6rem;
	line-height: 0.53rem;
	height: 0.53rem;
	border-bottom: 0.01rem dashed #cccccc;
	padding-left:0.35rem;
	
font-size: 0.18rem;

    
}
.p1main-box-con .p1main-box-left .ml-navs .mlnav:hover span{
    	    background-image: url(../images/p5.png);
    background-size: 0.15rem 0.09rem;
    background-repeat: no-repeat;
    background-position: right;
    filter: brightness(0) invert(1);
    border-color: transparent;
    margin-top: -0.01rem;
}
.p1main-box-con .p1main-box-left .ml-navs .mlnav:hover {
	background: #087831;
	cursor: pointer;
}



.p1main-box-con .p1main-box-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 1.13rem;
	padding-top: 0.36rem;
	height: 6rem;
	width: 10.5rem;
	border-bottom: 0.01rem solid #087831;
	border-right: 0.01rem solid #087831;
	background: url(../images/p4.png)no-repeat;
}

.p1main-box-con .p1main-box-right .nav {}

.p1main-box-con .p1main-box-right .nav h2 {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	position: relative;
	cursor: pointer;
}
.p1main-box-con .p1main-box-right .nav h2 a{
    	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	position: relative;
}
.p1main-box-con .p1main-box-right .open i{
    border-top-color: #333 !important;
    border-left-color: transparent !important;
    transform: translate(-0.05rem, 0.03rem);        
}
.nav-list>div>
/* .nav-list h2 {
	position: relative;
	padding: 15px 0;
	background-color: #3889d4;
	font-size: 15px;
} */
.p1main-box-con .p1main-box-right .down_icon.nav-list i{
    border-top-color: #333;
    border-left-color: transparent;
}
.p1main-box-con .p1main-box-right .nav .nav-list h2:hover {
	/* background-color: RoyalBlue; */
	color:#042C60;
	cursor: pointer;
}

.p1main-box-con .p1main-box-right .nav-list h2.on {
	/*设置h2点击后类on属性，点击后h2颜色变化*/
	/* background-color: #393c4a; */
}

.p1main-box-con .p1main-box-right .nav-list i {
	position: absolute;
	left: -0.15rem;
	top: 0.1rem;
	border: 0.08rem solid transparent;
	border-left-color: #333;
	transform-origin: 1px 7px;
	/*设置小三角旋转基点*/
	/*transition: .8s;*/
	/*旋转过渡时间*/
}

.nav-list i.on {
	/*设置点击后添加的类on属性（小三角旋转角度）*/
	transform: rotate(90deg);
}

.hide {
	height:auto;
	overflow: hidden;
	margin-bottom: 0.25rem;
	/*transition: 1s;*/
	display: none;
}

.hide a {

	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
padding-right:0.1rem;
}


.hide a:hover {
	cursor: pointer;
	color: #042C60;
	border-bottom: 0.01rem solid #042C60;
}

.jszc {
	width: 3.5rem;

	padding-top: 0.23rem;
	/* position: fixed;
	right:0; */
}

.jszc .jszc1,
.jszc .jszc2 {
	position: relative;
	width: 3.5rem;
	height: 1.8rem;
	padding: 0.38rem 0 0 0.34rem;
	    background: linear-gradient(180deg, rgba(0,138,50,0.6) 0%, rgba(245,245,245,1) 100%);
	font-size: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;


}

.jszc .jszc1 .img,
.jszc .jszc2 .img {
	position: absolute;
	right: 0.21rem;
	bottom: 0.27rem;
	width: 0.86rem;
	height: 0.74rem;
}

.jszc .jszc1 .more,
.jszc .jszc2 .more {
	padding-top: 0.6rem;
	/* width: 0.56rem;
	height: 0.19rem; */
	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;

}
.jszc .jszc1 .more a, .jszc .jszc2 .more a{
    display: flex;
    align-items: center;
    color:#333;
    font-size: 0.14rem;
}
.jszc .jszc1 .more img,
.jszc .jszc2 .more img {
	width: 0.12rem;
	height: 0.07rem;
	margin-left: 0.05rem;
}

.p2main-box {
	height: 10rem;
	width: auto;
	margin: 0.8rem 2.6rem 1.16rem;
	/* display: flex;
	    justify-content: space-around; */
}

.p2main-box .p2main-box-title {
	/* display: flex;
	flex-direction: row;
	justify-content: space-between; */
	width: 14rem;
}

.p2main-box .p2main-box-title .p2main-box-title-t {

	font-size: 0.36rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	border-bottom: 0.01rem solid #DCDCDC;
	position: relative;
	padding-bottom: 0.13rem;
}

.p2main-box .p2main-box-title .p2main-box-title-t::before {
	content: "";
	width: 0.65rem;
	height: 0.03rem;
	background: #008A32;
	position: absolute;
	top: 0.48rem;
	bottom: 0;
	left: 0;
	margin: auto;
}

.p2main-box .p2main-box-title .p2main-box-title-b {
	display: flex;
	flex-direction: row;
	padding-top: 0.3rem;
	flex-wrap: wrap;
}

.p2main-box .p2main-box-title .p2main-box-title-b a {
    margin-bottom: 20px;
	min-width: 1.7rem;
	height: 0.4rem;
	background: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right: 0.2rem;
	cursor: pointer;
	border: 0.01rem solid #E3E3E3;
}

.p2main-box .p2main-box-title .p2main-box-title-b .tab-active {
	background: #042C60;
	color: #fff;
}

.p2main-box-con {
	width: 14rem;
}

.p2main-box-con .cplist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*margin-top: 0.69rem;*/
	margin-bottom: 0.21rem;
	height: 0.32rem;
	line-height: 0.32rem;
}

.p2main-box-con .cplist .cplist-left {
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;

}

.p2main-box-con .cplist .cplist-right {

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.p2main-box-con .cplist .inputBox {
	width: 3.34rem;
	height: 0.32rem;
	background: #FFFFFF;
	border: 0.01rem solid #CBCBCB;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-right: 0.12rem;
	margin-top: 0;
}

.p2main-box-con .cplist .inputBox img {
	width: 0.17rem;
	height: 0.17rem;
}

.p2main-box-con .cplist .inputBox input {
	padding-left: 0.09rem;
	width: 1.82rem;
	height: 0.2rem;
	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #A8A8A8;
	line-height: 0.2rem;
	cursor: pointer;

}

.p2main-box-con .cplist .down {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 0.24rem;
}

.p2main-box-con .cplist a {
	text-decoration: underline;
	cursor: pointer;
}

.p2main-box-con .cplist .down img {
	width: 0.17rem;
	height: 0.19rem;
	margin-right: 0.07rem;
}

.p-table {
	width: 1400px;
	height: 100%;
}





#ul-sec .nav-list a{
    line-height: 0.34rem;
    /*margin-bottom: 10px;*/
    font-size: 0.16rem;
    color:#666;
}

#ul-sec .nav-list a:hover{
  color:#042C60;
}

.nav-list div>a{
    
    padding-right:0.15rem;
    border-bottom:1px solid #C5C5C5;
       padding-top: 14px;
    padding-bottom: 8px;
    line-height:1 !important;
}
.nav-list div>a:hover{
      color:#042C60 !important;
    border-color:#042C60;
}


.p2main-box  .M-box2 {
    padding-top: 30px;
}


@media only screen and (max-width: 768px) {
    
    .yy-banner{
    padding-left: 0.5rem!important;
    }
    .g1main-box{
        width: auto!important;
        padding-top:0!important;
    }
    .g1main-box .g1main-menu {
     width: auto!important; 
     position: relative!important;
     left: 0!important; 
     top:0!important; 
     transform:none!important;
     padding-right: 0.2rem;
     padding-left: 0.2rem!important;
     justify-content: space-evenly;
    }
    .g1main-box .g1main-menu .g1main-tab{
        padding-right: 0!important;
    }
    .g1main-box .g1main-menu .g1main-tab a{
        width: 1rem!important;
    }
    /*公司简介*/
    .g1main-content{
        padding-top: 0.6rem;
        width: auto!important;
        padding-left: 0.2rem;
    padding-right: 0.2rem;
    }
    .g1main-content .g1main-content-top .gmain-right{
    margin: 0 auto!important;
    }
    .g1main-content .g1main-content-top{
        justify-content: space-between;
            flex-direction: column;
    }
    .g1main-content .g1main-content-top .gmain-left{
        width: auto!important;
    }
    .g1main-content .g1main-content-top .gmain-left p{
     width: auto!important;  
     text-align: justify;
    }
    .g1main-content .g1main-content-top .gmain-left span{
        font-size: 0.2rem!important;
    }
    .g1main-content .g1main-content-bottom{
    width: auto!important;   
        justify-content: space-evenly!important;
    }
    .g1main-content .g1main-content-bottom .box{
        margin: 0 0.1rem!important;
    }
    /*发展历程*/
    .g2main-content img{
        margin-top: 0!important;
    }
    .g2main-content .title{
        width: auto!important;
    }
    .g2main-content{
    padding-top: 0.6rem;
    width: auto!important;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    min-height: 100%!important;
    }
    /*荣誉资质*/
    .g3main-content .box{
    width: 48%!important;
    min-width: 47%!important;
    max-width: 47%!important;
    margin: 0.1rem auto!important;
    }
    .g3main-content{
        width: auto!important;
    }
    /*合作伙伴*/
    .g4main-content{
        width: auto!important;
    }
    .g4main-content .box{
            width: 100%!important;
    min-width: auto!important;
    max-width: 100%!important;
        flex: 0 0 50%;
        margin: auto!important;
    }
    /*联系我们*/
    .g5main-content{
            width: auto!important;
    }
    .w1400{
               width: auto!important;
    }
    .g5main-content .g5-top .g5-top-left{
            padding-left: 0!important;
            /*width: auto!important;*/
    }
    .g5main-content .g5-top{
        height: 100%!important;
        flex-direction: column;
        padding: 0 0.2rem;
    }
    .g5main-content .g5-top .g5-top-right{
        width: 90% !important;
    }
    .g5main-content .formbox{
        padding: 0 0.2rem;
    }
    .inputBox{
            width: auto!important;
    }
    /*产品分类*/
    .p1main-box{
        margin:0.6rem  0.2rem;
    }
    .p1main-box-con .p1main-box-left .ml-navs .mlnav span{
        width: 1.6rem!important;
    }
    .p1main-box-con .p1main-box-right{
        padding-left: 0.4rem!important;
    }
    .jszc{
        width: 2.5rem!important;
    }
    .jszc .jszc1, .jszc .jszc2{
        width: auto!important;
    }
    /*产品中心*/
    .p2main-box{
        margin: 0.2rem!important;
        height: auto!important;
    }
    .p2main-box .p2main-box-title .p2main-box-title-b .tab-active{
        flex: 0 0 50%;
    }
    /*产品详情*/
    .products2{
        width: 100%!important;
    }
    .p2main-box .p2main-box-title{
      width: auto!important;   
    }
    
    /*应用领域*/
    .yy-menu{
        width: auto!important;
        justify-content: space-around;
    }
    .yy-menu .yy-menu-con{
        width: auto!important;
    }
    .y2main-box, .j2main-box, .j1main-box{
            flex-direction: column;
            margin-left: 0.2rem;
            margin-right: 0.2rem;
            margin-top: 0.6rem;
    }
    .ymain_right{
        width:auto!important;
        margin-top: 0.2rem;
    }
    .ymain_right .mr-contents .mr-content{
        width: auto!important;
    }
    .y2main-box .yl-potion, .j2main-box .yl-potion, .j1main-box .yl-potion{
        width: 100%!important;
    }
    .y2main-box .ymain-left .ml-navs .mlnav, .j2main-box .ymain-left .ml-navs .mlnav, .j1main-box .ymain-left .ml-navs .mlnav{
        width: 100%!important;
    }
    .ymain_right .mr-contents .mr-content .mrl{
        width: 4.2rem!important;
    }
    /*应用领域详情*/
    .y3main-box{
        margin-left: 0.2rem;
            margin-right: 0.2rem;
            margin-top: 0.6rem;
            flex-direction: column;
    }
    .y3main-box .yl-potion{
        width: 100%!important;
    }
    .y3main-box .ymain-left{
        width: 100%!important;
    }
    .y3main-box .ymain-left .ml-navs .mlnav{
        width: 100%!important;
    }
    /*技术与服务*/
    .y2main-box .ymain-left .j2main-box .ymain-left, .j1main-box .ymain-left{
        width: 100%!important;
    }
    .mr-contents a {
        flex: 0 0 50%;
    }
    /*举报*/
    .ljmain-box .jb-box{
        width: auto!important;
        padding-left: 0.2rem;
    padding-right: 0.2rem;
    }
    .ljmain-box .jbfw{
        width: auto!important;
        height: 100%!important;
    }
    
}








