@charset 'utf-8';

.swiper-banner {
	height: calc((100vh - 50px));
	overflow: hidden;
}

.swiper-banner .pnext {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 55;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 0.8rem;
}

.swiper-banner .pnext .item {
	opacity: 0.7;
	transition: 0.3s;
}

.swiper-banner .pnext .item:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	.swiper-banner .pnext {
		display: none;
	}
}

.swiper-banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.swiper-banner .bg {
	width: 100%;
	height: 100%;
	background-size: contain;
	transform: scale(1.2);
	background-position: center !important;
	background-size: cover !important;
	transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
	box-sizing: border-box;
}

.swiper-banner .more1 {
	color: #fff;
	border-color: #fff;
}

.swiper-banner .more1:hover {
	border-color: #fff !important;
}

.swiper-banner .more1:hover span {
	color: #333 !important;
}

.swiper-banner .swiper-slide-active .bg {
	transform: scale(1);
}

.swiper-banner .swiper-pagination {
	line-height: 4px;
	bottom: 60px;
}

.swiper-banner .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 0px;
	opacity: 1;
	margin: 0 10px !important;
	overflow: hidden;
}

.swiper-banner .swiper-pagination-bullet-active {
	background: #1f6713;
}

.swiper-banner .content {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1600px;
	max-width: 70%;
	padding-top: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	position: absolute;
	color: #fff;
}

.swiper-banner .content h3 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}

.swiper-banner .content h3 .line {
	width: 50px;
	border: 1px solid #fff;
	position: absolute;
	left: 150px;
	top: 10px;
	z-index: -1;
}

.swiper-banner .content h3 .line2 {
	border: 1px solid #1f6713;
}

.swiper-banner .content h4 {
	font-size: 56px;
	margin: 15px 0;
	letter-spacing: 5px;
	font-weight: bold;
}

.swiper-banner .content p {
	font-size: 16px;
	text-transform: uppercase;
}

.swiper-banner .content .desc {
	font-size: 18px;
	line-height: 1.8;
	max-width: 560px;
	margin-top: 50px;
}

.yellow {
	color: #fcee21;
}

.green {
	color: #1f6713;
}

.orange {
	color: #ffa300;
}
@media (max-width: 1440px) {
	.swiper-banner {
		height: 700px;
	}
	.swiper-banner .swiper-pagination {
		bottom: 40px;
	}
	.swiper-banner .content{
		max-width: 80%;
		padding-top: 60px;
	}
	.swiper-banner .content h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	
	.swiper-banner .content h3 .line {
		width: 45px;
		left: 120px;
		top: 9px;
	}
	
	.swiper-banner .content h4 {
		font-size: 48px;
		margin: 15px 0;
		letter-spacing: 0;
	}
	
	.swiper-banner .content p {
		font-size: 15px;
	}
	
	.swiper-banner .content .desc {
		font-size: 16px;
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	.swiper-banner {
		height: 600px;
	}
	.swiper-banner .swiper-pagination {
		line-height: 3px;
		bottom: 30px;
	}
	
	.swiper-banner .swiper-pagination-bullet {
		width: 40px;
		height: 3px;
		margin: 0 5px !important;
	}
	.swiper-banner .content h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.swiper-banner .content h3 .line {
		width: 45px;
		left: 120px;
		top: 9px;
	}
	
	.swiper-banner .content h4 {
		font-size: 35px;
		margin: 15px 0;
		letter-spacing: 0;
	}
	
	.swiper-banner .content p {
		font-size: 14px;
	}
	
	.swiper-banner .content .desc {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media (max-width: 920px) {
	.swiper-banner {
		height: 500px;
	}
	.swiper-banner .swiper-pagination {
		line-height: 3px;
		bottom: 30px;
	}
	
	.swiper-banner .swiper-pagination-bullet {
		width: 40px;
		height: 3px;
		margin: 0 5px !important;
	}
	.swiper-banner .content {
		padding-top: 0;
	}
	.swiper-banner .content h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.swiper-banner .content h3 .line {
		width: 40px;
		left: 100px;
		top: 8px;
	}
	
	.swiper-banner .content h4 {
		font-size: 32px;
		margin: 15px 0;
		letter-spacing: 0;
	}
	
	.swiper-banner .content p {
		font-size: 14px;
	}
	
	.swiper-banner .content .desc {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.swiper-banner {
		height: 440px;
	}
	.swiper-banner .swiper-pagination {
		line-height: 3px;
		bottom: 20px;
	}
	
	.swiper-banner .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
		margin: 0 5px !important;
	}
	.swiper-banner .content h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.swiper-banner .content h3 .line {
		width: 40px;
		left: 100px;
		top: 8px;
	}
	
	.swiper-banner .content h4 {
		font-size: 24px;
		margin: 15px 0;
		letter-spacing: 0;
	}
	
	.swiper-banner .content p {
		font-size: 12px;
	}
	
	.swiper-banner .content .desc {
		font-size: 14px;
		margin-top: 20px;
	}
}

/* slogan 标语 */
/* 标语 */
.slogan {
  min-width: 475px;
  font-size: 18px;
  font-weight: bold;
  color: #1f6713;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.slogan .bar {
  position: relative;
  left: -200px;
  width: 0;
  height: 2px;
  margin-right: 28px;
  background-color: #dbe2e9;
}
.slogan .extend {
  left: 0;
  width: 200px;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
}
/* 跟多 */
.hedo {
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #1f6713;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hedo>a {
	display: flex;
	align-items: center;
}

.hedo>a>span {
	position: relative;
	color: #fff;
}

/* .hedo>a>span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 0;
	height: 2px;
	background: #dbe2e9;
	transition: 0.5s ease;
}*/

/* 跟多 hover */
/* .hedo>a:hover>span:after {
	width: 100%;
} */

.hedo>a>i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 16px;
	background: url(../images/more.png) no-repeat;
	background-position: 0 0;
	background-size: 30px
}

/* 内容区域 */
#main {
	position: relative;
	margin: 0 auto;
}

#main .plate {
	position: relative;
	padding-top: 98px;
	padding-bottom: 106px;
}

