.header{
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	height: 80px;
	position: fixed;
	z-index: 999;
	top: 0;
	max-width: 1920px;
}
.logo{
	padding: 9px 0 10px 0px;
}
.logo img{
	height: 61px;
}
.navigation li{
	float: left;
	font-size: 16px;
	line-height: 80px;
	padding: 0 28px;
	position: relative;
	text-align: center;
	z-index: 9999;
}
.navigation li.active,
.navigation li:hover{
	background: #e6e6e6
}
.navigation li.active>a,
.navigation li:hover>a{
	color: #da2d24;
	font-weight: bold;
}
.navigation li a{
	color: #FFFFFF;
}
.navigation li a.pc-nav-a{
	display: block;
}
.navigation li:first-child:hover::after,
.navigation li:first-child.active::after{
	width: 48px;
	margin-left: -24px;
}
.navigation li .dropmenu{
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
}
.navigation li .dropmenu .second-nav{
	color: #FFFFFF;
	display: block;
	line-height:42px;
}
.navigation li .dropmenu .second-nav:hover{
	color: #c62f26;
}
.navigation li .dropmenu .second-nav:last-child{
	margin-right: 0;
}/* 
.navigation li:nth-of-type(4) .dropmenu{
	width:1920px;
	left: -840px;
}
.navigation li:nth-of-type(4) .dropmenu .product-wrap{
	width: 1360px;
	margin: 0 auto;
}
.navigation li:nth-of-type(4) .dropmenu .second-nav{
	float: left;
	width: 170px;
	text-align: left;
	line-height: 50px;
}
.navigation li:nth-of-type(4) .dropmenu-product a{
	display: block;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 14px;
}
.navigation li:nth-of-type(4) .dropmenu-product a:hover{
	color: #c62f26;
} */
.navigation li:nth-of-type(4) .dropmenu{
	width: 300px;
	padding: 0 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navigation li:nth-of-type(5) .dropmenu{
	width: 500px;
	padding: 0 20px;
}
.navigation li:nth-of-type(4) .dropmenu a,
.navigation li:nth-of-type(5) .dropmenu a{
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	line-height: 40px;
}
.navigation li:nth-of-type(4) .dropmenu a:nth-of-type(2n),
.navigation li:nth-of-type(5) .dropmenu a:nth-of-type(2n){
	float: right;
}
.header-scroll{
	background-color: #FFFFFF;
}
.header-scroll .navigation li a{
	color: #333;
}
.header-scroll .navigation li:hover,
.header-scroll .navigation li.active{
	background-color: transparent;
}
.header-scroll .navigation li:hover a, 
.header-scroll .navigation li.active a {
	color: #c62f26;
}
.header-scroll .navigation li .dropmenu{
	background-color: #FFFFFF;
}
.header-scroll .navigation li .dropmenu a{
	color: #333333;
}
.banner{
	width: 100%;
	height: 100%;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-slide .text{
	position: absolute;
	left: 0;
	top:40%;
	right:0;
	bottom: 0
	z-index: 111;
	color:#FFFFFF;
	font-weight:bold
}
.banner .swiper-slide .text3{
	top:25%!important;
}
.banner .swiper-slide .text .title{
	font-size: 56px;
}
.banner .swiper-slide .text .subtitle{
	font-size: 32px;
	margin-top: 20px
}
.banner .swiper-slide3 .text{
	top: 570px
}
.banner .swiper-slide3_ .text{
	top: 490px;
}
.banner .swiper-slide3_2 .text{
	top: 250px
}
.banner .swiper-slide3_2 .text .title,
.banner .swiper-slide3_ .text .title{
	font-size: 58px;
}
.banner .swiper-slide2 .text{
	top: 270px
}
.index-about{
	padding-top: 110px;
}
.index-about-left{
	width: 606px;
	padding-top: 45px;
}
.index-about-title .cn{
	font-size: 24px;
}
.index-about-title .en{
	font-size: 14px;
	color: #c62f26;
}
.index-about-text{
	font-size: 14px;
	line-height: 30px;
	padding-top: 35px;
}
.index-about-text p{
	text-indent: 28px
}
.index-about-more{
	display: block;
	width: 92px;
	height: 26px;
	background-color: #c62f26;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
	margin-top: 36px;
}
.index-about-right{
	position: relative;
	width: 560px;
	height: 410px;
	overflow:hidden;
}
.index-about-right .img img{
	width: 521px;
	height: 379px;
	position: absolute;
	z-index: 2;
	transition: all 0.5s;
}
.index-about-right .img img:hover{
	transform: scale(1.1);
}
.index-about-line{
	position: absolute;
	right: 0;
	top: 30px;
	width: 540px;
	height: 380px;
	border: 3px solid #c5d8ea;
	z-index: 1;
}
.index-solution{
	background: url(../images/solution-bg.jpg) no-repeat center;
	padding: 60px 0;
	margin-top: 110px;
}
.index-solution .index-about-title{
	text-align: center;
}
.index-about-content{
	padding-top: 50px;
}
.index-about-content .tabs{
	width: 230px;
	height: 448px;
	overflow: hidden;
}
.index-about-content .tabs a{
	display: block;
	height: 58px;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 58px;
	margin-bottom: 6px;
}
.index-about-content .tabs a.active{
	background-color: #c62f26;
	color: #FFFFFF;
}
.index-about-content .tabs-container{
	width: 954px;
}
.index-about-content .solution-img{
	width: 620px;
	height: 442px;
	border: 2px solid #de8e89;
	padding: 5px 6px;
}
.index-about-content .solution-item{
	background-color: transparent;
	display: block;
}
.index-about-content .solution-img img{
	width: 606px;
	height: 430px;
}
.solution-info{
	width: 302px;
}
.solution-info .title{
	font-size: 18px;
	color: #c62f26;
	text-align: left;
	position: relative;
	line-height: 40px;
}
.solution-info .title::after{
	position: absolute;
	content: '';
	width: 145px;
	height: 3px;
	background-color: #c62f26;
	left: 0;
	bottom: 0;
}
.solution-info .text{
	text-align: left;
	font-size: 14px;
	line-height: 27px;
	padding: 30px 0;
}
.solution-more{
	text-align: left;
	display: block;
	font-size: 14px;
	color: #c62f26;
}
.index-chengguo{
	padding: 86px 0;
	position: relative;
	height: 649px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	max-width: 1920px;
}
.index-chengguo .index-about-title{
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -80px;
}
.index-chengguo .index-about-title .cn{
	color: #FFFFFF;
}
.index-chengguo .index-about-title .en{
	color: #c62f26;
}
.index-chengguo-content{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}
.index-chengguo-content .big-img .img-bg{
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.index-chengguo-content .big-img img{
	height: 649px;
}
.index-chengguo-content .small-img{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -600px;
}
.index-chengguo-content .small-img .swiper-slide{
	height: 136px;
	text-align: center;
	background-color: rgb(255,255,255,0.5);
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
	height: 136px;
	cursor: pointer;
}
.index-chengguo-content .small-img .swiper-slide .title{
	font-size: 16px;
}
.index-chengguo-content .small-img .swiper-slide.swiper-slide-thumb-active{
	background-color: #3670b3;
}
.index-chengguo-content .small-img .swiper-slide.swiper-slide-thumb-active .title{
	color: #FFFFFF;
}
.index-chengguo .swiper-button-prev::after,
.index-chengguo .swiper-button-next::after{
	display: none;
}
.index-news{
	background: url('../images/newsbg.jpg') no-repeat left center;
	padding: 56px 0;
}
.index-news .index-about-title{
	text-align: center;
}
.index-news-content{
	padding-top: 50px;
}
.index-news-content .news-pic{
	width: 528px;
	height: 440px;
	background-color: #FFFFFF;
	padding: 20px;
}
.index-news-content .news-pic img{
	width: 488px;
	height: 282px;
}
.index-news-content .news-pic .info .title{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
.index-news-content .news-pic .info .text{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.index-news-content .news-pic .info .more{
	display: block;
	font-size: 14px;
	color: #c62f26;
	margin-top: 10px;
}
.index-news-content .swiper-pagination{
	text-align: right;
	bottom:0
}
.index-news-list{
	width: 628px;
}
.index-news-list li{
	background-color: #FFFFFF;
	margin-bottom: 14px;
	padding: 16px 22px;
}
.index-news-list li .time{
	width: 52px;
	color: #666666;
}
.index-news-list li .time span{
	display: block;
	text-align: right;
}
.index-news-list li .time span.day{
	font-size: 26px;
}
.index-news-list li .time span.year{
	font-size: 13px;
}
.index-news-list li .info{
	width: 516px;
	border-left: 1px solid #999999;
	padding-left: 20px;
}
.index-news-list li .info .title{
	font-size: 16px;
	line-height: 28px;
}
.index-news-list li .info .text{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.index-news-list li:hover{
	background-color: #c62f26;
}
.index-news-list li:hover .time{
	color: #FFFFFF;
}
.index-news-list li:hover .info .title a{
	color: #FFFFFF;
}
.index-news-list li:hover .info .text{
	color: #FFFFFF;
}
.index-zeren{
	background: url(../images/zerenbg.jpg) no-repeat center;
	padding: 55px 0;
	position: relative;
}
.index-zeren .index-about-title{
	text-align: center;
}
.index-zeren .index-zeren-content{
	padding-top: 50px;
}
.index-zeren .index-zeren-content .swiper-slide img{
	width: 580px;
	height: 400px;
}
.index-zeren .swiper-button-prev {
	left: 44px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	top: 45%;
}
.index-zeren .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
.index-zeren .swiper-button-next {
	right: 44px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	top: 45%;
}
.index-zeren .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%;
}
.index-zeren .swiper-button-prev:after, 
.index-zeren .swiper-button-next:after{
	display: none;
}
.index-anli{
	background: url(../images/anlibg.jpg) no-repeat center;
	padding: 80px 0;
} 
.index-anli .index-about-title{
	text-align: center;
}
.index-anli-list{
	margin-top: 50px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	background: #FFFFFF
}
.index-anli-list li{
	width: 25%;
	border-right: 1px solid #bfbfbf; 
	float: left;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
}
.index-anli-list li img{
	height: 48px;
	transition: all 0.5s;
}
.index-anli-list li:hover img{
	transform: scale(1.1);
}
.index-anli-more{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #c62f26;
	margin-top: 42px;
}
.links{
	background-color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
}
.links a{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin: 0 5px;
}
.footer{
	background-color: #3670b3;
	padding: 10px 0 30px 0;
}
.footer-nav{
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	line-height: 50px;
}
.footer-nav a{
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	padding: 0 10px;
}
.footer-nav a::after{
	position: absolute;
	content: ' ';
	width: 2px;
	height: 17px;
	background-color: #FFFFFF;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.footer-nav a:last-child::after{
	display: none;
}
.footer-copyright{
	text-align: center;
	padding-top: 10px;
}
.footer-copyright .wrap{
	position:relative;
}	
.footer-copyright br{
	display: none;
}
.footer-copyright p{
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
}
.footer-copyright p a{
	color: #FFFFFF;
}
.footer-ewm{
	position: absolute;
	right: 0;
	top: 10px;
}
.footer-ewm img{
	height: 84px;
}

/* 医院概况 */
.about-banner{
	height: 430px;
}
.current-location{
	border-bottom: 2px solid #f2f2f2;
	line-height: 80px;
	font-size: 16px;
}
.current-location .back-home{
	background: url(../images/location.png) left center no-repeat;
	padding-left: 28px;
}
.current-location .second-cate a{
	display: inline-block;
	margin-left: 20px;
}
.current-location .second-cate a.active{
	color: #c62f26;
	border-bottom: 2px solid #c62f26;
}
.current-location .product-cate a{
	line-height: 40px;
	height: 40px;
	float: left;
}
.about-show{
	padding-bottom: 50px;
}
.about-show .shortcut-menu-title{
	color: #333;
	margin: 50px 0;
}
.about-show .shortcut-menu-title::after{
	background-color: #c62f26;
}
.about-show-content{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.about-show-content img{
	max-width: 100%;
}
.shortcut-menu-title{
	text-align: center;
	font-size: 28px;
	color: #ec8846;
	position: relative;
	padding-bottom: 15px;
}
.shortcut-menu-title::after{
	content: ' ';
	width: 38px;
	position: absolute;
	height: 1px;
	background-color: #ec8846;
	left: 50%;
	margin-left: -19px;
	bottom: 0;
}
/* 荣誉 */

.honor-list .honor-item{
	display: block;
	float: left;
	width: 360px;
	margin-right: 60px;
	margin-bottom: 40px;
}
.honor-list .honor-item:nth-of-type(3n){
	margin-right: 0;
}
.honor-list .honor-item .img{
	display: table-cell;
	width: 360px;
	height: 250px;
	vertical-align: middle;
	text-align: center;
	border: 8px solid #e6e6e6;
}
.honor-list .honor-item .img img{
	max-width: 360px;
	max-height: 234px;
}
.honor-list .honor-item .text{
	text-align: center;
	font-size: 16px;
	line-height: 44px;
}
.honor-list .honor-item:hover .text{
	color: #ed9d69;
	font-weight: bold;
}
/* 新闻有图列表 */
.news-pic li{
	border-bottom: 1px dashed #d9d9d9;
	padding: 20px 15px;
}
.news-pic li .img{
	width: 330px;
	height: 180px;
}
.news-pic li .img img{
	width: 330px;
	height: 180px;
}
.news-pic li .info{
	width: 794px;
}
.news-pic li .info .title{
	font-size: 16px;
	line-height: 50px;
}
.news-pic li .info .title span{
	font-size: 14px;
	color: #666666;
}
.news-pic li .info .text{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.news-pic li .info .more{
	float: right;
}
.news-pic li:hover{
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.news-pic li:hover .title a{
	color: #ec8846;
}
/* 详情 */
.news-show .news-show-title{
	text-align: center;
	font-size: 24px;
	padding-top: 50px;
}
.news-show .news-show-time{
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 15px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.news-show .thumb{
	text-align: center;
	margin: 20px 0;
}
.news-show .thumb img{
	max-width: 100%;
}
.news-show .about-show-content{
	padding-top: 20px;
}
.about-contact-company{
	background-color: rgb(241, 241, 241);
	padding: 50px 0;
	text-align: center;
}
.about-contact-company p.tel{
	font-size: 24px;
	font-weight: bold;
	color: #3d7edc;
}
.about-contact-company p.tel img{
	height: 36px;
}
.about-contact-company p.company{
	font-size: 18px;
	color: #434343;
	padding: 30px 0;
}
.about-contact-company p.address br{
	display: none;
}
.about-contact-company p.address,
.about-contact-company p.fax{
	font-size: 14px;
	line-height: 30px;
	color: #5f5f5f;
}
.bumen-title{
	text-align: center;
	line-height: 50px;
	color: #3d7edc;
	font-size: 18px;
	padding-top: 20px;
}
.bumen-item{
	float: left;
	width: 592px;
	background-color: rgb(241, 241, 241);
	margin-right: 15px;
	padding: 0 20px 50px 20px;
	margin-bottom:15px;
	min-height:229px;
}
.bumen-item:nth-of-type(2n){
	margin-right: 0;
}
.bumen-item p{
	font-size: 14px;
	line-height: 28px;
	color: #5f5f5f;
}
.bumen-item p.bumen-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.product-location{
	line-height: 56px;
}
.product-location .second-cate{
	line-height: 50px;
}
.m-menu-btn,
.m-second-cate-btn,
.m-nav-a{
	display: none;
}

@media screen and (min-width: 1900px){
	.index-zeren .swiper-button-prev{
		left: 212px;
	}
	.index-zeren .swiper-button-next{
		right: 212px;
	}
	.banner .swiper-slide3 .text {
		top: 760px;
	}
	.banner .swiper-slide3_ .text {
		top: 670px;
	}
	.banner .swiper-slide3_2 .text{
		top: 320px;
	}	
	.banner .swiper-slide2 .text{
		top: 370px
	}
}

@media screen and (max-width: 750px) {
	.wrap{
		width: 96%;
	}
	.m-second-cate-btn{
		display: block;
	}
	.m-second-cate-btn img{
		height: 40px;
	}
	.header .wrap,
	.index-about-left,
	.index-about-right,
	.index-about-right .img img,
	.index-about-content .tabs-container,
	.index-news-content .news-pic,
	.index-news-list,
	.index-about-content .solution-img,
	.index-about-content .solution-img img,
	.solution-info,
	.index-news-list li .info{
		width: 100%;
	}
	.logo{
		padding-left: 10px;
	}
	.m-menu-btn{
		display: block;
		margin-top: 30px;
		padding-right: 10px;
	}
	.m-menu-btn img{
		height: 20px;
	}
	.navigation{
		border-top: 1px solid #CCCCCC;
		display: none;
		position: absolute;
		top: 80px;
		float: none;
		width: 100%;
		background-color: #FFFFFF;
		overflow-y: scroll;
		height: 800px;
	}
	.navigation li{
		float: none;
		width: 100%;
		padding: 0;
		line-height: 40px;
		text-align: left;
		border-bottom: 1px solid #CCCCCC;
	}
	.navigation li a{
		color: #333333;
	}
	.navigation li:hover::after, 
	.navigation li.active::after,
	.navigation li a.pc-nav-a{
		display: none;
	}
	.navigation li a.m-nav-a{
		display: block;
		padding-left: 10px;
	}
	.navigation li .dropmenu{
		width: 100%!important;
		position: static;
		background: transparent;
	}
	.navigation li .dropmenu .second-nav{
		display: block;
		float: none;
		color: #333;
		padding-left: 20px;
		border-top: 1px solid #CCCCCC;
		font-size: 13px;
		margin-right: 0;
		line-height: 34px;
	}
	.navigation li:nth-of-type(4) .dropmenu,
	.navigation li:nth-of-type(4) .dropmenu .product-wrap{
		width: 100%;
	}
	.navigation li:nth-of-type(4) .dropmenu .second-nav{
		float: none;
		width: 100%;
		line-height: 40px;
		text-align: left;
		padding-left: 0;
	}
	.navigation li:nth-of-type(4) .dropmenu .second-nav p{
		padding-left: 20px;
	}
	.navigation li:nth-of-type(4) .dropmenu-product{
		display: none;
	}
	.navigation li:nth-of-type(4) .dropmenu-product a{
		color: #333333;
		border-top: 1px solid #CCCCCC;
		padding-left: 30px;
	}
	.navigation li:nth-of-type(5) .dropmenu{
		width: 100%;
	}
	.navigation li:nth-of-type(5) .dropmenu a{
		display: block;
		width: 100%;
		float: none;
	}
	.navigation li:nth-of-type(5) .dropmenu a:nth-of-type(2n){
		float: none;
	}
	.header-scroll .navigation li a{
		color: #333;
	}
	.banner{
		/*height: 300px;*/
	}
	.banner .swiper-slide{
		background-size: 250%!important;
	}
	.banner .swiper-slide .text .title{
		font-size: 26px;
	}
	.banner .swiper-slide .text .subtitle{
		font-size: 15px;
		margin-top: 10px
	}
	.banner .swiper-slide2 .text{
		top: 100px;
	}
	.banner .swiper-slide3 .text{
		top: 150px;
	}
	.banner .swiper-slide3 .text .title{
		font-size: 15px
	}
	.index-about{
		padding-top: 0;
	}
	.index-about-title{
		text-align: center;
	}
	.index-about-left{
		padding-top: 20px;
	}
	.index-about-text{
		padding-top: 20px;
	}
	.index-about-more{
		margin: 0 auto;
		margin-top: 20px;
	}
	.index-about-right{
		display: none;
	}
	.index-solution{
		margin-top: 20px;
		padding: 20px 0;
		background: url(../images/solution-bg.jpg) repeat-x center top;
	}
	.index-about-content{
		padding-top: 20px;
	}
	.index-about-content .tabs{
		display: none;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
	.index-about-content .tabs a{
		display: block;
		width: 50%;
		line-height: 42px;
		height: 42px;
	}
	.index-about-content .solution-img,
	.index-about-content .solution-img img{
		height: auto;
	}
	.solution-info .text{
		padding: 20px 0;
	}
	.solution-info .title{
		text-align: center;
	}
	.solution-info .title::after{
		left: 50%;
		margin-left: -77px;
	}
	.index-chengguo{
		padding: 50px 0;
	}
	.index-chengguo-content .small-img{
		left: 1.5%;
		margin-left: 0;
	}
	.solution-more{
		text-align: center;
	}
	.index-news{
		padding: 20px 0 0 0;
		background: url(../images/newsbg.jpg) repeat-y left top;
	}
	.index-news .index-about-title .cn{
		color: #FFFFFF;
	}
	.index-news-content{
		padding-top: 20px;
	}
	.index-news-content .news-pic{
		height: auto;
	}
	.index-news-content .news-pic img{
		width: 100%;
		height: auto;
	}
	.index-news-list{
		margin-top: 14px;
	}
	.index-news-list li .time{
		display: none;
	}
	.index-news-list li .info{
		border-left: 0;
		padding-left: 0;
	}
	.index-zeren{
		padding: 20px 0;
	}
	.index-zeren .index-zeren-content{
		padding-top: 20px;
	}
	.index-zeren .index-zeren-content .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.index-zeren .index-zeren-content .swiper-button-prev{
		left: 10px;
	}
	.index-zeren .swiper-button-next{
		right: 10px;
	}
	.index-anli{
		padding: 20px 0;
	}
	.index-anli-list{
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.index-anli-list li{
		width: 50%;
		height: 80px;
	}
	.index-anli-list li img{
		height: 30px;
	}
	.index-anli-more{
		margin-top: 20px;
	}
	.footer-nav{
		display: none;
	}
	.footer-copyright br{
		display: block;
	}
	
	.current-location{
		line-height: 40px;
		position: relative;
		z-index: 1;
	}
	.m-second-cate-btn{
		display: block;
	}
	.m-second-cate-btn img{
		height: 40px;
	}
	.current-location .second-cate{
		display: none;
		position: absolute;
		top: 42px;
		right: 0;
		width: 100%;
		background-color: #FFFFFF;
		text-align: center;
	}
	.current-location .second-cate a{
		display: block;
		margin-left:0
	}
	.honor-list .honor-item{
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.honor-list .honor-item:nth-of-type(even){
		float: right;
	}
	.honor-list .honor-item .img{
		width: 100%;
		display: table-cell;
		text-align: center;
	}
	.honor-list .honor-item .img img{
		max-width: 100%;
	}
	.honor-list .honor-item .text{
		line-height: 24px;
		height: 48px;
	}
	.news-pic li{
		padding: 20px 0;
	}
	.news-list li a{
		float: left;
		display: inline-block;
		width: 70%;
	}
	.news-pic li .img,
	.news-pic li .img img{
		width: 100%;
		height: auto;
	}
	.news-pic li .info{
		width: 100%;
	}
	.news-pic li .info .title{
		line-height: 28px;
		text-align: justify;
	}
	.news-pic li .info .text{
		text-align: justify;
	}
	.about-show-content img{
		height: auto;
	}
	.current-location .product-cate a{
		float: none;
	}
	.about-show .shortcut-menu-title{
		margin: 15px 0;
	}
	.about-show-content{
		overflow-x: scroll;
	}
	.footer-copyright .wrap{
		width: 100%;
	}
	.footer-copyright .left{
		float: none;
	}
	.footer-ewm{
		float: none;
		margin-top: 10px;
	}
	.about-contact-company{
		padding: 25px 10px;
	}
	.bumen-title{
		font-size: 16px;
	}
	.bumen-item{
		width: 100%;
		margin-bottom: 15px;
	}
	.navigation li:nth-of-type(4) .dropmenu a:nth-of-type(2n), 
	.navigation li:nth-of-type(5) .dropmenu a:nth-of-type(2n){
		float: none;
	}
}
