
.nav {
	position: fixed;
	top: 60px;
	right: 50px;
	z-index: 3;
}
.nav a {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
}
.nav a .line {
	width: 20px;
	height: 13px;
	position: relative;
	margin-top: 8px;
}
.nav a .line span {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #333;
}
.nav a .line span:nth-child(1) {
	top: 0;
}
.nav a .line span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.nav a .line span:nth-child(3) {
	bottom: 0;
}
.nav p {
	font-family: Arial, 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture;
	color: #333;
	font-size: 16px;
}

.logo {
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 3;
}
.details {
	width: 1000px;
	margin: 0 auto;
	padding-top: 200px;
	margin-bottom: 130px;
}
.details .title {
	font-family: "黑体", 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture, Arial;
	border-bottom: 1px solid #333333;	
}
.details .title .info {
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	color: #5d5d5d;
	font-family: '黑体';
	word-wrap:break-word;
}
.details .title .date {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 21px;
	word-wrap:break-word;
}
.details .swiper {
	position: relative;
}
.details .swipers {
	/*width: 395px;*/
	height: 440px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.details .swiper .swiper-wrapper {
	/*width: 395px;*/
	height: 440px;
}
.details .swiper .swiper-wrapper .swiper-slide {
	text-align: center;
}
.details .swiper .swiper-wrapper .swiper-slide img {
	/*width: 395px;*/
	height: 440px;	
}
.details .swiper .right-arrow {
	position: absolute;
	text-align: center !important;
	top: 50% !important;
	margin-top: -16px !important;
	right: 0px;
	width: 18px !important;
	height: 32px!important;	
	background: url(../png/youlunbo.png) !important;
	z-index: 2;
}
.details .swiper .left-arrow {
	position: absolute;
	text-align: center !important;
	top: 50% !important;
	margin-top: -16px !important;
	left: 0px;	
	width: 18px !important;
	height: 32px!important;	
	background: url(../png/zuolunbo.png) !important;
	z-index: 2;	
}
.details .swiper .right-arrow:hover {
	background: url(../png/youlunbo-hover.png) !important;
}
.details .swiper .left-arrow:hover {
	background: url(../png/zuolunbo-hover.png) !important;
}
.details .bottom {
	overflow: hidden;
}
.details .bottom .content {
	font-family: "黑体", 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture, Arial;
	font-size: 14px;	
	line-height: 30px;
	margin-bottom: 32px;
	color: #666666;	
	word-wrap:break-word;
}
.details .go-back {
	font-family: "黑体", 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture, Arial;
	height: 50px;	
	line-height: 50px;	
	background: #f4f3f3;
	text-align: center;
	font-size: 0;
	margin-top: 10px;
	transition: all 1s;
}
.details .go-back a {
	display: inline-block;
	font-size: 14px;
	color: #251b1a;
	width: 100%;
	height: 100%;
}
.details .go-back span {
	padding-left: 15px;
	display: inline-block;
	height: 30px;
	line-height: 30px;	
	background: url(../png/fanhui.png) no-repeat 0px 9px;	
}
.details .go-back:hover {
	background: #ccc;
}


@media only screen and (max-width: 1366px) {
    .logo {
        top: 35px;
        left: 35px;
    }   
    .logo a img {
        width: 160px;
        height: auto;
    }
    .nav {
        top: 40px;
        right: 40px;
    }
}	

@media only screen and (max-width: 1280px) {
	.details {
		width: 900px;
		padding-top: 150px;
	}	
}

@media only screen and (max-width: 1024px) {

	.details {
		width: 700px;
		padding-top: 120px;
	}
	.details .title .info {
	    font-size: 20px;
	    height: 30px;
	    line-height: 30px;
	    color: #5d5d5d;
	}
	.details .title .date {
	    margin-bottom: 8px;
	}	
}

@media only screen and (max-width: 768px) {
	.details {
		width: 600px;
		padding-top: 120px;
	}
	.details .title .info {
	    font-size: 20px;
	    height: 30px;
	    line-height: 30px;
	    color: #5d5d5d;
	}
	.details .title .date {
	    margin-top: 27px;
	    margin-bottom: 8px;
	}
	.details .swipers {
	    /*width: 316px;*/
	    height: 352px;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.details .swiper .swiper-wrapper .swiper-slide img {
		/*width: 316px;*/
		height: 352px;
	}
}

@media only screen and (max-width: 640px) {
	.details {
		width: 400px;
		padding-top: 90px;
	}

	.details .title .info {
	    font-size: 18px;
	    height: 26px;
	    line-height: 26px;
	    color: #5d5d5d;
	}

	.details .title .date {
	    margin-top: 27px;
	    margin-bottom: 8px;
	    font-size: 12px;
	}
	.details .swipers {
	    /*width: 252.8px;*/
	    height: 281.6px;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.details .swiper .swiper-wrapper .swiper-slide img {
		    /*width: 252.8px;*/
		    height: 281.6px;
	}
	.details .swiper .right-arrow {
		right: 10px;
	}

	.details .swiper .left-arrow {
		left: 10px;
	}

}

@media only screen and (max-width: 414px) {
    .logo {
        top: 20px;
        left: 20px;
    }   
    .logo a img {
        width: 110px;
    }
    .nav a {
        width: 70px;
    }
    .nav {
        top: 20px;
        right: 15px;
    }
	.details {
		width: 300px;
		padding-top: 90px;
	}
	.details .title .info {
	    font-size: 16px;
	    height: 26px;
	    line-height: 26px;
	    color: #5d5d5d;
	}
	.details .title .date {
	    margin-top: 27px;
	    margin-bottom: 8px;
	    font-size: 12px;
	}
	.details .swipers {
	    height: 224.8px;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.details .swiper .swiper-wrapper .swiper-slide img {
	    height: 224.8px;
	}
	.details .swiper .right-arrow {
		right: 0px;
	}
	.details .swiper .left-arrow {
		left: 0px;
	}
	.details .bottom .content {
		font-size: 12px;
	}
	.details .bottom .content {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.copyright .contact a {
		font-size: 12px;
	}
	.copyright .contact {
		margin-left: 5px;
	}
	.copyright .powered  {
		margin-left: 5px;
	}
}

.copyRightss {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}
.copyRightss:hover {
	opacity: 0.7;
}