@charset "utf-8";
/* CSS Document */
img{
	display:block;
	max-width:100%;
}
.banner{
	max-height:calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
.banner .st{
	position:absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	z-index: 6;
}
.bannerS .swiper-pagination{
	width:100%;
	left:0;
	/*bottom:26%;*/
	bottom:15%;
}
.bannerS .swiper-pagination-bullet {
    width: 24px;
    height: 7px;
    display: inline-block;
    border-radius:4px;
    background: #fff;
	opacity: 1;
	margin:0 5px;
}
.bannerS .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30100;
}
.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.banner .overlay{
	width:100%;
	height: 100%;
	position:absolute;
	z-index: 22;
	background: rgba(0,0,0,.2);
	text-align: center;
	top:0;
	vertical-align: middle;
	padding-top:15%;
}
.banner .overlay h2{
	font-size:46px;
	color:#fff;
	font-weight: bold;
}
.banner .overlay h2:after{
	display:block;
	content: '';
	width:60px;
	height:2px;
	background:#fff;
	margin:20px auto;
}
.banner .overlay p{
	font-size:20px;
	color:#FFFFFF;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	opacity: .7;
}
.banner .overlay a{
	display:block;
	width: 180px;
    height: 50px;
	margin:30px auto 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0.08);
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 48px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.banner .overlay a:hover{
    background-color: #bc0715;
    border-color: #bc0715;
}
/*******************首页简介*******************/
.in-ab .fl,
.in-ab .fr{
	width:50%;
	float:left;
}
.in-ab .fl{
	position:relative;
	height:100%;
}
.in-ab .fl p{
	font-size:14px;
	color:#8c8c8c;
	line-height: 25px;
	text-indent: 2em;
}
.in-ab .fr img{display:block;}
.in-ab .img{
	position: absolute;
	bottom: 0;
}
.in-ab .img img{
	display:block;
	float:left;
	width:50%;
	height: auto;
}
.in-ab .fl .txt{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width:750px;
}
.in-tit{
	padding-top: 80px;
	margin-bottom: 38px;
}
.in-tit h1{
	font-size:32px;
	color:#282828;
}
.in-tit h2{
	display: inline-block;
	font-size:30px;
	color:#b9b7b7;
	line-height: 55px;
	border-bottom: 2px solid #ff9b30;
	position: relative;
	font-family:Calibri,Arial, Helvetica, "sans-serif"
}
.in-tit h2:after{
	position:absolute;
	content: '';
	display: block;
	width:80%;
	height: 2px;
	left:0;
	bottom:-2px;
	z-index: 1;
	background: #e20100;
}
.hmore{
	display: block;
	width:127px;
	height:40px;
	text-align: center;
	line-height: 40px;
	background: linear-gradient(#e50000,#ab2001);
	font-size:12px;
	color:#fff;
	margin-top:25px;
}
.in-ab .in-tit{
	padding-top:50px;
}
/****************首页产品****************/
.tab-nav{
	position:relative;
}
/*TAB选项卡*/
#tabs {
	width:1500px;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#tabs li {
	display:block;
	width:25%;
	float:left;
}
#tabs li a{
	display:block;
	text-align: center;
	font-size:14px;
	line-height: 50px;
	padding-bottom: 0;
	text-decoration: none;
	color: #fff;
	background: #d42727;
	cursor: pointer;
}
#tabs a:hover,
#tabs a:focus, 
#tabs #current a {
	background: #ae1f01;
}
/* ------------------------------------------------- */

#content {
	margin-top: 30px;
	background: #fff;
}
#content img{
	display:block;
}
#content #tab1{
	position:relative;
}
#content .word-wrap{
	max-width: 400px;
	position: absolute;
	z-index: 50;
	background: rgba(0,0,0,.2);
	padding:30px;
	left:210px;
	top:50%;
	transform:translateY(-50%);
	padding-bottom: 0;
}
#content .word-wrap h2{
	font-size:30px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
#content .word-wrap h2:after{
	content: '';
	display:block;
	width:42px;
	height: 1px;
	background: rgba(255,255,255,.5);
	margin:15px auto;
}
#content .word-wrap p{
	font-size:14px;
	color:#fff;
	line-height: 25px;
}
#content .word-wrap a{
	display:block;
	width:127px;
	height:40px;
	text-align: center;
	border:1px solid #fff;
	line-height: 40px;
	font-size:12px;
	color:#fff;
	margin:38px auto;
}



/******************新闻列表********************/
.in-news{
	padding-bottom: 80px;
	background:url(/bak/images/index_06.jpg) center no-repeat;
	background-size: cover;
}
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 28px;
}
.in-news .item{
	background: #fff;
	border-radius:30px 0 0 0;
	overflow: hidden;
}
.in-news .item .img{
	overflow:hidden;
	border-radius: 0 0 30px 0;
}
.in-news .item img{
	display:block;
	width: 100%;
    transition: all 0.5s;
    height: auto;
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.in-news .item .card-content{
	padding:0 20px;
}
.card-content h2{
	padding:30px 0 25px 0;
	font-size:18px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in-news .item .card-content p{
	font-size:14px;
	color:#8c8c8c;
	line-height: 25px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
}
.in-news .item .card-content .label{
	margin-top: 20px;
	font-size:12px;
	color:#aeaeae;
}
.in-news .item .card-content .label span{
	padding-right:25px;
}
.in-news .item .card-content a{
	display:block;
	width:127px;
	height:40px;
	text-align: center;
	border:1px solid #d6d6d6;
	line-height: 40px;
	font-size:12px;
	color:#9d9d9d;
	margin:30px auto;
}
.in-news .item .card-content a:hover{
	border:none;
	background:linear-gradient(#e40000,#af1e01);
	color:#fff;
}
.in-news .item .img:hover img{
	-webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}








































@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-ms-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}




<!--耗时1776458824.9498秒-->