/* in-top */
.in-top {
	width: 100%;
	height: 352px;
	position: relative;
	overflow: hidden;
}

.in-list1 > ul {
max-width: 1320px;
margin: 0 auto;
}

.in-top>img {
	height: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.in-tiao {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}

.in-tiao p {
	display: inline-block;
}

.in-tiao p a {
	float: left;
	display: inline-block;
	height: 100%;
	padding: 0 20px;
	color: #FFFFFF;
}

.in-tiao p a:hover {
	background: rgba(235, 166, 33, .5);
}

.in-tiao p .on {
	background: #EBA621 !important;
}

/* in-cont */
.in-cont {
	width: 100%;
	background: #FFFFFF;
	background: url(../image/in-bg.png);
	min-height: calc(100vh - 524px);
	padding: 34px 0;
}

/* xxjj */
.in-xxjj {
	width: 100%;
	overflow: hidden;
}

.in-xxjj-1 {
	width: 100%;
	padding-bottom: 60px;
}

.in-xxjj-1-det {
	width: 100%;
	background: url(../image/in-xxjj-1-bg.png) no-repeat 80% 20%;
}

.in-xxjj-1-det .lef {
	width: 380px;
	padding-left: 18px;
	float: left;
}

.in-xxjj-1-det .lef .img {
	width: 100%;
	position: relative;
}

.in-xxjj-1-det .lef .img img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.in-xxjj-1-det .lef .img::after {
	content: "";
	position: absolute;
	left: -18px;
	top: 18px;
	width: 100%;
	height: 100%;
	border: 3px solid #E5F1E8;
}

.in-xxjj-1-det .rig {
	width: calc(100% - 380px);
	padding-left: 3%;
	float: left;
}

.in-xxjj-1-det .rig .bt {}

.in-xxjj-1-det .rig .bt p {
	font-size: 1.25rem;
	color: #315E3E;
	font-weight: 600;
	margin-top: 10px;
}

.in-xxjj-1-det .rig .bt span {
	display: inline-block;
	font-size: 1.875rem;
	color: #C5D9CB;
	font-weight: 600;
}

.in-xxjj-1-det .rig .det {
	width: 100%;
	margin-top: 10px;
}

.in-xxjj-1-det .rig .det p {
	text-indent: 2rem;
	font-size: 0.9375rem;
	color: #555555;
	line-height: 3;
	text-align: justify;
}

.in-xxjj-1-det .rig .det p:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-xxjj-1-det .rig .det p:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 4;
}

/*  */
.in-xxjj-2 {
	width: 100%;
	background: #48915B;
}

.in-xxjj-2-det {
	position: relative;
	padding: 40px 0;
}

.in-xxjj-2-det::after {
	content: "";
	display: block;
	clear: both;
}

.in-xxjj-2 .lef {
	float: left;
	width: calc(100% - 410px);
}

.in-xxjj-2 .lef p {
	text-indent: 2rem;
	font-size: 0.9375rem;
	color: #FFFFFF;
	line-height: 3;
	text-align: justify;
	height: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 4;
}

.in-xxjj-2 .rig {
	position: absolute;
	top: -97px;
	right: 0;
	width: 370px;
	padding-left: 18px;
	float: right;
}

.in-xxjj-2 .rig::after {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: calc(100% - 18px);
	height: 100%;
	border: 1px solid rgba(171, 209, 180, .3);
}

.in-xxjj-2 .rig .img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.in-xxjj-2 .rig .img img {
	width: 100%;
}


/*  */
.in-xxjj-3 {
	width: 100%;
	margin-top: 46px;
}

.in-xxjj-3-det {
	width: 100%;
}

.in-xxjj-3-det .lef {
	width: 480px;
	float: left;
	position: relative;
	z-index: 10;
}

.in-xxjj-3-det .lef img {
	width: 100%;
}

.in-xxjj-3-det .rig {
	width: calc(100% - 480px);
	padding-left: 2%;
	float: left;
}

