html,body {
	height: auto;
}

.keji {
	width: 100%;
	/* min-height: 100vh; */
	padding-top: 100px;
	background-color: #F3F3F3;
	background: url(../image/in-ld-bg.png) center top;
	background-attachment: fixed;
}
.inside-1 {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 40px 20px;
}
.inside-1::after {
	content: "";
	display: block;
	clear: both;
}
.inside-lef {
	width: calc(100% - 300px);
	float: left;
	background: #FFFFFF;
	padding: 20px 2%;
	padding-bottom: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.inside-rig {
	float: right;
	width: 260px;
}
.inmi-1 {
	width: 100%;
	margin-bottom: 20px;
}
.inmi-1 > span {
	display: inline-block;
	width: 100%;
	font-size: 1.5rem;
	color: #FFFFFF;
	background: #184995;
	padding: 13px 0;
	padding-left: 40px;
}
.inmi-11 {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 30px;
}
.inmi-2 {
	width: 100%;
}
.inmi-2 a {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: #333333;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.inmi-2 a:last-child {
	border: none;
}
.inmi-2 a:hover {
	color: #184995;
	font-weight: 600;
}
.inmi-3 a {
	font-size: 1rem;
	padding: 10px;
}
.inmi-12 {
	width: 100%;
}
#swiper-mimi1 {
	height: 172px;
}
#swiper-mimi1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
#swiper-mimi1 a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#swiper-mimi1 a:hover img {
	transform: scale(1.1);
}
#swiper-mimi1 p {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: -40px;
	background: rgba(0,0,0,.5);
	color: #FFFFFF;
	font-size: 0.875rem;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#swiper-mimi1 .swiper-slide-active p {
	bottom: 0;
}
.inside-bt {
	height: 70px;
	border-bottom: 2px solid #184995;
}
.inside-bt > span {
	line-height: 70px;
	font-size: 1.875rem;
	color: #184995;
	font-weight: 600;
}
.inside-bt p {
	float: right;
	line-height: 80px;
	font-size: 0.875rem;
	color: #555555;
}
.inside-bt p a {
	padding-right: 20px;
	position: relative;
	font-size: 0.875rem;
	color: #555555;
}
.inside-bt p a:hover {
	color: #184995;
	font-weight: 600;
}
.inside-bt p a::before {
	content: "";
	position: absolute;
	right: 5px;
	top: 5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #555555;
	border-bottom: 5px solid transparent;
}
.inside-bt p a:last-child {
	padding: 0;
}
.inside-bt p a:last-child::before {
	display: none;
}
.inside-det {
	width: 100%;
}

