.layui-carousel-ind ul {
	background: none; 
}

.zckc-carousel {
    /*background-size:100%100%;*/
}

.zckc-carousel-box {
	height: 100%;
}

.zckc-carousel img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.zckc-carousel-title {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	padding-top: 16%;
	box-sizing: border-box;
}

.zckc-carousel-title span {
	color: #d9b778;
	font-size: 44px;
}

.zckc-carousel-en {
	text-align: center;
	font-size: 32px;
	color: #ffffff;
	padding-top: 10px;
}

/*内容*/
.zckc-cont {
	padding-bottom: 50px;
}

.zckc-title-box {
	padding-top: 60px;
	text-align: center;
}

.zckc-title {
	font-size: 24px;
    color: #30323f;
}

.title-line {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 3px solid #30323f;
    display: inline-block;
    margin: 10px;
    position: relative;
}

.title-line:before, .title-line:after {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: -100px;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #30323f;
}

.title-line:after {
    left: 25px;
}

.title-en {
    font-size: 16px;
    font-style: italic;
    color: #434756;
}

.zckc-items {
	width: 33.333%;
	color: #30323f;
	padding: 40px 60px 0 60px;
	box-sizing: border-box;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.zckc-opt-box {
	width: 100%;
	height: 320px;
	padding: 20px 10px;
	border: 1px solid #dcdcdc;
	justify-content:center;
	box-sizing: border-box;
	border-radius: 2px;
}

.zckc-items:hover {
	padding-top: 20px;
	cursor: pointer;
	border-radius: 2px;
}

.zckc-items:hover .zckc-opt-box {
	background-color: #fffbf4;
}

.zckc-img-app {
	height: 60px;
}

.zckc-img {
	height: 50px;
}

.zckc-img img, .zckc-img-app img {
	height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.zckc-opt-box h3{
	width: 100%;
	font-weight: bold;
	text-align: center;
	height: 18px;
	line-height: 18px;
	padding-top: 10px;
    color: #30323f;
}

.zckc-opt-box p {
	width: 100%;
	text-align: center;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
    color: #30323f;
}

.zckc-opt-cont {
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
    color: #30323f;
}

.zckc-opt-appImg {
	width: 50%;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
}

.zckc-opt-appImg img {
	width: 100%;
}

.zckc-opt-href {
	width: 50%;
	text-align: center;
}

.zk-guide-choice {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.zk-guide-app {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
}

.blue {
    background-color: #098af4;
}

.orange {
    background-color: #ea5b34;
}

.zk-guide-edition {
    padding: 8px 15px;
    margin: 2px;
    color: #ffffff;
    border-radius: 4px;
}

.zk-guide-edition:hover {
	opacity: 0.7;
}

.zckc-dynamic-items {
	width: 33.333%;
	padding: 40px 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #ffffff;
}

.zckc-dynamic-img img {
	width: 100%;
}

.see-box {
    padding-top: 30px;
}

.see-title {
    font-size: 18px;
    font-weight: bold;
    color: #434756;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

.see-title:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 4px;
    background-color: #30323f;
}

.see-cont {
    font-size: 12px;
    color: #999caa;
    text-align: center;
    padding: 20px;
}

.zckc-dynamic-items:hover .see-title {
    color: #d9b778;
}

.zckc-dynamic-items:hover .see-title:after {
    background-color: #d9b778;
}

.zckc-dynamic-items:hover {
	box-sizing: border-box;
	border-bottom: 2px solid #d9b778;
}

.about {
    margin-top: 60px;
    padding-top: 40px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
}

.about:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #d9b778;
}

.zckc-about-left {
	width: 60%;
}

.zckc-about-right {
	width: 40%;
}

.about-title {
    height: 50px;
    color: #fff;
    padding: 25px 0;
    padding-left: 200px;
    position: relative;
    z-index: 2;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.about-title:hover {
	padding-left: 150px;
}

.about-tcn {
    font-size: 24px;
}

.about-ten {
    font-size: 16px;
}

.about-cont {
    line-height: 24px;
    color: #666;
    padding: 50px;
}

.about-img {
    height: 283px;
    position: relative;
    z-index: 2;
}

.about-img img {
    position: absolute;
    top: -47px;
    right: 0;
}

.dynamic {
    padding: 20px;
    padding-top: 40px;
}

.dynamic-img {
	width: 40%;
	box-sizing: border-box;
}

.dynamic-img img {
	width: 100%;
    height: 100%;
}

.dynamic-cont-box {
	width: 60%;
	box-sizing: border-box;
}

.dynamic-news {
    background-color: #fff;
    padding: 0 20px 10px 20px;
}

.dynamic-news li {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}

/*.dynamic-news li:last-child {*/
    /*padding-top: 16px;*/
/*}*/

.dynamic-title {
    font-size: 16px;
    color: #373a49;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.dynamic-time {
    line-height: 30px;
    font-family: PingFang SC, Arial;
    font-size: 14px;
    color: #999;
    width: 20%;
}

.dynamic-cont {
    height: 32px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dynamic-btn {
    color: #373a49;
    border: 1px solid #dedede;
    padding: 5px;
    box-sizing: border-box;
    width: 20%;
    text-align: center;
}

.dynamic-btn:hover {
    background-color: #373a49;
    color: #fff;
}

.dynamic-news li:hover .dynamic-title a {
    color: #d9b778;
}

.dynamic-news li:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eee;
}

.product-box {
	padding-top: 40px;
	height: 290px;
	overflow: hidden;
}

.product-img {
    border: 1px solid #d9b778;
}

.product-img img {
	width: 100%;
    height: 100%;
}

.product-number {
    font-size: 40px;
    font-weight: bold;
    color: #373a49;
}

.product-cont {
	height: 270px;
	border-bottom: 2px solid #d9b778;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

.product-cont-title {
	padding: 20px 60px 0 0;
	font-size: 20px;
    font-weight: bold;
    color: #373a49;
}

.product-cont-text {
	padding-top: 10px;
    padding-right: 60px;
	font-size: 12px;
    color: #373a49;
}

.product-btn {
	position: absolute;
	bottom: 40px;
	right: 60px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #d9b778;
}

.product-btn a {
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
}

.product-btn a:hover {
	background-color: #373a49;
}

.product-cont:hover .product-cont-title a, .product-cont:hover .product-number{
	color: #d9b778;
}

/*.product-box:nth-child(2) .product-img {*/
	/*float: right;*/
/*}*/

/*.product-box:nth-child(2) .product-cont {*/
	/*float: left;*/
/*}*/

/*.product-box:nth-child(2) .product-cont .product-cont-title {*/
	/*padding-left: 0;*/
	/*padding-right: 60px;*/
	/*text-align: right;*/
/*}*/

/*.product-box:nth-child(2) .product-cont .product-cont-text {*/
	/*padding-left: 0;*/
	/*padding-right: 60px;*/
	/*text-align: right;*/
/*}*/

/*.product-box:nth-child(2) .product-cont .product-btn {*/
	/*left: auto;*/
	/*right: 60px;*/
/*}*/

/*.product-box:nth-child(4) .product-img {*/
    /*float: right;*/
/*}*/

/*.product-box:nth-child(4) .product-cont {*/
    /*float: left;*/
/*}*/

/*.product-box:nth-child(4) .product-cont .product-cont-title {*/
    /*padding-left: 0;*/
    /*padding-right: 60px;*/
    /*text-align: right;*/
/*}*/

/*.product-box:nth-child(4) .product-cont .product-cont-text {*/
    /*padding-left: 0;*/
    /*padding-right: 60px;*/
    /*text-align: right;*/
/*}*/

/*.product-box:nth-child(4) .product-cont .product-btn {*/
    /*left: auto;*/
    /*right: 60px;*/
/*}*/

.product-sm-img {
	height: 180px;
	text-align: center;
}

.product-sm-img img {
	height: 100%;
	width: 100%;
	object-fit:cover;
}

.product-sm-title {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}

.product-sm-text {
	padding-top: 10px;
	font-size: 12px;
}

.product-btn-sm {
	padding-top: 10px;
	text-align: center;
}

.product-btn-sm a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 100%;
	display: block;
	color: #ffffff;
	background-color: #d9b778;
}

.product-btn-sm a:hover {
	background-color: #373a49;
}

.four-sm .swiper-button-prev {
	background-color:rgba(217,183,120,0.7);
    background-size: 22px 16px;
    width: 35px;
    height: 35px;
    border-radius: 22px;
}

.four-sm .swiper-button-next {
	background-color:rgba(217,183,120,0.7);
    background-size: 22px 16px;
    width: 35px;
    height: 35px;
    border-radius: 22px;
}

@media (max-width: 1000px) {
    .dynamic-title, .dynamic-time, .dynamic-btn {
        width: 100%;
        text-align: center;
    }
}
