/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #987758;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*开始*/
.dy_box_1 {
	padding-bottom: 120px;
	background: #F4F4F4;
}

.title_dy {
	padding-top: 120px;
}

.title_dy h3 {
	color: #222;
	font-size: 32px;
	font-weight: 600;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.title_dy h3::after {
	display: block;
	content: "";
	width: 50px;
	height: 5px;
	background: #ae9b7e;
	position: absolute;
	bottom: 0;
	left: 0;
}

.dy_box_1 .left {
	width: 50%;
	float: left;
	height: 510px;
}

.dy_box_1 .left .zuo {
	width: 55%;
	float: left;
	height: 100%;
}

.dy_box_1 .left .zuo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dy_box_1 .left .you {
	background: #fff;
	padding: 60px;
	float: left;
	width: 45%;
	height: 100%;
	box-sizing: border-box;
}

.dy_box_1 .left .you h3 {
	font-size: 16px;
	text-align:left;
	line-height:24px;
}

.dy_box_1 .left .you a {
	font-size: 18px;
	line-height: 35px;
	margin-top: 50px;
	display: block;
	padding-left: 40px;
	position: relative;
}

.dy_box_1 .left .you a img {
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

.dy_box_1 .rii {
	float: left;
	width: 50%;
	padding: 30px;
	padding-top:0px;
}

.dy_box_1 .rii p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0px;
 text-align:justify;

}

.dy_box_2 {
	padding-bottom: 120px;
}

.box_main {
	width: 45%;
	height: 510px;
	margin-top: 50px;
	border: 1px solid #ccc;
	float: left;
}

.box_main:nth-child(2n) {
	float: right;
}

.box_main .zuo {
	width: 55%;
	float: left;
	height: 100%;
}

.box_main .zuo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box_main .you {
	background: #fff;
	padding: 60px;
	float: left;
	width: 45%;
	height: 100%;
	box-sizing: border-box;
}

.box_main .you h3 {
	font-size: 20px;
	text-align:left;
	line-height:30px;
}

.box_main .you a {
	font-size: 18px;
	line-height: 35px;
	margin-top: 50px;
	display: block;
	padding-left: 40px;
	position: relative;
}

.box_main .you a img {
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

.box_main .you a::after {
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.box_main .you a:last-child::after {
	display: none;
}

.tab_dy a {
	margin-top: 20px;
	font-size: 22px;
	display: inline-block;
	margin-right: 40px;
	color: #999;
}

.tab_dy a:hover,
.tab_dy a.hover {
	color: #000;
}

.tab_box {
	display: none;
}

.tab_box.show {
	display: block;
}

.dy_box_3 {
	border-top: 20px solid #F4F4F4;
	padding-bottom: 90px;
}

.dy_box_3 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.dy_box_3 ul li {
	padding: 0 15px;
	width: 33.333333%;
	float: left;
	margin-top: 30px;
}

.dy_box_3 ul li>div {
	padding: 40px;
	border: 1px solid #F2EEEE;
	border-bottom: 4px solid #ae9b7e;
	border-radius: 10px;
	min-height: 162px;
}

.dy_box_3 ul li>div h3 {
	margin: 0;
	margin-bottom: 20px;
}

.dy_box_3 ul li>div h3 em {
	float: right;
	color: #ae9b7e;
}

.dy_box_3 ul li>div p {
	text-align: right;
}

.dy_box_3 table {
	width: 100%;
	border-top: 3px solid #000;
}

.dy_box_3 table img {
	width: 30px;
}

.dy_box_3 table tr {
	border-bottom: 1px solid #ccc;
}

.dy_box_3 table tr td {
	height: 100px;
	width: 33.333%;
	padding: 0 30px;
	font-size: 16px;
}

.dy_box_3 table tr td:nth-child(3) {
	text-align: right;
}

.dy_box_3 table tr td:nth-child(2) {
	text-align: center;
}

/* 2 */
.dy_box_4 {
	padding-bottom: 50px;
	background: #F3F3F3;
}

.dy_box_4 .title_dy {
	padding-top: 50px;
}

.tab_nav a {
	display: inline-block;
	width: 50%;
	height: 90px;
	background: #fff;
	text-align: center;
	line-height: 90px;
	font-size: 22px;
	float: left;
	border-bottom: 5px solid #fff;
}

.tab_nav a.hover {
	border-bottom: 5px solid #ae9b7e;
}

.boxfg {
	margin-top: 80px;
	display: none;
}

.boxfg.show {
	display: block;
}

.boxfg .left {
	width: 20%;
	float: left;
}

.boxfg .left a {
	display: block;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 23px;
	color: #666;
	position: relative;
}

.boxfg .left a.hover {
	color: #ae9b7e;
}

.boxfg .left a.hover::after {
	display: block;
	content: "";
	width: 5px;
	height: 20px;
	background: #ae9b7e;
	position: absolute;
	top: 5px;
	left: 0;
}

.boxfg .rii {
	width: 80%;
	float: left;
}

.boxfg .rii ul {
	display: none;
}

.boxfg .rii ul.show {
	display: block;
}

.boxfg .rii ul li {
	background: #fff;
	padding: 50px;
	margin-bottom: 20px;
}

.boxfg .rii ul li h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.boxfg .rii ul li a {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	margin-right: 20px;
}

.boxfg .rii ul li a img {
	width: auto;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
}

.boxfg .box_main {
	margin-top: 0;
	margin-bottom: 30px;
}

.ptu {
	padding: 50px 0;
	color: #999;
	font-size: 22px;
}

.ptu a {
	color: #ae9b7e;
}

/* 3 */
.dy_box_5 {
	padding-bottom: 50px;
	background: #F4F4F4;
}

.dy_box_5 .title_dy {
	padding-top: 50px;
}

.dy_box_5 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.dy_box_5 ul li {
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
	width: 33.333%;
}

.dy_box_5 ul li a {
	display: block;
	background: #fff;
	text-align: center;
	padding: 50px 0;
	width: 100%;
	position: relative;
	border-bottom: 5px solid #FFf;
	border-radius: 5px;
}

.dy_box_5 ul li a img {
	width: auto;
	height: 70px;
	margin: 0 auto;
	display: block;
}

.dy_box_5 ul li a p {
	font-size: 20px;
	margin-top: 30px;
}

.dy_box_5 ul li a img.im2 {
	display: none;
}

.dy_box_5 ul li a:hover img.im2 {
	display: block;
}

.dy_box_5 ul li a:hover img.im1 {
	display: none;
}

.dy_box_5 ul li a:hover p {
	color: #ae9b7e;
}

.dy_box_5 ul li a:hover {
	border-bottom: 5px solid #ae9b7e;
}

.ddyy11 .swiper-container{
	width: 100%;
}
.ddyy11 .swiper-slide{
	position: relative;
}
.ddyy11 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.ddyy11 .swiper-slide .text{
	position: absolute;
	bottom: 0;
	left: 0;
}
.ddyy11 .swiper-slide .text span{
	display: inline-block;
	width: 50%;
	float: left;
}
.ddyy11 .swiper-slide .text em{
	display: inline-block;
	width: 50%;
	float: left;
	text-align: right;
}
@media only screen and (max-width:1400px) {
	.box_main {
		width: 45%;
		height: 400px;
		margin-top: 50px;
		border: 1px solid #ccc;
		float: left;
	}

	.box_main .you {
		background: #fff;
		padding: 25px;
		float: left;
		width: 45%;
		height: 100%;
		box-sizing: border-box;
	}

	.dy_box_3 ul li>div {
		padding: 25px;
		border: 1px solid #F2EEEE;
		border-bottom: 4px solid #ae9b7e;
		border-radius: 10px;
		min-height: 140px;
	}
}

@media only screen and (max-width:1200px) {
	.dy_box_1 .left {
		width: 50%;
		float: left;
		height: 350px;
	}

	.dy_box_1 .left .you {
		background: #fff;
		padding: 20px;
		float: left;
		width: 45%;
		height: 100%;
		box-sizing: border-box;
	}

	.dy_box_1 .rii p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 5px;
		text-indent: 30px;
	}

	.dy_box_1 {
		padding-bottom: 30px;
		background: #F4F4F4;
	}

	.title_dy {
		padding-top: 30px;
	}

	.box_main {
		width: 47%;
		height: 320px;
		margin-top: 50px;
		border: 1px solid #ccc;
		float: left;
	}

	.box_main .you h3 {
		font-size: 20px;
	}

	.dy_box_3 ul li>div {
		padding: 25px;
		border: 1px solid #F2EEEE;
		border-bottom: 2px solid #ae9b7e;
		border-radius: 10px;
		min-height: 130px;
	}
}

@media only screen and (max-width: 1000px) {
	.dy_box_1 .left {
		width: 100%;
		float: left;
		height: 450px;
	}

	.dy_box_1 .rii {
		float: left;
		width: 100%;
		padding: 30px;
	}

	.dy_box_3 ul li>div p {
		text-align: right;
		font-size: 12px;
	}
}

@media only screen and (max-width: 750px) {
	.title_dy h3 {
		color: #222;
		font-size: 22px;
		font-weight: 600;
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.title_dy h3::after {
		display: block;
		content: "";
		width: 50px;
		height: 2px;
		background: #ae9b7e;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.dy_box_1 .left {
		width: 100%;
		float: left;
		height: 300px;
	}

	.dy_box_1 .left .you h3 {
		font-size: 18px;
	}

	.dy_box_1 .rii {
		float: left;
		width: 100%;
		padding: 30px 0px;
	}

	.dy_box_1 .rii p {
		font-size: 14px;
	}

	.box_main {
		width: 100%;
		height: 300px;
		margin-top: 20px;
		border: 1px solid #ccc;
		float: left;
	}

	.tab_dy a {
		margin-top: 5px;
		font-size: 19px;
		display: inline-block;
		margin-right: 20px;
		color: #999;
	}

	.box_main .you a {
		font-size: 14px;
		line-height: 35px;
		margin-top: 20px;
		display: block;
		padding-left: 40px;
		position: relative;
	}

	.box_main .you a img {
		width: 24px;
		position: absolute;
		top: 6px;
		left: 0;
	}

	.dy_box_3 ul li {
		padding: 0 15px;
		width: 50%;
		float: left;
	}

	.dy_box_3 ul li>div h3 {
		margin: 0;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.dy_box_3 ul li>div p {
		text-align: left;
		font-size: 12px;
		min-height: 35px;
	}

	.dy_box_3 ul li>div {
		padding:20px 25px 0;
		border: 1px solid #F2EEEE;
		border-bottom: 2px solid #ae9b7e;
		border-radius: 10px;
		min-height: 120px;
	}
	.dy_box_3 table tr td {
	    height: 60px;
	    width: 33.333%;
	    padding: 0 30px;
	    font-size: 10px;
	}
	.dy_box_3 table img {
	    width: 22px;
	}
	.dy_box_3 {
	    border-top: 20px solid #F4F4F4;
	    padding-bottom: 30px;
	}
	.dy_box_4 .title_dy {
	    padding-top: 30px;
	}
	.tab_nav a{
		 border-bottom: 2px solid #fff;
	}
	.tab_nav a.hover {
	    border-bottom: 2px solid #ae9b7e;
	}
	.tab_nav a {
	    display: inline-block;
	    width: 50%;
	    height: 50px;
	    background: #fff;
	    text-align: center;
	    line-height: 50px;
	    font-size: 18px;
	    float: left;
	    border-bottom: 5px solid #fff;
	}
	.boxfg {
	    margin-top: 40px;
	}
	.boxfg .left a {
	    display: block;
	    padding-left: 10px;
	    margin-bottom: 15px;
	    font-size: 18px;
	    color: #666;
	    position: relative;
	}
	.boxfg .left a.hover::after {
	    display: block;
	    content: "";
	    width: 3px;
	    height: 14px;
	    background: #ae9b7e;
	    position: absolute;
	    top: 5px;
	    left: 0;
	}
	.boxfg .rii ul li {
	    background: #fff;
	    padding: 10px;
	    margin-bottom: 20px;
	}
	.boxfg .rii ul li h3 {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.boxfg .rii ul li a {
	    display: inline-block;
	    padding-left: 25px;
	    position: relative;
	    margin-right: 20px;
		margin-bottom: 10px;
		width: 50%;
		float: left;
		margin-right: 0;
		font-size: 12px;
	}
	.ptu {
	    padding: 0px 0;
	    color: #999;
	    font-size: 12px;
	}
	.dy_box_5 .title_dy {
	    padding-top: 30px;
	}
	.dy_box_5 ul li a {
	    display: block;
	    background: #fff;
	    text-align: center;
	    padding:15px 0px;
	    width: 100%;
	    position: relative;
	    border-bottom: 5px solid #FFf;
	    border-radius: 5px;
	}
	.dy_box_5 ul li a img {
	    width: auto;
	    height: 40px;
	    margin: 0 auto;
	    display: block;
	}
	.dy_box_5 ul li a p {
	    font-size: 12px;
	    margin-top: 15px;
	}
}
