.gyly{
	 width:100%;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
}
.swiper-container{
	margin-top:50px;
}	
.swiper-slide{
	width:930px;
	height:596px;
	border-radius:45px;
	overflow: hidden;
	}
.swiper-slide img{
	height:100%;
	width:100%;
}
.swiper-button-prev{
	width:80px;
	height:80px;
	left:300px;
	top:50%;
	margin-top:-40px;
	background: url(../images/gy_prev1.png) no-repeat;
	z-index:99;
	transition: 0.2s;
	}	
.swiper-button-prev:hover{	
    background: url(../images/gy_prev2.png) no-repeat;
    background-size:100% 100%;
}
.swiper-button-next{
	width:80px;
	height:80px;
	right:300px;
	top:50%;
	margin-top:-40px;
	background: url(../images/gy_next1.png) no-repeat;
	z-index:99;
	transition: 0.2s;
	}
.swiper-button-next:hover{	
    background: url(../images/gy_next2.png) no-repeat;
    background-size:100% 100%;
}
/*工业旅游*/
.gyly_jj{
	width:1500px;
	margin:0 auto;
	font-size:30px;
	color:#115f95;
	text-align:center;
}
.gyly_jj i{
	width:80px;
	height:4px;
	background: #115f95;
	margin:0 auto;
	margin-top:8px;
	display:block;
}
.gyly_jj p{
	font-size:16px;
	color:#666;
	line-height:24px;
	margin-top:20px;
	text-indent:2em;
	text-align:left;
}
.gyly_jj h1{
	font-size:14px;
	color:#666;
	margin-top:20px;
	text-align:right;
}
.gyly_jj h1 a{
	color:#666;
}
.gyly_jj h1:hover a{
	color:#115f95;
}
.gyly1{
	width:1500px;
    margin: 0 auto;
    margin-bottom: 75px;
    margin-top: 50px;
}
.gyly1 p{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: left;
}
.gyly1 ul{
	overflow:hidden;
}
.gyly1 ul li{
	width:31%;
	height:298px;
	float: left;
	margin-right:3.5%;
	border-radius:50px;
	overflow: hidden;
	position:relative;
}
.gyly1 ul li:nth-child(3n){
	margin-right:0;
}
.gyly1 ul li img{
	width:100%;
	height:100%;
}
.gyly1 ul li p{
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	font-size:26px;
	color:#fff;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor:pointer;
}
@media (min-width: 640px) and (max-width:1500px){
    body{
            min-width:1500px;
        }
    }
@media screen and (max-width: 640px){
.gyly{
	width:92%;
	margin-top: 50px;
    margin-bottom: 50px;
}
.swiper-slide{
	width:100%;
	height:244px;
	border-radius:50px;
}
.swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 10px;
    margin-top:-20px;
    background-size:100% 100%;
}
.swiper-button-next{
    width: 40px;
    height: 40px;
    right: 10px;
    margin-top:-20px;
    background-size:100% 100%;
}
.gyly1{
	width:92%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.gyly1 ul li{
	border-radius:20px;
	height:78px;
}
.lb_dh .lb_dh1{
	font-size:14px;
	margin-left:6px;
}
.gyly1 ul li p{
	font-size:12px;
}
.gyly_jj{
	width:100%;
}
.swiper-container{
	margin-top:30px;
}

}