/*公共样式*/
@charset "utf-8"; 
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-1{
	display:flex;
	align-items:center;
	justify-content:center;
}
.flex-2{
	display:flex;
	align-items:center;
	justify-content:left;
}
.flex-3{
	display:flex;
	align-items:center;
	justify-content:right;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.clearfix::after{
	display: block;
	content: "";
	clear:both;
}
.home-title{
	text-align: center;
}
.home-title h2{
	font-size: 35px;
	color: #f9761c;
}
.home-title h3{
    font-size: 18px;
    color: #999999;
	margin-top: 16px;
}
.home-title span{
	color: #ff872f;
}
.home-title .liner{
    padding-top: 22px;
}
.moreBut a:hover{
	box-shadow: 0 0 10px #ff873a;
}
@keyframes fadeIn{
	from {opacity:0;}
	to {opacity:1;}
}
@-webkit-keyframes fadeIn{
	from {opacity:0;}
	to {opacity:1;}
}
.dhyc-ggys{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dhwbyc{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.alwz-title{
	width: 85%;
	margin: 0 auto;
	text-align: center;
}
/* 轮播图公共样式 */
.swiper-pagination-bullet:focus{
	outline: none;
}
.swiper-button-prev,.swiper-button-next:focus{
	outline: none;
}
/* banner公共样式 */
.banner-pc{
	display: block;
}
.banner-mp{
	display: none;
}
/* 网站顶部 */
.wzdb{
	width: 100%;
	background-color: #424242;
}
.wzdb .wzdb-cont li{
	float: left;
	padding: 0 18px;
	height: 40px;
	background: url(../images/wzdb-tp03.png) no-repeat right center;
}
.wzdb .wzdb-cont li p{
	padding-left: 18px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: url(../images/wzdb-tp01.png) no-repeat 0 center;
}
.wzdb .wzdb-cont li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.wzdb .wzdb-cont li a:hover{
	text-decoration: underline;
}
.wzdb .wzdb-cont li .cpzx{
	padding-left: 20px;
	background: url(../images/wzdb-tp02.png) no-repeat 0 center;
}
/* 网站导航 */
.nav-pc{
	width: 100%;
	height: 100px;
}
.nav-pc .logo{
	padding-top: 20px;
}
.nav-pc .logo img{
	width: 160px;
}
.nav-pc .nav{
	width: 71%;
	padding-top: 40px;
}
.nav-pc .nav li{
	position: relative;
	height: 60px;
	box-sizing: border-box;
}
.nav-pc .nav li .a1{
	font-size: 16px;
	color: #282828;
	line-height: 24px;
}
.nav-pc .nav .cur,
.nav-pc .nav li:hover{
    border-bottom: 3px solid #16accc;
}
.nav-pc .nav .cur .a1,
.nav-pc .nav li:hover .a1{
	color: #16accc;
}
.nav-pc .nav .xdwz-ssk:hover{
	border-bottom: 0 solid #16accc;
}
.nav-pc .nav li:hover .subnav{
	display: block;
}
.nav-pc .nav .subnav{
	display: none;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -60px;
	z-index: 999;
	width: 120px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}
.nav-pc .nav .subnav01{
	margin-left: -90px;
	width: 180px;
}
.nav-pc .nav .subnav .list{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.nav-pc .nav .subnav .list:last-child{
	border-bottom: 0 solid #e5e5e5;
}
.nav-pc .nav .subnav .list a{
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 50px;
}
.nav-pc .nav .subnav .list:hover a{
	color: #16accc;
}
/* mp端导航 */
.navmp{
	display: none;
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #ededed;
}
.navmp .logo{
	height: 100px;
}
.navmp .logo img{
	width: 185px;
}
.navmp .shdh .navmp-yczs{
	width: 40px;
	height: 100px;
	background: url(../images/navmp-yczs-tp01.png) no-repeat center center;
	transition: all ease 0.4s; 
}
.navmp .shdh .navmp-zsdh{
	transition: all ease 0.4s; 
	background: url(../images/navmp-yczs-tp02.png) no-repeat center center;
}
.navmp .subnav{
	display: none;
	position: absolute;
	top: 102px;
	right: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
.navmp .subnav .list{
	width: 100%;
}
.navmp .subnav .list .a1{
	display: block;
	width: 100%;
	height: 92px;
	line-height: 90px;
	padding-left: 25px;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #ddd;
	box-sizing: border-box;
}
.navmp .subnav .list-top{
	position: relative;
	width: 100%;
	height: 92px;
	padding-left: 25px;
	border-bottom: 2px solid #ddd;
	box-sizing: border-box;
}
.navmp .subnav .list-top::after{
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/navmp-yczs-tp03.png) no-repeat center center;
	transition: all ease 0.2s;
}
.navmp .subnav .list-sjdh::after{
	transform: rotate(45deg);
	transition: all ease 0.2s;
}
.navmp .subnav .list-top p{
	font-size: 24px;
	color: #333;
}
.navmp .subnav .list-bot{
	display: none;
}
.navmp .subnav .list-bot li{
    width: 100%;
}
.navmp .subnav .list-bot a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 45px;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
}
/* pc端banner轮播图 */
.index-banner{
	width: 100%;
}
.index-banner img{
	width: 100%;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.index-banner .swiper-pagination-bullet {
    width: 33px;
    height: 33px;
    display: inline-block;
	opacity: 1;
	background: url(../images/index-banner-tp03.png) no-repeat center center;
	box-sizing: border-box;
	cursor: pointer;
}
.index-banner .swiper-pagination-bullet-active {
	background: url(../images/index-banner-tp02.png) no-repeat center center;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 25px;
}
.index-banner .swiper-button-prev{
    background-image: none;
    left: 0;
	right: auto;
	top: 50%;
    width: 42px;
    height: 72px;
	margin-top: -26px;
	background: url(../images/index-banner-jt01.png) no-repeat center center;
    background-size: 100%;
}
.index-banner .swiper-button-prev:hover{
	background: url(../images/index-banner-jt03.png) no-repeat center center;
}
.index-banner .swiper-button-next{
    background-image: none;
    right: 0;
	left: auto;
	top: 50%;
    width: 42px;
    height: 72px;
	margin-top: -26px;
	background: url(../images/index-banner-jt02.png) no-repeat center center;
    background-size: 100%;
}
.index-banner .swiper-button-next:hover{
	background: url(../images/index-banner-jt04.png) no-repeat center center;
}
/* 首页公共部分· */
.index-title{
	width: 85%;
	text-align: center;
	margin: 0 auto;
}
.index-title h2{
	font-size: 32px;
	color: #1c374c;
	font-weight: bold;
	margin-bottom: 12px;
}
.index-title p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.index-ckgd a{
	display: inline-block;
	width: 170px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background-color: #16accc;
}
.index-ckgd a:hover{
	background-color: #27bfdf;
}
/* 西递深研行业洁净室系统工程解决方案 */
.index-jjfa{
	width: 100%;
	padding: 80px 0 85px 0;
}
.index-jjfa .jjfa-cont{
	width: 100%;
	padding-top: 42px;
}
.index-jjfa li{
	position: relative;
	float: left;
	width: 15.6%;
	margin: 1.28% 1.28% 0 0;
	background-color: #f6fcff;
}
.index-jjfa .nr{
	text-align: center;
}
.index-jjfa .fazs{
	width: 100%;
	height: 180px;
}
.index-jjfa .fazs .tpzs{
	height: 55px;
	padding-bottom: 8px;
}
.index-jjfa li h3{
	font-size: 16px;
	color: #203c50;
	margin-bottom: 6px;
}
.index-jjfa li p{
	font-size: 12px;
	color: #798b99;
}
.index-jjfa .faxz{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/index-jjfa-tp13.jpg) no-repeat center center;
	background-size: cover;
}
.index-jjfa .faxz h3,
.index-jjfa .faxz p{
    color: #fff;
}
.index-jjfa li:hover .faxz{
	display: flex;
}
.index-jjfa .index-ckgd{
	width: 100%;
	padding-top: 60px;
	text-align: center;
}
.index-jjfa .index-ckgd a{
	width: 180px;
}
.index-jjfa .index-ckgd p{
	display: inline-block;
	padding-right: 38px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	background: url(../images/index-jjfa-tp14.png) no-repeat right center;
}
/* 无尘净化车间 */
.index-jhcj{
	width: 100%;
	padding: 70px 0 100px 0;
	background-color: #f6fcff;
}
.index-jhcj .jhcj-nav{
	width: 100%;
	margin-top: 35px;
}
.index-jhcj .jhcj-nav .list{
	float: left;
	width: 12.5%;
	height: 150px;
	border: 1px solid #e9eaeb;
	border-right: 0 solid #e9eaeb;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.index-jhcj .jhcj-nav .list:last-child{
	border-right: 1px solid #e9eaeb;
}
.index-jhcj .jhcj-nav .list .nr{
	text-align: center;
}
.index-jhcj .jhcj-nav .list h3{
	font-size: 18px;
	color: #203c50;
	line-height: 26px;
}
.index-jhcj .jhcj-nav .list p{
	font-size: 14px;
	color: #d2d2d2;
	margin-top: 10px;
}
.index-jhcj .jhcj-nav .actives{
	background-color: #16accc;
}
.index-jhcj .jhcj-nav .actives h3,
.index-jhcj .jhcj-nav .actives p{
	color: #fff;
}
.index-jhcj .jhcj-cjzs{
	width: 100%;
}
.index-jhcj .jhcj-cjzs .actives{
	display: block;
	animation: fadeIn 0.5s;
}
.index-jhcj .cjzs-zsnr{
	display: none;
	width: 100%;
}
/* swiper调整 */
.index-jhcj .swiper-container{
	width: 100%;
}
.index-jhcj .swiper-container img{
	width: 100%;
}
.index-jhcj .swiper-button-prev{
    background-image: none;
    left: 0;
	right: auto;
	top: 50%;
    width: 42px;
    height: 72px;
	margin-top: -26px;
	background: url(../images/index-banner-jt01.png) no-repeat center center;
    background-size: 100%;
}
.index-jhcj .swiper-button-prev:hover{
	background: url(../images/index-banner-jt03.png) no-repeat center center;
}
.index-jhcj .swiper-button-next{
    background-image: none;
    right: 0;
	left: auto;
	top: 50%;
    width: 42px;
    height: 72px;
	margin-top: -26px;
	background: url(../images/index-banner-jt02.png) no-repeat center center;
    background-size: 100%;
}
.index-jhcj .swiper-button-next:hover{
	background: url(../images/index-banner-jt04.png) no-repeat center center;
}
/* 洁净室系统化工程 严格过程 品质把控 */
.index-pzbk{
	width: 100%;
	padding: 85px 0 0 0;
}
.index-pzbk .pzbk-cont{
	margin-top: 45px;
	width: 100%;
	background: url(../images/index-pzbk-bj01.jpg) no-repeat center 0;
	background-size: cover;
}
.index-pzbk li{
	float: left;
	position: relative;
	width: 20%;
	border-top: 1px solid #41bad3;
	border-left: 1px solid #41bad3;
	box-sizing: border-box;
	cursor: pointer;
}
.index-pzbk li:nth-child(5n){
	border-right: 1px solid #41bad3;
}
.index-pzbk .xtjs{
	width: 100%;
	height: 250px;
	background: url(../images/index-pzbk-tp01.png) no-repeat center center;
	background-size: 134px;
}
.index-pzbk .xtjs .nr{
	text-align: center;
}
.index-pzbk .xtjs .nr h3{
	font-size: 18px;
	color: #16accc;
	line-height: 22px;
	font-weight: bold;
}
.index-pzbk .gcjj{
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
}
.index-pzbk li:hover .gcjj{
	top: -28px;
	visibility: visible;
	transition: all ease 0.4s;
}
.index-pzbk .gcjj-top{
	width: 100%;
	height: 28px;
	background: url(../images/index-pzbk-tp02.png) no-repeat center center;
}
.index-pzbk .gcnr{
	width: 100%;
	height: 250px;
	text-align: center;
	padding: 45px 12px 0;
	background-color: #fff;
	box-sizing: border-box;
}
.index-pzbk .gcnr h3{
	font-size: 20px;
	color: #29b0cd;
	font-weight: bold;
	margin-bottom: 15px;
}
.index-pzbk .gcnr p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
/* 西递净化室产品 */
.index-jhscp{
	width: 100%;
	padding: 95px 0 90px 0;
}
.index-jhscp .jhscp-nav{
	position: relative;
	width: 100%;
	margin-top: 45px;
	background-color: #f6fcff;
}
.index-jhscp .jhscp-nav02{
	display: none;
}
.index-jhscp .jhscp-nav li{
	float: left;
}
.index-jhscp .jhscp-nav a{
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	color: #666;
	line-height: 55px;
}
.index-jhscp .jhscp-nav li:hover a{
	color: #fff;
    background-color: #16accc;
}
.index-jhscp .jhscp-nav .nav-bot{
	display: none;
}
.index-jhscp .jhscp-nav .djtb{
	position: absolute;
	top: 18px;
	right: 18px;
	width: 10px;
	height: 14px;
	cursor: pointer;
	transition: all ease 0.4s;
}
.index-jhscp .jhscp-nav .djzk{
	transform: rotate(90deg);
	transition: all ease 0.4s;
}
.index-jhscp .jhscp-cont{
	width: 100%;
	padding-top: 30px;
}
.index-jhscp .jhscp-cont li{
	width: 31.6%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.index-jhscp .jhscp-cont .tpzs{
	width: 100%;
	overflow: hidden;
}
.index-jhscp .jhscp-cont .tpzs img{
	width: 100%;
	transition: all ease 0.4s;
}
.index-jhscp .jhscp-cont li:hover .tpzs img{
	transform: scale(1.3);
	transition: all ease 0.4s;
}
.index-jhscp .jhscp-cont .wzjs{
	width: 100%;
	padding: 0 24px;
	box-sizing: border-box;
}
.index-jhscp .jhscp-cont .left{
	height: 84px;
}
.index-jhscp .jhscp-cont h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}
.index-jhscp .jhscp-cont p{
	font-size: 12px;
	color: #999;
}
.index-jhscp .jhscp-cont .right{
	width: 18px;
	height: 84px;
	background: url(../images/jhscp-cont-tp01.png) no-repeat center center;
}
.index-jhscp .jhscp-cont li:hover .wzjs{
    background-color: #16accc;
}
.index-jhscp .jhscp-cont li:hover h3,
.index-jhscp .jhscp-cont li:hover p{
	color: #fff;
}
.index-jhscp .jhscp-cont li:hover .right{
	background: url(../images/jhscp-cont-tp02.png) no-repeat center center;
}
.index-jhscp .index-ckgd{
	padding-top: 60px;
	width: 100%;
	text-align: center;
}
/* 关于西递 */
.index-gyxd{
	width: 100%;
	padding: 140px 0 145px 0;
	background: url(../images/index-gyxd-tp02.jpg) no-repeat center 0;
	background-size: cover;
}
.index-gyxd .gyxd-cont{
	width: 50%;
}
.index-gyxd .tpzs{
	width: 100%;
}
.index-gyxd .tpzs img{
	width: 160px;
}
.index-gyxd .nr{
	width: 100%;
	padding: 75px 0 40px 0;
}
.index-gyxd .nr h3{
	font-size: 22px;
	color: #16accc;
	margin-bottom: 24px;
}
.index-gyxd .nr p{
	text-align: justify;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
/* 西递客户见证 */
.index-khjz{
	width: 100%;
	padding: 90px 0 110px 0;
}
.index-khjz .khjz-cont{
	width: 100%;
	margin-top: 45px;
}
.index-khjz .khjz{
	position: relative;
	width: 100%;
}
.index-khjz .khjz .tpzs{
	padding-top: 35px;
}
.index-khjz .khjz .tpzs img{
	width:624px;height:483px;object-fit: cover;
}
.index-khjz .khjz .wzjs{
	position: absolute;
	top: 0;
	right: 0;
	width: 53%;
	height: 440px;
	padding: 50px 50px 0;
	background-color: #16accc;
	box-sizing: border-box;
}
.index-khjz .khjz .title h3{
	font-size: 28px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 16px;
}
.index-khjz .khjz .title p{
	font-size: 18px;
	color: #fff;
	line-height: 27px;
}
.index-khjz .khjz .title p span{
	display: inline-block;
	padding: 0 16px;
	color: #fff;
}
.index-khjz .khjz .nr{
	width: 100%;
	padding: 30px 0 40px 0;
}
.index-khjz .khjz .nr p{
	text-align: justify;
	font-size: 16px;
	color: #f4f4f4;
	line-height: 30px;
}
.index-khjz .khjz .ckgd a{
	font-size: 14px;
	color: #fff;
}
.index-khjz .khjz .ckgd a:hover{
	text-decoration: underline;
}
/* swiper修改 */
.index-khjz .swiper-button-prev{
    background-image: none;
    left: auto;
	right: 72px;
	top: auto;
	bottom: 0;
    width: 60px;
    height: 60px;
	margin-top: 0;
	background: url(../images/index-khjz-jt01.png) no-repeat center center;
    background-size: 60px;
}
.index-khjz .swiper-button-next{
    background-image: none;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
    width: 60px;
    height: 60px;
	margin-top: 0;
	background: url(../images/index-khjz-jt02.png) no-repeat center center;
    background-size: 60px;
}
.index-khjz .swiper-button-prev:hover{
	background: url(../images/index-khjz-jt03.png) no-repeat center center;
}
.index-khjz .swiper-button-next:hover{
	background: url(../images/index-khjz-jt04.png) no-repeat center center;
}
/* 洁净室建设6大保障 */
.index-ldbz{
	width: 100%;
	padding: 90px 0 110px 0;
	background-color: #f6fcff;
}
.index-ldbz .ldbz-cont{
	width: 100%;
	padding-top: 50px;
}
.index-ldbz .list{
	width: 31.6%;
	margin-top: 2.6%;
	height: 290px;
	padding: 45px 60px 0;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 15px #d9ecf3;
	box-sizing: border-box;
}
.index-ldbz .list .tpzs{
	width: 100%;
	height: 68px;
}
.index-ldbz .list .tpzs .img02{
	display: none;
}
.index-ldbz .list h3{
	font-size: 20px;
	color: #203c50;
	font-weight: bold;
	margin-bottom: 28px;
}
.index-ldbz .list p{
	text-align: justify;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.index-ldbz .list:hover{
	transition: all ease 0.4s;
	background-color: #16accc;
}
.index-ldbz .list:hover .tpzs .img01{
	display: none;
}
.index-ldbz .list:hover .tpzs .img02{
	display: inline-block;
}
.index-ldbz .list:hover h3,
.index-ldbz .list:hover p{
	color: #fff;
}
/* 西递服务流程 */
.index-xdfwlc{
	width: 100%;
	padding: 100px 0 120px 0;
	background: url(../images/index-fwlc-bj01.jpg) no-repeat center 0;
	background-size: cover;
}
.index-xdfwlc .fwlc-cont{
	position: relative;
	width: 100%;
	margin-top: 70px;
	background: url(../images/index-fwlc-bj02.png) no-repeat 0 54px;
	background-size: 1143px auto;
}
.index-xdfwlc .list{
	width: 122px;
	height: 122px;
	text-align: center;
	border: 1px solid #2fb4d1;
	background-color: #fff;
	border-radius: 100%;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	transition: all ease 0.4s;
}
.index-xdfwlc .list .nr{
	text-align: center;
}
.index-xdfwlc .list .img02{
	display: none;
}
.index-xdfwlc .list p{
	font-size: 15px;
	color: #16accc;
	line-height: 20px;
	margin-top: 8px;
}
.index-xdfwlc .fwlc-1,
.index-xdfwlc .fwlc-3{
	width: 100%;
	padding-right: 180px;
	box-sizing: border-box;
}
.index-xdfwlc .fwlc-2{
	position: absolute;
	right: 0;
	top: 112px;
}
.index-xdfwlc .fwlc-3{
	margin-top: 100px;
}
.index-xdfwlc .list:hover{
	background-color: #16accc;
	transition: all ease 0.3s;
}
.index-xdfwlc .list:hover .img01{
	display: none;
}
.index-xdfwlc .list:hover .img02{
	display: inline-block;
}
.index-xdfwlc .list:hover p{
	color: #fff;
}
/* 新闻中心 */
.index-xwzx{
	width: 100%;
	padding: 90px 0 85px 0;
}
.index-xwzx .xwzx-cont{
	width: 1370px;
	margin: 45px auto 0;
}
.index-xwzx .xwzx{
	width: 87.6%;
	margin: 0 auto;
}
.index-xwzx .list{
	width: 31.5%;
	box-shadow: 0 5px 8px #e7eaed;
}
.index-xwzx .list .tpzs{
	position: relative;
	width: 100%;
}
.index-xwzx .list .tpzs .img01{
	width: 100%;height:226px;object-fit:cover;
}
.index-xwzx .list .tpzs .tb{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.index-xwzx .list .tpzs .img02{
	width: 60px;
}
.index-xwzx .list .nr{
	width: 100%;
	padding: 25px 7px;
	box-sizing: border-box;
}
.index-xwzx .list .sjll{
	width: 100%;
	padding-left: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
}
.index-xwzx .list .sjll p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.index-xwzx .list .sj{
	float: left;
	padding-left: 20px;
	background: url(../images/index-xwzx-tp03.png) no-repeat 0 center;
}
.index-xwzx .list .ll{
	float: left;
	margin-left: 16px;
	padding-left: 20px;
	background: url(../images/index-xwzx-tp04.png) no-repeat 0 center;
}
.index-xwzx .list .wzjs{
	width: 100%;
	padding: 20px 8px 0;
	box-sizing: border-box;
}
.index-xwzx .list .wzjs h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-xwzx .list .wzjs p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 52px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-xwzx .list .wzjs h4{
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}
.index-xwzx .list:hover .tpzs .tb{
    display: flex;
}
.index-xwzx .list:hover .wzjs h3{
	color: #16accc;
}
.index-xwzx .list:hover .wzjs h4{
	color: #16accc;
	text-decoration: underline;
}
.index-xwzx .index-ckgd{
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
/* swiper调整 */
.index-xwzx .swiper-container{
	width: 100%;
	padding-bottom: 10px;
}
.index-xwzx .swiper-button-prev{
    background-image: none;
    left: 0;
	right: auto;
	top: 50%;
    width: 60px;
    height: 60px;
	margin-top: -30px;
	background: url(../images/index-xwzx-jt01.png) no-repeat center center;
    background-size: 60px;
}
.index-xwzx .swiper-button-next{
    background-image: none;
    right: 0;
	left: auto;
	top: 50%;
	width: 60px;
    height: 60px;
	margin-top: -30px;
	background: url(../images/index-xwzx-jt02.png) no-repeat center center;
    background-size: 60px;
}
.index-xwzx .swiper-button-prev:hover{
	background: url(../images/index-xwzx-jt03.png) no-repeat center center;
}
.index-xwzx .swiper-button-next:hover{
	background: url(../images/index-xwzx-jt04.png) no-repeat center center;
}
/* 西递签约品牌设备 */
.index-ppsb{
	width: 100%;
	padding: 85px 0 110px 0;
	background-color: #f6fcff;
}
.index-ppsb .ppsb-cont{
	width: 100%;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-right-radius: 60px;
	overflow: hidden;
}
.index-ppsb li{
	float: left;
	width: 20%;
	height: 175px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	display:flex;
	align-items:center;
	justify-content:center;
}
.index-ppsb li img{
	width: 100%;
	transition: all ease 0.3s;
}
.index-ppsb li:hover img{
	transform: rotateY(360deg); 
	transition: all ease 0.5s;
}
.index-ppsb .list{
	padding-top: 0;
	background-color: #16accc;
}
.index-ppsb .list:hover{
	background-color: #1bc2e5;
}
.index-ppsb .list a{
	width: 100%;
	height: 100%;
}
.index-ppsb .list .nr{
	padding-bottom: 26px;
	background: url(../images/index-ppsb-tp10.png) no-repeat center bottom;
}
.index-ppsb .list .nr h3{
	font-size: 16px;
	color: #fff;
}
/* pc端底部 */
.footer-pc{
	width: 100%;
	padding-top: 70px;
	background-color: #2d2d2d;
}
.footer-pc .footer-znlj{
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #3b3a3a;
	border-bottom: 1px solid #3b3a3a;
}
.footer-pc .footer-znlj .logo{
	width: 140px;
}
.footer-pc .footer-znlj .logo img{
	width: 100%;
}
.footer-pc .footer-znlj .znlj{
	width: 77.5%;
}
.footer-pc .footer-znlj .znlj a{
	font-size: 16px;
	color: #fff;
	line-height: 41px;
}
.footer-pc .footer-znlj .znlj a:hover{
	text-decoration: underline;
}
.footer-pc .footer-cont{
	width: 100%;
	padding: 55px 0 80px 0;
}
.footer-pc .footer-cont .title{
	width: 100%;
	padding-bottom: 45px;
}
.footer-pc .footer-cont .title h3{
	font-size: 18px;
	color: #fff;
}
/* 底部-在线咨询 */
.footer-pc .footer-zxzx{
    width: 260px;
}
.footer-pc .footer-zxzx .zxzx-tjbd{
	width: 100%;
}
.footer-pc .footer-zxzx .zxzx-tjbd .form-1{
	width: 72%;
	height: 44px;
	font-size: 14px;
	color: #58595a;
	padding-left: 15px;
	border: 2px solid #505050;
	border-right: 0 solid #505050;
	background: none;
	box-sizing: border-box;
}
.footer-pc .footer-zxzx .zxzx-tjbd .form-2{
	width: 28%;
	height: 44px;
	font-size: 14px;
	color: #fff;
	background-color: #16accc;
	box-sizing: border-box;
	cursor: pointer;
}
.footer-pc .footer-zxzx .zxzx-tjbd .form-2:hover{
	background-color: #1395b1;
}
.footer-pc .footer-zxzx .wxqq{
	width: 125px;
	padding-top: 28px;
}
.footer-pc .footer-zxzx .wxqq .list{
	position: relative;
}
.footer-pc .footer-zxzx .wxqq .list .ewmzs{
	visibility: hidden;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 60px;
	margin-left: -60px;
	padding: 5px;
	width: 120px;
	background-color: #fff;
	box-sizing: border-box;
	transition: all ease 0.1s;
}
.footer-pc .footer-zxzx .wxqq .list .ewmzs::after{
	content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 5;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
}
.footer-pc .footer-zxzx .wxqq .list:hover .ewmzs{
	top: 50px;
	visibility: visible;
	transition: all ease 0.4s;
}
.footer-pc .footer-zxzx .wxqq .list .ewmzs img{
	width: 100%;
}
.footer-pc .footer-zxzx .wxqq img{
	width: 28px;
}
.footer-pc .footer-zxzx .wxqq .img02{
	display: none;
}
.footer-pc .footer-zxzx .wxqq .list:hover .img01{
	display: none;
}
.footer-pc .footer-zxzx .wxqq .list:hover .img02{
	display: inline-block;
}
/* 底部-最近的新闻 */
.footer-pc .footer-zjxw{
	width: 620px;
	height:150px;
}
.footer-pc .footer-zjxw .zjxw{
	width: 100%;
}
.footer-pc .footer-zjxw .list{
	width:290px;margin-right:20px;
	height:50px;
	float:left;
	margin-bottom: 30px;
}
.footer-pc .footer-zjxw .list a{
color:#fff;
}
.footer-pc .footer-zjxw .list:last-child{
	margin-bottom: 0;
}
.footer-pc .footer-zjxw .tpzs{
	width: 47px;
}
.footer-pc .footer-zjxw .tpzs img{
	width: 100%;float:left;margin-top:10px;
}
.footer-pc .footer-zjxw .wzjs{text-overflow: ellipsis;white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;	width: 220px; margin-left:5px;	float:right;
}
.footer-pc .footer-zjxw .wzjs p{
	padding-left: 18px;
	font-size: 14px;	
	color: #5f5f5f;
	background: url(../images/footer-zxxw-tp01.png) no-repeat 0 center;
}
.footer-pc .footer-zjxw .wzjs h3{
	font-size: 14px;
	color: #d1d7e3;
	margin-top: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-pc .footer-zjxw .list:hover .wzjs p{
	color: #d1d7e3;
}
.footer-pc .footer-zjxw .list:hover .wzjs h3{
	color: #fff;
	text-decoration: underline;
}
/* 底部-友情链接 */
.footer-pc .footer-yqlj{
	width: 24%;
}
.footer-pc .footer-yqlj .yqlj{
    width: 100%;
}
.footer-pc .footer-yqlj li{
	width: 48%;
	padding-left: 25px;
	margin-bottom: 25px;
	background: url(../images/footer-yqlj-tp01.png) no-repeat 0 center;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-pc .footer-yqlj li a{
	font-size: 16px;
	color: #5f5f5f;
}
.footer-pc .footer-yqlj li:hover a{
	color: #d1d7e3;
}
.footer-pc .footer-yqlj li:hover{
	background: url(../images/footer-yqlj-tp02.png) no-repeat 0 center;
}
/* 底部-全国服务热线 */
.footer-pc .footer-fwrx{
	width: 18%;
}
.footer-pc .footer-fwrx .fwrx{
	width: 100%;
}
.footer-pc .footer-fwrx .fwrx h3{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
}
.footer-pc .footer-fwrx .fwrx p{
	font-size: 16px;
	color: #5f5f5f;
	line-height: 28px;
	margin-top: 15px;
}
/* 底部-网站备案 */
.footer-pc .footer-bqsy{
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #3b3a3a;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 24px;
}
.footer-pc .footer-bqsy p{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 24px;
}
.footer-pc .footer-bqsy span{
	display: inline-block;
	width: 30px;
}
#footcontent {float:right;display: inline-block;width: 140px;height:20px;margin-top: 0px;}
#footcontent .yqlj	{width: 140px;height: 20px;float: left;overflow:auto;overflow-x:hidden;margin-top:2px;margin-left: 0px;}
#footcontent .yqlj	ul {display: block;margin-top:0;margin-left:0px;}
#footcontent .yqlj	ul li {height: 20px;display:block;margin-left:0px;line-height: 20px;text-align: left;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
#footcontent .yqlj	ul li a b{font-size: 12px;}
/* mp端底部 */
.footer-mp{
	display: none;
	width: 100%;
	padding-top: 40px;
	background-color: #3c3c3c;
}
/* mp端底部-联系方式 */
.footer-mp .footer-top{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}
.footer-mp .footer-top .logo{
	width: 185px;
}
.footer-mp .footer-top .logo img{
	width: 100%;
}
.footer-mp .footer-top .lxfs{
	text-align: right;
}
.footer-mp .footer-top .lxfs p{
	font-size: 20px;
	color: #ddd;
	line-height: 36px;
}
.footer-mp .footer-top .lxfs h3{
	font-size: 20px;
	color: #ddd;
	margin: 10px 0;
}
/* mp端底部-友情链接 */
.footer-mp .footer-yqlj{
	width: 100%;
	padding-top: 45px;
}
.footer-mp .footer-yqlj .list{
	width: 100%;
	padding: 0 40px;
	border-top: 2px solid #505050;
	box-sizing: border-box;
}
.footer-mp .footer-yqlj .yqlj-title{
	position: relative;
	width: 100%;
	height: 80px;
}
.footer-mp .footer-yqlj .yqlj-title h3{
	font-size: 20px;
	color: #efefef;
}
.footer-mp .footer-yqlj .yqlj-title .tpzs-1{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(../images/footer-mp-tp01.png) no-repeat center center;
}
.footer-mp .footer-yqlj .yqlj-title .tpzs-2{
	background: url(../images/footer-mp-tp02.png) no-repeat center center;
}
.footer-mp .footer-yqlj .yqlj-zynr{
	display: none;
}
.footer-mp .footer-yqlj .yqlj-zynr li{
	width: 100%;
	border-top: 2px solid #505050;
}
.footer-mp .footer-yqlj .yqlj-zynr a{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #9a9a9a;
	line-height: 80px;
	background: url(../images/footer-mp-tp03.png) no-repeat right 3px center;
}
/* mp端底部-微信链接-网站备案 */
.footer-mp .footer-wxlj{
	width: 100%;
	padding: 40px;
	border-top: 2px solid #505050;
	border-bottom: 2px solid #505050;
	box-sizing: border-box;
}
.footer-mp .footer-wxlj img{
	width: 80px;
}
.footer-mp .footer-wzba{
	width: 100%;
	text-align: center;
	padding: 60px 40px 80px;
	box-sizing: border-box;
}
.footer-mp .footer-wzba p{
	font-size: 20px;
	color: #777;
	line-height: 38px;
}
/* 侧边资讯栏 */
.jjswz-cbzxl{
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 999;
	width: 50px;
}
.jjswz-cbzxl .list{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #424242;
	margin-bottom: 5px;
	cursor: pointer;
}
.jjswz-cbzxl .list .nr{
	text-align: center;
}
.jjswz-cbzxl .list .nr p{
	font-size: 12px;
	color: #fff;
	margin-top: 4px;
}
.jjswz-cbzxl .fhdb{
	height: 54px;
	background-color: #111;
	transition: all ease 0.2s;
}
.jjswz-cbzxl .fhdb:hover{
	background-color: #16accc;
	transition: all ease 0.2s;
}
.jjswz-cbzxl .list .qqhm,
.jjswz-cbzxl .list .dhhm{
	visibility: hidden;
	position: absolute;
	width: 150px;
	height: 50px;
	padding-left: 15px;
	background-color: #16accc;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-sizing: border-box;
}
.jjswz-cbzxl .list .qqhm{
	top: 0;
	right: -100px;
	transition: all ease 0.4s;
}
.jjswz-cbzxl .list .dhhm{
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: -154px;
	height: 80px;
	transition: all ease 0.2s;
}
.jjswz-cbzxl .list .dhhm .nr{
	height: 60px;
	box-sizing: border-box;
}
.jjswz-cbzxl .list:hover .qqhm{
	visibility: visible;
	right: 0;
	transition: all ease 0.4s;
}
.jjswz-cbzxl .list:hover .dhhm{
	visibility: visible;
	left: -160px;
	transition: all ease 0.4s;
}
.jjswz-cbzxl .list .qqhm p{
	padding-left: 35px;
	font-size: 18px;
	color: #fff;
	line-height: 27px;
	background: url(../images/jjswz-cbzxl-tp02.png) no-repeat 0 center;
}
.jjswz-cbzxl .list .dhhm p{
	padding-left: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
	/* background: url(../images/jjswz-cbzxl-tp03.png) no-repeat 0 center; */
}
.jjswz-cbzxl .wx .ewm{
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: -145px;
	width: 145px;
	padding: 8px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px #c2c3c4;
	transition: all ease 0.1s;
}
.jjswz-cbzxl .wx .ewm img{
	width: 100%;
}
.jjswz-cbzxl .wx:hover .ewm{
	visibility: visible;
	left: -160px;
	transition: all ease 0.3s;
}