@charset "UTF-8";

/* @index */
header{
	border-bottom: #642828 2px solid;
}
.container{
	width: 100%;
	background-image: url(../images/body_bg.jpg);
/* 	background: url(../images/ditu.jpg)no-repeat fixed;
	background-size: 100% 100%; */
}
/* --公用上部-- */
.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: 28px;
    color: #666666;
    font-weight: bold;
}



/* --公用上部结束-- */
/* 案例列表 */
.crumbs{
	background-color: #dddddd;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
.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%;
}
.case-main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.main-top{
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 40px;
}
.main-top-casenav{
	overflow: hidden;
	
}
.main-top-casenav h3{
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	color: #642828;
	font-weight: bold;
}
.main-top-casenav li{
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
}
.main-top-casenav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
}
.main-top-casenav li:hover{
	background-color: #FFFFFF;
	font-weight: bold;
}
.main-top-casenav li a:hover{
	color: #642828;
}



.main-top-servicenav{
	overflow: hidden;
}
.main-top-servicenav h3{
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	color: #642828;
	font-weight: bold;
}
.main-top-servicenav li{
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.main-top-servicenav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
}
.main-top-servicenav li:hover{
	background-color: #FFFFFF;
	font-weight: bold;
}
.main-top-servicenav li a:hover{
	color: #642828;
}


.main-bottom{
	overflow: hidden;
	margin-bottom: 40px;
	/* border: #642828 1px solid; */
}
.main-bottom .title{
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 50px;
	color: #642828;
}
.main-bottom .title::before{
	content: "";
	display: block;
	margin-top: 5px;
	float: left;
	width: 78px;
	height: 36px;
	background: url(../images/icon3.png)no-repeat;
	background-size: 78px 36px;
}
.main-bottom .main-bottom-case{
}
.main-bottom .main-bottom-case li{
	width: 380px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.main-bottom .main-bottom-case li:hover{
	box-shadow:0 0px 15px rgba(102, 102, 102, 0.6);
}
.main-bottom .main-bottom-case li img{
	width: 100%;
}
.main-bottom .main-bottom-case li h2{
	margin: 15px 0 5px 0;
	font-size: 22px;
	color: #642828;
}
.main-bottom .main-bottom-case li span{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
.main-bottom .paging {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 60px;
}
.main-bottom .paging a:first-child{
	display: none;
}
.main-bottom .paging>b {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px;
	background-color: #cccccc;
}
.main-bottom .paging a {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px
}
.main-bottom .paging a:hover {
	color: #fff;
	background: #cccccc;
	border-radius:5px 5px 5px 5px;
	text-decoration:none
}
/* 案例列表结束 */
/* 案例内容 */
.main-bottom .main-bottom-txt .txt-title{
	text-align: center;
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.main-bottom .main-bottom-txt{
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
	border-radius:10px;
}
.main-bottom .main-bottom-txt p{
	font-size: 18px;
}
.main-bottom .main-bottom-txt img{
	text-align: center;
}
.main-bottom .main-bottom-txt .back {
	margin-top:30px;
	font-size: 18px;
}
.main-bottom .main-bottom-txt .back .lb {
	padding: 5px 8px;
	display: inline-block;
	background: #642828;
	color: #fff !important;
}

.main-case{position: relative;}
.main-case .title{
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 50px;
	color: #642828;
}
.main-case .title::before{
	content: "";
	display: block;
	margin-top: 5px;
	float: left;
	width: 78px;
	height: 36px;
	background: url(../images/icon3.png)no-repeat;
	background-size: 78px 36px;
}
.main-case .swiper-button-prev{
	left: -60px;
	background: url(../images/slider-arrow.png) -126px -142px #6d6d6d no-repeat;
    opacity: 0.5;
    display: inline;
    height: 50px;
    width: 40px;
    z-index: 99;
	}
.main-case .swiper-button-next{
	right: -60px;
	background: url(../images/slider-arrow.png) -6px -142px #6d6d6d no-repeat;
    opacity: 0.5;
    display: inline;
    height: 50px;
    width: 40px;
    z-index: 99;
	}
.main-case-box{
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.main-case img{width: 100%;}
.main-case h3{
	text-align: center;
	margin: 15px 0 5px 0;
    font-size: 22px;
    color: #642828;
}
.main-case span{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

/* 案例内容结束 */