﻿@charset "utf-8";


.module-003{
	overflow: hidden;
}
.module-003 .img{
	margin-bottom: 70px;
}
.module-003 .title{
	font-size: 32px;
	color: #333333;
	line-height: 1em;
}
.module-003 .hx{
	border-top: 5px solid #b59780;
	display: inline-block;
	width: 22px;
	margin: 20px 0;
}
.module-003 .bjb{
	padding: 0;
}
@media screen and (max-width: 1680px) {
	.module-003 .img{
		max-width: 500px;
		margin-bottom: 60px;
	}
	.module-003 .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 .img{
		max-width: 450px;
		margin-bottom: 50px;
	}
	.module-003 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 .img{
		max-width: 400px;
		margin-bottom: 40px;
	}
	.module-003 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 .img{
		max-width: 350px;
		margin-bottom: 30px;
	}
	.module-003 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 .img{
		max-width: 300px;
		margin-bottom: 20px;
	}
	.module-003 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-003{
		margin-bottom: 30px;
	}
	.module-003 .img{
		margin-bottom: 10px;
		max-width: 280px;
	}
	.module-003 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 .img{
		max-width: 100%;
	}
	.module-003 .title {
	    font-size: 18px;
	}
}


.module-004{
	overflow: hidden;
}



.module-007{
	padding: 40px 0;
	position: relative;
}
.module-007 .swiper-pagination{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-007 .my-bullet{
	width: 30px;
	height: 5px;
	display: inline-block;
	background: #dfdfdf;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
.module-007 .my-bullet-active{
	opacity: 1;
	background: #000;
}
@media screen and (max-width: 1199px) {
	.module-007 {
	    padding: 35px 0;
	}
}
@media screen and (max-width: 991px) {
	.module-007 {
	    padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-007 {
	    padding: 25px 0;
	}
}
@media screen and (max-width: 575px) {
	.module-007 {
	    padding: 20px 0;
	}
}


.module-008 a{
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}
.module-008 a img{
	transition: all .5s;
}
.module-008:hover a img{
	transform: scale(1.05);
}
.module-008 a .text{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	transition: all .5s;
}
.module-008:hover a .text{
	padding: 20px 35px;
}
@media screen and (max-width: 767px) {
	.module-008 a .text{
		padding: 10px 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-008 a .text{
		padding: 10px 20px;
		font-size: 14px;
	}
}