/* ldao */
.in-ld {
	width: 100%;
}
.in-ld > span {
	font-size: 1.875rem;
	color: #184995;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 80px 0 60px 0;
}
.in-ld ul {
	width: 100%;
	overflow: hidden;
}
.in-ld ul li {
	float: left;
	width: 32%;
	padding-bottom: 10px;
	margin-left: 2%;
	margin-bottom: 40px;
}
.in-ld ul li:nth-child(3n+1) {
	margin-left: 0;
}
.in-ld ul li .img {
	float: left;
	width: 170px;
	height: 238px;
	position: relative;
}
.in-ld ul li .img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	background: #F3F3F3;
}
.in-ld ul li .img img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.in-ld ul li .det {
	float: right;
	width: calc(100% - 180px);
	padding-left: 6%;
	height: 100%;
}
.in-ld ul li .det-1 {
	height: 124px;
	border-bottom: 1px solid #DDDDDD;
}
.in-ld ul li .det-1 span {
	font-size: 1.375rem;
	color: #333333;
	display: inline-block;
	margin: 40px 0 10px 0;
}
.in-ld ul li .det-1 p {
	font-size: 0.875rem;
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-ld ul li .det > p {
	font-size: 1rem;
	color: #333333;
	margin-top: 20px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}











/* footer */
footer {
	width: 100%;
	background: #184995;
	/*background: url(../image/bg.jpg) no-repeat center center;*/
	background-size: cover;
}
.foot-1 {
	width: 100%;
}
.foot-11 {
	max-width: 1330px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}
.foot-11::after {
	content: "";
	display: block;
	clear: both;
}
.foot-11 ul {
	
}
.foot-11 ul li {
	float: left;
}
.foot-11 ul li a {
	font-size: 0.875rem;
	color: #FFFFFF;
	margin: 0 10px;
	position: relative;
}
.foot-11 ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transform: scale(0,1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.foot-11 ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transform: scale(0,1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.foot-11 ul li a:hover::before {
	bottom: 0;
	opacity: 1;
	transform: scale(1,1);
}
.foot-11 ul li a:hover::after {
	top: 0;
	opacity: 1;
	transform: scale(1,1);
}
.foot-11 .you {
	float: right;
	position: relative;
}
.foot-11 .you span {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0.875rem;
	color: #FFFFFF;
	width: 240px;
	padding: 5px 10px;
	background: rgba(255,255,255,.2);
	cursor: pointer;
}
.foot-11 .you span::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 10px solid #FFFFFF;
	border-left: 8px solid transparent;
}
.fot-a {
	display: none;
	position: absolute;
	bottom: 100%;
	width: 100%;
	background: rgba(0,0,0,.3);
	border-radius: 10px 10px 0 0;
}
.foot-11 .you:hover .fot-a {
	display: block;
}
.fot-a a {
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
	width: 100%;
	font-size: 0.875rem;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fot-a a:hover {
	font-weight: 600;
	/* text-decoration: underline; */
}
.foot-2 {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.foot-2 .det {
	
}
.foot-2 .det span {
	display: inline-block;
	font-size: 0.875rem;
	color: #BBC4D9;
	margin: 0 10px;
}
.foot-2 .det .bei {
	background: url(../image/bei.png) no-repeat left center;
	padding-left: 20px;
}
.foot-2 .det span a {
	font-size: 0.875rem;
	color: #BBC4D9;
}
.foot-2 .det span a:hover {
	color: #FFFFFF;
}
.foot-2 .ma {
	margin-top: 20px;
}
.foot-2 .ma img {
	
}


/* newlist-1 */
.newlist-1 {
	width: 100%;
}
.newlist-1 * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.newlist-1 dd {display:none;}
.newlist-1 li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}
.newlist-1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}
.newlist-1 a img {
	display: none;
}
.newlist-1 .xx {
	width: 170px;
	height: 92px;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-radius: 15px 0 0 15px;
}
.newlist-1 .xx label {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.newlist-1 .xx .d {
	font-size: 2.25rem;
	color: #184995;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.newlist-1 .xx p {
	display: inline-block;
	font-size: 1rem;
	color: #184995;
	font-weight: 600;
}
.newlist-1 .xx .y {
	float: left;
	padding-right: 17px;
	background: url(../image/nian.png) no-repeat 100% 70%;
}
.newlist-1 .xx .m {
	float: left;
	padding-right: 17px;
	background: url(../image/yue.png) no-repeat right 70%;
}
.newlist-1 .det {
	float: left;
	width: calc(100% - 170px);
	padding-left: 40px;
}
.newlist-1 .det span {
	display: inline-block;
	width: 100%;
	font-size: 1.375rem;
	color: #222222;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.newlist-1 .det p {
	font-size: 0.9375rem;
	color: #888888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	line-height: 2;
}
.newlist-1 a:hover .det span {
	color: #184995;
	font-weight: 600;
}
.newlist-1 a:hover .det p {
	color: #222222;
}
.newlist-1 a:hover {
	padding-left: 20px;
	padding-right: 20px;
}
.newlist-1 li:hover {
	/* box-shadow: 0 0 20px 1px rgba(0,0,0,.1); */
}

.in-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.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: #184995;
	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(54, 67, 97, 0.5);
	border-color: #B5CAE0;
	color: #FFFFFF;
}


/* newlist-2 */
.newlist-2 {
	width: 100%;
	padding-top: 40px;
}
.newlist-2::after {
	content: "";
	display: block;
	clear: both;
}
.newlist-2 * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.newlist-2 li {
	width: 32%;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
/* .newlist-2 li::before ,
.newlist-2 li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.newlist-2 li::before {
	border-top: 2px solid #184995;
	border-bottom: 2px solid #184995;
	transform: scale(0,1);
}
.newlist-2 li::after {
	border-left: 2px solid #184995;
	border-right: 2px solid #184995;
	transform: scale(1,0);
}
.newlist-2 li:hover::before,
.newlist-2 li:hover::after {
	opacity: 1;
	transform: scale(1,1);
} */
.newlist-2 li:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
.newlist-2 a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.newlist-2 .xx {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 220px;
	position: relative;
	background: url(../image/inside-logo-1.png) no-repeat center center;
}
.newlist-2 a img {
	width: 100%;
	height: 100%;
}
.newlist-2 .xx label {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
	background: #184995;
	width: 60px;
	height: 60px;
}
.newlist-2 .xx .d {
	font-weight: 600;
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.5rem;
}
.newlist-2 .xx p {
	display: inline-block;
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: 600;
}
.newlist-2 .xx .y {
	float: left;
	position: relative;
	padding-right: 10px;
}
.newlist-2 .xx .y::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 6px;
	height: 1px;
	background: #FFFFFF;
}
.newlist-2 .xx .m {
	float: left;
}
.newlist-2 .det {
	float: left;
	background: #F7F7F7;
	width: 100%;
	height: 160px;
	padding: 20px;
}
.newlist-2 .det span {
	display: inline-block;
	width: 100%;
	font-size: 1.375rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.newlist-2 .det p {
	font-size: 1rem;
	color: #888888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	line-height: 2;
	margin-top: 10px;
}
.newlist-2 a:hover .det span {
	color: #30ADFF;
	font-weight: 600;
}
.newlist-2 a:hover .det p {
	color: #222222;
}
.newlist-2 a:hover {
	
}
.newlist-2 a:hover label {
	background: #30ADFF;
}
.newlist-2 a:hover img {
	transform: scale(1.1);
}
.newlist-2 li:hover {
	/* box-shadow: 0 0 20px 1px rgba(0,0,0,.3); */
}
.in-det {
	width: 100%;
	padding: 40px;
}
.in-det-bt {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.in-det-bt > span {
	display: inline-block;
	width: 100%;
	font-size: 1.875rem;
	color: #184995;
}
.in-det-bt > span:nth-child(2) {
	font-size: 1rem;
	color: #999999;
}
.in-det-bt p {
	margin: 20px 0;
}
.in-det-bt p span {
	font-size: 0.875rem;
	color: #999999;
}
.in-dets {
	width: 100%;
	overflow: hidden;
}
.in-dets p {
	text-align: justify;
	font-size: 1rem;
	color: #333333;
	line-height: 2;
	margin: 5px 0;
	text-indent: 2rem;
}
.in-dets p p {
	font-size: 0.875rem;
}
.in-dets img {
	margin-left: -2rem;
	max-width: 100%!important;
	height: auto !important;
}
.in-zz {
	width: 100%;
}
.in-zz > span {
	font-size: 1.875rem;
	color: #184995;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.in-zz-1 {
	width: 100%;
	margin-bottom: 20px;
}
.in-zz-1 > span {
	display: inline-block;
	width: 100%;
	height: 56px;
	background: #F1F4F9;
	line-height: 56px;
	font-size: 1.5rem;
	color: #184995;
	padding-left: 40px;
	position: relative;
}
.in-zz-1 > span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 4px;
	height: 40%;
	background: #184995;
}
.in-zz-1 ul {
	width: 100%;
	padding: 20px 40px;
}
.in-zz-1 ul::after {
	content: "";
	display: block;
	clear: both;
}
.in-zz-1 ul li {
	width: 25%;
	float: left;
	line-height: 3;
	padding-left: 25px;
	background: url(../image/zz-1.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-zz-2 ul li {
	background-image: url(../image/zz-2.png);
}
.in-zz-3 ul li {
	background-image: url(../image/zz-3.png);
}
.in-zz-1 ul li a {
	display: inline-block;
	height: 100%;
	font-size: 1.125rem;
	color: #333333;
}
.in-zz-1 ul li a:hover {
	font-weight: 600;
	color: #184995;
}


/* dangdangdangdangdangdang */
.d-top {
	width: 100%;
	height: 440px;
	position: relative;
	min-width: 100%;
	overflow: hidden;
}
.d-top img {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.d-top div {
	max-width: 1800px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.d-top p {
	font-weight: 600;
	font-size: 1.875rem;
	color: #FFFFFF;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	line-height: 2;
}
.d-cont {
	max-width: 1800px;
	padding: 0 20px;
	margin: 0 auto;
}
.d-nav {
	width: 100%;
	height: 64px;
	margin: 40px 0;
	background: #184995;
	padding: 0 20px;
	overflow: hidden;
}
.d-nav ul {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	/* 下面是实现横向滚动的关键代码 */
	display: inline;
	float: left;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}
.d-nav ul li {
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 160px;
	position: relative;
	line-height: 64px;
}
.d-nav ul::-webkit-scrollbar {
	display: none;
}
.d-nav ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 30%;
	height: 40%;
	width: 2px;
	background: #FFFFFF;
}
.d-nav ul li:last-child::after {
	display: none;
}
.d-nav ul li a {
	font-size: 1.4375rem;
	color: #FFFFFF;
}
.d-nav ul .on a {
	font-weight: 600;
}
.d-one {
	width: 100%;
	padding-bottom: 40px;
}
.d-one::after {
	content: "";
	display: block;
	clear: both;
}
.d-1 {
	float: left;
	width: calc(100% - 34%);
}
.d-bt {
	width: 100%;
	height: 89px;
	border-top: 4px solid #184995;
	background: #E7EBF3;
	padding: 0 20px;
	line-height: 85px;
}
.d-bt span {
	display: inline-block;
	padding: 0 20px;
	font-size: 1.625rem;
	font-weight: 600;
	color: #333333;
	float: left;
	position: relative;
	cursor: pointer;
}
.d-bt span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 2px;
	height: 30%;
	background: #DDDDDD;
}
.d-bt span:first-child::after {
	display: none;
}
.d-bt > .on {
	color: #184995;
}
.d-bt p {
	float: right;
}
.d-bt p a {
	display: none;
	width: 100px;
	height: 40px;
	font-size: 0.875rem;
	color: #184995;
	border: 1px solid #184995;
	line-height: 40px;
	text-align: center;
}
.d-bt p a:hover {
	color: #FFFFFF;
	background: #184995;
}
.d-bt p .on {
	display: inline-block;
}
.d-2 {
	width: 32%;
	float: right;
}
.d-det {
	width: 100%;
	height: 515px;
	background: #FFFFFF;
	padding: 40px;
}
.d-det::after {
	content: "";
	display: block;
	clear: both;
}
.d-1-1 {
	float: left;
	width: 51%;
	/* height: 424px; */
	background: #F3F3F3;
}
.d-det .d-list:nth-child(2) {
	display: none;
}
.d-1 .d-det .d-list:nth-child(2) {
	display: block;
}
#swiper-dang {
	width: 100%;
}
#swiper-dang .swiper-pagination {
	width: auto;
	left: auto;
	right: 10px;
	bottom: 15px;
}
#swiper-dang .swiper-pagination span {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #9BAFCD;
}
#swiper-dang .swiper-pagination .swiper-pagination-bullet-active {
	background: #184893;
}
#swiper-dang a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#swiper-dang .img {
	width: 100%;
	height: 370px;
}
#swiper-dang .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;
}
#swiper-dang p {
	height: 54px;
	line-height: 54px;
	width: 100%;
	padding-left: 20px;
	font-size: 1rem;
	color: #333333;
}
#swiper-dang p span {
	display: inline-block;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.d-list {
	width: 100%;
}
.d-1 .d-list {
	float: right;
	width: calc(100% - 54%);
}
.d-list ul {
	width: 100%;
}
.d-list ul li {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	height: 51px;
	margin-bottom: 40px;
}
.d-list ul li:last-child {
	margin-bottom: 0;
}
.d-list ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.d-list ul li p {
	font-size: 1.125rem;
	color: #222222;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.d-list ul li span {
	font-size: 1rem;
	color: #999999;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
	left: 0;
	bottom: 0;
	transform: translate(0,50%);
}
.d-list ul li a:hover p {
	padding-left: 10px;
	color: #184893;
	font-weight: 600;
}
.d-3 {
	float: left;
	padding-top: 40px;
}
.d-33 {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
}
.d-one .d-3:nth-child(4) {
	margin: 0 2%;
}
.d-4 {
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
}
.d-4 .d-det {
	height: auto;
}
.d-4 #swiper-tu {
	
}
.d-4 #swiper-tu a {
	display: inline-block;
	height: 260px;
	overflow: hidden;
}
.d-4 #swiper-tu img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.d-4 #swiper-tu a:hover img {
	transform: scale(1.1);
}

