@charset "UTF-8";

/* @index */
header{
	border-bottom: #642828 2px solid;
}
.container{
    background: rgba(220,220,220,0.4);
}
/* --公用上部-- */
.banner{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bannerpage.jpg)no-repeat;
	position: relative;
}
.banner .banner-titile{
	width: 1200px;
	margin: 0 auto;
}
.banner .banner-titile h1{
	font-size: 48px;
	line-height: 70px;
	margin-top: 90px;
}
.banner .banner-titile h2{
	font-size: 48px;
	line-height: 70px;
	margin-top: 90px;
}
.banner .banner-titile p{
	width: 600px;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
}
/* --公用上部结束-- */

/* 多媒体列表 */
.crumbs{
	background-color: #dddddd;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	height: 21px;
}
.position {
	width: 1200px;
	margin: 0 auto;
    margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
    color: #666666;
    font-size: 16px;
}
.position::before{
	content: "";
	display: block;
	float: left;
	margin-right: 12px;
	width: 25px;
	height: 25px;
	background: url(../images/position.png)no-repeat;
	background-size: 100%;
}
.services-main{
	width: 1280px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.nav-services{
	width: 1280px;
	margin: 0 auto;
}
.nav-services li{
	width: 250px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border: #737373 2px solid;
	margin-bottom: 20px;
	font-size: 18px;
}
.nav-services li a{
	width: 100%;
	height: 100%;
	display: block;
	color: #737373;
}
.nav-services li:hover{
	background-color:#737373;
}
.nav-services li:hover a{
	color: #FFFFFF;
}
.main-bottom{
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}
.main-bottom .title{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
.main-bottom .describe{
	width:1000px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}

/* 视频列表开始 */
.services-video{margin-top: 60px;}
.videolist {display: inline-block;position:relative; float:left; width:395px; height:262px; margin-right:15px;margin-left:15px; margin-top:15px; margin-bottom:30px; overflow: hidden;}
.videolist:hover{ cursor: pointer; }
.vtit{/* position: absolute; */bottom: 0;width: 100%;background-color: #737373;}
.vtit span{color: #FFFFFF;text-align: center;display: block;font-size: 22px;line-height: 40px;}
.videoimg{width: 395px;height: 222px;}
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; position:fixed; left:50%; top:50%; margin-left:-360px; margin-top:-210px; z-index:100; width:720px; height:auto; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
/* 视频列表结束 */

/* 图片列表开始 */
.services-img{}
.services-image ul{margin-top: 60px;}
.imglist{display: inline-block;width:578px; height:360px; margin-right:30px;margin-left:30px; margin-top:15px; margin-bottom:60px; overflow: hidden;}
.imglist img{width: 100%;height: auto;border:#b4b4b4 1px solid;}
.imgtit{}

.big{width: 100vw;height: 100vh;background: rgba(0,0,0,.6);position: fixed;top: 0;left: 0;z-index: 1;display: none;}
.big_img{max-width:1280px;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}

/* 图片列表结束 */


/* 多媒体列表结束 */