.htop {
	height: 5em;
}

.position {
	color: #FFF;
	font-size: 1rem;
}

.position a {
	color: #FFF;
}

.position a:hover {
	color: #f3d005;
}

.ny-banner {
	position: relative;
}

.ny-banner .bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
}

.ny-banner .box {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 99;
}

.ny-banner .box .tit {
	font-family: 'gilroy_Medium';
	font-size: 2.2rem;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 1rem;
}

.ny-banner img {
	width: 100%;
}

.pgtit {
	font-family: 'gilroy_Medium';
	font-size: 2.2rem;
	font-weight: 500;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	margin-top: 3rem;
	border-bottom: 1px solid #e7e7e7;
}

.page-content {
	font-family: 'gilroy_light';
	font-size: 1.1rem;
	color: #333;
	line-height: 2rem;
	margin: 3rem 0;
}


.page-content img {
	max-width: 100%;
}

.webbox {
	margin: 5rem 0;
}

.webbox .left {
	width: 23%;
}
.webbox .left .leftNav{
	margin-bottom: 3rem;
}
.webbox .left .leftNav .item{

}
.webbox .left .leftNav .item .tit{
	background: #f3d005;
	padding: 1.1rem 2rem;
}
.webbox .left .leftNav .item .tit span{
	font-size: 1.3rem;
	color: #222;
	font-weight: bold;
}
.webbox .left .leftNav .item .tit i{
	font-size: 1.6rem;
	color: #222;
	transform:rotate(180deg)
}
.webbox .left .leftNav .item .box .sublist{
	background: #e7e7e7;
	border-bottom: 1px solid #ccc;
	padding: 1rem 0;
}
.webbox .left .leftNav .item .box .sublist a{
	font-size: 1.1rem;
	margin-left: 3rem;
}
.webbox .left .left_lx{
	background: url(../images/left01.jpg) no-repeat;
	background-size: cover;
	border-radius:.5rem;
	padding: 3rem 1rem;
	text-align: center;
}
.webbox .left .left_lx p{
	font-size: 1.5rem;
	color: #FFF;
}

.webbox .right {
	width: 72%;
}

.webbox .right .img {
	text-align: center;
}

.webbox .right .img img {
	max-width: 100%;
}

.about {
	margin: 5rem 0;
}

.about .left {
	width: 45%;
}

.about .left img {
	max-width: 100%;
}

.about .right {
	width: 50%;
}

.about .right .Tit h2 {
	font-size: 2.2rem;
	font-weight: bold;
}

.about .right .Tit .line {
	display: inline-block;
	background: #f3d005;
	width: 4rem;
	height: 4px;
	margin: 1rem 0;
}

.about .right .Tit p {
	font-size: 1.15rem;
	color: #666;
}

.about .right .text {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	margin: 2rem 0;
}

