@charset "UTF-8";
/* 解决一部分浏览器的swipe4按钮点击,出现边框 */
.swiper-button-prev:focus,.swiper-button-next:focus{outline:none;}
/* 解决一部分浏览器的swipe4按钮点击,出现蓝色背景  */
.swiper-button-prev,.swiper-button-next{cursor:auto !important;}
.swiper-pagination-bullet{background-color:unset !important;}
.swiper-pagination-bullet:focus{outline:none !important;}
/* 百度地图水印去除 */
.anchorBL{display:none;;}
.anchorBL a img{display:none !important;}
img{transition:all ease .5s;}

/* 首页 start */
.index-banner{padding-top:100px;}
.index-banner .swiper-cont{width:100%;}
/* 轮播分页导航 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:25px;}
.index-banner .swiper-pagination-bullet{opacity: 1;width: 28px;height: 28px;padding: 8px;position: relative;margin: 0px 10px !important;background-color: transparent;}
.index-banner .swiper-pagination-bullet:before{width: 8px;height: 8px;content: "";display: block;overflow: hidden;border-radius: 50%;border: 2px solid #fff;background-color:rgba(255, 255, 255,0);}
.index-banner .swiper-button-next:hover::after,.index-banner .swiper-button-prev:hover::after{border-color:#fff;}
.index-banner .swiper-pagination-bullet-active:before{ background-color:#972926 !important;border-color:#972926;}
.index-banner .swiper-pagination-bullet-active .circleright{ animation: move 5.2s infinite linear;}
.index-banner .swiper-pagination-bullet-active .circleleft{ animation: move1 5.2s infinite linear;}
/* 轮播分页导航动画 */
.circle{width: 14px;height: 28px;overflow: hidden;position:absolute;top: 0px;}
.left{left:0px;}
.right{right:0px;}
.circleright{width:28px;height:28px;border:2px solid #972926;position:absolute;border-top:2px solid transparent;border-right:2px solid transparent;border-radius:50%;right:0;transform:rotate(45deg);}
.circleleft{width:28px;height:28px;border:2px solid #972926;position:absolute;border-bottom:2px solid transparent;border-left:2px solid transparent;border-radius:50%;transform:rotate(45deg);}
@keyframes move{
	0%{transform:rotate(45deg)}
	50%,100%{transform:rotate(225deg)}
}
@keyframes move1{
	0%,50%{transform:rotate(45deg)}
	100%{transform:rotate(225deg)} 
}


/* 间隔线 */
.hr_line{width:100%;height:160px;}
.hr_line2{width:100%;height:120px;}
/* 内容title */
.home_tilte{color:var(--mainColor);font-size:56px;margin-bottom:80px;text-align:center;}

.home_part01{background:url('../images/home-part01-bg.jpg') no-repeat center center;background-size:cover;}
/* 走进中肯 */
.home_part01_left{color:var(--mainColor);}
.home_part01_left h3{font-size:72px;}
.home_part01_left h5{font-size:56px;}
.home_part01_left p{font-size:24px;margin-top:40px;}
.home_part01_center{width:calc((500 / 1920) * 100vw);max-width:500px;position:relative;border-radius:50%;overflow:hidden;}
.home_more{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);}
.home_more_txt{font-size:18px;color:#fff;margin-right:20px;}
.home_more_btn{width:46px;height:46px;border-radius:50%;border:#fff solid 1px;position:relative;}
.home_more_btn::after{content:"";
    display:block;
    position:absolute;
    width:8px;height:8px;
    border:solid 2px;
    border-color:#fff #fff rgba(255, 255, 255,0) rgba(255, 255, 255,0);
    top:50%;
    left:50%;
    transform:translate(-75%,-50%) rotate(45deg);
}
.home_part01_right{width:calc((460 / 1920) * 100vw);font-size:18px;line-height:36px;max-width:460px;}
.home_part01_center:hover img{transform:scale(1.2);}


/* 艺术珍藏 */
.home_part01_fbox{padding:0 200px;}
.home_part01_fitem{width:calc((100% - 50px) / 2);max-width:570px;}
.home_part01_fimg{overflow:hidden;}
.home_part01_ftxt{font-size:18px;line-height:36px;color:#333;}
.home_part01_fleft .home_part01_ftxt{margin-bottom:60px;}
.home_part01_fright .home_part01_ftxt{margin-top:60px;}
.home_part01_fitem:hover .home_part01_fimg img{transform:scale(1.2);}

/* 艺术家 */
.home_part02{background:url('../images/home-part02-bg.jpg') no-repeat center center;background-size:cover;}
.home_part02 .home_more{position:static;justify-content:center;margin:80px auto 0;transform:translate(0);}
.home_part02_item{width:calc((100% - 60px) / 2);justify-content:flex-end;position:relative;}
.home_part02_img{width:170px;position:absolute;left:0;top:50%;transform:translateY(-50%);overflow:hidden;}
.home_part02_name{font-size:28px;color:#000;margin-bottom:30px;}
.home_part02_txtbox{width:calc((685 / 1920) * 100vw);background-color:#fff;padding:60px 40px 70px 125px;max-width:685px;min-height:377px;}
.home_part02_txt{color:var(--helpColor);font-size:18px;line-height:36px;-webkit-line-clamp:5;}
.home_part02_item:hover .home_part02_img img{transform:scale(1.2);}
.home_part02_item:hover .home_part02_name{color:var(--mainColor);}

/* 艺术资讯 */
.home_part03{background-color:#c3bfbe;;}
.home_part03 .home_more{position:static;justify-content:center;margin:80px auto 0;transform:translate(0);}
.home_part03_left{width:492px;}
.home_part03_left .home_more_btn,.home_part03_right .home_more_btn{border-color:var(--helpColor);}
.home_part03_right .home_more_btn{align-self:center;margin-left:60px;}
.home_part03_left .home_more_btn::after,.home_part03_right .home_more_btn::after{border-color:var(--helpColor) var(--helpColor) transparent transparent;}
.home_part03_img{overflow:hidden;}
.home_part03_left_txtbox{background-color:#fff;padding:60px;}
.home_part03_left_txt{max-width:206px;}
.home_part03_date{font-size:18px;color:var(--helpColor1);}
.home_part03_left_txt .home_part03_date{margin-bottom:30px;}
.home_part03_title{color:var(--helpColor);font-size:24px;line-height:36px;}
.home_part03_right .home_part03_title{margin-bottom:20px;}
.home_part03_right{background-color:#fff;padding:60px;flex:1;margin-left:60px;}
.home_part03_right ul li a{align-items:flex-start;}
.home_part03_right ul li:not(:last-child){margin-bottom:45px;}
.home_part03_right_txtbox{flex:1;}
.home_part03_right_txt{line-height:36px;color:var(--helpColor1);max-width:588px;font-size:18px;}
.home_part03_datebox{text-align:center;padding:0 40px 20px 0;border-right:#e0e0e0 solid 1px;margin-right:60px;}
.home_part03_day{font-size:68px;font-weight:bold;color:var(--helpColor1);}
.home_part03_left:hover .home_part03_img img{transform:scale(1.2);}
.home_part03_right ul li:hover .home_part03_day{color:var(--mainColor);}
.home_part03_right ul li:hover .home_more_btn,.home_part03_left:hover .home_more_btn{border-color:var(--mainColor);background-color:var(--mainColor);}
.home_part03_right ul li:hover .home_more_btn::after,.home_part03_left:hover .home_more_btn::after{border-color:#fff #fff transparent transparent;}

@media(max-width:1800px){
.index-banner{padding-top:70px;}
}
@media(max-width:1685px){
.home_part02_txtbox{min-height:351px;}
}
@media(max-width:1680px){
.hr_line{width:100%;height:120px;}
.hr_line2{width:100%;height:100px;}
.home_tilte{font-size:45px;margin-bottom:60px;}

.home_part01_left h3{font-size:60px;}
.home_part01_left h5{font-size:45px;}
.home_part01_left p{font-size:18px;margin-top:20px;}
.home_more_txt{font-size:16px;margin-right:10px;white-space:nowrap;}
.home_more_btn{width:35px;height:35px;}
.home_more_btn::after{width:6px;height:6px;}
.home_part01_right{font-size:16px;line-height:32px;}

.home_part01_ftxt{font-size:16px;line-height:32px;}
.home_part01_fleft .home_part01_ftxt{margin-bottom:40px;}
.home_part01_fright .home_part01_ftxt{margin-top:40px;}

.home_part02_name{font-size:24px;}
.home_part02_txt{font-size:16px;line-height:32px;}
.home_part02 .home_more{margin:60px auto 0;}

.home_part03 .home_more{margin:60px auto 0;}
.home_part03_left{width:430px;}
.home_part03_right .home_more_btn{align-self:center;margin-left:40px;}
.home_part03_left_txtbox{padding:40px;}
.home_part03_date{font-size:16px;}
.home_part03_left_txt .home_part03_date{margin-bottom:20px;}
.home_part03_title{font-size:18px;}
.home_part03_right .home_part03_title{margin-bottom:10px;}  
.home_part03_right{padding:40px;margin-left:40px;}
.home_part03_right ul li:not(:last-child){margin-bottom:25px;}
.home_part03_right_txt{line-height:32px;font-size:16px;}
.home_part03_datebox{padding:0 20px 20px 0;margin-right:40px;}
.home_part03_day{font-size:56px;}
}
@media(max-width:1560px){
.index-banner{padding-top:60px;}
}
@media(max-width:1440px){
.hr_line{width:100%;height:80px;}
.hr_line2{width:100%;height:60px;}
.home_part01_fbox{padding:0 120px;}
}
@media(max-width:1080px){
.index-banner{padding-top:50px;}
.index-banner .swiper-cont{height:280px;}
.index-banner .swiper-cont img{width:100%;height:100%;object-fit:cover;}
.hr_line{width:100%;height:60px;}
.hr_line2{width:100%;height:40px;}
.home_tilte{font-size:40px;margin-bottom:40px;}

.home_part01_left h3{font-size:48px;}
.home_part01_left h5{font-size:40px;}
.home_part01_left p{font-size:16px;margin-top:20px;}
.home_part01_center .home_more{bottom:20px;}
.home_part01_right{font-size:14px;line-height:28px;}
.home_more_btn{width:30px;height:30px;}

.home_part01_fbox{padding:0 80px;}
.home_part01_ftxt{font-size:14px;line-height:28px;}
.home_part01_fleft .home_part01_ftxt{margin-bottom:20px;}
.home_part01_fright .home_part01_ftxt{margin-top:20px;}

.home_part02_item{width:calc((100% - 40px) / 2)}
.home_part02_name{font-size:18px;margin-bottom:10px;}
.home_part02_img{width:120px;}
.home_part02_txtbox{padding: 20px 30px 20px 80px;min-height:214px;}
.home_part02_txt{font-size:14px;line-height:28px;}
.home_part02 .home_more{margin:40px auto 0;}

.home_part03 .home_more{margin:40px auto 0;}
.home_part03_left{width:277px;}
.home_part03_right .home_more_btn{align-self:center;margin-left:40px;}
.home_part03_left_txtbox{padding:40px;}
.home_part03_date{font-size:14px;white-space:nowrap;}
.home_part03_left_txt .home_part03_date{margin-bottom:20px;}
.home_part03_title{font-size:16px;line-height:32px;}
.home_part03_left .home_more_btn{width:30px;min-width:30px;}

.home_part03_right .home_part03_title{margin-bottom:0;}  
.home_part03_right{padding:40px;margin-left:40px;}
.home_part03_right ul li:not(:last-child){margin-bottom:32px;}
.home_part03_right_txt{line-height:unset;font-size:14px;}
.home_part03_datebox{padding:0 20px 10px 0;margin-right:20px;}
.home_part03_day{font-size:40px;}
}
@media(max-width:768px){
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:8px;}
.hr_line{width:100%;height:40px;}
.hr_line2{width:100%;height:30px;}
.home_tilte{font-size:22px;margin-bottom:20px;}
.home_more_txt{font-size:14px;}
.home_more_btn {width:25px;height:25px;}
.home_more_btn::after {width:4px;height:4px;}

.home_part01_left h3{font-size:35px;}
.home_part01_left h5{font-size:28px;}
.home_part01_left p{font-size:14px;margin-top:10px;}
.home_part01_center{width:180px;}
.home_part01_right{font-size:14px;line-height:24px;}
.home_part01_fbox{padding:0 40px;}
.home_part01_fitem {width: calc((100% - 20px) / 2);}
.home_part01_ftxt{font-size:14px;line-height:24px;}

.home_part02_cont,.home_part03_cont{flex-wrap:wrap;}
.home_part02_item{width:100%;}
.home_part02_item:first-child{margin-bottom:20px;}
.home_part02_img{width:100px;}
.home_part02_txtbox{width:90%;padding: 20px 30px 20px 55px;min-height:194px;}
.home_part02_txt{font-size:14px;line-height:24px;}
.home_part02 .home_more{margin:20px auto 0;}

.home_part03 .home_more{margin:20px auto 0;}
.home_part03_left,.home_part03_right{width:100%;}
.home_part03_left{margin-bottom:20px;}
.home_part03_left .home_more_btn{min-width:25px;width:25px;}
.home_part03_left_txtbox{padding:20px;}
.home_part03_left_txt .home_part03_date{margin-bottom:10px;}
.home_part03_right{margin-left:0;padding:20px;}
.home_part03_datebox {padding: 0 10px 10px 0;margin-right:10px;}
.home_part03_day{font-size:35px;}
.home_part03_right_txtbox{width:60%;}
.home_part03_right_txt{font-size:14px;}
.home_part03_right .home_more_btn{margin-left:10px;min-width:25px;}
}
@media(max-width:600px){
.home_part01_cont{flex-wrap:wrap;}
.home_part01_left,.home_part01_right{width:100%;font-size:14px;line-height:24px;max-width:none;}
.home_part01_right span{display:block;width:100%;}
.home_part01_left{text-align:center;}
.home_part01_left h3{font-size:22px;}
.home_part01_left h5{font-size:18px;}
.home_part01_left p{font-size:14px;margin-top:10px;}
.home_part01_center{width:200px;margin:20px auto;}
.home_part01_fbox{padding:0;}
.home_part01_ftxt,.home_part02_txt,.home_part03_right_txt{font-size:14px;}
}
@media(max-width:475px){
.home_more_txt{font-size:14px;}
.home_more_btn {width:25px;height:25px;}
.home_more_btn::after {width:4px;height:4px;}

.home_part02_txtbox{width:80%;}

.home_part03_day{font-size:30px;}
}
/* 首页 end */


/* banner2 start */
.bannerBox{position:relative;padding-top:100px;}
.banner-txt{position:absolute;top:calc(50% + 50px);transform:translateY(-50%);max-width:1920px;color:#fff;}
.banner-txt h1{font-size:calc((60 / 1920) * 100vw);text-align:center;}
.banner-txt p{font-size: 16px;line-height:36px;}

/* 面包屑 */
/* 资讯详情 */
.crumbs{}
.crumbs_box{border-top:#e0e0e0 solid 1px;border-bottom:#e0e0e0 solid 1px;width:100%;}
.crumbs{font-size:18px;max-height:80px;overflow:hidden;margin-top:100px;}
.crumbs ul{justify-content:flex-start;}
.crumbs ul li{font-size:18px;color:var(--helpColor1);line-height:80px;}
.crumbs ul li a{line-height:80px;color:var(--helpColor1);}
.crumbs_jt{margin:0 3px;}
@media(max-width:1800px){
.bannerBox{padding-top:70px;}
.crumbs{margin-top:70px;}
.banner-txt{top:calc(50% + 35px);}
}
@media(max-width:1685px){
.crumbs{height:60px;font-size:14px;}
.crumbs ul li{line-height:60px;}
.crumbs ul li a{line-height:60px;font-size:14px;}
.crumbs-left li strong{line-height:60px;}
.crumbs ul li{font-size:14px;}
}
@media(max-width:1560px){
.bannerBox{padding-top:60px;}
.crumbs{margin-top:60px;}
.banner-txt{top:calc(50% + 30px);}
}
@media(max-width:1080px){
.bannerBox{padding-top:50px;}
.crumbs{margin-top:50px;}
.banner-txt{top:calc(50% + 25px);}
.bannerImg{height:320px;}
/* .bannerImgH{height:480px;} */
.bannerImg img{width:100%;height:100%;object-fit:cover;}
.crumbs ul{margin-right:10%;}
}
@media(max-width:768px){
.banner-txt h1{font-size:22px;}
.banner-txt p{font-size:14px;line-height:30px;}
.crumbs{display:none !important;}
}
/* banner2 end */


/* 走进中肯 start */
.txt_left{text-align:left;}
.about-part01{}
.about_part01_cont{padding:0 200px;}
.about_part01_txt p{font-size:18px;line-height:36px;margin-bottom:40px;}
.about_part02{background:url('../images/about-part02-bg.jpg') no-repeat center center;background-size:cover;}
.about_part02_img{width:70%;margin:0 auto;}
.about_part03{padding-top:55px;}

.about_part03_list{}
.honor-list .swiper-container{padding-bottom:80px;}
.honor-list a{display:block;width:100%;}
.honor-list li a .pic-box{width:100%;height:0;padding-bottom:74%;position:relative;overflow:hidden;background:url('../images/about-part03-bg.jpg') no-repeat center;background-size:cover;}
.honor-list li a .pic{position:absolute;width:100%;padding:10%;height:100%;vertical-align: middle;display: -webkit-flex; -webkit-align-items: center; display: flex;align-items: center;text-align:center;}
.honor-list li a .pic img{vertical-align:middle;max-width:100%;max-height:100%;display:block;margin:0 auto;}
.honor-list li a .txt{width:100%;margin-top:20px;text-align:left;}
.honor-list li a h6{width:100%;font-size:18px;color:#888;line-height:28px;font-family:"微软雅黑";height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.honor-list li a h3{width:100%;font-size:28px;color:#333;line-height:40px;font-family:"微软雅黑";height:40px;font-weight:bold; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.honor-list .swiper-container-horizontal>.swiper-pagination-progressbar{bottom:0;top:auto;width:240px;height:16px;background:#f5f5f5;}
.honor-list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--mainColor);}

@media(max-width:1685px){
.about_part01_txt p{font-size:16px;line-height:32px;margin-bottom:30px;}
}
@media(max-width:1440px){
.about_part01_cont{padding:0 120px;}
}
@media(max-width:1440px){
	.honor-list{margin-top:48px;margin-bottom:80px;}
	.honor-list .swiper-container{padding-bottom:60px;}

	.honor-list li a h6{font-size:16px;line-height:28px;height:28px;}
	.honor-list li a h3{font-size:24px;line-height:36px;height:36px;}
}

@media(max-width:1080px){
	.honor-list{margin-top:30px;margin-bottom:60px;}
	.honor-list .swiper-container{padding-bottom:40px;}

	.honor-list li a h6{font-size:14px;line-height:24px;height:24px;}
	.honor-list li a h3{font-size:18px;line-height:28px;height:28px;}
	.honor-list .swiper-container-horizontal>.swiper-pagination-progressbar{width:120px;height:8px;}

}
@media(max-width:1080px){
.about_part01_cont{padding:0 80px;}
.about_part02_img{width:100%;margin:0 auto;}
.about_part01_txt p{font-size:14px;line-height:28px;margin-bottom:20px;}
}
@media(max-width:768px){
.about_part01_cont{padding:0 40px;}
.about_part01_img{flex-wrap:wrap;}
.about_part01_img li{width:calc(100% / 2);}
}
@media(max-width:600px){
.about_part01_txt p{font-size:14px;line-height:24px;margin-bottom:10px;}
.about_part01_cont{padding:0;}
}
/* 走进中肯 end */

/* 主营业务start */
/* 选择框 */
.pro_select{justify-content:center;margin-bottom:80px;}
.pro_select_box{margin:0 15px;width:calc((378 / 1920) * 100vw);min-width:250px;border-radius:28px;background-color:var(--bgColor);padding:0 24px;position:relative;}
.pro_select_input input{background-color:transparent;display:inline-block;width:100%;line-height:56px;font-size:18px;cursor:pointer;}
.pro_select_box ul{background-color:var(--bgColor);overflow:auto;max-height:200px;position:absolute;width:100%;border-radius:5px;z-index:98;left:0;top:65px;}
.pro_select_box ul li{font-size:18px;line-height:40px;padding:0 20px;cursor:pointer;}
.pro_select_box::after{content:"";display:block;width:10px;height:10px;position:absolute;border:#333 solid;border-width:2px 2px 0 0;right:24px;top:50%;transform:translateY(-75%) rotate(135deg);}
.pro_select_box ul li:hover{background-color:rgba(151,41,41,.5);color:#fff;}
/* 产品内容 */
.pro_part_list{justify-content:flex-start;flex-wrap:wrap;}
.pro_part_list li{width:calc((100% - 180px) / 4);margin-bottom:60px;position:relative;overflow:hidden;}
.pro_part_list li::before,.pro_part_list li::after{content:"";display:block;position:absolute;width:50%;height:100%;top:0;left:-50%;background-color:var(--mainColor);opacity:.5;transition:all .3s;}
.pro_part_list li::after{left:auto;right:-50%;}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:60px;}
.pro_part_name{position:absolute;width:100%;padding:0 10px;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:24px;color:#fff;z-index:1;}
.pro_part_list li:hover::before{left:0;}
.pro_part_list li:hover::after{right:0;}
.pro_part_list li:hover .pro_part_name{display:block;}
/* 分页 */
.pageList{justify-content:center;text-align:center;}
.pageList ul li{margin-right:17px;}
.pageList ul li a{display:block;font-size:14px;width:40px;line-height:40px;color:#999;background-color:var(--bgColor);}
.page_input input{width:50px;line-height:40px;background-color:var(--bgColor);padding:0 5px;}
.page_input_btn{cursor:pointer;line-height:40px;width:50px;margin-left:13px;color:#fff;background-color:var(--mainColor);}
.pageActive a{background-color:var(--mainColor) !important;color:#fff !important;}
.pageList ul li:hover a{background-color:var(--mainColor);color:#fff;}

@media(max-width:1800px){
.pro_part_name{font-size:22px;}
.pro_part_list li{width:calc((100% - 150px) / 4);}
.pro_part_list li{margin-bottom:50px;}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:50px;}
}
@media(max-width:1685px){
.pro_part_name{font-size:20px;}
.pro_part_list li{width:calc((100% - 120px) / 4);}
.pro_part_list li{margin-bottom:40px;}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:40px;}
.pro_select{margin-bottom:60px;}

.pro_select_box{border-radius:23px;}
.pro_select_input input{line-height:46px;font-size:16px;}
.pro_select_box ul{top:55px;}
.pro_select_box ul li{font-size:16px;}
.pro_select_box::after{width:8px;height:8px;}
}
@media(max-width:1440px){
.pro_part_name{font-size:18px;}
.pro_part_list li{width:calc((100% - 90px) / 4);}
.pro_part_list li{margin-bottom:30px;}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:30px;}
}
@media(max-width:1080px){
.pro_part_name{font-size:16px;}
.pro_part_list li{width:calc((100% - 60px) / 4);}
.pro_part_list li{margin-bottom:20px;}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:20px;}
.pro_select{margin-bottom:40px;}
}
@media(max-width:768px){
.pro_part_name{font-size:14px;}
.pro_part_list li{width:calc((100% - 20px) / 2);}
.pro_part_list li:not(:nth-child(4n+4)){margin-right:0;}
.pro_part_list li:not(:nth-child(2n+2)){margin-right:20px;}
.pro_select{margin-bottom:20px;flex-wrap:wrap;}
.pro_select_box{border-radius:20px;margin-bottom:10px;}
.pro_select_input input{line-height:40px;font-size:14px;}
.pro_select_box ul{top:45px;}
.pro_select_box ul li{font-size:14px;}
.pro_select_box::after{width:6px;height:6px;}

.pageList{display:none;}
/* 更多按钮 */
.more_btn{display:block;width:120px;line-height:40px;border-radius:20px;text-align:center;border:var(--mainColor) solid 1px;margin:0 auto;color:var(--helpColor);}
.more_btn:focus{color:var(--helpColor);}
.more_btn:active{color:var(--helpColor);}
.more_btn:visited{color:var(--helpColor);}
}
@media(max-width:600px){
.pro_part_name{font-size:14px;}
}
/* 主营业务end */

/* 艺术珍藏 start */
.coll_list{justify-content:center;margin-bottom:80px;}
.coll_item{display:block;margin:0 15px;width:192px;line-height:56px;border-radius:28px;font-size:18px;background-color:var(--bgColor);text-align:center;}
.coll_active{background-color:var(--mainColor);color:#fff;}
.coll_item:hover{background-color:var(--mainColor);color:#fff;}
@media(max-width:1685px){
.coll_list{margin-bottom:60px;}
.coll_item{line-height:46px;border-radius:23px;font-size:16px;width:180px;}
}
@media(max-width:1080px){
.coll_list{margin-bottom:40px;}
.coll_item{line-height:46px;border-radius:23px;font-size:16px;width:180px;}
}
@media(max-width:768px){
.coll_list{margin-bottom:20px;overflow:auto;}
.coll_item{line-height:40px;border-radius:20px;font-size:14px;width:120px;min-width:120px;margin: 0 5px;}
}
/* 艺术珍藏 end */

/* 艺术家 start */
.artist_part01{flex-wrap:wrap;}
.artist_part01 .home_part02_item{margin-bottom:60px;}
.artist_part01 .home_part02_txtbox{background-color:var(--bgColor);}

/* 艺术家详情 */
.artistDetail_main{background-color:var(--bgColor);}
.artistDetail_part01{width:calc(1200 / 1920 * 100vw);margin:0 auto;max-width:1200px;}
.artistDetail_part01_head{height:80px;justify-content:flex-end;margin-top:80px;}
.artistDetail_part01_btn{font-size:18px;color:#888;}
.artistDetail_part01_btn:hover{color:#888;}
.artistDetail_part01_btn:active{color:#888;}
.artistDetail_part01_btn:visited{color:#888;}
.artistDetail_part01_btn span{margin-right:20px;}
.artistDetail_part01_icon{width:46px;height:46px;border-radius:50%;position:relative;border:#ccc solid 1px;}
.artistDetail_part01_icon::after{content:"";display:block;width:10px;height:10px;position:absolute;border:#ccc solid;border-width:2px 2px 0 0;left:50%;top:50%;transform:translate(-75%,-50%) rotate(45deg);}
.artistDetail_part01_cont{background-color:#fff;padding:80px;position:relative;}
.artDetail_avatrat{position:relative;padding-bottom:calc(87 / 1920 * 100vw);}
.artistDetail_part01_avarat{position:absolute;left:0;bottom:0px;width:calc(320 / 1920 * 100vw);max-width:320px;}
.artistDetail_part01_txtbox{width:calc(660 / 1920 * 100vw);margin-left:auto;max-width:660px;}
.artistDetail_part01_title{font-size:36px;color:var(--mainColor);margin-bottom:40px;}
.artistDetail_part01_txt{font-size:18px;color:#333;line-height:36px;}
.artistDetail_part01_footer{margin:80px auto 0;padding:80px 0 40px;border-top:#e0e0e0 solid 1px;}
/* .artistDetail_part01_item{width:calc((100% - 30px) / 2);} */
.artistDetail_part01_footer p img{width:calc((100% - 30px) / 2);display:inline-block;}
.artistDetail_part01_footer p img:first-child{margin-right:20px;}
.artistDetail_part01_footer p{font-size:18px;color:#333;line-height:36px;}

@media(max-width:1685px){
.artistDetail_part01_btn{font-size:16px;}
.artistDetail_part01_btn span{margin-right:10px;}
.artistDetail_part01_icon{width:30px;height:30px;}
.artistDetail_part01_icon::after{width:5px;height:5px;}
.artistDetail_part01_head{height:60px;margin-top:60px;}
.artistDetail_part01_cont{padding:60px;}
.artistDetail_part01_avarat{top:-120px;}
.artistDetail_part01_title{margin-bottom:20px;font-size:32px;}
.artistDetail_part01_txt,.artistDetail_part01_footer p{font-size:16px;line-height:32px;}
.artistDetail_part01_footer{margin:60px auto 0;padding:60px 0 20px;}
}
@media(max-width:1606px){
.artDetail_avatrat{padding-bottom:calc(40 / 1920 * 100vw);}
}
@media(max-width:1440px){
.artistDetail_part01{width:80%;max-width:unset;}
.artistDetail_part01_txtbox{width:72%;max-width:unset;}
/* .artistDetail_part01_avarat{min-width:200px;} */
}
@media(max-width:1080px){
.artist_part01 .home_part02_item{margin-bottom:40px;}
}
@media(max-width:768px){
.artist_part01 .home_part02_item{margin-bottom:20px;}
.artistDetail_part01{width:92%;}
.artistDetail_part01_btn{font-size:14px;}
.artistDetail_part01_btn span{margin-right:8px;}
.artistDetail_part01_icon{width:25px;height:25px;}
.artistDetail_part01_icon::after{width:5px;height:5px;}
.artistDetail_part01_head{height:40px;margin-top:60px;}
.artistDetail_part01_cont{padding:60px;}
.artistDetail_part01_avarat{top:-80px;}
.artistDetail_part01_title{margin-bottom:20px;font-size:28px;}
.artistDetail_part01_txtbox{width:100%;padding-top:190px;}
.artistDetail_part01_txt,.artistDetail_part01_footer p{font-size:14px;line-height:28px;}
.artDetail_avatrat{padding-bottom:0;}
.artistDetail_part01_avarat{min-width:180px;}
.artistDetail_part01_head{margin-top:90px;}
.artistDetail_part01_cont{padding:40px;}
.artistDetail_part01_footer{margin:40px auto 0;padding:40px 0 10px;}
}
@media(max-width:600px){
.artistDetail_part01_footer{flex-wrap:wrap;}
/* .artistDetail_part01_item{width:100%;} */
/* .artistDetail_part01_item:first-child{margin-bottom:20px;} */
.artistDetail_part01_footer p img{width:100%;display:inline-block;}
.artistDetail_part01_footer p img:first-child{margin-right:0px;margin-bottom:20px;}
}
@media(max-width:475px){
.artistDetail_part01_title{margin-bottom:10px;font-size:22px;}
.artistDetail_part01_avarat{min-width:150px;}
.artistDetail_part01_txtbox{padding-top:145px;}
.artistDetail_part01_cont{padding:20px;}
.artistDetail_part01_footer{margin:20px auto 0;padding:20px 0 10px;}
}
/* 艺术家 end */

/* 艺术资讯 start */
.news_list{flex-wrap:wrap;}
.news_list li{margin-bottom:60px;background-color:var(--bgColor);align-items:flex-start;width:100%;}
.news_img{width:calc((420 / 1920) * 100vw);overflow:hidden;min-width:250px;}
.news_img img{width:100%;transition:all .3s;}
.news_txtbox{padding:60px;flex:1;}
.news_title{font-size:24px;}
.news_time{margin:5px 0 10px;}
.news_time,.news_txt{font-size:18px;color:var(--helpColor1);line-height:36px;}
.news_list li a:hover .news_title{color:var(--mainColor);}
.news_list li a:hover .news_img img{transform:scale(1.2);}

/* 资讯详情 start */
.newsDetail_part01{width:calc(1200 / 1920 * 100vw);margin:0 auto;}
.newsDetail_main{background-color:var(--bgColor);}
.newsDetail_title{font-size:36px;margin-top:80px;text-align:center;margin-bottom:30px;}
.newsDetail_time{font-size:18px;text-align:center;}
.newsDetail_cont{padding:80px 80px 0;background-color:#fff;margin-top:60px;}
.newsDetail_cont p{font-size:18px;color:var(--helpColor1);line-height:36px;margin-bottom:40px;}
.newsDetail_cont img{width:auto;max-width: 100%;margin:0 auto;}
.newsDetail_img{margin:80px 0;}
.newsDetail_keyword{padding:40px 0;border-top:#e0e0e0 solid 1px;justify-content:flex-start;}
.newsDetail_keyword span,.newsDetail_keyword a{font-size:18px;color:var(--helpColor1);margin-right:10px;}
.newsDetail_keyword a:hover{color:var(--mainColor);}
.newsDetail_keyword a:focus{color:var(--helpColor1);}
.newsDetail_keyword a:active{color:var(--helpColor1);}
.newsDetail_keyword a:visited{color:var(--helpColor1);}
.newsDetail_nav{margin-top:30px;overflow:hidden;}
.newsDetail_nav a{color:var(--helpColor);}
.newsDetail_nav_item{line-height:88px;background-color:#fff;flex:1;font-size:20px;width:calc((100% - 148px) / 2);}
.newsDetail_nav_center{width:88px;height:88px;background-color:#fff;text-align:center;font-size:16px;margin:0 30px;padding:20px 0;}
.newsDetail_nav_center ul{width:30px;margin:0 auto 10px;}
.newsDetail_nav_center ul li{width:100%;height:2px;background-color:var(--helpColor);border-radius:1px;}
.newsDetail_nav_center ul li:nth-child(2){margin:5px auto;}
.newsDetail_nav_item:hover{color:var(--mainColor);}
.newsDetail_nav_item:visited{color:var(--helpColor);}
.newsDetail_nav_item:active{color:var(--helpColor);}
.newsDetail_nav_jt{width:88px;height:88px;display:block;position:relative;}
.newsDetail_nav_jt::after{content:'';position:absolute;display:block;border:var(--helpColor) solid 2px;border-color:var(--helpColor) var(--helpColor) rgba(255, 255, 255,0) rgba(255, 255, 255,0);width:10px;height:10px;top:50%;left:50%;}
.newsDetail_nav_txt{padding:0 40px;max-width:calc(100% - 88px);overflow:hidden;flex:1;}
.newsDetail_nav_left .newsDetail_nav_jt::after{transform:translate(-25%,-50%) rotate(-135deg);}
.newsDetail_nav_right .newsDetail_nav_jt::after{transform:translate(-75%,-50%) rotate(45deg);}
.newsDetail_nav_left .newsDetail_nav_jt{border-right: #e0e0e0 solid 1px;}
.newsDetail_nav_right .newsDetail_nav_jt{border-left: #e0e0e0 solid 1px;}
.newsDetail_nav_left .newsDetail_nav_txt{text-align:left;}
.newsDetail_nav_right .newsDetail_nav_txt{text-align:right;}
.newsDetail_nav_center:hover{color:var(--mainColor);}
.newsDetail_nav_item:hover .newsDetail_nav_jt::after{border-color:var(--mainColor) var(--mainColor) rgba(255, 255, 255,0) rgba(255, 255, 255,0);}
.newsDetail_nav_center:hover ul li{background-color:var(--mainColor);}

@media(max-width:1685px){
.news_txtbox{padding:40px;}
.news_list li{margin-bottom:40px;}
.news_title{font-size:22px;}
.news_time,.news_txt{font-size:16px;line-height:32px;}
.newsDetail_title{font-size:32px;margin-bottom:20px;}
.newsDetail_cont{padding:60px 60px 0;margin-top:40px;}
.newsDetail_cont p,.newsDetail_keyword span,.newsDetail_keyword a{font-size:16px;line-height:32px;margin-bottom:20px;}
.newsDetail_img{margin:60px 0;}
.newsDetail_keyword{padding:20px 0;}
.newsDetail_keyword span,.newsDetail_keyword a{margin-bottom:0;}
.newsDetail_time{font-size:16px;}

.newsDetail_nav{margin-top:20px;}
.newsDetail_nav_item{line-height:66px;font-size:18px;width:calc((100% - 106px) / 2);}
.newsDetail_nav_center{width:66px;height:66px;font-size:14px;margin:0 20px;padding:17px 0;}
.newsDetail_nav_center ul{margin-bottom:5px;}
.newsDetail_nav_jt{width:66px;height:66px;}
.newsDetail_nav_jt::after{width:8px;height:8px;}
.newsDetail_nav_txt{padding:0 30px;max-width:calc(100% - 66px);}
}
@media(max-width:1440px){
.news_txtbox{padding:20px;}
.newsDetail_title{font-size:28px;margin-top:60px;margin-bottom:25px;}
.newsDetail_part01{width:80%;}

.newsDetail_nav_item{line-height:55px;font-size:16px;width:calc((100% - 95px) / 2);}
.newsDetail_nav_center{width:55px;height:55px;font-size:12px;padding:10px 0;min-width:55px;}
.newsDetail_nav_jt{width:55px;height:55px;}
.newsDetail_nav_jt::after{width:8px;height:8px;}
.newsDetail_nav_txt{padding:0 20px;max-width:calc(100% - 55px);}
}
@media(max-width:1080px){
.news_list li{margin-bottom:30px;}
.news_title{font-size:20px;}
.news_time,.news_txt{font-size:14px;line-height:28px;}
.newsDetail_title{font-size:22px;margin-top:40px;margin-bottom:15px;}
.newsDetail_cont{padding:40px 40px 0;margin-top:20px;}
.newsDetail_img{margin:40px 0;}
}
@media(max-width:768px){
.newsDetail_part01{width:92%;}
.news_list li{margin-bottom:20px;}
.news_txtbox{padding:15px;}
.news_img{min-width:150px;}
.news_title{font-size:16px;}
.news_time,.news_txt{font-size:14px;line-height:unset;}

.newsDetail_main{margin-top:50px;}
.newsDetail_title{font-size:20px;margin-top:20px;}
.newsDetail_img{margin:20px 0;}

.newsDetail_cont p,.newsDetail_keyword span,.newsDetail_keyword a{font-size:14px;line-height:24px;margin-bottom:15px;}
.newsDetail_img{margin:30px 0;}
.newsDetail_keyword{padding:15px 0;}
.newsDetail_keyword span,.newsDetail_keyword a{margin-bottom:0;}
.newsDetail_time{font-size:14px;}
.newsDetail_cont{padding:20px 20px 0;}
.newsDetail_nav_item{line-height:40px;font-size:14px;}
.newsDetail_nav_center{width:55px;height:40px;padding:4px 0;min-width:40px;}
.newsDetail_nav_center ul{margin-bottom:2px;}
.newsDetail_nav_jt{width:40px;height:40px;}
.newsDetail_nav_jt::after{width:5px;height:5px;}
.newsDetail_nav_txt{padding:0 10px;max-width:calc(100% - 55px);}
}
@media(max-width:565px){
.news_type{justify-content:flex-start;}
.artist_part01 .home_part02_item{margin-bottom:20px;}
.newsDetail_nav_center{margin:0 10px;}
}
@media(max-width:425px){
.news_list li a{flex-wrap:wrap;}
.news_img{width:100%;}
.news_title{font-size:18px;width:250px;}
.news_txtbox{width:100%;}
.news_time,.news_txt{font-size:14px;}
}
/* 艺术资讯 end */

/* 联络中肯 start */
.contact_cont{width:100%;align-items:flex-start;}
.contact_item{width:calc((100% - 60px) / 2)}
.contact_title{font-size:36px;text-align:left;;padding-bottom:40px;margin-bottom:40px;border-bottom:#ccc solid 1px;}
.contact_txt{margin-bottom:60px;}
.contact_txt p{font-size:18px;color:var(--helpColor1);line-height:36px;}
.dituContent{height:420px;}
.contact_submit{width:126px;line-height:50px;cursor:pointer;background-color:var(--mainColor);text-align:center;color:#fff;font-size:18px;}
.contact_form{flex-wrap:wrap;}
.contact_form li{width:calc((100% - 30px) / 2);margin-bottom:30px;}
.contact_form_title{color:var(--helpColor1);font-size:18px;margin-bottom:14px;}
.contact_form input{line-height:50px;width:100%;background-color:#f0f0f0;font-size:18px;padding:0 15px;}
.contact_form .contact_message{width:100%;}
.contact_message textarea{height:114px;width:100%;background-color:#f0f0f0;padding:15px;border:unset;}
.form_code input{width:calc(100% - 110px - 15px);margin-right:15px;}
.contact_captcha{width:110px;height:100%;}
.contact_captcha img{object-fit:cover;}
@media(max-width:1680px){
.contact_title{font-size:30px;margin-bottom:30px;padding-bottom:30px;}
.contact_txt p,.news_form_title,.news_form input{font-size:16px;}
.contact_txt{margin-bottom:40px;}
.contact_form_title{margin-bottom:12px;}
.contact_submit{font-size:16px;}
}
@media(max-width:1440px){
.contact_item{width:calc((100% - 20px) / 2)}
.contact_item{width:calc((100% - 40px) / 2)}
}
@media(max-width:1080px){
.contact_title{font-size:22px;margin-bottom:20px;padding-bottom:20px;}
.contact_cont{flex-wrap:wrap;}
.contact_item{width:100%;}
.contact_item:first-child{margin-bottom:40px;}
}
@media(max-width:768px){
.contact_title{font-size:20px;margin-bottom:15px;padding-bottom:15px;}
.contact_txt p,.news_form_title,.news_form input{font-size:14px;line-height:40px;}
.contact_txt{margin-bottom:20px;}
.contact_txt p{line-height:28px;}
.contact_form_title{margin-bottom:10px;line-height:28px;}
.contact_captcha{width:90px;}
.form_code{width:100% !important;}
.form_code div:last-child{justify-content:flex-start;}
.contact_form input{line-height:40px;}
.form_code input{width:calc(100% - 90px - 15px);margin-right:15px;max-width:100px;min-width:100px;}
.contact_form li{margin-bottom:20px;}
.contact_submit{font-size:14px;line-height:40px;width:120px;}
}
@media(max-width:475px){
.contact_form li{width:100%;}
.contact_form_title{margin-bottom:0px;line-height:28px;}
}
/* 联络中肯 end */