#main .plate .title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#main .plate .title>i {
	font-size: 18px;
	font-style: italic;
	color: #d5dce6;
}

/* 关于我们 */
#main .one .cont {
	z-index: 2;
	position: relative;
	overflow: hidden;
}
#main .one .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main .one .title {
	text-align: left;
}

#main .one .title>i {
	color: #c0cbd6;
}

#main .one .left {
	width: 30%;
	float: left;
}

#main .one .left h2{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #1f6713;
	margin-top: 50px;
}
#main .one .left h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 40px;
    height: 2px;
    background-color: #1f6713;
}

#main .one .txt {
	max-height: 154px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 2;
	color: #666;
	overflow: hidden;
}

#main .one .txt>span {
	opacity: 0.9;
}

#main .one .hedo {
	margin-top: 70px;
	justify-content: center;
}

#main .one .right {
	position: relative;
	width: 65%;
	float: right;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	overflow: hidden;
	cursor: pointer;
}

#main .one .right ul{overflow: hidden;}
#main .one .right ul li{float: left;width: 23.5%;margin-right: 2%; position: relative;text-align: center;}
#main .one .right ul li:last-child{margin-right: 0;}
#main .one .right ul li a{color: #333;}
#main .one .right ul li img.gray2{display: block;max-width: 100%;border-radius: 15px;}
#main .one .right ul li img.gray{display: none;max-width: 100%;border-radius: 15px;}
#main .one .right ul li:hover img.gray2{display: none;max-width: 100%;}
#main .one .right ul li:hover img.gray{display: block;max-width: 100%;}

#main .one .right ul li:nth-child(2n+1){margin-top: 100px;}
#main .one .right ul li h2{width: 66px; display: inline-block; height: 66px; line-height: 66px; font-size: 28px;color: #fff;background: #1f6713; border-radius: 50px;}
#main .one .right ul li p{font-size: 16px;margin-top: 20px;}
@media only screen and (max-width:1440px ) {
	#main .one .right ul li:nth-child(2n+1){margin-top: 60px;}
}

#main .one .right ul li .list_content{
	position: absolute;left: 0;right: 0;top: 50%;margin: 0 auto;z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width:768px ) {
	#main .one .right ul li{border: none;}
	#main .one .right ul li:nth-child(1){width: 30%;margin: 10%;margin-bottom: 20px;}
	#main .one .right ul li:nth-child(2){width: 30%;margin: 10%;margin-bottom: 20px;}
	#main .one .right ul li:nth-child(3){width: 30%;margin: 0;margin-right: 5%;margin-bottom: 20px;}
	#main .one .right ul li:nth-child(4){width: 30%;margin: 0;margin-right: 5%;margin-bottom: 20px;}
	#main .one .right ul li:nth-child(5){width: 30%;margin: 0;margin-bottom: 20px;}
}

