/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */


body{background: #fff;}



/*轮播*/

#banner .panel{width: 400px; position: absolute; top: 25%; left: 50%; margin-left: -200px; text-align: center;}
#banner .panel p{color: #8c8c8c; font-size: 44px; line-height: 80px; letter-spacing: 15px;}
#banner .panel p.title{color: #4a4a4a; font-size: 54px; letter-spacing: 10px;}



/* .nav .layui-nav .layui-nav-item a:hover{color: #2db5a3;} */

@media screen and (max-width: 480px){
	#banner img{width: 100%; height: 500px;object-fit: cover;}
}
/*小屏幕*/
@media screen and (min-width: 768px){
	#banner img{min-width: 100%; height: 500px;object-fit: cover;}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	#banner img{min-width: 100%; height: 500px;object-fit: cover;}
}
/*大屏幕*/
@media screen and (min-width: 992px){
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
	#banner img{min-width: 100%; height: 530px;}
}
@media screen and (min-width: 1300px) {
#banner img{min-width: 100%; width:100%; height: 531px;}
}


.justify-around {
	justify-content: space-around;
}
.tmall-flex {
	display: flex;
}
.tmall-width-1200 {
	width: 1200px;
	margin: auto;
}
.tmall-width {
	width: 100%;
}
.justify-start {
	justify-content: flex-start;
}

.slide_a a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
    /*transform: scale(1.1); /* 放大1.1倍 */
}


:root {
	--basecolor: #333;
	--lightcolor: #f49a31;
	--deepcolor: #e5b377;
}

.gzdt_swiper  img{
	height: 350px;
	object-fit: cover;
}
.index_title {
	color: var(--basecolor);
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_title a {
	font-size: 16px;
	font-weight: normal;
	color: var(--basecolor);
}

.swiper_title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.gzdt_prev,
.gzdt_next {
	top: auto;
	bottom: 16px;
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 20px;
}

.gzdt_prev {
	left: 10px;
}

.gzdt_next {
	right: 10px;
}

.index_news_list a {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 15px;
    color: #333;
}
.index_news_list a:hover{
    color: var(--lightcolor);
}

.index_news_list a span {
	margin-left: auto;
}

.index_news_list a:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.index_news_list a p {
	width: calc(100% - 120px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin-left: 10px;
}