.page-banner{
	height: 765px;
}

.page-banner img{
	height: 765px;
	width: 100%;
}

.page-keyword{
	padding:0 156px;
	background-color: #eeeeee;
}

.page-keyword span{
	line-height: 70px;
	font-size: 16px;
	color: #636363;
}

.page-keyword span a{
	color: #636363;
	text-decoration: none;
}

.page-search{
	line-height: 70px;
	position: relative;
}
.page-search input{
	width: 330px;
	height: 40px;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 10px;
	background-color: #fff;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-search i{
	color:#939393;
	position: absolute;
	right:5px;
}

.page-main-1{
	padding:0 156px;
	margin: 58px 0px;
	background: url('../img/gsjj_bg.jpg') no-repeat;
	background-position-x: right;
	padding-bottom: 15px;
}

.page-main-1 h2{
	font-weight: bold;
	font-size: 40px;
	color:#4a4a4a;
	margin-bottom: 58px;
}

.page-main-1 h2 span{
	font-size: 24px;
	font-weight: normal;
	color:#606060;
}

.gs-logo{
	padding-right: 5%;
	height: 515px;
	padding-left: 15px;
}

.page-main-1 .media img{
	max-width: 100%;
	height: 100%;
	animation: donhuaright 1.5s normal;

		/* Firefox: */
	-moz-animation: donhuaright 1.5s normal;
		/* Safari 和 Chrome: */
	-webkit-animation: donhuaright 1.5s normal; 
		/* Opera: */
	-o-animation: donhuaright 1.5s normal;
    box-sizing: border-box;
	box-shadow: -15px 15px 0px 0px red;
}

.page-main-1 .media .media-body{
	/* margin-left: 8rem !important; */
	padding-left: 5%;
	box-sizing: border-box;
	width: 50%;
	height: 515px;
	overflow: hidden;
	position: relative;
}

.page-main-1 .media .media-body h5{
	font-size: 30px;
	color:#e60012;
	font-weight: 600;
	/* display: block; */
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;

	animation: donhualeft 1.5s normal;
	/* Firefox: */
	-moz-animation: donhualeft 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhualeft 1.5s normal; 
	/* Opera: */
	-o-animation: donhualeft 1.5s normal;
}


.page-main-1 .media .media-body p{
	color:#282828;
	font-size: 16px;
	line-height: 30px;
	/* height: 310px; */
	/* margin-bottom: 55px; */
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
	animation: donhualeft 1.5s normal;
	/* Firefox: */
	-moz-animation: donhualeft 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhualeft 1.5s normal; 
	/* Opera: */
	-o-animation: donhualeft 1.5s normal;
}

.page-main-1 .media .media-body a{
	width: 210px;
	line-height: 60px;
	display: block;
	position: absolute;
	/* left:5%; */
	bottom: 0;
	background-color: #ff0024;
	color: #FFFFFF;
	animation: donhualeft 1.5s normal;
	/* Firefox: */
	-moz-animation: donhualeft 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhualeft 1.5s normal; 
	/* Opera: */
	-o-animation: donhualeft 1.5s normal;
}

.page-product{
	width: 100%;
	/* height: 700px; */
	background-image: url(../img/product-bg.jpg);
	background-size: cover;
	padding:0 156px;
	margin: 58px 0px 25px 0px;
	padding-bottom: 60px;
}

.page-product h2{
	font-weight: bold;
	font-size: 40px;
	color:#4a4a4a;
	padding: 58px 0px 35px 0px;
}

.page-product h2 span{
	font-size: 24px;
	font-weight: normal;
	color:#606060;
}

.product-item{
	padding: 30px;
}

.page-product .products-class{
	width: 20%;
	animation: donhuaright 1.5s normal;
	/* Firefox: */
	-moz-animation: donhuaright 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhuaright 1.5s normal; 
	/* Opera: */
	-o-animation: donhuaright 1.5s normal;
}

.page-product .products-class .nav .nav-link{
	/* width: 245px; */
	line-height: 30px;
	margin-top: 24px;
	background-color: #ff0024;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
}

.page-product .products-class .nav .nav-link:first-child{
	margin-top: 0px;
}

.page-product .products-class .nav .nav-link:hover{
	background-color: #FFFFFF;
	color: #393939;
}

.page-product .products-list{
	width: 75%;
	/* height: 516px; */
	/* min-height: 420px; */
	background-color: #FFFFFF;
	box-shadow:0px 0px 20px #000;
	animation: donhualeft 1.5s normal;
	/* Firefox: */
	-moz-animation: donhualeft 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhualeft 1.5s normal; 
	/* Opera: */
	-o-animation: donhualeft 1.5s normal;
}