/* 品牌劲牌 */
#main .two {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
	overflow: hidden;
}

#main .two .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main .two .title {
	text-align: left;
}

#main .two .title>i {
	color: #c0cbd6;
}

#main .two .brand-cont {
	z-index: 2;
	position: relative;
	
}

#main .two .brand-wrapper {
	margin-top: 40px;
	position: relative;
}

#main .two .brand-wrapper .e_box{
	width: 47%;
	margin-right: 6%;
	float: left;
	background-color: rgb(255, 255, 255);
	transition: all 0.6s;
	box-shadow: 0px 0px 35px rgba(222, 222, 222, 0.8);
	border-radius: 18px;
	overflow: hidden;
}
#main .two .brand-wrapper .e_box:nth-child(2n){
	margin-right: 0;
}
#main .two .brand-wrapper .e_box .e_box_top{
	width: 82%;
	margin-top: 8%;
	margin-bottom: 8%;
	margin-left: auto;
	margin-right: auto;
}
#main .two .brand-wrapper .e_box .e_box_top .line{
	width: 40px;
	height: 4px;
	background-color: #1f6713;
}
#main .two .brand-wrapper .e_box .e_box_top p{
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0;
}
#main .two .brand-wrapper .e_box .e_box_top h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

#main .two .brand-wrapper .e_box .e_box_bottom{
	width: 100%;
}
#main .two .brand-wrapper .e_box .e_box_bottom .imgbox{
	width: 100%;
	height: 100%;
	position: relative;
}

#main .two .brand-wrapper .e_box .e_box_bottom .imgbox img{
	width: 100%;
	height: auto;
}
#main .two .brand-wrapper .e_box .e_box_bottom .contentbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p_bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    transition: all 1s;
}
.p_bg ul{
	width: 82%;
	margin: auto;
	padding-top: 12%;
	opacity: 0;
	transition: all 1s;
}
.p_bg ul li{
	width: 100%;
    font-size: 16px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    padding: 22px 0px;
    transition: all 0.6s;
    position: relative;
}
.p_bg ul li:after {
    content: '';
    width: 2px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    right: 10px;
    top: 20px;
    opacity: 0.8;
    position: absolute;
}
.p_bg ul li:hover {
    border-bottom: solid 1px rgba(255,255,255,1);
    transition: all 0.6s;
}

.p_bg ul li:hover a {
	color: #fff;
    padding-left: 10px;
    transition: all 0.6s;
}

.p_bg ul li:last-child {
    border: none;
}
.p_bg ul li a {
    color: #fff;
    transition: all 0.6s;
}

#main .two .brand-wrapper .e_box:hover .p_bg{
    background:rgba(0,0,0,0.5);
    transition:all 1s;
}

#main .two .brand-wrapper .e_box:hover .p_bg ul{
    opacity:1;
    padding-top:9%;
    transition:all 1s;
}

#main .two .bg {
	position: absolute;
	top: 0;
	left: -37.5%;
	width: 100%;
	height: 100%;
	background: #ecf0f4;
}

/* 劲牌新闻 */
#main .three{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
}

#main .three .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#main .three .title {
	text-align: left;
}

#main .three .tab {
	display: flex;
}

#main .three .tab>p {
	position: relative;
	width: 160px;
	padding: 15px 0;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	color: #7d8894;
	cursor: pointer;
}

#main .three .tab>p:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #1f6713;
	opacity: 0;
	transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	-o-transform: scaleX(0.8);
}

#main .three .tab>p:nth-child(1) {
	margin-right: 10px;
}

#main .three .tab>p:hover,
#main .three .tab>.active {
	font-weight: bold;
	color: #fff;
}

#main .three .tab>p:hover:before,
#main .three .tab>.active:before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

#main .three .news-box {
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0 23px 90px -5px rgba(236, 240, 244, 0.7);
	-webkit-box-shadow: 0 23px 90px -5px rgba(236, 240, 244, 0.7);
	-moz-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
	-o-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
	-ms-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
}

#main .three .hode {
	width: 150px;
	height: 56px;
	margin: 15px auto;
	border-radius: 28px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 56px;
	color: #82878d;
	display: block;
}

#main .three .hode>span {
	vertical-align: middle;
}

#main .three .hode>i {
	width: 30px;
	height: 30px;
	background: url(../images/more2.png) no-repeat;
	background-size: 30px;
	display: inline-block;
	vertical-align: middle;
}