.in-xxjj-3-det .rig>p {
	font-size: 0.9375rem;
	color: #EA3030;
	font-weight: 600;
	line-height: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.in-xxjj-3-det .rig .k {
	width: 100%;
	position: relative;
	padding: 20px 0;
	padding-right: 25px;
	margin-top: 20px;
}

.in-xxjj-3-det .rig .k::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120%;
	height: 100%;
	border: 2px solid #B8CEBE;
}

.in-xxjj-3-det .rig .k p {
	font-size: 0.9375rem;
	color: #333333;
	line-height: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.in-xxjj-3-det .bot {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.in-xxjj-3-det .bot p {
	font-size: 0.9375rem;
	color: #333333;
	line-height: 3;
	text-indent: 2rem;
}

/* in-xxjj-4 */
.in-xxjj-4 {
	width: 100%;
	margin-top: 40px;
}

.in-xxjj-4-det {
	width: 100%;
}

.in-xxjj-4 .img {
	width: 300px;
	float: right;
}

.in-xxjj-4 .img img {
	width: 100%;
}

.in-xxjj-4 .det {
	width: 848px;
	max-width: calc(100% - 300px);
	float: right;
}

.in-xxjj-4 .det>span {
	display: inline-block;
	width: 100%;
	font-size: 0.9375rem;
	color: #FFFFFF;
	background: #686DD0;
	margin-top: 47px;
	padding: 10px 0;
	padding-left: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-xxjj-4 .det p:nth-child(2) {
	font-size: 0.9375rem;
	color: #D17C19;
	line-height: 3;
	padding-left: 50px;
	padding-right: 10px;
	margin: 30px 0;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.in-xxjj-4 .det p:nth-child(3) {
	float: right;
	width: 100%;
	padding-left: 40px;
	position: relative;
}

.in-xxjj-4 .det p:nth-child(3) span {
	display: inline-block;
	padding: 0 10px;
	width: 100%;
	font-size: 0.9375rem;
	color: #FFFFFF;
	line-height: 2;
	padding: 10px 0;
	background: #48915B;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-xxjj-4 .det p:nth-child(3)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-right: 40px solid #48915B;
	border-top: 0 solid transparent;
	border-bottom: 45px solid transparent;
}

.in-xxjj-4 .det p:nth-child(3)::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	bottom: 0;
	border-right: 40px solid #48915B;
	border-top: 45px solid transparent;
	border-bottom: 0 solid transparent;
}


/* newlist2 */
.in-wz {
	width: 100%;
	margin-bottom: 20px;
}

.in-wz p {
	font-size: 0.875rem;
	color: #333333;
	padding-left: 20px;
	background: url(../image/home.png) no-repeat left center;
}

.in-wz p a {
	display: inline-block;
	padding-right: 20px;
	color: #333333;
	background: url(../image/wz-1.png) no-repeat right center;
}

.in-wz p a:last-child {
	background: none;
}

.in-wz p a:hover {
	color: #EBA621;
	text-decoration: underline;
}

.in-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	/* float: left; */
}

.in-page span {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
}

.in-page .strong {
	border: none;
	background: #EBA621;
	color: #FFFFFF;
}

.in-page a {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-page a:hover {
	background-color: rgba(235, 166, 33, 0.5);
	border-color: #B5CAE0;
	color: #FFFFFF;
}

.in-list2 {
	width: 100%;
}

.in-list2 ul {
	width: 100%;
	/* float: left; */
	overflow: hidden;
}

.in-list2 ul li {
	float: left;
	width: 31.5%;
	margin-bottom: 40px;
}

.in-list2 ul li a {
	display: inline-block;
}

.in-list2 ul li:nth-child(3n-1) {
	margin-left: 2.75%;
	margin-right: 2.75%;
}

.in-list2 ul li .img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.in-list2 ul li .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-list2 ul li p {
	background: #F7F7F7;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	color: #333333;
	position: relative;
	overflow: hidden;
}

.in-list2 ul li p::before,
.in-list2 ul li p::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #EBA621;
	left: 0;
	top: -100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-list2 ul li p::after {
	top: 100%;
}

.in-list2 ul li p span {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-list2 ul li:hover .img img {
	transform: scale(1.1);
}

.in-list2 ul li:hover p {
	color: #FFFFFF;
}

.in-list2 ul li:hover p::before,
.in-list2 ul li:hover p::after {
	opacity: 1;
	top: 0;
}

/* in-list1 */
.in-list1 {
	width: 100%;
}

.in-list1 ul {
	width: 100%;
	overflow: hidden;
}

.in-list1 ul li {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.in-list1 ul li:nth-child(2n) {
	background: #F7F7F7;
}

.in-list1 ul .lef {
	float: left;
	width: calc(100% - 240px);
	padding-right: 30px;
}

.in-list1 ul .rig {
	float: right;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

.in-list1 ul .rig a,
.in-list1 ul .rig img {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-list1 ul .lef .bt {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	font-size: 1rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-list1 ul .lef .det {
	font-size: 0.875rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-list1 ul .lef .jj {
	margin-top: 15px;
	overflow: hidden;
}

.in-list1 ul .lef .jj a {
	float: left;
	display: inline-block;
	font-size: 0.875rem;
	color: #FFFFFF;
	background: #2B5730;
	padding: 10px 20px;
}

.in-list1 ul .lef .jj span {
	float: right;
}

.in-list1 ul li:hover {
	background: #E2B70C;
}

.in-list1 ul li:hover .bt,
.in-list1 ul li:hover .det,
.in-list1 ul li:hover .jj span {
	color: #FFFFFF;
}

.in-list1 ul li:hover .jj a {
	background: #FFFFFF;
	color: #EBA621;
}

.in-list1 ul li:hover .rig img {
	transform: scale(1.1);
}

.in-detail {
	width: 100%;
text-align: justify;
}

.in-detail .container {
       max-width: 920px;
}

.in-detail img {
max-width: 100%!important;
display: inline-block;
}

.in-detail-bt {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
}

.in-detail-bt .da {
	display: inline-block;
	width: 100%;
	font-size: 1.5rem;
	color: #333333;
	font-weight: 600;
}

.in-detail-bt .xiao {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: #999999;
	margin-top: 10px;
}

.in-detail-bt p {
	margin-top: 10px;
	font-size: 0.875rem;
	color: #999999;
}

.in-detail-bt p span {
	margin: 0 5px;
}

.in-detail-det {
	width: 100%;
	padding: 20px 0;
}

.in-detail-det p {
	font-size: 1rem;
	color: #333333;
	line-height: 2.5;
	text-indent: 2rem;
	margin: 10px 0;
}

.in-detail-det p img:first-child {
	margin-left: -2rem;
}

.in-detail-det p img {
	max-width: 900px !important;
        height: auto!important;
	margin: 15px 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

media(max-width:900px) {
.in-detail-det p img {
	max-width: 100% !important;
}
}

.in-detail-det p video {
	max-width: 100% !important;
	margin: 15px 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	margin-left: -2rem;
}



/* dyu */
.in-top img:nth-child(2) {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 25%;
}

.container2 {
	width: 100%;
	height: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 1px;
}

.container2::after {
	content: "";
	clear: both;
	display: block;
}

.dyu-1 {
	width: 100%;
}

.dyu-11 {
	float: left;
	width: 48.75%;
	min-width: 420px;
	height: 400px;
	float: left;
}

#swiper3 a>span {
	display: inline-block;
	position: absolute;
	left: -70px;
	top: 0;
	border-bottom-right-radius: 10px;
	width: 70px;
	height: 35px;
	background: rgba(229, 179, 58, 0.95);
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0.5s;
}

#swiper3 .swiper-slide-active a>span {
	left: 0;
}

#swiper3 .swiper-pagination {
	bottom: 15px;
}

#swiper3 .swiper-pagination span {
	height: 10px;
	width: 10px;
	background: #FFFFFF;
}

#swiper3 .swiper-pagination .swiper-pagination-bullet-active {
	width: 10px;
	background: #E2B70C;
}

#swiper3 p {
	height: 60px;
	line-height: 60px;
}


.dyu-12 {
	width: 48.75%;
	max-width: calc(100% - 440px);
	height: 400px;
	float: right;
	background: #FFFFFF;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
	padding: 0 2%;
}

.bt-1 {
	width: 100%;
	height: 73px;
	line-height: 73px;
}

.bt-1 span {
	height: 100%;
	display: inline-block;
	float: left;
	background: url(../image/dyu-2.png) no-repeat left center;
	padding-left: 58px;
	font-size: 1.25rem;
	color: #3F6E43;
	font-weight: 600;
}

.bt-1 a {
	display: inline-block;
	float: right;
	font-size: 0.875rem;
	color: #333333;
	padding-right: 28px;
	background: url(../image/dyu-3.png) no-repeat right center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.bt-1 a:hover {
	font-weight: 600;
	padding-right: 30px;
	color: #3F6E43;
}

.dyu-12 ul {
	width: 100%;
}

.dyu-12 ul li {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	border: 1px solid #E5E5E5;
}

.dyu-12 ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 14px;
	line-height: 38px;
}

.dyu-12 ul li span {
	display: inline-block;
	float: left;
	width: 105px;
	height: 100%;
	font-size: 1rem;
	color: #888888;
	position: relative;
}

.dyu-12 ul li span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 16px;
	background: #B2B2B2;
	top: 12px;
}

.dyu-12 ul li p {
	float: left;
	width: calc(100% - 110px);
	padding: 0 5%;
	font-size: 1rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.dyu-12 ul li a:hover p {
	color: #FFFFFF;
	font-weight: 600;
}

.dyu-12 ul li a:hover span {
	color: #FFFFFF;
}

.dyu-12 ul li:hover {
	background: #3F6E43;
}

.dyu-2 {
	width: 100%;
	background: #F0F4F1;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 40px;
}

.dyu-21 {
	width: 49%;
	float: left;
}

.dyu-21 ul {
	width: 100%;
}

.dyu-21 ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #DDDDDD;
}

.dyu-21 ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../image/dyu-6.png) no-repeat left center;
	padding-left: 20px;
	line-height: 60px;
}

.dyu-21 ul li a p {
	float: left;
	width: calc(100% - 90px);
	font-size: 1rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.dyu-21 ul li a span {
	float: right;
	width: 90px;
	display: inline-block;
	font-size: 0.875rem;
	color: #999999;
	text-align: right;
}

.dyu-21 ul li a:hover p {
	color: #3F6E43;
	font-weight: 600;
}

.dyu-21 .bt-1 span {
	background-image: url(../image/dyu-4.png);
}

.dyu-22 {
	float: right;
}

.dyu-22 .bt-1 span {
	background-image: url(../image/dyu-5.png);
}


.dyu-3 {
	width: 100%;
	padding: 20px 0;
}

.dyu-3 .bt-1 span {
	background-image: url(../image/dyu-9.png);
}

.dyu-31 {
	width: 100%;
	position: relative;
}

.dyu-31>img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: -53px;
}

.dyu-31>img.rig {
	left: auto;
	right: -53px;
}

@media (max-width:1306px) {
	.dyu-31 {
		padding: 0 40px;
	}

	.dyu-31>img.rig {
		right: 0;
	}

	.dyu-31>img.lef {
		left: 0;
	}
}

#dyu2 {
	width: 100%;
	margin-top: 20px;
}