.page-product .products-list .tab-content{
	text-align: center;
}

.page-product .products-list .products-content{
	/* width: 650px; */
	/* height: 100%; */
    margin: 0 auto;
    /* padding: 30px; */
    position: relative;
}

.page-product .products-list .products-content a{
	/* line-height: 530px; */
}

.products-box{
	padding: 30px;
	min-height: 390px;
}

.page-product .products-list .products-content img{
	/* min-height: 210px;
	min-width: 210px; */
	/* position: relative;
	top: 50%;
	left: auto;
	transform: translate3d(0,-50%,0); */
	margin: auto;
    display: block;
	max-width: 80%;
    max-height: 100%;
    padding-bottom: 60px;
}

.page-product .products-list  .products-title{
	font-size: 16px;
	width: 50%;
	padding: 0px 10px;
	line-height: 60px;
	background-color: #e4e4e4;
	color: #595959;
	margin: 0 auto;
	/* margin-bottom: 25px;
	margin-top: 15px; */
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate3d(-50%,0,0);
}

.page-product .products-list  .products-title>a{
	color: #595959;
	text-decoration: none;
}

.page-gg-1{
	width: 100%;
	height: 243px;
	/* background-image: url(../img/gg-1.jpg); */
	/* padding:0 156px; */
	background-repeat: no-repeat;
	background-size: cover;
	margin: 25px 0px;
}

.page-gg-1 img{
	width: 100%;
	height: 100%;
}

.page-jishu{
	height: 750px;
	width: 100%;
	margin-bottom: 60px;
}

.page-jishu ul{
	height: 750px;
	/* width: 100%; */
	padding-left: 0;
	margin: 0;
}

.page-jishu ul li:first-child{
	width: 14.5%;
}

.page-jishu ul li{
	background-size: 100%;
	height: 100%;
	width: 10%;
	position: relative;
}


.page-jishu .curr{
	width: 55.5%;
}
.page-jishu .img_show{
	/* display: block; */
}

 .page-jishu .img_hide{
	display: none !important;
 }

.page-jishu ul li img{
	height: 100%;
	width: 100%;
}


.page-jishu .zhezhao{
	/* background-color: ; */
	/* background-image: url(../img/zhezhao.png); */
	background-size: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	color: #FFFFFF;
	font-size: 24px;
}

.page-jishu .zhezhao a{
	position: absolute;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	width: 65px;
	height: 165px;
	padding: 5px 20px;
	top:40%;
	left: 35%;
}