#main .three .news-swiper-container {
	position: relative;
	width: 47.5%;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
	overflow: hidden;
}

#main .three .news-swiper-wrapper {
	height: 100%;
}

#main .three .pic-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: opacity 0.5s ease-in-out, transform 1.6s ease-in-out;
}

#main .three .pic-slide.active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

#main .three .news-swiper-container img {
	width: 100%;
	height: 100%;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
}

#main .three .news-list {
	width: 46%;
	overflow: inherit;
	margin-right: 40px;
	margin-top: 30px;
}

#main .three .news-list .item {
	position: relative;
	padding: 30px 0;
	padding-left: 10px;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: padding-left 1s ease;
}

#main .three .news-list .item:nth-last-child(1) {
	border-bottom: none;
}

#main .three .news-list .time {
	font-size: 12px;
	white-space: nowrap;
	color: #bccbdc;
}

#main .three .news-list .time>span:nth-child(1) {
	font-size: 20px;
	color: #333;
}

#main .three .news-list .title {
	margin-left: 24px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#main .three .news-list .item:hover {
	padding-left: 0;
}

#main .three .news-list .item:hover::before {
	z-index: 3;
	content: "";
	position: absolute;
	top: 50%;
	left: -56px;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #1f6713;
}

#main .three .news-list .item:hover .title {
	color: #1f6713;
	opacity: 0.88;
}

#main .three .news-list .item:hover .time,
#main .three .news-list .item:hover .time>span:nth-child(1) {
	color: #1f6713;
}

#main .plate .all_news {
	width: 100%;
}

.all_news .news_items {
	display: none;
	overflow: hidden;
	position: relative;
	/*margin-top: 60px;*/
	/* display: flex; */
	justify-content: space-between;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0 23px 90px -5px rgba(236, 240, 244, 0.7);
	-webkit-box-shadow: 0 23px 90px -5px rgba(236, 240, 244, 0.7);
	-moz-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
	-o-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
	-ms-box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
}

.all_news .news_items.active {
	display: flex;
}

.all_news .news_items .left {
	position: relative;
	width: 47.5%;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
	overflow: hidden;
}

.all_news .news_items .right {
	width: 46%;
	height: 360px;
	/* overflow: inherit; */
	margin-right: 40px;
	/* margin-top: 30px; */
}

.all_news .news_items .left img {
	width: 100%;
	height: 100%;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
}

.all_news .news_items .item {
	position: relative;
	padding: 30px 0;
	padding-left: 10px;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: padding-left 1s ease;
}

.all_news .news_items .item .time {
	font-size: 12px;
	white-space: nowrap;
	color: #bccbdc;
}

#main .plate .all_news .news_items .item .title {
	margin-left: 24px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.all_news .news_items .item:nth-last-child(1) {
	border-bottom: none;
}

.all_news .news_items .item .time>span:nth-child(1) {
	font-size: 20px;
	color: #333;
}

.all_news .news_items .item:hover {
	padding-left: 0;
}

.all_news .news_items .item:hover::before {
	z-index: 3;
	content: "";
	position: absolute;
	top: 50%;
	left: -56px;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #1f6713;
}

.all_news .news_items .item:hover .time,
.all_news .news_items .item:hover .time>span:nth-child(1) {
	color: #1f6713;
}

#main .plate .all_news .news_items .item:hover .title {
	color: #1f6713;
	opacity: 0.88;
}

.all_news .news_items .left .img_box img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: opacity 0s, transform 1.6s ease-in-out;
}

.all_news .news_items .left .img_box img.cur {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* 媒体查询 */
@media screen and (max-width: 1440px) {

	#main .plate {
		padding-top: 70px;
	}

	#main .one .right .play-box {
		height: 57px;
		line-height: 57px;
	}

	#main .one .right .play-box>img {
		width: 35px;
		height: 35px;
	}

	#main .one .right .play-box>span {
		font-size: 14px;
	}

	#main .two .top-nav {
		font-size: 14px;
	}

	#main .two .top-nav .item {
		line-height: 33px;
	}

	#main .two .top-nav .item:hover,
	#main .two .top-nav .active {
		height: 33px;
	}

	#main .two .introduce h5 {
		font-size: 16px;
	}

	#main .two .introduce .txt {
		font-size: 14px;
	}

	#main .three .tab>p {
		font-size: 16px;
	}

	#main .three .news-list .time>span:nth-child(1) {
		font-size: 16px;
	}

	#main .three .news-list .title {
		font-size: 14px;
	}
}

