.htop {
	height: 5em;
}
.here {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5rem;
	margin: 1.5rem 0;
}
.here a:hover {
	color: #ee1d23;
}

.ny-banner {}
.ny-banner img {
	width: 100%;
}

.sublist {
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
	height: 5rem;
	line-height: 5rem;
}
.sublist .left{}
.sublist .left li {}

.sublist .left li a {
	display: block;
	font-size: 1.2rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	border-right: 1px solid #CCC;
}
.sublist .left li a:hover{
	background: #ee1d23;
	color: #FFF;
}
.sublist .left li a.active {
	display: block;
	background: #ee1d23;
	color: #FFF;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
}
.sublist .right i{
	font-size: 1.4rem;
	color: #ee1d23;
}
.sublist .right p{
	padding-left: .5rem;
}


.pageTit {
	padding: 3rem 0;
	text-align: center;
}

.pageTit span{
	display: block;
	font-family: 'gilroy_Medium';
	font-size: 2.4rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 1rem;
}

.pageTit p{
	font-size: 1.1rem;
	color: #666;
}

.page-content {
	font-family: 'gilroy_light';
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-bottom: 3rem;
}

.page-content img {
	max-width: 100%;
}

.webbox {
	margin: 3rem 0;
}

.about{}

.about .item{
	border-bottom: 1px solid #e7e7e7;
	margin: 3rem 0;
	padding-bottom: 3rem;
}
.about .item .img{
	width: 45%;
}
.about .item:nth-child(2n) .text{
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.about .item .img img{
	width: 100%;
}
.about .item .text{
	width: 50%;
}
.about .item .text h2{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.about .item .text .p1{
	color: #888;
	font-size: 1rem;
	line-height: 2rem;
	text-indent: 2.2rem;
}

.wenhua{
	background: url(../images/whbg.jpg) no-repeat center;
	background-size:cover;
	padding: 3rem 0;
}

.wenhua .item{
  margin: 2rem 0;
}
.wenhua .item .tit{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
}
.wenhua .item h2{
	font-size: 2rem;
	color: #cf1c20;
}
.wenhua .item em{
	font-size: 1.1rem;
	color: #888;
	font-weight: bold;
}
.wenhua .item .text{
	font-size: 1.125rem;
	color: #333;
	padding:2rem 0rem 2rem 3rem;
	line-height: 2.4rem;
	font-weight: bold;
}


.licheng {
	padding: 7rem 0 15rem;
	background: url(../images/licheng.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.licheng .title {
	text-align: center;
	padding-bottom: 4rem;
}

.licheng .title h2 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.licheng .title p {
	font-size: 1.1rem;
	line-height: 2em;
	font-weight: 400;
	color: #666;
}

.licheng::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	top: 44%;
}


.licheng .mySwiper4 .swiper-slide .aweva {
	overflow: hidden;
}

.licheng .mySwiper4 .swiper-slide .aweva b {
	width: 1rem;
}

.licheng .mySwiper4 .swiper-slide .aweva b img {
	width: 100%;
}

.licheng .mySwiper4 .swiper-slide .aweva .cont-p {
	width: 100%;
}

.licheng .mySwiper4 .swiper-slide .aweva .cont-p h2 {
	color: #1c1c1c;
	font-size: 2.2rem;
	font-family: 'gilroy_bold';
	font-weight: bold;
	padding: 1rem 0;
}

.licheng .mySwiper4 .swiper-slide .aweva .cont-p .p {
	color: #5b5b5b;
	font-size: 1rem;
	line-height: 1.8rem;
	margin-right: 2rem;
}


.licheng .swiper-button-prev1 {
	position: absolute;
	left: 5%;
	top: 40.5%;
	z-index: 9;
}

.licheng .swiper-button-next1 {
	position: absolute;
	right: 5%;
	top: 40.5%;
	z-index: 9;
}

.licheng .swiper-button-prev1 i,
.licheng .swiper-button-next1 i {
	font-size: 3rem;
	cursor: pointer;
	color: # ee1d23;
}

@media screen and (max-width: 1366px) {
	.licheng .swiper-button-prev1 {
		left: 3%;
	}

	.licheng .swiper-button-next1 {
		right: 3%;
	}

}


/* 联系我们 */
.contact {
	margin-bottom: 5rem;
}

.contact .tit {
	color: #333;
	font-size: 2.2rem;
	font-family: 'gilroy_Medium';
	font-weight: 500;
	text-align: center;
	padding: 3rem 0;
}

.contact li .box {
	padding: 2rem;
}

.contact li {
	border: 1px solid #ccc;
	width: 31%;
}

.contact li i {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

.contact li span {
	display: block;
	color: #333;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.contact li p {
	font-size: 1rem;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;

}


/*留言信息*/
.bookbg {
	overflow: hidden;
	background: #f7f7f7;
	padding: 3% 0;
}
.bookbg .title {
	margin-bottom: 2rem;
	text-align: center;
}

.bookbg .title h2 {
	font-family: 'gilroy_Medium';
	font-size: 2.4rem;
	font-weight: 500;
}

.bookbg .title p {
	font-size: 1.1rem;
	line-height: 1.2em;
	font-weight: 400;
	color: #666;
	margin: 1rem 0;
}

.form_book {}
.form_book .item{
	width: 48%;
}
.form_book .item em,.form_book .liuyan em,.form_book .yzm em{
	display: block;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	color: #666;
}

.form_book .item input {
	width: 97%;
	background: #FFF;
	height: 3.5rem;
	line-height: 3.5rem;
	border: 1px solid #ccc;
	padding-left: 1rem;
}

.form_book .liuyan{
	margin: 1rem 0;
}
.form_book .liuyan textarea {
	width: 98%;
	height: 10vw;
	padding: 10px;
	background: #FFF;
	border: 1px solid #ccc;
}

.form_book .yzm {
	margin-bottom: 1rem;	
}
.form_book .yzm input{
	width: 120px;
	background: #FFF;
	height: 3.5rem;
	line-height: 3.5rem;
	border: 1px solid #ccc;
	padding-left: 1rem;
}
.form_book button{
	border: 0;
	background: none;
	color: #FFF;
	cursor: pointer;
}


.honorlist {
   margin-bottom: 3rem;
}

.honorlist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

@media screen and (max-width: 990px) {
	.honorlist {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

}

@media screen and (max-width: 768px) {
	.honorlist {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem;
	}

}

.honorlist .item .img {
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e7e7e7;
}

.honorlist .item .img img {
	max-width: 100%;
}

.honorlist .item h2 {
	text-align: center;
	font-size: 1rem;
	padding: .8rem 0;

}


.video {
   margin-bottom: 3rem;
}

.video {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

@media screen and (max-width: 990px) {
	.video {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

}

@media screen and (max-width: 768px) {
	.video {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem;
	}

}

.video .item .img {
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	position: relative;
}

.video .item .img img {
	max-width: 100%;
}
.video .item .img .viwe{
	 display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    background: rgba(238, 29, 35, 0.80);
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    opacity: 0;
    transition: all .5s;
}
.video .item .img .viwe i{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.video .item .img .viwe i img{
	width: 3rem;
}
.video .item .img .viwe span{
	font-size: 1.1rem;
	margin-top: 1rem;
	color: #FFF;
}
.video .item .img:hover .viwe{
	opacity: 1;
}

.video .item h2 {
	text-align: center;
	font-size: 1rem;
	padding: .8rem 0;

}


.news-list {
	margin: 3rem 0;
}
.news-list .title{
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem;
	padding: 1rem 0;
}
.news-list .title span{
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid #ee1d23;
	padding: 1rem 0;
}

.news-list .left{
	width: 70%;
}

.news-list .left li {
	border-bottom: 1px solid #E7E7E7;
	background: #FFFFFF;
	padding: 1.5rem 0;
	transition: all .5s;
}

.news-list .left li:hover {
	background: #ee1d23;
	padding: 1.5rem;
}

.news-list .left li .img {
	width: 30%;
	padding-bottom: 16.28571%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.news-list .left li .img>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-list .left li .img img {
	width: 100%;
}

.news-list .left li .cont {
	width: 65%;
	color: #666;
}
.news-list .left li:hover .cont {
	color: #FFF;
}
.news-list .left li:hover .cont .loupan p:last-child b {
	color: #FFF;
}
.news-list .left li .cont .tit{
	font-size: 1.2rem;
	font-weight: bold;
}

.news-list .left li .cont .nr {
	font-size: 1rem;
	margin: 1rem 0;
}
.news-list .left li .cont .data {
	font-size: .9rem;
	margin: 1rem 0;
}
.news-list .left li .cont .more {
	font-size: 1rem;
	margin: 1rem 0;
}
.news-list .left li .cont .loupan{
	margin-top: 1rem;
}
.news-list .left li .cont .loupan p{
	width: 48%;
	margin: .5rem 0;
}
.news-list .left li .cont .loupan p:last-child{
	width: 100%;
}
.news-list .left li .cont .loupan p:last-child b{
	color: #ee1d23;
}
.news-list .right{
	width: 25%;
}

.news-list .left h1 {
	font-size: 1.5rem;
	line-height: 2;
	color: #363636;
	font-weight: bold;
}

.news-list .left .p2 {
	font-size: .9rem;
	line-height: 2;
	color: #666;
	border-bottom: 1px solid #999;
	padding-bottom: 1rem;
	margin: 1rem 0;
}

.news-list .left .newsshow-nr {
	font-size: 1rem;
	line-height: 2;
	color: #444;
	margin: 1rem 0;
}

.news-list .left .newsshow-nr img {
	max-width: 100%;
}

.news-list .left .loupans{
	border: 1px solid #ccc;
	padding:2rem;
	margin: 2rem 0;
	box-shadow: 0 10px 18px #f6f6f6;
}
.news-list .left .loupans p{
	font-size: 1.1rem;
	width: 48%;
	margin: .5rem 0;
}
.news-list .left .loupans p b{
	font-weight: bold;
}

.news-list .left .team-l{
	 width: 35%;
}
.news-list .left .team-l img{
	 width: 100%;
	 border-radius: 8px;
}
.news-list .left .team-r{
	 width: 60%;
}
.news-list .left .team-r .item{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.news-list .left .team-r .item span{
	font-size: 1.2rem;
	width: 100px;
}

.news-list .left .team-r .item:nth-of-type(1) span{
	color: #ee1d23;
	font-weight: bold;
}
.news-list .left .team-r .item .p1{
	width: calc(100% - 100px);
	color: #666;
	line-height: 2rem;
}
.news-list .left .team-r .item .p1 b{
	color: #FFF;
	padding: 5px 10px;
	background: #ee1d23;
	border-radius: 5px;
	margin-right: 2rem;
}
.news-list .right .shenqing{
	border: 1px solid #ccc;
	position: relative;
}
.news-list .right .shenqing .tit{
	 text-align: center;
}
.news-list .right .shenqing .tit h2{
	font-size: 1.6rem;
	color: #ee1d23;
	margin-top: 2rem;
}
.news-list .right .shenqing .tit p{
	color: #999;
	padding: .5rem 0;
}
.news-list .right .shenqing .tit span{
	position: absolute;
	top: 0;
	left: 0;
	background: #ee1d23;
	color: #FFF;
	padding: .4rem;
	font-size: 13px;
	font-weight: bold;
}
.news-list .right .shenqing .box{
	padding: 1.5rem;
}
.news-list .right .shenqing .box input{
	border: 1px solid #e7e7e7;
	padding:.8rem .4rem;
	width: 100%;
	margin: .5rem 0;
}
.news-list .right .shenqing .box button{
	background: #ee1d23;
	width: 100%;
	text-align: center;
	padding: .8rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
.news-list .right .tuijian{
	border: 1px solid #ccc;
	padding:1.5rem;
	margin: 2rem 0;
}
.news-list .right .tuijian .title{
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	padding: .6rem 0;
}
.news-list .right .tuijian .title span{
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 2px solid #ee1d23;
	padding: .6rem 0;
}
.news-list .right .tuijian .item{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.news-list .right .tuijian .item .img img{
	width: 100%;
}
.news-list .right .tuijian .item .text{
	padding: 1rem 0;
}
.news-list .right .tuijian .item .text .name{
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}
.news-list .right .tuijian .item:hover .text .name{
	color: #ee1d23;
}
.news-list .right .tuijian .item .text .data{
	font-size: .9rem;
	padding: .5rem 0;
	color: #888;
}
.news-list .right .tuijian .item .text .nr{
	font-size: 1rem;
	color: #666;
}

.team{
	margin: 3rem 0;
}
.team .item{
	width: 48%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.team .item .left{
	position: relative;
	width:200px;
	margin-right: 30px;
}
.team .item .left img{
	border-radius: .5rem;
	width: 100%;
}
.team .item .left a{
	
}
.team .item .left a span{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #FFF;
	padding: 5px 10px;
	background: rgb(238, 29, 35, .6);
	border-radius: 5px;
	z-index: 99;
	text-align: center;
	width: 80px;
	margin: auto;
}
.team .item .right{
	width: calc(100% - 230px);
}

.team .item .right .name{}
.team .item .right .name h2{
	font-size: 1.8rem;
	margin-right: 2rem;
}
.team .item .right .name b{
	color: #FFF;
	padding: 5px 10px;
	background:#ee1d23;
	border-radius: 5px;
}
.team .item .right .jingyan,.team .item .right .zuopin{
	margin: .5rem 0;
}
.team .item .right .jingyan b{
	color: #ee1d23;
}
.team .item .right .jingyan span,.team .item .right .fengge span{
	color: #333;
	font-weight: bold;
}
.team .item .right .zuopin span{
	color: #333;
	font-weight: bold;
	margin-bottom: .5rem;
}
.team .item .right .fengge p,.team .item .right .zuopin p{
	color: #666;
	line-height: 1.6rem;
}
.liucheng01{
	background: url(../images/liucheng01.jpg) no-repeat;
	background-size: 100%;
}
.liucheng01 .Tit {
	padding: 5rem 0 8rem;
	text-align: center;
}

.liucheng01 .Tit span{
	display: block;
	font-family: 'gilroy_Medium';
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1rem;
}

.liucheng01 .Tit p{
	font-size: 1.1rem;
	color: #999;
}

.liucheng01 .img{
	background: #FFF;
	border-radius: .4rem;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	padding:7rem 5rem;
	text-align: center;
}
.liucheng01 .img li{
	margin: 0 1rem;
}
.liucheng01 .img li span{
	display: block;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.liucheng01 .img li img{
	display: block;
	width: 8rem;
}
.liucheng01 .img li .jt img{
	display: block;
	width: 1.5rem;
}
.liucheng02{
	background: url(../images/liucheng02.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 10%;
}
.liucheng02 .left{
}
.liucheng02 .left li{
	margin: 1rem 0;
}
.liucheng02 .left li i{
	margin-right: -2rem;
	position: relative;
	width: 30%;
}
.liucheng02 .left li i img{
	width: 100%;
}
.liucheng02 .left li .text{
	background: #e5e5e5;
	padding: 1rem 1rem 1rem 2rem; 
	width: 74%;
}
.liucheng02 .left li .text span{
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	margin-bottom: .5rem;
	padding-left: .5rem;
}
.liucheng02 .left li .text p{
	font-size: 1rem;
	color: #666;
	padding-left: .5rem;
}
.kefu{
	background: url(../images/kefu.jpg) no-repeat;
	background-size: cover;
	border-radius: .5rem;
	display: flex;
    justify-content: flex-end;
}
.kefu .box{
	 display: inline-block;
    width: 480px;
    padding: 40px;
    background: #FFF;
    margin: 50px;
    border-radius: .5rem;
    margin-bottom: 100px;
}
.kefu .box .img{
   margin-bottom: .5rem;
}
.kefu .box .img img{
   width: 58px;
}
.kefu .box input{
	 border: 1px solid #ccc;
    padding: .8rem .4rem;
    width: 100%;
    margin: .5rem 0;
    border-radius: .5rem;
}
.kefu .box textarea{
	 border: 1px solid #ccc;
    padding: .8rem .4rem;
    width: 100%;
    margin: .5rem 0;
    border-radius: .5rem;
}
.kefu .box button{
	background: #ee1d23;
    width: 100%;
    border-radius: .5rem;
    color: #FFF;
    padding: 1rem 0;
    font-size: 1.1rem;
    cursor: pointer;
}
.kefu .box .tel{
	color: #666;
	font-size: 1.1rem;
	text-align: center;
	margin: 1rem 0;
}
.kefu .box .tel b{
	color:#ee1d23;
}
.kefu-lc{
	margin: 0 50px;
	margin-top: -3rem;
}
.kefu-lc .item{
	width: 22%;
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #666;
	padding:1.5rem 2rem;
}
.kefu-lc .item i{
	width: 30%;
}
.kefu-lc .item i img{
	max-width: 100%;
}
.kefu-lc .item .text{
	width: 55%;
}
.kefu-lc .item .text h3{
	color: #222;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.kefu-lc .item .text p{
	font-size: 1.1rem;
	color: #666;
}
.gongyi01{
	padding: 3rem 0;
	font-size: 1.2rem;
	color: #333;
	line-height: 2rem;
	text-align: center;
	width: 45%;
	margin: 0 auto;
}
.gongyi02 .box{
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.gongyi02 .item{}
.gongyi02 .item .left{
	width: 50%;
}
.gongyi02 .item .left .text{
	margin-left: 3rem;
}
.gongyi02 .item .left .text h2{
	font-size: 1.6rem;
	color: #e11118;
	font-weight: bold;
}
.gongyi02 .item .left .text h3{
	display: block;
	margin: 1rem 0;
	font-size: 1.1rem;
	color: #333;
}
.gongyi02 .item .left .text i img{
	width: 2.8rem;
}
.gongyi02 .item .left .text p{
	margin-left: 1rem;
	color: #777;
	font-size: 1.1rem;
}
.gongyi02 .item .right{
	width: 50%;
}
.gongyi02 .item .right img{
	width: 100%;
}
.gongyi02 .item:nth-child(2n) .left{
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.gongyi03 .item{
   margin: 2rem 0;
}
.gongyi03 .item .img{
	font-family: 'gilroy_bold';
   width: 40px;
   height: 44px;
   background: url(../images/pz-shuozi.png) no-repeat;
   background-size: 30px;
   font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 3px 15px 0 0;
}
.gongyi03 .item .text{
   width: calc(100% - 40px);
}
.gongyi03 .item .text h2{
   font-size: 1.2rem;
   color: #333;
   font-weight: bold;
   margin-bottom: .5rem;
}
.gongyi03 .item .text p{
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
   
}

.pinzhi01 img,.pinzhi03 img{
   width: 100%;
}
.pinzhi02{
	background: url(../images/zs02.jpg) no-repeat top;
	background-size: 100%;
	margin: 4rem 0;
}
.pinzhi02 .box{
	background: #FFF;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	padding: 4rem 0;
	border-radius: .5rem;
}
.pinzhi02 .box .item{
	background: #333;
	width: 16%;
}
.pinzhi02 .box .item .img{
   padding: 1rem;
   margin-top: -2rem;
}
.pinzhi02 .box .item .img img{
   width: 100%;
}
.pinzhi02 .box .item .text{
    text-align: center;
    color: #FFF;
    margin-top: -1.5rem;
}

.pinzhi02 .box .item .text i img{
    width: 20px;
}

.pinzhi02 .box .item .text h2{
	display: block;
    font-size: 1.2rem;
    padding: .5rem 0;
}

.pinzhi02 .box .item .text p{
    font-size: 1rem;
    margin-bottom: 1rem;
}
.pinzhi04{

}
.pinzhi04 .item{
	text-align: center;
	width: 20%;
}

.pinzhi04 .item .img img{
	max-width: 100%;
}
.pinzhi04 .item .tit{
	font-size: 1.2rem;
	padding: 1rem 0;
	font-weight: bold;
	color: #333;
}
.pinzhi05{
	font-size: 1.1rem;
	margin: 2rem 0;
	color: #666;
	text-align: center;
}
.pinzhi06{
	background: #f6f6f6;
	margin-top: 3rem;
}
.pinzhi06 .left{
	display: flex;
	align-items: center;
    justify-content: center;
	 width: 30%;
	 background: url(../images/zs04.jpg) no-repeat;
	 background-size: cover;
	 padding: 4rem 0;
	 font-size: 2rem;
	 font-weight: bold;
	 color: #FFF;
}
.pinzhi06 .right{
	 width: 70%;
	 padding: 1rem 0;
}
.pinzhi06 .right .item{
	 width: 31%;
	 text-align: center;
}
.pinzhi06 .right .item .img img{
	max-width: 100%;
}
.pinzhi06 .right .item .tit{
	font-size: 1.2rem;
	padding: .5rem 0;
	font-weight: bold;
	color: #333;
}
.pinzhi06 .right .item p{
	font-size: 1rem;
	color: #666
}

.bases {
	overflow: hidden;
}

.base_item {
	width: 18%;
	height: 23vw;
	transition: all 0.6s;
	position: relative;
}

.base_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.base_item .title {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom:0;
	font-size: 1.2rem;
	color: #fff;
	transition: all 0.6s;
	z-index: 1;
	padding: 1rem 0;
	background: rgba(0, 0, 0, 0.70);
}

.base_item .base_before {
	position: absolute;
	background: rgba(238, 29, 35, 0.70);
	opacity: 0;
	transition: all 0.6s;
	bottom: 0;
	padding:5% 3%;
	z-index: 1;
	width: 100%;
}

.base_item .base_before h2 {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

.base_item .base_before p {
	text-align:center;
	font-size: 1rem;
	color: #fff;
	margin-top: 1rem;
	line-height: 2rem;
}

.base_item.active {
	width: 28%;
}

.base_item.active .title {
	opacity: 0;
}

.base_item.active .base_before {
	opacity: 1;
}

.shaixuan{
	margin: 4rem 0;
	border: 1px solid #edecec;
}
.shaixuan .item{
	border-bottom: 1px solid #edecec;
}
.shaixuan .item span{
	background: #f7f7f7;
	width: 100px;
	padding: 1rem;
	text-align: center;
}
.shaixuan .item p{
	padding: 1rem;
	width: calc(100% - 100px);
}
.shaixuan .item p a{
	padding: 5px;
	margin: 0 .5rem;
}
.shaixuan .item p .active{
	background:#ee1d23 ;
	padding: 5px;
}
.shaixuan .item p a.active {
	color: #FFF;
}

.product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin: 2rem 0;
}

@media screen and (max-width: 1366px) {
	.product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.3rem;
	}

}

@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: 1.3rem;
	}

}

.product .item{
	background: #FFF;
	margin-bottom: 1.5rem;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
.product .item .img{
	position: relative;
}
.product .item .img .qj{
	position: absolute;
	top: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
    z-index: 9;
    padding:.4rem .5rem;
}
.product .item .img .qj a{
	color: #FFF;
}
.product .item .img .qj a:hover{
	color: #f30a23;
}
.product .item .text{
	padding:1rem;
}

.product .item .text h2{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: .5rem;
	color: #222;
}

.product .item .text p{
	color: #666;
	font-size:1rem;
}

.Details-pro {
	padding: 5rem 0;
}

.Details-pro .left {
	width: 50%;
	position: relative;
	cursor: pointer;
	border: 1px solid #ccc;
}
.Details-pro .left img {
	width: 100%;
}

.Details-pro .left .swiper-pagination3 {
	position: absolute;
	text-align: center;
	z-index: 999;
	bottom: 1rem;
}

.Details-pro .left .swiper-pagination3 span {
	background: rgba(0, 0, 0, 0.3);
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	margin: 0 0.4rem !important;
	opacity: 1;
}

.Details-pro .left .swiper-pagination3 span.swiper-pagination-bullet-active {
	background: #f30a23;
}

.Details-pro .right {
	width: 45%;
}

.Details-pro .right h3 {
	font-size: 2.2rem;
	font-family: 'gilroy_Medium';
	line-height: 2rem;
	font-weight: 600;
	color: #ee1d23;
}

.Details-pro .right .gk {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
	margin: 2rem 0;
	font-family: 'gilroy_Medium';
	font-weight: 400;
}

.Details-pro .right .zx {

}
.Details-pro .right .zx .item{
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #f30a23 -20.93%, #940110 126.57%);
	background: -moz-linear-gradient(90deg, #f30a23 -20.93%, #940110 126.57%);
	background: -o-linear-gradient(90deg, #f30a23 -20.93%, #940110 126.57%);
	background: linear-gradient(90deg, #f30a23 -20.93%, #940110 126.57%);
}
.Details-pro .right .zx .item:nth-child(2){
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #313131 -20.93%, #1d1a18 126.57%);
	background: -moz-linear-gradient(90deg, #313131 -20.93%, #1d1a18 126.57%);
	background: -o-linear-gradient(90deg, #313131 -20.93%, #1d1a18 126.57%);
	background: linear-gradient(90deg, #313131 -20.93%, #1d1a18 126.57%);
}
.Details-pro .right .zx .item a{
	color: #FFF;
}
.Details-pro .right .zx .item a i{
	font-size: 1.5rem;
	margin-right: .5rem;
}
.Details-pro .right .zx .item span{
	font-size: 1.1rem;
}

.proshow-bt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5rem;
}
.proshow-bt span{
	font-size: 1.8rem;
	font-family: 'gilroy_Medium';
	background:#ee1d23 ;
	font-weight: 500;
	color: #FFF;
	padding: .8rem 3rem;
	margin-bottom: -2rem;
}


.proshow-content {
	font-family: 'gilroy_Medium';
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #333;
}

.proshow-content img {
	max-width: 100%;
}




@media screen and (max-width: 990px) {

	.htop {
		height: 0;
	}
	.pageTit span{
		font-size: 2rem;
	}
	.gongyi01{
		width: 100%;
		font-size: 1.1rem;
		line-height: 2.2rem;
	}
	.team .item{
		width: 100%;
	}
	.wenhua .item .text{
		font-size: 1rem;
		font-weight: normal;
	}
	


}



@media screen and (max-width: 768px) {

	.htop {
		height: 0;
	}
	.pageTit span{
		font-weight: bold;
		font-size: 1.7rem;
	}
	
	.sublist{
		display: none;
	}
	.shaixuan .item span{
		width: 100%;
	}
	.shaixuan .item p{
		width: 100%;
	}
	.shaixuan .item p a{
		display: inline-block;
		padding-bottom: .5rem;
	}
	.about .item .text{
		width: 100%;
	}
	.about .item:nth-child(2n) .text {
	    -webkit-order: 0;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 0;
	    order: 0;
	}
	.about .item .img{
		width: 100%;
	}
	.wenhua .item h2{
		font-size: 1.5rem;
	}
	.wenhua .item em{
		font-size: 1rem;
	}
	.wenhua .item .text{
		font-size: 1rem;
		font-weight: normal;
	}
	
	.news-list .left{
		width: 100%;
	}
	.news-list .left li .img{
		padding-bottom: 40%;
	}
	.news-list .right{
		width: 100%;
	}
	.gongyi01{
		width: 100%;
		font-size: 1.1rem;
		line-height: 2.2rem;
		padding: 0 0 3rem 0;
	}
	.gongyi02 .item{
		margin: 1rem 0;
	}
	.gongyi02 .item .left{
		width: 100%;
		margin: 2rem 0;
	}
	.gongyi02 .item .right{
		width: 100%;
	}
	.gongyi02 .item:nth-child(2n) .left {
	    -webkit-order: 0;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 0;
	    order: 0;
	}
	.gongyi02 .item .left .text{
		margin-left:1rem;
	}
	.liucheng01 .Tit{
		padding: 1rem 0 3rem;
	}
	.liucheng01 .Tit span{
		font-size: 2rem;
		margin-bottom: .5rem;
	}
	.liucheng01 .Tit p{
		font-size: 1rem;
	}
	.liucheng01 .img{
		padding: 1rem;
	}
	.liucheng01 .img li{
		width: 22%;
		margin: 1rem 0;
	}
	.liucheng01 .img li img{
		width: 5rem;
	}
	.liucheng01 .img li span{
		font-size: 1rem;
		margin-top: .5rem;
	}
	.liucheng02{
		padding-bottom: 45%;
	}
	.base_item{
		width: 100%;
		height: 90vw;
		margin-bottom: 2rem;
	}
	.base_item.active{
		width: 100%;
	}
	.pinzhi02 .box .item{
		width: 48%;
		margin-bottom: 2rem;
	}
	.pinzhi04 .item{
		width: 30%;
	}
	.pinzhi04 .item .tit{
		font-size: 1.1rem;
	}
	.pinzhi06 .left{
		width: 100%;
	}
	.pinzhi06 .right{
		width: 100%;
	}
	.pinzhi06 .right .item .img img{
		max-width: 60%;
	}
	.kefu .box{
		width: 100%;
		padding: 2rem;
		margin: 2rem;
	}
	.kefu-lc{
		margin: 3rem 0 0 0;
	}
	.kefu-lc .item{
		width: 48%;
		margin-bottom: 1rem;
	}
	
	.team .item .left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.team .item .right{
		width: 100%;
	}
	.news-list .left .team-l{
		width: 100%;
		margin-bottom: 2rem;
	}
	.news-list .left .team-r{
		width: 100%;
	}
	.news-list .left li .cont .loupan p{
		width: 100%;
	}
	
	.Details-pro .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.Details-pro .right{
		width: 100%;
	}
	.Details-pro .right h3{
		font-size: 2rem;
	}
	.Details-pro .right .zx .item{
		padding: 1rem;
		margin-right: 1rem;
	}
	.Details-pro .right .zx .item:nth-child(2){
		padding: 1rem;
		margin-right: 0;
	}
	.proshow-bt span{
		font-size: 1.5rem;
	}
	.news-list .left .newsshow-nr iframe{
		width: 100% !important;
		height: 360px !important;
		
	}



}