.page-jishu .title-max{
	width: 205px;
	height: 205px;
	background-image:  url(../img/tubiao.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 35%;
    left: 40%;
}

.page-jishu .title-max a{
	position: absolute;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	padding: 5px 20px;
	top: 28%;
    left: 28%;
}

.page-jishu .description{

	position: absolute;
	bottom: 45px;
	left:115px;
	width: 75%;
	height: 150px;

}

.page-jishu .description p{
	color: #ffffff;
	font-size: 16px;
}


.page-jishu .description a{
	/* width: 90px;
	height: 30px;
	background-image:  url(../img/btn_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center; */
	color: #ffffff;
    background-color: #ff001c;
    font-size: 16px;
}


/* .page-jishu ul li:hover
{
	opacity: 0.8;
} */

.page-news{
	width: 100%;
	/* height: 755px; */
	padding:0 156px;
	margin: 25px 0px;
}

.news_main{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.page-news h2{
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	color: #3f3f3f;
}

.page-news span{
	text-align: center;
	display: block;
	font-size: 24px;
	color: #909090;
}

.page-news-one{
	width: 36%;
	animation: donhuaright 1.5s normal;
	-moz-animation: donhuaright 1.5s normal;
	-webkit-animation: donhuaright 1.5s normal; 
	-o-animation: donhuaright 1.5s normal;
}

.page-news-one img{
	height: 230px;
	width: 100%;
}

.page-news-one .card{
	height: 100%;
}

.page-news-one .card .card-body{
	/* height: 170px; */
	background-color: #eeeeee;
}

.page-news-one .card .card-body .page-news-content:hover .card-title
{
	color: #ff001c;
}

.page-news-one .card .card-body .page-news-content:hover .btn{
	color:#ffffff;
	background-color: #ff001c;
}

/* .page-news-one .card .card-body:hover .card-title,
.page-news-one .card .card-body:hover .btn
{
	color: #ff001c;
} */

.page-news-one .card .card-body .page-news-date{
	width: 25%;
	border-right: 1.5px solid #000000 !important;
}

.page-news-one .card .card-body .page-news-date h2{
	color: #575757;
	font-size: 32px;
}

.page-news-one .card .card-body .page-news-date span{
	color: #575757;
	font-size: 16px;
}

.page-news-one .card .card-body .page-news-content{
	/* width: 415px; */
	width: 75%;
	padding-left: 30px;
}

.page-news-one .card .card-body .page-news-content .card-title{
	font-size: 18px;
	color: #575757;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-news-one .card .card-body .page-news-content .card-text{
	color: #575757;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-news-one .card .card-body .page-news-content .btn{
	color:#ffffff;
	background-color: #ff001c;
	font-size: 16px;
	
}

.page-news-list{
	width: 60%;
	animation: donhualeft 1.5s normal;
	/* Firefox: */
	-moz-animation: donhualeft 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhualeft 1.5s normal; 
	/* Opera: */
	-o-animation: donhualeft 1.5s normal;
}


.page-server{
	width: 100%;
	/* height: 655px; */
	padding:0 156px;
	margin: 30px 0px;
	animation: donhuaright 1.5s normal;
	/* Firefox: */
	-moz-animation: donhuaright 1.5s normal;
	/* Safari 和 Chrome: */
	-webkit-animation: donhuaright 1.5s normal; 
	/* Opera: */
	-o-animation: donhuaright 1.5s normal;
	/* margin-bottom: 60px; */
}

.page-server h2{
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	color: #3f3f3f;
}

.page-server span{
	text-align: center;
	display: block;
	font-size: 24px;
	color: #909090;
}

.page-server .row{
	margin-top: 92px;
}

.page-server .row .col .card{
	position: relative;
	border: 0;
	/* border: 3px solid transparent; */

	/* width: 25%; */
}

.page-server .row .col .card:hover{
	box-shadow: 10px 10px 15px #888888;
	width: 100%;
	/* border: 3px solid #ff001c; */
}

.page-server .row .col .card:hover .card-body,
.page-server .row .col .card:hover .card-body>p
{
	background-color: #ff001c;
	color: #FFFFFF;
}

.page-server .row .col .card:hover >a{
	background-image: url(../img/server-btnbgred.png);
}

.page-server .row .col .card:hover .server-zhezhao{
	background-image: none;
}

.page-server .row .col .card img{
	/* width: 338px; */
	height: 225px;
}

.page-server .row .col .card .server-zhezhao{
	background-image: url(../img/server-zhezhao.png);
	background-size: 100%;
	background-repeat: no-repeat;
	/* width: 338px; */
	width: 100%;
	height: 100%;
	position: absolute;
}

.page-server .row .col .card>a{
	position: absolute;
	background-image: url(../img/server-btnbgred.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 130px;
	/* height: 50px; */
	font-size: 20px;
	line-height: 50px;
	color:#FFFFFF;
    top: 30%;
    left: 30%;
	text-decoration: none;
}


.page-server .row .col .card .card-body{
	background-color: #eeeeee;
	padding: 35px 22px;
	/* width: 338px; */
	width: 100%;
	height: 165px;
	position: relative;
}


.page-server .row .col .card .card-body .card-text{
	font-size: 14px;
	color: #3f3f3f;
}

.page-server .row .col .card .card-body a{
	background-color: #ffffff;
	font-size: 12px;
	color: #3f3f3f;
	width: 105px;
	line-height: 30px;
	display: block;
	position: absolute;
	left:50%;
	transform: translate3d(-50%,0,0);
	bottom: 25px;
}

.page-news-list .nav-link{
	background-color: #eeeeee;
	width: 150px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #ff001c;
	color: #FFFFFF;
}


.page-news-list .gengduo{
	background-color: #eeeeee;
	width: 150px;
	line-height: 25px;
	text-align: center;
    color: #3f3f3f;
    font-size: 16px;
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #3f3f3f;
	padding: 0.5rem 1rem;
}

.page-news-list .tab-content{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.page-news-list .tab-content .tab-pane .list-group .list-group-item{
	border: 1px solid grey;
	background-color: #eeeeee;
	/* padding: 32px; */
	margin-bottom: 15px;
}
.page-news-list .tab-content .tab-pane .list-group .list-group-item:last-child{
	margin-bottom: 0px;
}

.list-group{
	justify-content: space-between;
}

.page-news-list .tab-content .tab-pane .list-group .list-group-item:hover{
	background-color: #ff001c;
	
}
.page-news-list .tab-content .tab-pane .list-group .list-group-item:hover h5,
.page-news-list .tab-content .tab-pane .list-group .list-group-item:hover small,
.page-news-list .tab-content .tab-pane .list-group .list-group-item:hover p
{
	color: #FFFFFF;
}

.page-news-list .tab-content .tab-pane .list-group .list-group-item h5{
	font-size: 18px;
	color: #3f3f3f;
}

.page-news-list .tab-content .tab-pane .list-group .list-group-item small{
	font-size: 20px;
	color: #3f3f3f;
}

.page-news-list .tab-content .tab-pane .list-group .list-group-item p{
	font-size: 16px;
	color: #3f3f3f;
	padding: 10px 0px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination-bullet{
	background: #FFFFFF;
	opacity:1;
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}
			
.swiper-pagination-bullet-active{
	background-color: #ffc107;
}

@media screen and (max-width: 1600px) {

	.page-banner{
		height: 460px;
	}
	.page-banner img{
		height: 460px;
	}

	.page-keyword span{
		line-height: 40px;
    	font-size: 12px;
	}

	.page-search{
		line-height: 40px;
	}

	.page-search input{
		width: 230px;
		font-size: 12px;
		height: 25px;
		padding: 13px 15px;
	}

	.page-search i{
		right: 2px;
	}

	.page-main-1{
		/* margin: 15px 0px; */
	}

	.page-news-one img{
		height: 210px;
	}

	.page-main-1 h2,
	.page-product h2,
	.page-news h2,
	.page-server h2{
		font-size: 24px;
	}

	.page-main-1 h2 span,
	.page-product h2 span,
	.page-news span,
	.page-server span{
		font-size: 18px;
	}

	.page-main-1 h2{
		margin-bottom: 20px;
	}

	.gs-logo,
	.page-main-1 .media .media-body{
		height: 330px;
	}

	.page-main-1 .media .media-body h5 {
		font-size: 20px;
	}

	.page-main-1 .media .media-body p{
		-webkit-line-clamp: 4;
		font-size: 14px;
	}

	.page-main-1 .media .media-body a{
		line-height: 35px;
		width: 160px;
		font-size: 14px;
	}

	.product-item{
		padding: 0;
	}
	.page-product{
		margin-top: 30px;
		/* height: 420px; */
		padding-bottom: 30px;
	}

	.page-product h2{
		padding: 20px 0px;
	}
	
	.page-product .products-class .nav .nav-link{
		line-height: 30px;
		font-size: 14px;
		margin-top: 10px;
	}

	.page-product .products-list .products-content{
		/* height: 190px; */
	}

	.products-box{
		min-height: 240px;
	}
	.page-product .products-list{
		/* height: 270px; */
	}


	.page-product .products-list .products-title{
		/* width: 280px; */
		line-height: 40px;
		font-size: 14px;
		bottom: 0;
	}

	.page-gg-1{
		margin-top: 0;
		height: 110px;
		background-size: 100% 110px;
	}

	.page-jishu{
		margin-bottom:25px;

	}

	.page-jishu,
	.page-jishu ul{
		height: 470px;
	}

	.page-jishu .title-max{
		height: 100px;
		width: 100px;
	}

	.page-jishu .title-max a{
		font-size: 20px;
		top: 15%;
		left: 10%;
	}
	
	.page-jishu .description{
		/* height: 50px; */
	}

	.page-jishu .description p{
		font-size: 14px;
	}


	.page-news-list .nav-link,
	.page-news-list .gengduo{
		font-size: 14px;
		line-height: 16px;
	}

	.page-news-one .card .card-body .page-news-date h2{
		font-size: 18px;
	}

	.page-news-one .card .card-body .page-news-date span,
	.page-news-one .card .card-body .page-news-content .card-text,
	.page-news-list .tab-content .tab-pane .list-group .list-group-item small,
	.page-news-list .tab-content .tab-pane .list-group .list-group-item p{
		font-size: 12px;
	}

	.page-news-one .card .card-body .page-news-content .card-title{
		font-size: 14px;
	}

	.page-news-one .card .card-body .page-news-content .btn{
		padding: 5px;
		font-size: 14px;
	}

	.page-news-list .tab-content .tab-pane .list-group .list-group-item h5{
		font-size: 16px;
	}

	.page-news{
		/* height: 510px; */
	}
	.page-news-list .tab-content .tab-pane .list-group .list-group-item{
		/* height: 103px; */
		/* padding: 15px; */
	}
	
	.list-group{
		justify-content: space-between;
	}

	.page-server .row{
		margin-top: 25px;
	}

	.page-server .row .col .card img{
		height: 100%;
	}

	.page-server .row .col .card>a{
		width: 80px;
		font-size: 14px;
		line-height: 35px;
	}

	.page-server{
		/* height: 460px; */
	}

	.page-server .row .col .card .card-body .card-text{
		font-size: 12px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		animation: donhualeft 1.5s normal;
		-moz-animation: donhualeft 1.5s normal;
		-webkit-animation: donhualeft 1.5s normal;
		-o-animation: donhualeft 1.5s normal;
	}
}