/* serch */

.serch-1 {
	width: 100%;
	/* max-width: 1000px; */
	margin: 30px auto;
	height: 72px;
	background-color: #FFFFFF;
	/* margin-top: 30%; */
	padding-left: 80px;
	border-radius: 15px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	background-image: url(../image/serch-1.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.serch-1 input {
	height: 72px;
	width: calc(100% - 160px);
	float: left;
	font-size: 1.875rem;
	color: #1E3481;
	outline: none;
	border: none;
	background-color: #FFFFFF;
}

.serch-1 button {
	width: 160px;
	height: 72px;
	float: right;
	outline: none;
	font-size: 1.5rem;
	color: #FFFFFF;
	border: none;
	background: none;
	background-color: #184995;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
	box-shadow: 0 10px 10px 1px rgba(30, 52, 129, 0.1);
}
.on.serch-1 {
	margin-top: 30px;
}


/* red-dang */
.dang-red .d-nav {
	background: #BC0E0F;
}
.dang-red .d-bt {
	background: #F9EEEE;
	border-color: #BC0E0F;
}
.dang-red .d-bt .on {
	color: #BC0E0F;
}
.dang-red .d-bt p a {
	border-color: #BC0E0F;
	color: #BC0E0F;
}
.dang-red .d-bt p a:hover {
	background: #BC0E0F;
	color: #FFFFFF;
}
.dang-red .d-list ul li a:hover p {
	color: #BC0E0F;
}
.dang-red #swiper-dang .swiper-pagination span {
	background: #DD9798;
}
.dang-red #swiper-dang .swiper-pagination .swiper-pagination-bullet-active {
	background: #BC0E0F;
}
.dang-red .inside-bt {
	border-color: #BC0E0F;
}
.dang-red .inside-bt span {
	color: #BC0E0F;
}
.dang-red .inside-bt p a:hover {
	color: #BC0E0F;
}
.dang-red .newlist-1 .xx .d {
	color: #BC0E0F;
}
.dang-red .newlist-1 .xx p {
	color: #BC0E0F;
}
.dang-red .newlist-1 a:hover .det span {
	color: #BC0E0F;
}
.dang-red .in-page .strong {
	background: #BC0E0F;
}
.dang-red .in-page a:hover {
	background: #DD9798;
}
.dang-red .inmi-1 > span {
	background: #BC0E0F;
}
.dang-red .inmi-2 a:hover {
	color: #BC0E0F;
}
.dang-red .newlist-1 .xx .y {
	background-image: url(../image/nian1.png);
}
.dang-red .newlist-1 .xx .m {
	background-image: url(../image/yue1.png);
}
.dang-red .in-det-bt > span {
	color: #BC0E0F;
}
.dang-red .in-det-bt > span:nth-child(2) {
	color: #DD9798;
}
.dang-red .newlist-2 .xx label {
	background: rgba(188, 14, 15, .7);
}
.dang-red .newlist-2 a:hover .xx label {
	background: rgba(188, 14, 15, 1);
}
.dang-red .newlist-2 a:hover .det span {
	color: #BC0E0F;
}
.dang-red .serch-1 {
	background-image: url(../image/serch-2.png);
}
.dang-red .serch-1 input {
	color: #BC0E0F;
}
.dang-red .serch-1 button {
	background: #BC0E0F;
}