@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;font-weight: 400;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}
a {text-decoration: none; color:#000;}
a:hover {color: #ba8050;text-decoration: none;transition: all 0.3s ease;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.6s ease;}
.cont{width: 90%;margin: 0 auto;}

/*banner*/
.in-banner .swiper {width: 100%;height: 100%;}
.in-banner .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.in-banner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.in-banner .swiper-button-prev:after,.in-banner .swiper-rtl .swiper-button-next:after,
.in-banner .swiper-button-next:after,.in-banner .swiper-rtl .swiper-button-prev:after {color: #fff;}
.in-banner-btn{
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    left: 0;
    text-align: center;
}
.in-banner-btn img{width: 40px;animation: floatAnimation 2s ease-in-out infinite alternate; /* 使用动画效果 */}

/* 定义浮动动画 */
@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px); /* 控制图片向上浮动的距离 */
    }
}
/*banner-end*/

/*index*/
/*按钮*/
.custom-btn {
	width: 150px;
	height: 50px;
	color: #4e4e4e;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	overflow: hidden;	
}
.btn-15 {background:#fff;border: none;z-index: 1;border: 1px solid #fff;}
.btn-15:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #ba8050;
	background-image: linear-gradient(to right, #ba8050 , #ba8050);
	transition: all 0.3s ease;	
}
.btn-15:hover {color: #fff;}
.btn-15:hover:after {left: 0; width: 100%;}
.btn-15:active {top: 2px;}
/* .custom-btn:hover{box-shadow: 0px 0px 15px rgba(0,0,0, 0.8);} */
/*按钮 end*/

/*首页*/
.in-yy{width: 100%;background: #fff7f0;padding: 30px 0 20px;}
.in-yy form{margin: 0 auto;width: 86%;}
.in-yy form .form-group label{font-size: 14px;color: #ba8050;line-height: 20px;text-align: left;font-weight: 400;}
.in-yy form .form-group .form-control{width: 100%;border-radius: 50px;font-size: 16px;padding:0 20px;border: none;height: 50px;box-shadow: none;}
.in-yy form .form-group .dx{width: 100%;border-radius: 50px;font-size: 16px;padding:0 20px;height: 50px;background: #fff;line-height: 47px;}
.in-yy form .form-group .dx .radio-inline{margin-right: 30px;}
.in-yy form .form-group .btn{width: 100%;background: #ba8050;color: #fff;font-size: 16px;border-radius: 50px;height: 50px;border: none;margin-top: 23px;}
.in-yy form .form-group .btn:hover{opacity: 0.8;}

.in-main{width: 100%;}
.in-main ul{}
.in-main ul li{width: 100%;display: flex;justify-content: space-between;background: #f9f9f9;}
.in-main ul li .li-left{width: 50%;}
.in-main ul li .li-left figure img{width: 100%;}
.in-main ul li:nth-child(2) .li-left{order: 2;}
.in-main ul li .li-right{width: 50%;display: flex;justify-content: center;align-items: center;}
.li-text{width: 80%;}
.li-text .in-main-title{}
.li-text .in-main-title h2{font-size: 36px;color: #111;font-weight: bold;}
.li-text .in-main-title span{display: block;width: 45px;height: 3px;background: #ba8050;margin: 30px 0;}
.li-text .in-main-p{font-size: 16px;margin-bottom: 0;line-height: 30px;color: #333;text-align: justify;}
.li-text .demo ul{display: flex;justify-content: space-between;margin-top: 30px;}
.li-text .demo ul li{display: inline-block;}
.li-text .demo ul li b{font-size: 48px;font-weight: bold;color: #ba8050;}
.li-text .demo ul li b i{font-style: normal;}
.li-text .demo ul li p{font-size: 16px;}
.li-text .demo ul li b .sp-1{font-size: 18px;position: relative;top: -20px;}
.li-left .swiper{width: 100%;height: 100%;}
.li-left .swiper .swiper-slide{}
.li-left .swiper .swiper-slide img{width: 100%;}
.li-left .swiper .swiper-pagination-bullet-active{background: #fff;}
.li-left .swiper .swiper-button-next:after,.li-left .swiper .swiper-rtl .swiper-button-prev:after,
.li-left .swiper .swiper-button-prev:after,.li-left .swiper .swiper-rtl .swiper-button-next:after{color: #fff;}

.in-news{padding: 80px 0;}
.in-news .in-news-title{text-align: center;margin-bottom: 40px;}
.in-news .in-news-title h2{margin-bottom: 10px;font-size: 36px;color: #ba8050;font-weight: bold;}
.in-news .in-news-title p{font-size: 20px;color: #ba8050;}
.in-news-ul{width: 78%;display: flex;justify-content: space-between;margin: 0 auto;}
.in-news-ul li{display: inline-block;position: relative;margin: 0 0 30px;width: 33.23%;}
.in-news-ul li a figure{width: 100%;overflow: hidden;}
.in-news-ul li a figure img{width: 100%;transition: all 0.3s;}
.in-news-ul li a:hover figure img{transform: scale(1.05);}
.in-news-ul li a .in-news-text{background: #fff;width: 86%;margin: 0 auto;position: relative;z-index: 3;top: -50px;padding: 13px 30px;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);display: flex;justify-content: space-between;}
.in-news-ul li a .in-news-text .in-news-h3{width: 63%;display: flex;align-items: center;}
.in-news-ul li a .in-news-text .in-news-h3 h3{margin: 0;font-size: 20px;font-weight: bold;line-height: 30px;text-align: left;color: #111;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.in-news-ul li a .in-news-text .in-news-time{width: 74px;height: 80px;background: #f3f3f3;text-align: center;}
.in-news-ul li a .in-news-text .in-news-time p{display: block;font-weight: bold;font-size: 24px;padding-top: 10px;margin-bottom: 0;color: #111;}
.in-news-ul li a .in-news-text .in-news-time span{display: block;font-size: 16px;color: #111;}
.in-news-btn{text-align: center;}
.in-news-btn a{color: #ba8050;font-size: 16px;}
.in-news-btn a:hover{text-decoration: underline;}
.in-news-ul li a:hover .in-news-text .in-news-h3 h3{text-decoration: underline;}

/*footer*/
.bg-main{background: #fff7f0;width: 100%;}
.foot-nr{display: flex;justify-content: space-between;width: 80%;margin: 0 auto;padding-top: 90px;}
.foot-logo{width: 20%;}
.foot-logo img{height: 50px;}
.foot-logo h4{font-size: 18px;margin: 22px 0 20px;}
.foot-logo p{line-height: 28px;font-size: 14px;color: #666666;margin-bottom: 0px;}
.foot-yy-a{margin-top: 30px;background: #ba8050;color: #fff;font-size: 16px;font-weight: bold;width: 145px;height: 50px;line-height: 50px;text-align: center;}
.foot-yy-a a{color: #fff;}
.foot-yy-a:hover a,.foot-nav a:hover{text-decoration: underline;}
.foot-h3{margin: 0 0 40px;font-size: 24px;font-weight: bold;}
.foot-nav {width: 10%;}
.foot-nav a{display: block;margin-bottom: 20px;font-size: 16px;color: #666;}
.foot-nav a:hover{color: #ba8050;}
.foot-lx{width: 35%;}
.foot-lx ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-lx ul li{width: 46%;font-size: 16px;text-align: center;color: #666;}
.foot-lx ul li p{border-top: 1px solid #333;border-bottom: 1px solid #333;line-height: 56px;margin: 0;}
.foot-lx ul li p svg{width: 20px;height: 24px;display: inline-block; vertical-align: middle;color: #666;}
.foot-lx ul li p svg image{width: 100%;opacity: 0.7;}
.foot-lx ul li span{color: #000;line-height: 25px;padding: 16px 0;display: block;}
.foot-wx {width: 12%;}
.foot-wx figure{}
.foot-wx figure img{width: 100%;}

.foot-bq{width: 80%;margin: 30px auto 0;border-top: 1px solid #c2bcb7;font-size: 14px;text-align: left;color: #666;font-size: 14px;padding: 30px 0;
    display: flex;justify-content: space-between;
}
.foot-bq a{font-size: 14px;color: #666;display: inline-block;margin: 0 10px;}
.foot-bq p{margin-bottom: 0;}

.yy-tc{position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,0.3);z-index: 9999;display: none;right: 0;bottom: 0;}
.yy-tc-fff{margin: 0 auto;position: relative;background: #fff;border-radius: 3px;width: 400px;top: 10%;box-shadow: 1px 1px 50px rgba(0,0,0,.3);
padding: 40px 30px;}
.yy-tc-fff h2{text-align: center;font-size: 24px;color: #333;text-align: center;margin-bottom: 20px;margin-top: 0;}
.yy-tc-fff .form-control{height: 47px;font-size: 14px;font-weight: 400;}
.yy-tc-fff label{font-size: 16px;font-weight: 400;}
.yy-tc-fff .radio-inline{margin-bottom: 15px;}
.yy-tc-fff .btn{background:#ba8050;color: #fff;height: 50px;line-height: 50px;font-weight: bold;padding: 0 37px;margin: 0 auto;display: block;}

/*右侧悬浮*/
.yc-fhdb{position: fixed;bottom: 10%;border-radius: 50%;border: 1px solid #ba8050;text-align: center;line-height: 43px;left: auto;top: auto;right: 20px;
height: 46px;width: 46px;z-index: 2;}
.foot-yy-fd{position: fixed;bottom: 25%;text-align: center;left: auto;top: auto;right: 20px;z-index: 111;width: 56px;padding: 10px;border-radius: 8px;
background: #ba8050;font-size: 14px;cursor: pointer;}
.foot-yy-fd a{color: #fff;}

/*内页*/
.ny-cont{width:82%;margin: 0 auto;}
/*banner*/
.channel-banner{width: 100%;height: 400px;position: relative;background-size: 100% auto !important;}
.ny-banner-p{position: absolute;bottom: 10px;}
.ny-banner-p h3{position: relative;font-size: 40px;color: #fff;}
.ny-banner-p h3 span{z-index: 2;position: relative;}
.ny-banner-p h3::after{content: "";position: absolute;height: 12px;background: #ba8050;width: 69%;left: 0;bottom: 0;z-index: 0;}
.ny-banner-p p{font-size: 18px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);color: #fff;text-align: left;margin: 20px 0;}

/*关于*/
.ny-title{text-align:center;padding-top:80px;padding-bottom:30px;}
.ny-title h2{font-size: 36px;font-weight:bold;line-height: 45px;}
.ny-title span{display: inline-block;width: 45px;margin: 0 auto;height: 3px;background: #ba8050;}
.about-1{}
.about-1 li{}
.about-1-li{text-align: left;border: #eee solid 1px;padding: 70px 50px;box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);position: relative;}
.about-1-li:after {
    content: "";
    position: absolute;
    right: 0px;
    transform: rotate(45deg);
    top: 6px;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #ba8050;
}
.about-1-li h3{font-size: 32px; color: #ba8050; margin-bottom: 20px;line-height:40px;font-weight:400;line-height: 40px;}
.about-1-li p{line-height: 30px;font-size: 16px;color: #333;}
.ny-about2{margin-top:80px;}
.ny-about2 ul li{background: #fff7f0;}
.ny-about2 .li-text .in-main-title h2{font-size: 32px;font-weight: 600;line-height: 50px;}
.about-3 .ny-title h2{font-size: 32px;font-weight: 600;}
.about-3 .swiper{margin-bottom: 80px;width: 100%;margin-top: 30px;}
.about-3 .swiper-wrapper{padding: 0 10px;}
.about-3 .swiper-slide a{display: block;width: 100%;position: relative;}
.about-3 .swiper-slide a figure{width: 100%;overflow: hidden;}
.about-3 .swiper-slide a figure img{width: 100%;transition: all 0.5s;}
.about-3 .swiper-slide a:hover figure img{transform: scale(1.05);}
.about-3 .swiper-slide a .about-3-div{background: linear-gradient(90deg, rgba(186, 128, 80, 1.0), rgba(186, 128, 80, 0));position: absolute;bottom: 20px;
left: -10px;width: 100%;color: #fff;}
.about-3 .swiper-slide a .about-3-div h3{font-size: 36px;padding: 15px 20px 0;margin: 0;}
.about-3 .swiper-slide a .about-3-div p{font-size: 24px;color: #fff;padding: 0px 20px 15px;margin-bottom: 0;}
.about-3 .swiper-slide:nth-child(2n) {margin-top: 30px;}
.about-4{width: 100%;position: relative;}
.about-4 .about-4-text{position: absolute;
	left: 50%;
    margin-left: -680px;
    width: 420px;
    padding: 30px;
    top: 20%;
    z-index: 3;
    background: rgba(186, 128, 80, 0.9);
}
.about-4 .about-4-text .ny-title{padding-top: 0;text-align: left;}
.about-4 .about-4-text .ny-title h2{font-size: 36px;color: #fff;}
.about-4 .about-4-text .ny-title span{background: #fff;}
.about-4 .about-4-text .about-4-p p {font-size: 16px;color: #fff;line-height: 30px;}
.about-4 .about-4-img img{width: 100%;}

/*品质医养*/
.pzyy-1 .ny-title h2{font-size: 36px;}
.pzyy-1 .ny-title p{font-size: 16px;color: #333;}
.pzyy-1 .notice{width: 100%;position: relative;}
.pzyy-1 .notice .tab-nav{display: flex;justify-content: space-between;border: #ececec solid 1px;margin: 0;}
.pzyy-1 .notice .tab-nav li{width: 20%;text-align: center;height: 80px;font-size: 20px;display: flex;justify-content: center;align-items: center;color: #ba8050;
cursor: pointer;}
.pzyy-1 .notice .tab-nav li:hover,.pzyy-1 .notice .tab-nav li.on{color: #fff;background: #ba8050;}
.pzyy-1 .notice .tab-bd{width: 100%;background: url(../images/bg11.jpg) no-repeat center;background-size: 100% 100%;}
.pzyy-1 .notice .tab-pal ul{width: 100%;display: flex;justify-content: space-between;padding: 50px;}
.pzyy-1 .notice .tab-pal ul li:nth-child(1) {width: 65%;display: flex;justify-content: space-between;flex-wrap: wrap;height: auto;}
.pzyy-1 .notice .tab-pal ul li .tab-pal-p{margin-bottom: 30px;width: 48%;text-align: left;}
.pzyy-1 .notice .tab-pal ul li .tab-pal-p h3{font-size: 22px;color: #444;}
.pzyy-1 .notice .tab-pal ul li .tab-pal-p p{padding-top: 5px;font-size: 16px;color: #777;}
.pzyy-1 .notice .tab-pal ul li:nth-child(2) {width: 35%;padding-top: 20px;}
.pzyy-1 .notice .tab-pal ul li img {width: 100%;display: block;box-shadow: 5px 5px 0px #ba8050;}
.pzyy-2{background: linear-gradient(180deg, #fff7f0, #fff);margin-top: 80px;padding-bottom: 80px;}
.pzyy-2 .ny-title{text-align: left;}
.pzyy-2-ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.pzyy-2-ul li{width: 49%;overflow: hidden;position: relative;margin-bottom: 30px;}
.pzyy-2-ul li figure{width: 100%;overflow: hidden;}
.pzyy-2-ul li figure img{width: 100%;transition: all 0.5s;}
.pzyy-2-ul li:hover figure img{transform: scale(1.05);}
.pzyy-2-ul li .pzyy-2-div{width: 100%;background: #ba8050;padding: 0 30px;display: flex;justify-content: space-between;align-items: center;color: #fff;}
.pzyy-2-ul li .pzyy-2-div .pzyy-2-h3{width: 15%;}
.pzyy-2-ul li .pzyy-2-div .pzyy-2-h3 h3{font-size: 30px;margin: 30px 0;}
.pzyy-2-ul li .pzyy-2-div .pzyy-2-p{width: 85%;}
.pzyy-2-ul li .pzyy-2-div .pzyy-2-p p{font-size: 16px;color: #fff;margin: 0;line-height: 30px;}

/*专业服务*/
.fw-nav{background: #fff; height: 80px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); position: relative;}
.fw-nav-ul{display: flex;align-items: center;height: 80px;margin-bottom: 0;}
.fw-nav-ul li{margin-right: 20px;display: inline-block;}
.fw-nav-ul li a{background: #fff;display: inline-block;color: #333;padding: 14px 30px;border-radius: 40px;font-size: 16px;}
.fw-nav-ul li a.active,.fw-nav-ul li a:hover{color: #fff;position: relative;background: #ba8050;}
.fw-bj{width: 100%;background: #f9f9f9;padding-bottom: 50px;}
.fw-title{width: 100%;padding: 80px 0 30px;text-align: center;}
.fw-title h2{font-weight: bold; text-align: center; font-size: 45px; position: relative; z-index: 3;}
.fw-title span{text-align: center;display: block; font-size: 45px; color: #f3efec;font-weight: bold;text-transform: uppercase;margin-top: -40px;}
.fw-title p{font-size: 18px;color: #333;line-height: 30px;padding: 0 10%;}
.fw-bj-list{}
.fw-bj-list ul li {box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);margin-bottom: 50px;width: 100%;display: flex;justify-content: space-between;
background: #f9f9f9;border-radius: 6px;overflow: hidden;}
.fw-bj-list ul li .fw-li-img{width: 50%;overflow: hidden;height: 400px;}
.fw-bj-list ul li .fw-li-img img{width: 100%;transition: all 0.5s;}
.fw-bj-list ul li .fw-li-img:hover img{transform: scale(1.05);}
.fw-bj-list ul li .fw-li-text{width: 50%;}
.fw-bj-list ul li:nth-child(2n) .fw-li-img{order: 2;}
.fw-bj-list ul li .fw-li-p{width: 80%;margin: 0 auto;padding: 60px 0;}
.fw-bj-list ul li .fw-li-p span{display: block;width: 50px;}
.fw-bj-list ul li .fw-li-p span img{width: 100%;}
.fw-bj-list ul li .fw-li-p h3{font-size: 30px;margin: 20px 0;}
.fw-bj-list ul li .fw-li-p p{font-size: 16px;color: #666;line-height: 30px;}

/*新闻列表*/
.news-ul{margin-top: 50px;}
.news-ul li{margin-bottom: 30px;}
.news-ul li a{display: block;width: 100%;}
.news-ul li a figure{width: 100%;overflow: hidden;}
.news-ul li a figure img{width: 100%;transition: all 0.5s;}
.news-ul li a:hover figure img{transform: scale(1.05);}
.news-ul-text{width: 100%;background: #f9f9f9;padding: 30px;}
.news-ul-text h3{text-align: left;height: 60px;font-weight: bold;font-size: 20px;line-height: 28px;margin:0 0 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.news-ul-text time{font-size: 14px;color: #999;}

/*新闻详情*/
.xwxq-l{width: 100%;}
.xwxq-fh{padding: 45px 0;}
.xwxq-fh img{width: 20px;}
.xwxq-fh a{color: #ba8050;}
.xwxq-fh a:hover{text-decoration: underline;}
.xwxq-fh a:hover img{margin-left: -5px;margin-right: 5px;}
.xwxq-l-h2{width: 100%;border-bottom: 1px solid #ececec;padding-bottom: 30px;margin-bottom: 30px;}
.xwxq-l-h2 h2{font-size: 32px;margin-bottom: 20px;}
.xwxq-l-h2 time{color: #666;font-size: 14px;}
.xwxq-l-nr p{font-size: 16px;line-height: 30px;}
.xwxq-l-nr img{max-width: 100%;}
.xwxq-l-btn{width: 100%;border-top: 1px solid #ececec;display: flex;justify-content: space-between;padding: 40px 0;margin-top: 10px;font-size: 16px;
line-height: 30px;}
.xwxq-l-btn .a1{font-size: 14px;}
.xwxq-l-btn a p{font-size: 16px;}
.xwxq-l-btn div{width: 48%;}
.xwxq-l-btn-r{text-align: right;}
.xwxq-r-h2 h2{font-size: 18px;width: 100%;font-weight: 500;margin-bottom: 20px;border-bottom: #ececec solid 1px;padding-bottom: 20px;}
.xwxq-r ul{}
.xwxq-r ul li{width: 100%;overflow: hidden;}
.xwxq-r ul li figure{width: 100%;overflow: hidden;}
.xwxq-r ul li figure img{width: 100%;}
.xwxq-r ul li:hover figure img{transform: scale(1.05);}
.xwxq-r ul li time{font-size: 14px;color: #999;margin-bottom: 5px;padding-top: 10px;display: block;}
.xwxq-r ul li h3{color: #333;font-size: 16px;font-weight: 500;margin: 10px 0 30px;}
.xwxq-r ul li :hover h3{text-decoration: underline;}

/*分页*/
.page{text-align: center;margin:80px 0;display: flex;justify-content: center;}
.page li{display: inline-block;margin: 0 5px;}
.page li a{display: block;padding: 10px 20px;border-radius: 5px;background: #fff;border: #eee 1px solid;}
.page li a:hover,.page li.active a{background: #ba8050;color: #fff;}

.page-status,.page-index,.page-last{display: none;}
.last-page span a{display: inline-block;width: 30px;height: 30px;color: #000;line-height: 30px;font-size: 14px;overflow: hidden;margin: 0 5px;
background: #ececec;text-align: center;}
.last-page .page-pre a,.last-page .page-next a{width: 60px;}
.last-page .page-num-current,.last-page span a:hover{background: #ba8050;color: #fff;}
.last-page .page-none{margin-bottom: 80px;display: block;}



@media (min-width: 1400px){
	
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
	
}

@media screen and (max-width:1600px){
    
	
}

@media screen and (max-width:1500px){
	
	
}

@media screen and (max-width:1400px){
	.foot-nr,.foot-bq{width: 89%;}
}

@media screen and (max-width:1350px){
    
	
}

@media screen and (max-width:1250px){
	
}

@media screen and (max-width:1200px){
	
}

@media screen and (max-width:910px){
	
}

@media screen and (max-width:760px){
    .in-banner-btn img{display: none;}
    .in-yy form {width: 95%;}
    .in-yy form .form-group .form-control{font-size: 14px;}
    .in-main ul li{flex-wrap: wrap;}
    .in-main ul li .li-left,.in-main ul li .li-right{width: 100%;}
    .in-main ul li:nth-child(2) .li-left {order: revert;}
	.li-text .in-main-title h2 {font-size: 32px;}
	.li-text {width: auto;padding: 0 30px;}
	.in-news-ul{flex-wrap: wrap;}
	.in-news-ul li{width: 100%;}
	.foot-nr {flex-wrap: wrap;}
	.foot-logo{width: 100%;}
	.foot-nav{width: 100%;margin: 20px 0;}
	.foot-nav a{display: inline-block; width: 24%;}
	.foot-h3{font-size: 24px;font-weight: bold;	margin-bottom: 20px;}
	.foot-lx,.foot-wx{width: 100%;}
	.foot-wx figure img {width: 140px;}
	.foot-bq{display:block;}

	.channel-banner {height: 280px;	background-size: auto 100% !important;}
	.ny-cont {width: 91%;margin: 0 auto;}
	.ny-banner-p h3{font-size: 32px;}
	.ny-banner-p h3::after{width: 55%;}
	.ny-banner-p p {font-size: 16px;margin: 10px 0;}
	.ny-title {padding-top: 20px;padding-bottom: 20px;}
	.ny-title h2 {font-size: 26px;line-height: 40px;}
	.about-1-li {padding: 30px 30px;margin-bottom: 30px;}
	.about-1-li h3 {font-size: 26px;}
	.ny-about2 {margin-top: 20px;}
	.ny-about2 .li-text .in-main-title h2{font-size: 26px;	line-height: 40px;}
	.ny-about2 .li-text .in-main-title span {margin: 20px 0;}
	.ny-about2 .li-text .in-main-p{padding-bottom: 20px;}
	.about-3 .swiper-slide:nth-child(2n) {margin-top: 0;}
	.about-3 .swiper-pagination .swiper-pagination-bullet-active{background: #ba8050;}
	.about-3 .swiper-wrapper {padding: 0 10px 45px;}
	.about-3 .swiper {margin-bottom: 35px;}	
	.about-4 .about-4-text{position: relative;left: 0;margin: 0 auto;width: 100%;}
	.about-4 .about-4-text .ny-title h2,.pzyy-1 .ny-title h2 {font-size: 26px;}
	.pzyy-1 .ny-title p {font-size: 14px;}
	.pzyy-1 .notice .tab-nav li{font-size: 16px;}
	.pzyy-1 .notice .tab-pal ul {padding: 20px;flex-wrap: wrap;}
	.pzyy-1 .notice .tab-pal ul li:nth-child(1),.pzyy-1 .notice .tab-pal ul li:nth-child(2),.pzyy-2-ul li,
	.fw-bj-list ul li .fw-li-img,.fw-bj-list ul li .fw-li-text{width: 100%;}
	.pzyy-1 .notice .tab-pal ul li .tab-pal-p h3 {font-size: 18px;}
	.pzyy-1 .notice .tab-pal ul li .tab-pal-p p {font-size: 14px;}	
	.pzyy-1 .notice .tab-pal ul li .tab-pal-p {margin-bottom: 5px;}
	.pzyy-2-ul li .pzyy-2-div{padding: 0 10px;}
	.pzyy-2-ul li .pzyy-2-div .pzyy-2-h3 h3 {font-size: 26px;margin: 20px 0;}
	.pzyy-2-ul li .pzyy-2-div .pzyy-2-p p {font-size: 14px;	line-height: 23px;}
	.pzyy-2{padding-bottom: 15px}
	.fw-nav{display: none;}
	.fw-title h2{font-size: 30px;}
	.fw-title span {font-size: 30px;margin-top: -26px;}
	.fw-title {padding: 40px 0 30px;}
	.fw-bj-list ul li{flex-wrap: wrap;}
	.fw-bj-list ul li .fw-li-p {width: 92%;	padding: 25px 0;}
	.fw-bj-list ul li .fw-li-p h3 {font-size: 26px;}
	.fw-bj-list ul li .fw-li-p p {font-size: 14px;line-height: 27px;}	
	.fw-bj-list ul li:nth-child(2n) .fw-li-img {order: initial;}
	.fw-bj-list ul li .fw-li-img{height: auto;}
	.fw-bj{padding-bottom: 15px;}
	.fw-title p {font-size: 14px;line-height: 27px;	padding: 0 0%;}
	.page{margin: 30px 0;}
	.news-ul-text {padding: 15px;}
	.news-ul-text h3 {font-weight: 500;	font-size: 18px;line-height: 25px;}
	.xwxq-fh {padding: 25px 0;}
	.xwxq-l-h2 h2 {font-size: 16px;margin-bottom: 15px;margin-top: 0;}
	.xwxq-l-h2 {padding-bottom: 20px;margin-bottom: 20px;}
	.xwxq-l-btn a p {font-size: 14px;line-height: 22px;}
	.yy-tc-fff{width: 90%;padding: 25px 10px}

}

@media screen and (max-width:640px){
    .ny-cont {width: 90%;}
}

@media screen and (max-width:510px){
	.in-banner{height: 280px;}
	.li-text .demo ul li b {font-size: 30px;}
	.in-news {padding: 40px 0;}
	.in-news-ul {width: 90%;}
	.foot-nav{display: none;}
	.foot-lx, .foot-wx{margin-top: 30px;}
	.foot-bq a{display: block;margin: 0;}
	
}

@media screen and (max-width:480px){
	.about-1-li {padding: 15px;}
	.about-1-li h3 {font-size: 22px;margin-bottom: 10px;line-height: 29px;}
	.about-1-li p {line-height: 25px;font-size: 14px;}
	.about-3 .ny-title h2 {font-size: 26px;margin-bottom: 0px;}
	.ny-title {padding-top: 5px;padding-bottom: 4px;}
	.about-3 .swiper-slide a .about-3-div h3 {font-size: 22px;}
	.about-3 .swiper-slide a .about-3-div p {font-size: 17px;padding: 0px 20px 10px;}
	.pzyy-2 .pzyy-1{margin-bottom: 20px;}
	
}

@media screen and (max-width:380px){	
    .li-text .in-main-title h2 {font-size: 25px;}
	.li-text .in-main-title span{margin: 15px 0;}
	.li-text .in-main-p {font-size: 14px;line-height: 24px;}
	.li-text {padding: 10px 15px;}
	.li-text .demo ul li b {font-size: 25px;}
	.li-text .demo ul li p {font-size: 14px;}
	.li-text .demo ul li b .sp-1 {font-size: 14px;top: -8px;}
	.in-main ul li:nth-child(3) .li-text .demo ul{flex-wrap: wrap;}
	.in-main ul li:nth-child(3) .li-text .demo ul li {width: 50%;margin-bottom: 10px;}
	.in-news .in-news-title h2{font-size: 30px;}
	.in-news {padding: 10px 0 40px;}
	.in-news .in-news-title p {font-size: 16px;}
	.in-news-ul li a .in-news-text{padding: 10px 15px;}
	.in-news-ul li a .in-news-text .in-news-h3 h3 {font-size: 16px;line-height: 25px;}
	.in-news-ul li a .in-news-text .in-news-time{height: 68px;width: 65px;}
	.in-news-ul li a .in-news-text .in-news-time p{font-size: 20px;}
	.in-news-ul li a .in-news-text .in-news-time span{font-size: 14px;}
	.in-news-ul li{margin: 0;}
	.foot-lx ul li{font-size: 14px;}

	.yc-fhdb{right: 10px;bottom: 8%;height: 35px;width: 35px;line-height: 32px;}	
	.foot-yy-fd{right: 10px;}
	.foot-yy-fd{width: 35px;font-size: 12px;padding: 5px;border-radius: 5px;}

	.pzyy-1 .notice .tab-pal ul li .tab-pal-p{width: 100%;}
	.pzyy-2{margin-top: 40px;}
	.ny-banner-p h3::after {width: 62%;}
	
	
	
}