/*  reset  */
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu,
iframe {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	display: block;
}

em,
i,
s,
b,
th {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

.a_hover:hover{
	filter: brightness(1.2);
    /* 减少20%的亮度，使颜色变浅 */
    border: none;
	
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

*,
*:before,
*:after {
	word-break: break-all;
	outline: none;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.f_r{
	float: right;
}

input {
	user-select: auto;
	-ms-user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
}

a {
	text-decoration: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.none{
	display: none;
}
/* 调用专属属性，让调用标签偏移出来 */
.translateXY100 {
	position: absolute;
	left: 100px;
	top: 100px;
	min-width: 300px;
	transform: translate(100px, 100px);
	z-index: 1;
}
.translateXY200 {
	position: absolute;
	left: 200px;
	top: 200px;
	min-width: 300px;
	transform: translate(100px, 100px);
	z-index: 1;
}
.translateXY10 {
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 300px;
	transform: translate(10px, 10px);
	z-index: 1;
}
.translateXY50 {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 300px;
	transform: translate(50px, 50px);
	z-index: 1;
}
/* 增大调用的显示 */
.__data__ {
	zoom: 1.3;
}

/* comm */
html,
body {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	font-family: 'cn_font';
}

.article_body{
	overflow: auto;
}

body {
	position: relative;
	background: #e8eae6;
	font-size: 16px;
	line-height: 1;
}

.web {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page {
	background: no-repeat center/cover;
	display: flex;
	overflow: hidden;
}

.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1920px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container,
.swiper-wrapper,
.swiper-pagination {
	z-index: auto !important;
}

.swiper-notification {
	display: none !important;
}

.swiper-slide {
	overflow: hidden;
	height: 100%;
}

.hide {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

@font-face {
	font-family: "cn_font";
	src: url(/style/dcsl/cn_font.ttf);
}

/* section1 */
.section1 {
	background: url(/images/dcsl/bg1.jpg) no-repeat center center;
	background-size: cover;
}

.home_vedio {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

.section1 .btn1 {
	position: absolute;
	left: 20%;
	bottom: 65px;
	background: url(/images/dcsl/pay_center.png) no-repeat;
	width: 414px;
	height: 114px;
}

.section1 .center-box{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 3px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
    width: 614px;
    height: 135px;
	text-align: center;
	transition: opacity .6s ease-out, transform .6s ease-out;
}

.section1 .center-box .special{
	
}

.section1 .center-box .special img{
	height: 135px;
}



.section1 .qrcode {
	position: relative;
	background: url(/images/dcsl/qrcode_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 118px;
	height: 131px;
	margin: 0 10px;
}

.section1 .qrcode_img {
	position: absolute;
    top: 8px;
    left: 10px;
    width: 97px;
    font-size: 0;
    height: 97px;
}

.section1 .btn-group {
	display: flex;
    justify-content: space-between;
    width: 281px;
    flex-wrap: wrap;
    align-items: center;
}

.section1 .btn-group .icon-android{
	display: inline-block;
	background: url(/images/dcsl/android_btn.png) no-repeat;
	width: 133px;
	height: 46px;
	background-size: cover;
}

.section1 .btn-group .icon-ios{
	display: inline-block;
	background: url(/images/dcsl/ios_btn.png) no-repeat;
	width: 133px;
	height: 46px;
	background-size: cover;

}

.section1 .btn-group .icon-pay{
	display: inline-block;
	background: url(/images/dcsl/pay_icon.png) no-repeat;
	width: 133px;
	height: 46px;
	background-size: cover;

}

.section1 .btn-group .icon-room{
	display: inline-block;
	background: url(/images/dcsl/room_btn.png) no-repeat;
	width: 133px;
	height: 46px;
	background-size: cover;

}



.section1 .age-box{
	position: absolute;
	bottom: 130px;
	right:55px;
}

.section1 .age-box img{
	width: 100%;
}

/* section2 */
.section2 {
	background: url(/images/dcsl/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.section2 .page_title {
	width: 100%;
	height: 222px;
	background: url(/images/dcsl/bg2_title.png) no-repeat;
	background-size: contain;
	position: absolute;
	background-position: center center;
	top: 30px;
}

/* 新闻列表 */
.section2 .news_box_slide {
	width: 1453px;
    height: 808px;
    background: url(/images/dcsl/book_bg.png) no-repeat;
    position: relative;
    margin: 163px 0 0 248px;
    z-index: 1;
    background-size: cover;
}

.section2 .news_box {
	width: 561px;
	height: 612px;
	position: absolute;
	right: 132px;
	top: 92px;
	padding: 10px 0px;
	overflow: hidden;
	z-index: 1;
}

.section2 .news_box .nav_box {
	padding: 0px 17px 0 11px;
	height: 71px;
	margin-top: 25px;
	display: flex;
}

.section2 .news_box .nav_box .nav_item {
	width: 148px;
    text-align: center;
    font-size: 22px;
    height: 102px;
    padding: 38px 0;
    color: #fff;
    cursor: pointer;
    margin: 0;
	text-shadow: #000 1px 0px 0px, #000 0px 1px 0px, #000 -1px 0px 0px, #000 0px -1px 0px, #000 1px 1px 0px, #000 -1px -1px 0px, #000 1px -1px 0px, #000 -1px 1px 0px;
}

.section2 .news_box .nav_box .nav_item.active {
	color: #000;
	text-shadow: none;

}

.section2 .news_box .nav_box .nav_item.active::after{
	content: "";
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	width: 16px;
	height: 16px;
	background: url(/images/dcsl/star_icon.png) no-repeat;
}

.section2 .news_box .nav_box .nav_item.active::before{
	content: "";
	position: absolute;
	margin-left: -25px;
	margin-top: 5px;
	width: 16px;
	height: 16px;
	background: url(/images/dcsl/star_icon.png) no-repeat;
}

.section2 .news_box .news_list_box ul{
	height: 459px;
}

.section2 .news_box .news_list_box ul li{
	height: 90px;
	line-height: 90px;
	font-size: 22px;
	border-bottom: 1px solid #cec9c4;
	color: #000;
	padding: 0 18px;
}

.section2 .news_box .news_list_box ul li span{
	color: #585858;
}

.section2 .news_box .news_list_box ul li a{
	color: #000;
    width: 70%;
    overflow: hidden;
    display: inline-block;
    text-wrap: nowrap;
	text-overflow: ellipsis;
}

.section2 .news_box .news_list_box ul li a:hover{
	color: #e79a18;
}

.section2 .news_box .news_list_box ul li a:hover em{
	color: #b34cb5;
}



.section2 .news_more {
	width: 152px;
	height: 48px;
	background: url(/images/dcsl/more_btn.png) no-repeat;
	background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.news_list {
	width: 100%;
}

.news_list li {
	padding: 32px 0;
	font-size: 22px;
	border-bottom: 1px solid #303030;
	color: #303030;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 78px;
}

.news_list li .news_item_type {
	width: 71px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news_list li .news_item_text {
	float: left;
	color: #303030;
}

/* 新闻轮播 */
.section2 .news_slide {
	width: 527px;
	height: 298px;
	position: absolute;
	top: 150px;
	left: 145px;
	z-index: 2;
	border-radius: 5px;
}

.section2 .new_nav{
	margin-top: 3px;
}

.section2  .new_navSwiper{
	width: 100%;
	height: 119px;
}

.section2  .new_navSwiper .swiper-container{
	overflow: visible;
}

.section2  .new_navSwiper .swiper-slide{
	opacity: 0.4;
	transform: scale(0.8);
}


.section2  .new_navSwiper .swiper-slide-active{
	opacity: 1;
	transform: none;
}

.section2 .new_nav .swiper-slide {
	display: block;
    width: 181px;
    overflow: visible;
    height: 98px;
    border: 1px solid #d1823f;
    border-radius: 8px;
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.section2 .new_nav .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_slide_swiper {
	position: relative;
    overflow: hidden;
    width: 529px;
    height: 372px;
}

.news_slide_swiper .swiper-slide a {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.news_slide_swiper .swiper-slide a div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news_slide_swiper .swiper-slide img {
	display: block;
	height: 297px;
	width: 100%;
	object-fit: cover;
}

.news_slide_swiper .swiper-slide h1 {
	text-align: center;
	margin-top: 27px;
}

.news_slide .btn_news_prev {
	display: block;
	width: 36px;
	height: 35px;
	background: url(/images/dcsl/left_s_btn.png) no-repeat;
	position: absolute;
	left: 5px;
	bottom: -64px;
	z-index: 3;
}

.news_slide .btn_news_next {
	display: block;
	width: 36px;
	height: 35px;
	background: url(/images/dcsl/right_s_btn.png) no-repeat;
	position: absolute;
	right: 5px;
	bottom: -64px;
	z-index: 3;
}

.news_slide .swiper-pagination {
	bottom: -214px;
}

.news_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #929086;
	margin: 0 12px !important;
	border-radius: 10px;
}

.news_slide .swiper-pagination-bullet-active {
	background: #ffc65f;
	
}

/* section3 */
.section3 {
	background: url(/images/dcsl/bg3.jpg) no-repeat center center;
	background-size: cover;
}

.section3 .page_title {
	width: 100%;
	height: 222px;
	background: url(/images/dcsl/bg3_title.png?v=20260727) no-repeat;
	background-size: contain;
	position: absolute;
	background-position: center center;
	top: 30px;
}


.section3 .professionial{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease-out, transform .6s ease-out;
	margin: -119px 0px 0 -331px;
	width: 650px;
}

.section3 .professionial.moveing{
	width: calc(10.99 * var(--originRem));
    top: calc((1.85 - .9) * var(--originRem));
    left: calc(1.7 * var(--originRem));
    opacity: 0;
    transform: translate(calc(-8.06rem - 7.08rem), calc(5.28rem - 5rem)) scale(1.25) rotate(-19deg);
}

.section3 .professionial > img,.section3 .earth > img, .section3 .map > img , .section3 .clothes > img , .section3 .tap > img , .section3 .pet > img{
	width: 100%;
	height: 100%;
}

.section3 .tap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease-out, transform .6s ease-out;
	margin-top: 115px;
	width: 90px;
}

.section3 .tap.moveing{
	width: calc(1.7 * var(--originRem));
    top: calc((8.06 - .9) * var(--originRem));
    left: calc(11.6 * var(--originRem));
    opacity: 0;
    transform: translate(calc(8.98rem - 12.46rem), calc(16.73rem - 9.36rem)) scale(1.5) rotate(-30deg);
}

.section3 .pet{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease-out, transform .6s ease-out;
	margin: -112px 0px 0 267px;
	width: 640px;
}

.section3 .pet.moveing{
	width: calc(11.13 * var(--originRem));
    top: calc((3.07 - .9) * var(--originRem));
    right: calc(2.27 * var(--originRem));
    opacity: 0;
    transform: translate(calc(33.74rem - 17.78rem), calc(12.96rem - 6.46rem)) scale(1.3) rotate(37deg);
}

.section3 .clothes{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease-out, transform .6s ease-out;
	margin: 244px 0px 0 -300px;
	width: 660px;
}

.section3 .clothes.moveing{
	width: calc(9.42 * var(--originRem));
    top: calc((7.74 - .9) * var(--originRem));
    left: calc(2.9 * var(--originRem));
    opacity: 0;
    cursor: pointer;
    transform: translate(calc(-5.22rem - 7.38rem), calc(11.78rem - 10.58rem)) rotate(-45deg);
}


.section3 .map{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease-out, transform .6s ease-out;
	margin: 242px 0px 0 278px;
	width: 620px;
}


.section3 .map.moveing{
	width: calc(11.13 * var(--originRem));
    top: calc((3.07 - .9) * var(--originRem));
    right: calc(2.27 * var(--originRem));
    opacity: 0;
    transform: translate(calc(33.74rem - 17.78rem), calc(12.96rem - 6.46rem)) scale(1.3) rotate(37deg);
}



.section3 .earth{
	position: absolute;
    bottom: 0;
    right: 100px;
	z-index: 3;
	width: 300px;
}



.section3 .dialog{
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}

.section3 .dialog .mask{
	background: #000000a1;
    display: block;
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 11;
	left: 0;
	top: 0;
}

.section3 .dialog .dialog_btn_prev{
	position: absolute;
    margin-left: -54%;
    display: inline-block;
    width: 97px;
    height: 83px;
    background: url(/images/dcsl/left_arrow.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
	z-index: 14;
}

.section3 .dialog .dialog_btn_next{
	position: absolute;
	margin-left: 47%;
	display: inline-block;
    width: 97px;
    height: 83px;
    background: url(/images/dcsl/right_arrow.png) no-repeat;
    background-size: 100% 100%;
	top: 50%;
	z-index: 14;
}

.section3 .dialog .close_btn{
	position: absolute;
    z-index: 14;
    width: 100px;
    height: 100px;
    right: 43px;
    top: 71px;
}

.section3 .dialog .model_switch{
	position: absolute;
    z-index: 14;
    padding-top: 76px;
    padding-left: 1px;
    width: 198px;
    height: 430px;
    right: 113px;
    top: 232px;
    background: url(/images/dcsl/dialog_r_block.png) no-repeat;
    background-size: 100% 100%;
}



.section3 .dialog .model_switch .switch_item{
	margin-bottom: 3px;
	opacity: 0.5;
}

.section3 .dialog .model_switch .switch_item.on{
	opacity: 1;
}

.section3 .dialog .content{
	position: relative;
    width: 1400px;
    height: 798px;
    z-index: 12;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.section3 .dialog  .block{
	position: absolute;
	background: url(/images/dcsl/block.png) no-repeat center center;
    background-size: cover;
	z-index: 13;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}

.section3 .dialog .swiper-slide{
	position: relative;
	padding-top: 71px;
    padding-left: 71px;
	width: 1574px;
	height: 885px;
}

.section3 .dialog .swiper-slide .name{
	position: absolute;
    top: 326px;
    left: 138px;
}

.section3 .dialog .swiper-slide .name h1{
	display: inline-block;
	font-size: 57px;
	color: #f4ca59;
	font-weight: 700;
	text-shadow: #000 2px 0px 0px, #000 0px 2px 0px, #000 -2px 0px 0px, #000 0px -2px 0px, #000 2px 2px 0px, #000 -2px -2px 0px, #000 2px -2px 0px, #000 -2px 2px 0px;
}

.section3 .dialog .swiper-slide .name::before{
	content: "";
	background-image: url(/images/dcsl/yellow_star.png);
    background-size: 100% 100%;
	height: 23px;
	width: 23px;
	position: absolute;
	margin-left: -22px;
}

.section3 .dialog .swiper-slide .name small{
	font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background-image: url(/images/dcsl/yellow_bg.png);
    background-size: 100% 100%;
    padding: 3px 11px;
	margin-left: 6px;
}

.section3 .dialog .swiper-slide .des{
	position: absolute;
    top: 403px;
    left: 138px;
    width: 284px;
    min-height: 128px;
    padding: 10px 15px 0 20px;
    color: #ffffffad;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: justify;
    background-image: url(/images/dcsl/des_bg.png);
    background-size: 100% 100%;
}

.section3 .dialog .swiper-pagination{
	position: absolute;
    left: 139px;
    top: 545px;
    width: auto;
    min-width: 284px;
    max-height: 92px;
    background-image: url(/images/dcsl/header_bg.png);
    background-size: 100% 100%;
    z-index: 14!important;
	padding: 9px 10px 0 10px;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet{
    width: 64px;
    height: 64px;
    background-color: unset;
    border-radius: 0;
	color: #fff;
	text-align: center;
	opacity: 1;
	margin-top: 1px;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet p{
	margin: 3px auto 0 auto;
	font-size: 12px;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet img{
	margin: 0 auto;
	width: 51px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet .header_border{
	height: 56px;
	width: 56px;
	margin: 0 auto;
    background-image: url(/images/dcsl/head_block_default.png);
    background-size: 100% 100%;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet-active .header_border{
	
    background-image: url(/images/dcsl/head_block.png);
    background-size: 100% 100%;
}

.section3 .dialog .swiper-pagination .swiper-pagination-bullet .p{
	color: #fff;
	font-weight: 700;
	text-shadow: #000 2px 0px 0px, #000 0px 2px 0px, #000 -2px 0px 0px, #000 0px -2px 0px, #000 2px 2px 0px, #000 -2px -2px 0px, #000 2px -2px 0px, #000 -2px 2px 0px;
}

.section3 .dialog .swiper-slide img{
	object-fit: cover;
	width: 1262px;
    height: 664px;
}


/* section4 */

.section4 {
	background: url(/images/dcsl/bg4.jpg) no-repeat center center;
	background-size: cover;
}

.section4 .page_title {
	width: 100%;
	height: 222px;
	background: url(/images/dcsl/bg4_title.png) no-repeat;
	background-size: contain;
	position: absolute;
	background-position: center center;
	top: 30px;
}

.section4 .carousel-container {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1170px;
	overflow: hidden;
	height: 760px;
	margin: 196px auto 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	overflow: visible;
}

.section4 .carousel-track {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section4 .carousel_btn_col {
	position: absolute;
    left: 50%;
    top: 323px;
    width: 1400px;
    height: 97px;
    z-index: 0;
    transform: translateX(-50%);
}

.section4 .carousel_btn_col .prev_icon{
	display: inline-block;
	width: 97px;
	height: 83px;
	background: url(/images/dcsl/left_arrow.png) no-repeat;
	background-size: 100% 100%;
	float: left;
}

.section4 .carousel_btn_col .next_icon{
	display: inline-block;
	width: 97px;
	height: 83px;
	background: url(/images/dcsl/right_arrow.png) no-repeat;
	background-size: 100% 100%;
	float: right;

}

.section4 .carousel_item_num {
	position: absolute;
	right: -172px;
	top: 40px;
	z-index: 2;
	font-size: 34px;
	font-weight: bold;
}
.section4 .carousel_item_num .big{
	font-size: 63px;
}


.section4 .carousel-item {
	position: absolute;
	width: 341px;
    height: 603px;
	left: 50%;
	top: 20px;
	margin-left: -156px;
	-webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-moz-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section4 .card-placeholder {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.section4 .card-placeholder img {
	width: 93%;
    height: 98%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -42px;
    margin-top: -16px;
}

.section4 .card-placeholder.card-active {
	position: relative;
}

.section4 .card-placeholder::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -14px;
	left: -33px;
	width: 360px;
	height: 624px;
	background: url('/images/dcsl/f_slide_bg.png') no-repeat;
	background-size: 100% 100%;
}

.section4 .carousel-btn {
	width: 100%;
	height: 50%;
	cursor: pointer;
}

.section5 {
	height: auto !important;
}

/* 页脚 */
.footer {
	width: 100%;
	height: 250px;
	font-size: 14px;
	background-color: #0b1113;
	color: #ccc;
	line-height: 22px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 40px 0;
	font-family: '微软雅黑';
}

.footer .logo_9377 {
	position: absolute;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	top: 75px;
}

.footer .logo_9377 img {
	width: 211px;
	height: 103px;
}

.footer p {
	width: 1200px;
	margin: 8px auto;
	font-size: 16px;
	;
	padding-left: 310px;
}

.footer p a {
	color: #ccc;
}

.footer p a:hover {
	color: #aeafb1;
}

.footer p img {
	display: inline-block;
	vertical-align: middle;
}

.footer p:nth-of-type(4) a {
	margin: 0 8px;
}

.footer p:nth-of-type(4) a:nth-of-type(1) {
	margin-left: 0;
}

.unline {
	text-decoration: underline;
}

/**/
.cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	overflow: hidden;
}


.nav_main {
	width: 100%;
	position: absolute;
	top: 0;
	height: 66px;
	background-color: #1c1c1d;
	border-bottom: 2px solid #000000;
	z-index: 2;
}

.nav_main .nav {
	width: 100%;
	position: absolute;
	pointer-events: all;
	top: 0px;
	left: 0px;
	background-color: transparent;
	box-sizing: border-box;
}

.nav_main .nav .logo{
	margin-left: 65px;
	margin-right: 65px;
}

.nav_main .nav .download_btn{
	position: absolute;
	right: 1px;
}

.nav_main .nav a {
	display: inline-block;
    height: 66px;
    line-height: 66px;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.nav_main .nav a img{
	height: 100%;
}

.nav_main .nav a span{
	height: 66px;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 19px;
    color: #fff;
	text-shadow: #000 2px 0px 0px, #000 0px 2px 0px, #000 -2px 0px 0px, #000 0px -2px 0px, #000 2px 2px 0px, #000 -2px -2px 0px, #000 2px -2px 0px, #000 -2px 2px 0px;

}

.nav_main .nav .on span,
.nav_main .nav a:hover span{
    color: #ffc65f;
}


/* 文章容器 */

/* 标题 */
.aticle_container{
	background: url('/images/dcsl/inner_content_bg.jpg') 0 0 no-repeat;
	background-size: 1920px 1354px;
	text-align: center;
}

.aticle_container .back_btn{
	position: absolute;
    left: 209px;
    top: 381px;
    width: 71px;
    height: 66px;
    background: url(/images/dcsl/back.png) center center no-repeat;
    background-size: cover;
    z-index: 3;
}

.aticle_container .row {
	width: 1055px;
	position: relative;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: 60px auto 0;
}

.aticle_container .info_row {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 434px;
    width: 1183px;
    height: 60px;
    line-height: 60px;
    background: url(/images/dcsl/inner_nav_content_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 21px;
    font-weight: 100;
    padding: 0 19px 0px 60px;
}

.aticle_container .info_row a {
	display: inline-block;
	color: #fff;
}

.aticle_container .info_row .tab_name {
	float: left;
}

.aticle_container .info_row .tab_name::before {
	content: "";
    background-image: url(/images/dcsl/star_icon.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -36px;
    top: 21px;
}

.aticle_container .info_row .time {
	float: right;
	font-style: italic;
}

.aticle_container .content {
	margin: 0px auto 3px auto;
    padding-top: 521px;
    text-align: left;
    width: 1200px;
    height: 1332px;
    overflow: hidden;
}

.aticle_container .content .txt{
	height: 700px;
    overflow: auto;
    line-height: 25px;
	font-family: '微软雅黑';
}




/***** 内页部分 *****/
.art_page {
    min-width: 1200px;
	background-color: #f4e9d6;
}

.art_page .head {
	height: 406px;
    background: url(/images/dcsl/ariticle_bg.png) center top no-repeat;
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
}

.art_page main {
    min-height: 1000px;
}

/*列表页*/
.art_news {
    width: 1200px;
    color: #8a8a8a;
    margin: 0 auto;
	padding-top: 361px;
	position: relative;
}

.art_news .back_btn{
	position: absolute;
    left: 0;
    margin-top: -2px;
    width: 64px;
    height: 56px;
    background: url(/images/dcsl/back.png) center center no-repeat;
    background-size: cover;
    z-index: 3;
}

.art_news_tit {
    width: 770px;
    height: 36px;
    margin: 0 auto 64px auto;
}

.art_news_tab {
	z-index: 2;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/dcsl/inner_nav_bg.png) center top no-repeat;
    background-size: cover;
    width: 569px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-around;
}

.art_news_tab a {
    min-width: 70px;
    font-size: 22px;
    color: #ffffff;
	text-shadow: #000 2px 0px 0px, #000 0px 2px 0px, #000 -2px 0px 0px, #000 0px -2px 0px, #000 2px 2px 0px, #000 -2px -2px 0px, #000 2px -2px 0px, #000 -2px 2px 0px;
}

.art_news_tab a:hover,
.art_news_tab a.on {
    color: #000;
	text-shadow: #000 0.1px 0px 0px, #000 0px 0.1px 0px, #000 -0.1px 0px 0px, #000 0px -0.1px 0px, #000 0.1px 0.1px 0px, #000 -0.1px -0.1px 0px, #000 0.1px -0.1px 0px, #000 -0.1px 0.1px 0px;
}

.art_news_tab a:hover::before,
.art_news_tab a.on::before {
	content: "";
    position: absolute;
    margin-left: -37px;
    margin-top: 16px;
    width: 20px;
    height: 20px;
    background: url(/images/dcsl/star_icon.png) no-repeat;
    background-size: contain;
}

.art_news_tab a:hover::after,
.art_news_tab a.on::after {
    content: "";
    position: absolute;
    margin-left: 22px;
    margin-top: 16px;
    width: 20px;
    height: 20px;
    background: url(/images/dcsl/star_icon.png) no-repeat;
    background-size: contain;
}

/*新闻*/
.art_news_list{
	margin-top: 93px;
}

.art_news_list li {
    line-height: 40px;
    height: 256px;
    color: #b68335;
    font-size: 18px;
    display: block;
    padding: 37px 138px;
    margin-bottom: 28px;
    position: relative;
    background: #fefcf1;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 4px 4px 0 #dbd1c0;
}

.art_news_list h3 {
	color: #7c5d61;
    font-weight: 100;
    font-size: 32px;
    max-width: 412px;
    border-bottom: 1px solid #e4e3da;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}


.art_news_list h3::before{
	content: "";
    position: absolute;
    margin-left: -30px;
    top: 52px;
    width: 16px;
    height: 16px;
    background: url(/images/dcsl/star_icon_gray.png) no-repeat;
    background-size: contain;
}


.art_news_list img{
	position: absolute;
    right: 37px;
    top: 45px;
    width: 315px;
    height: 174px;
    object-fit: cover;
    border-top-left-radius: 54px;
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 4px 4px 0 #dbd1c0;
}



.art_news_list li small {
    line-height: 26px;
    margin-top: 24px;
    color: #8a8a8a;
    display: block;
    width: 619px;
    font-size: 14px;
    height: 89px;
	font-family: '微软雅黑';
}

.art_news_list li .time {
	color: #868686;
    font-size: 14px;
}
.art_news .scott {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.art_news .scott a,
.art_news .scott span {
    min-width: 16px;
    color: #595959;
    background: #ffffff;
    border: 1px solid #9f9f9f;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    margin: 0 5px;
}

.art_news .scott a:hover {
    color: #ffffff;
    background: #816941;
    border-color: #816941;
}

.art_news .scott input {
    color: #333;
    background: #fff;
    padding: 4px 8px;
    margin: 0 5px;
}


/* 浮框 */
.float_window .open_box {
	width: 38px;
    height: 60px;
	background: url('/images/dcsl/open_btn.png') no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: fixed;
	left: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .float_window .detail_float_window {
	position: fixed;
	width: 200px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	-webkit-border-radius: 0.08rem 0 0 0.08rem;
	-moz-border-radius: 0.08rem 0 0 0.08rem;
	border-radius: 0.08rem 0 0 0.08rem;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  }
  
  .float_window .detail_float_window .close_btn {
	width: 38px;
    height: 60px;
	background: url('/images/dcsl/close.png') no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 145px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .float_window .detail_float_window .detail_float_window_content {
	width: 147px;
    height: 328px;
	background: url('/images/dcsl/side_menu_bg.png') no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
	padding-top: 103px;
    padding-left: 2px;
  }
  
  .float_window .detail_float_window .qr_code {
	width: 118px;
	height: 118px;
	background: url('/images/dcsl/qrcord_border.png') no-repeat;
	background-size: contain;
	background-position: center;
  }
  
  .float_window .detail_float_window .qr_code img {
	width: 100%;
	height: 100%;
	padding: 3px;
	-o-object-fit: cover;
	object-fit: cover;
  }
  

  .float_window .detail_float_window  .line_box{
	margin-top: 9px;
	text-align: center;
	}
  
  .float_window .detail_float_window .link_btn{
	margin: 0 auto;
	display: list-item;
	font-size: 14px;
	color: #fff;
	height: 33px;
	line-height: 22px;
	}

  .float_window .detail_float_window .link_btn:hover{
    color: #ffc65f;
  }


  .float_window .detail_float_window .line_box a:hover::after{
	content: "";
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	width: 14px;
    height: 14px;
	background: url(/images/dcsl/yellow_star.png) no-repeat;
	background-size: 100% 100%;
}

.float_window .detail_float_window .line_box a:hover::before{
	content: "";
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
    width: 14px;
    height: 14px;
    background: url(/images/dcsl/yellow_star.png) no-repeat;
    background-size: 100% 100%;
}