.wenhua {
	background-image: url(../images/wenhuabg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.wenhua .item {
	border-right: 1px #ffffff40 solid;
}

.wenhua .item .box {
	padding: 38% 0;
	text-align: center;
	transition: all 0.6s;
	cursor: pointer;
}

.wenhua .item i {
	font-size: 5rem;
}

.wenhua .item h3 {
	font-size: 1.8rem;
	font-weight: 500;
}

.wenhua .item h4 {
	font-size: 1.1rem;
	line-height: 2rem;
	opacity: 0;
	transition: all 0.6s;
	margin-top: 2rem;
	padding: 0 3rem;
	font-weight: 400;
}

.wenhua .item .box:hover h4 {
	opacity: 1
}

.wenhua .item .box:hover {
	background: rgb(243 208 5 / 50%);
	padding: 48% 0;
}


.contact {
	margin: 5rem 0;
}

.contact li {
	width: 30%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 2rem 1rem;
}

.contact ul li i {
	display: block;
	color: #f3d005;
	font-size: 3rem;
}

.contact ul li h2 {
	display: block;
	font-size: 1.3rem;
	color: #333;
	margin: 1rem 0;
}

.contact ul li p {
	color: #333;
	font-size: 1.1rem;
}

/*在线留言*/
.messagebg{
 background: url(../images/feedbakbg.jpg) no-repeat center;
 background-size: 100% 100%;
 overflow: hidden;
 padding: 5rem 0;
}
.message h2{
	text-align: center;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
}
.message p{
	text-align: center;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 1.25rem;
}

.message ul li {
	float: left;
	width: 33.333333%;
	margin: 1rem 0;
}

.message ul li input {
	height: 42px;
	line-height: 42px;
	padding: 5px 10px;
	border-radius: 5px;
	width: 90%;
	background: #FFF;
}

.message ul li textarea {
	float: left;
	height: 180px;
	border: 1px solid #E7E7E7;
	padding: 8px;
	border-radius: 5px;
	width: 100%;
	background: #FFF;
}

.message ul li .yzm {
	width: 120px;
}
.message ul li img{
	width: 5rem;
	background: #dde8fc;
	padding: 1.1rem;
	border-radius: 5px;
}

.message ul li:nth-of-type(4) {
	width: 97%;
}

.message .btns {
	background: #f3d005;
	font-size: 1rem;
	border-radius: 5px;
	color: #222;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.chejian {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
	margin: 3rem 0;
}

@media screen and (max-width: 990px) {
	.chejian {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 768px) {
	.chejian {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.3rem;
	}

}
.chejian h3{
	text-align: center;
	font-size: 1.1rem;
	padding: 1rem 0;
}

.news-list {
	margin: 4rem 0;
}

.news-list .item {
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	border-radius: .225rem;
	margin-bottom: 2rem;
	transition: all .5s;
	cursor: pointer;
}

.news-list .item:hover {
	border: 1px solid #f3d005;
}

.news-list .item .box {
	padding: 1.5rem;
}

.news-list .item .box .img {
	width: 22%;
}

.news-list .item .box .text {
	width: 75%;
}

.news-list .item .box .text h2 {
	font-size: 1.4rem;
	font-weight: bold;
}

.news-list .item .box .text .data {
	margin: 1rem 0;
	color: #666;
}

.news-list .item .box .text .p1 {
	display: block;
	font-size: 1.1rem;
	line-height: 2rem;
	color: #333;
}

.news-list .item .box .text .more {
	margin-top: 1rem;
	color: #f3d005;
	font-weight: bold;
}

.news-list .item .box .text .more i {
	margin-right: .5rem;
}

.news-list .item .box .text .more p {}

.newshow {
	margin: 5rem 0;
}

.newshow h1 {
	text-align: center;
	font-size: 2rem;
}

.newshow .data {
	text-align: center;
	padding: 1rem 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #888;
	margin: 2rem 0;
}

.newshow .newsshow-nr {
	line-height: 2.2rem;
}

.newshow .newsshow-nr img {
	max-width: 100%;
}

.tech{
	margin: 5rem 0;
}

.tech .item{
	margin: 1rem 0;
	padding: 2rem;
	border: 1px solid #ccc;
}

.tech .item .left {
	width: 50%;
}
.tech .item .left img{
	width: 100%;
}
.tech .item .right {
	width: 45%;
}
.tech .item .right .name{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.tech .item .right .text{
	font-size: 1.1rem;
	line-height: 2rem;
}

.tech .item:nth-child(2n) .left {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


.lingyu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.2rem;
}

@media screen and (max-width: 990px) {
	.lingyu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 768px) {
	.lingyu {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.3rem;
	}

}
.lingyu .item{
	margin: 5rem 0;
}
.lingyu .item .box{
	border: 1px solid #e7e7e7;
	padding: 2rem;
}
.lingyu .item .box .name{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.lingyu .item .box .text{
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: justify;
	color: #666;
}

.product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.2rem;
}

@media screen and (max-width: 990px) {
	.product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 768px) {
	.product {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.3rem;
	}

}

.product .item {
	transition: all .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
}

.product .item:hover {
	border-radius: .4rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.product .item .name{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
}

.product .item .more{
	text-align: center;
	padding: 1rem 0;
}
.product .item .more a{
	color: #f3d005;
}
.product .item .more span{
	margin-right: .5rem;
}
.product .item .more i{
	font-size: 1.8rem;
	font-weight: bold;
}


.proshow-img {
	margin: 4rem 0;
}
.proshow-img .left {
	width: 40%;
	cursor: pointer;
}
.proshow-img .left .img{
	border: 1px solid #ccc;
	padding: 2rem;

}
.proshow-img .left img {
	width: 100%;
}
 .proshow-img .left .box{
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	 
 }
 .proshow-img .left .box .swiper-button-next1 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	left: 30px;
	z-index: 99;
}

 .proshow-img .left .box .swiper-button-next1 i {
	border-radius: 5rem;
	background: #eab727;
	font-size: 1.1rem;
	color: #FFF;
	padding: .8rem;
}


 .proshow-img .left .box .swiper-button-prev1 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	right: 30px;
	z-index: 99;
}

 .proshow-img .left .box .swiper-button-prev1 i {
	border-radius: 5rem;
	background: #eab727;
	font-size: 1.1rem;
	color: #FFF;
	padding: .8rem;
}


.proshow-img .right {
	width: 55%;
}
.proshow-img .right h2 {
	font-size: 2.2rem;
	font-family: 'gilroy_Medium';
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.proshow-img .right .gk {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
	margin: 1rem 0;
	font-family: 'gilroy_light';
	font-weight: 400;
}

.proshow-img .right .zx {

}
.proshow-img .right .zx .item{
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #f3d006 -20.93%, #e1a600 126.57%);
	background: -moz-linear-gradient(90deg, #f3d006 -20.93%, #e1a600 126.57%);
	background: -o-linear-gradient(90deg, #f3d006 -20.93%, #e1a600 126.57%);
	background: linear-gradient(90deg, #f3d006 -20.93%, #e1a600 126.57%);
}
.proshow-img .right .zx .item:nth-child(2){
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #222222 -20.93%, #454444 126.57%);
	background: -moz-linear-gradient(90deg, #222222 -20.93%, #454444 126.57%);
	background: -o-linear-gradient(90deg, #222222 -20.93%, #454444 126.57%);
	background: linear-gradient(90deg, #222222 -20.93%, #454444 126.57%);
}
.proshow-img .right .zx .item a{
	font-weight: bold;
	color: #FFF;
}
.proshow-img .right .zx .item a i{
	font-size: 1.5rem;
	margin-right: .5rem;
}
.proshow-img .right .zx .item span{
	font-size: 1.1rem;
}
.proshow-img .huadong{
	margin-top: 3rem;
}
.proshow-img .huadong .img{
	border: 1px solid #ccc;
}
.proshow-img .huadong .mySwiper2 .swiper-button-next1 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	left: 20px;
	z-index: 99;
}

.proshow-img .huadong .mySwiper2 .swiper-button-next1 i {
	font-size: 1.2rem;
	color: #222;
	background: #FFF;
	border-radius: 5rem;
	padding: .4rem;
}

.proshow-img .huadong .mySwiper2 .swiper-button-prev1 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	right: 20px;
	z-index: 99;
}

.proshow-img .huadong .mySwiper2 .swiper-button-prev1 i {
	font-size: 1.2rem;
	color: #222;
	background: #FFF;
	border-radius: 5rem;
	padding: .4rem;
}



.proshow-bt {
	font-size: 1.8rem;
	font-family: 'gilroy_Medium';
	font-weight: 600;
	border-bottom: 1px solid #999;
	padding-bottom: 1rem;
	margin: 2rem 0;
}

.proshow-content {
	font-family: 'gilroy_light';
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2.2rem;
	color: #666;
}

.proshow-content img {
	max-width: 100%;
}



@media screen and (max-width: 990px) {

	.htop {
		height: 0;
	}

	


}



@media screen and (max-width: 768px) {

	.htop {
		height: 0;
	}
	.position{
		display: none;
	}
	.ny-banner .box{
		top: 25%;
	}
	.ny-banner .box .tit{
		font-size: 1.5rem;
		font-weight: normal;
	}
	.webbox .left{
		display: none;
	}
	.webbox .right{
		width: 100%;
	}
	.about .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.about .right{
		width: 100%;
	}
	.wenhua {
	    grid-template-columns: repeat(1, 1fr);
	}
	.wenhua .item .box:hover {
	    padding: 18% 0;
	}
	.wenhua .item .box {
	    padding: 8% 0;
	}
	.wenhua .item i{
		font-size: 3rem;
	}
	.proshow-img .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.proshow-img .right{
		width: 100%;
	}
	.proshow-img .right h2{
		font-size: 1.8rem;
	}
	.proshow-img .right .zx .item{
		margin-bottom: 1rem;
		width: 100%;	
	}
	.proshow-bt{
		font-size: 1.5rem;
	}
	.tech .item{
		padding: 1rem;
	}
	.tech .item .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.tech .item .right{
		width: 100%;
	}
	.tech .item .right .name{
		font-size: 1.5rem;
	}
	.tech .item:nth-child(2n) .left {
	    -webkit-order: 0;
	    -moz-box-ordinal-group: 0;
	    -ms-flex-order: 0;
	    order: 0;
	}
	.contact li{
		width: 100%;
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.message ul li{
		width: 100%;
	}
	.message ul li input{
		width: 96%;
	}
	.news-list .item .box{
		padding: 1rem;
	}
	.news-list .item .box .img{
		width: 100%;
		margin-bottom: 2rem;
	}
	.news-list .item .box .text{
		width: 100%;
	}


}