.news-box-wap {
	display: none;
}

.news-wap-more {
	display: none;
}

.index-more-wap {
	display: none;
}

.wap_wrap {
	display: none;
}

.wap_contact_way {
	display: none;
}

@media screen and (max-width: 768px) {

	.wap_contact_way {
		display: block;
	}

	.wap_wrap {
		display: block;
	}

	.index-wap-about-img {
		width: 100%;
		margin: 1rem 0;
		border-radius: 10px;
	}
    #main .one .left h2{
		font-size: 20px;
		margin-top: 30px;
	}
	#main .one .right {
		display: none;
	}

	#main .one .bg {
		display: none;
	}

	#main {
		max-width: 100%;
	}

	#main .plate {
		max-width: 100%;
		/* padding: 0 5%; */
		padding-top: 28px;
		padding-bottom: 28px;
		box-sizing: border-box;
	}

	#main .one .about-cont {
		margin-left: 0rem;
	}

	#main .plate .title {
		text-align: left;
		font-size: 28px;
	}

	#main .plate .title h3 {
		font-size: 28px;
	}

	#main .plate .title>i {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		font-family: "Arial";
		line-height: 2;
	}

	#main .one .left {
		width: 100%;
	}

	#main .one .cont {
		flex-wrap: wrap;
	}
	
	#main .one .txt {
		line-height: 1.6;
		font-size: 15px;
	}

	#main .one .hedo {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin: 30px 0 0;
	}

	.hedo>a>i {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

    #main .two{
		background: #ecf0f4;
	}
	
	#main .two .brand-wrapper{
		margin-top: 25px;
	}
	
	#main .two .brand-wrapper .e_box{
		border-radius: 10px;
	}
	
	#main .two .brand-wrapper .e_box .e_box_top p {
	    font-size: 16px;
	    margin: 15px 0;
	}
	#main .two .brand-wrapper .e_box .e_box_top h2 {
	    font-size: 22px;
	}
	
	#main .two .bg {
		display: none;
	}

	.two .slogan {
		display: none;
	}
	
	.p_bg ul li{
	    font-size: 15px;
	    padding: 15px 0px;
	}

	.hedo>a>span {
		font-size: 14px;
		/* padding-left: 15px; */
	}

	#main .three .tab {
		display: none;
	}

	#main .three .news-box {
		display: none;
	}
	
	#main .three .hode{
		display: none;
	}

	.news-box-wap {
		display: block;
		box-shadow: 0 0 16px 0 #ddd;
		margin-top: 25px;
		padding-bottom: 25px;
		border-radius: 10px;
		overflow: hidden;
		background: #fff;
	}


	.news-box-wap .img {
		background: #fff;
		padding-bottom: 1.5rem;
	}

	.news-box-wap img {
		width: 100%;
	}

	.news-box-title {
		font-weight: bold;
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 94%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		background: #fff;
	}

	.hedo {
		margin-top: 1rem;
	}

	.news-box-data {
		font-size: 14px;
		display: block;
		margin-top: 3%;
		color: #999999;
		padding-left: 3%;
		padding-right: 3%;
		line-height: 2;
		overflow: hidden;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		display: -webkit-box;
		display: box;
	}

	.slogan {
		display: none;
	}

	.news-wap-more {
		display: inline-block;
		padding: 0 25px;
		line-height: 2.5;
		background: #1f6713;
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
	}

	.news-wap-more span,
	.news-wap-more i {
		vertical-align: middle;
	}

	.index-more-wap {
		margin-top: 20px;
		display: block;
		font-size: 14px;
		text-align: center;
		
		
	}

	.sm-wrapper {
		width: 100%;
	}

	
	
}

@media (max-width: 480px) {
	#main .plate .title {
		font-size: 24px;
	}
	
	#main .plate .title h3 {
		font-size: 24px;
	}
	
	#main .plate .title>i {
		font-size: 14px;
	}
	#main .one .txt {
		line-height: 1.6;
		font-size: 14px;
	}
	#main .two .brand-wrapper .e_box{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	#main .two .brand-wrapper .e_box .e_box_top p {
	    font-size: 14px;
	    margin: 15px 0;
	}
	#main .two .brand-wrapper .e_box .e_box_top h2 {
	    font-size: 20px;
	}
	.p_bg ul li{
	    font-size: 14px;
	    padding: 12px 0px;
	}
}