#dyu2 a {
	display: inline-block;
	width: 100%;
}

#dyu2 .img {
	width: 100%;
	height: 211px;
	overflow: hidden;
}

#dyu2 .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

#dyu2 a:hover .img img {
	transform: scale(1.1);
}

#dyu2 p {
	width: 100%;
	text-align: center;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	font-size: 1rem;
	color: #333333;
	margin-top: 20px;
}

#dyu2 a:hover p {
	font-weight: 600;
	color: #3F6E43;
}


/* 校友之家 */
.in-bd-det {
	width: 100%;
	padding: 20px 0;
}

.xy {
	max-width: 100%;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.xy form {
	display: inline-block;
	width: 100%;
}

.xy dd {
	display: inline-block;
	width: 50%;
	margin: 10px 0;
	float: left;
	/* height: 40px; */
	line-height: 60px;
}

.xy dd>label {
	float: left;
	width: 135px;
	font-size: 0.875rem;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding: 0 10px;
}

.xy dd .det {
	float: left;
	width: calc(100% - 135px);
	height: 100%;
	padding-right: 10px;
	position: relative;
}

.xy .xin .det::after {
	content: "*";
	position: absolute;
	color: #FA314D;
	font-size: 1.25rem;
	font-weight: 600;
	right: 4px;
	top: 0;
}

.xy dd .det input {
	width: 200px;
	max-width: 100%;
	background: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 30px;
	padding: 0 10px;
}

.xy dd .det select {
	width: 200px;
	max-width: 100%;
	background: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 30px;
	padding: 0 10px;
}

.xy .sex .det span {
	display: inline-block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #999999;
	cursor: pointer;
	border-radius: 10px;
	color: #FFFFFF;
}

.xy .sex .det span.checked {
	background: #EBA621;
}

.xy dd .det p {
	font-size: 0.75rem;
	line-height: 1;
	color: #FA314D;
	font-family: simhei;
	font-weight: 600;
	width: 100%;
	float: left;
}

.xy dd .det input.focus {
	border-color: #EBA621;
	background: rgba(235, 166, 33, 0.1);
	box-shadow: 0 0 15px 1px rgba(235, 166, 33, 0.5);
}

.xy dd .det input.err {
	border-color: #FA314D;
	background: rgba(250, 49, 77, 0.1);
	box-shadow: 0 0 15px 1px rgba(250, 49, 77, 0.5);
}

.xy .yj {
	width: 100%;
}

.xy .yj textarea {
	width: 100%;
	background: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 150px;
	padding: 0 10px;
}

.xy .yj textarea:focus {
	background: rgba(235, 166, 33, 0.1);
}

.xy .yzm .det input {
	width: calc(100% - 120px);
	display: inline-block;
}

.xy .yzm .det span {
	display: inline-block;
	width: 100px;
	height: 30px;
	cursor: pointer;
}

.xy .yzm span img {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.xy .tj {
	/* width: 100%; */
	text-align: center;
}

.xy .tj input {
	background: none;
	border: none;
	width: 100px;
	height: 30px;
	border-radius: 10px;
	font-size: 1rem;
	color: #FFFFFF;
	background: #EBA621;
}


.dang .in-list1 ul .lef .jj a,
.dang .in-page .strong {
	background: #DF2D2A;
}

.dang .in-list1 ul li:hover,
.dang .in-page a:hover {
	background: #cc2525;
}

.dang .in-list1 ul li:hover .jj a {
	color: #DF2D2A;
	background: #FFFFFF;
}

.dang .in-wz p a:hover,
.dang .in-detail-bt .da {
	color: #DF2D2A;
}

.dang .in-list2 ul li p::before,
.dang .in-list2 ul li p::after {
	background: #DF2D2A;
}


.map {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	padding: 20px;
}
.map #map {
	width: 100%;
	height: 560px;
	background: #0058A2;
}
.BMap_bubble_title {
	color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.BMap_bubble_content {
	font-size: 12px;
}

.map p {
	width: 100%;
	line-height: 2;
	margin-top: 30px;
}
.map p::after {
	content: "";
	display: block;
	clear: both;
}
.map p label {
	float: left;
	width: 100px;
	height: 100px;
}
.map p label img {
	width: 100%;
	height: 100%;
}
.map p span {
	display: inline-block;
	width: calc(100% - 100px);
	padding-left: 20px;
	line-height: 50px;
	font-size: 1rem;
}

@media (max-width:800px) {
	.map {
		padding: 10px;
	}
	.map #map {
		height: calc(100vw - 40px);
	}
	.map p span {
		font-size: 0.875rem;
	}
}