@media screen and (max-width: 1100px){
	.w1600{
		width: 96%;
	}
	.w1400{
		width: 96%;
	}
	.index-search{
	    height: 40px;
    	margin-top: -20px;
	}
	.all-fixed{
		display: none;
	}
.news-show-right{ display:none;}
.news-show-left1{float:left;width:100%;}

.index-banner {
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-pagination {
	bottom: 20px  !important;
}
 
.head .logo{
	float: left;
	left: 0%;
	margin-left: 0px;
	height: 50px;
}
.head .logo .logo-img img{
	float: left;
	 height: 30px;margin-top:30px;margin-left:10px;
}
.index-title{
	text-align: center;
}
.index-title h3{
	font-size: 24px;
	color: #8f2b2b;
	width: auto;
	margin: 0 auto;
	line-height: 1;
	width: 100%;
	font-weight: bold;
	position: relative;
}
.index-title h3 span{
	margin: 0 auto;
	position: relative;
	min-width: 240px;
}
.index-title h3 span:before,
.index-title h3 span:after{
	content: '';
	width: 31px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	background: no-repeat center;
}
.index-title h3 span:before{
	background-image: url(img/index-title-icon-left.png);
	left:-50px;
}
.index-title h3 span:after{
	background-image: url(img/index-title-icon-right.png);
	right: -50px;
}
.index-title .js{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}
.index-search  {
	 display:none;
}
.index-product {
	padding-top: 40px;
	margin-bottom: 96px;
}
.index-product .nav,
.index-news .nav{
	text-align: center;
	margin-top: 10px;
}
.index-product .nav li,
.index-news .nav li{
	transition: .3s;
	margin: 5px;
}
.index-product .nav li a,
.index-news .nav li a{
	font-size: 12px;
	color: #8f2b2b;
	width: 100px;
	border:1px solid #8f2b2b;
	height: 30px;
	border-radius:15px;
	background: #fff;
	line-height: 30px;
	
}
.index-product .nav li.active a,
.index-news .nav li.active a{
	background: #8f2b2b;
	color:#fff;
}
.index-product .main{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.index-product .main .content{ 
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .3s;
}
.index-product .main .content.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.index-product .main .content li{
	float: left;
	width: 49%;
	height: auto;
	display: block;
	margin-right: 2%;
}
.index-product .main .content li:nth-child(2n){
	margin-right: 0px;
}
.index-product .main .content li:nth-child(3){
	margin-right: 2%;
}
.index-product .main .content li .img{
	width: 100%;
	padding-bottom:76%;
	overflow:hidden;position: relative;height:auto;

}
.index-product .main .content li .img img{width: 100%;height: 100%; position: absolute;top: 0;left: 0;}
 
.index-product .main .content li h4{
	margin-top: 0px;line-height:40px;
	font-size: 13px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-product .main .content li:hover h4{
	color: #8f2b2b;
}
.index-product .link{
	width: 120px;
	height: 36px;
	font-size: 14px;
	color: #333;
	border: 2px solid #0c0306;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	margin: 10px auto;
	display: block;
	position: relative;
}
.index-product .link:hover{
	border-color: #8f2b2b;
	color: #fff;
}
.index-case{
	background: #2f2f2f;
	width: 100%;
	height:200;
	box-sizing: border-box;
	padding-top: 60px;
	margin-bottom: 215px;
}
.index-title2 h3,
.index-title2 .js{
	color: #fff;
}
.index-title2 h3 span:before{
	background-image: url(img/index-title-icon-left-f.png);
}
.index-title2 h3 span:after{
	background-image: url(img/index-title-icon-right-f.png);
}
.index-case .main{ 
	background: #8f2b2b;
	height:331px;
	margin-top: 20px;
	width: 100%;
}
.index-case-nav{
	width: 100%;
	height: auto;
	background: #8f2b2b;
	float: left;
}
.index-case-nav .nav-main{
	width: 98%;
	margin:10px 1%;
}
.index-case-nav .nav-main li{
	width: 49%;
	height: 30px;
	margin-bottom: 5px;
}
.index-case-nav .nav-main li a{
	width: 100%;
	height: 100%;
	line-height: 30px; 
	color: #fff;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 0px;
	border-radius: 15px;
}
.index-case-nav .nav-main li.active a{
	color: #8f2b2b;
	background: #fff;
}
.index-case-main{
	width:100%;
	height:100%;
	float:left;
	background: #fff;
	overflow: hidden;
	position: relative;	
}
.index-case-main .content{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.index-case-main .content.active{
	opacity: 1;
	visibility: visible;
}
.index-case-main .content .bd li .txt{
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.index-case-main .content.active .bd li .txt{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.index-case-main .content .bd {
	height: 100%;
}
.index-case-main .content .bd li{
	width: 100%; height:100%;
	display: block;
	float: left;
	overflow: hidden;
}
.index-case-main .content .bd li .img{
	width:100%; display:none;
	float: left;
}
.index-case-main .content .bd li .img:hover img{
	transform: scale(1.05);
}
.index-case-main .content .bd li .txt{
	width: 100%;
	height: 100%;
	background:#ddd;
	float: left;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	transition: .3s;
}
.index-case-main .content .bd li .txt h4{
	color: #333;
	font-size: 24px;
}
.index-case-main .content .bd li .txt .js{
	margin-top: 20px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.index-case-link {
	margin-top: 30px;
}
.index-case-link .zxzx{
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    background: #8f2b2b;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.index-case-link .zxzx:hover{
	background: #8f2b2b;
}
.index-case-main .content .hd{
	display: none;
}
.index-case-main .content .index-case-slide .tab{
	position: absolute;
	bottom: 65px;
	left: 885px;
}
.index-case-main .content .index-case-slide .tab>div{
	width: 37px;
	height: 37px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #8f2b2b no-repeat center;
	transition: .3s;
	float: left;
	margin-right: 8px;
}
.index-case-main .content .index-case-slide .tab>div:hover{
	background-color: #8f2b2b;
}
.index-case-main .content .index-case-slide .tab .prev{
	background-image: url(img/icon-left.png);
}
.index-case-main .content .index-case-slide .tab .next{
	background-image: url(img/icon-right.png);
}
.index-service{
	padding-top:5px;
	padding-bottom: 45px;
}
.index-service .main,
.service-jzdz .main{
	margin-top:30px;
	overflow: hidden;
}
 
.index-service .lxfs{
	text-align: center;
	margin-top: 50px;
}
.index-service .lxfs .zxdz{
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 180px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	background: #8f2b2b;
	display: inline-block;
	z-index: 2;
	left: 30px;display:none;
}
.index-service .lxfs .dzzx{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 480px;
	height: 56px;
	display: inline-block;
	line-height: 54px;
	border: 2px solid #0c0306;
	border-radius: 30px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 108px;
	background: url(img/index-service-icon-tel.png) no-repeat 60px center;
	vertical-align: top;
}

.index-service2{
	background: #ececec;
	padding-top: 40px;
	padding-bottom: 40px;
}
.index-service2 .main{
	margin-top: 30px;
}
.index-service2 .main .content{
	width: 100%;
}
.index-service2 .main .content1,
.index-service2 .main .content1 .txt{
	height: auto; 
}
.index-service2 .main .content2{
	height: auto;
}
.index-service2 .main .content .img,
.index-service2 .main .content .txt{
	width: 100%;
	float: left;
	height: 100%; 
} 
.index-service2 .main .content2 .img{
	float: right;
	height: auto;
}
.index-service2 .main .content .img {
	overflow: hidden;
}
.index-service2 .main .content .img:hover img{
	transform: scale(1.05);
}
.index-service2 .main .content .txt{
	background: #fff;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1;
}
.index-service2 .main .content .txt h4{
	font-size: 30px;
	color: #8f2b2b;
}
.index-service2 .main .content .txt .jj{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.index-service2 .main .content1 .jj{
	margin-top: 20px;
}
.index-service2 .main .content1 .txt{height:711px;}
.index-service2 .main .content1 .txt-main1 {
	padding-bottom: 40px;
	border-bottom: 3px solid #ccc;
}
.index-service2 .main .content1 .txt-main2{
	padding-top: 70px;
}
.index-service2 .main .content2 .img{
	top: 0px;
}
.index-service2 .main .content2 .txt h4{
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.index-service2 .main .content2 .txt .txt-main{
	margin-top: 35px;
	padding-bottom: 20px;
}
.index-service2 .main .content2 .txt .txt-main .t{
	font-size: 18px;
	color: #fff;
	width: 120px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 30px;
	background: #8f2b2b;
}
.index-service2 .main .content2 .txt .txt-main .jj{
	margin-top: 20px;
}

.index-about{
	padding-top: 40px;padding-bottom:40px;
	height: auto;
	background: url(../img/abg.png) no-repeat;
	background-size: auto 100%;
}
.index-about .main{
	margin-top: 30px;
	width: 100%;
	height: auto;
}
.index-about .main .img,
.index-about .main .txt{
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
}
.index-about .main .img:hover img{
	transform: scale(1.05);
}
.index-about .main .txt{
	background: rgba(255,255,255,0.74);
	box-sizing: border-box;
	padding-left: 94px;
	padding-top: 40px;
}
.index-about .main .txt .logo {
	vertical-align: bottom;
	line-height:50px;font-size:24px;color:#8f2b2b;
}
.index-about .main .txt .js{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.index-about .main .txt .link{
	font-size: 14px;
	color: #fff;
	width: 214px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	background: #8f2b2b;
	margin-top: 30px;
}
.index-about .main .txt .link:hover{
	background: #8f2b2b;
	color: #fff;
}


.index-news{
	padding-top: 40px;
	padding-bottom: 45px;
}
.index-news .main{
	margin-top: 30px;
	width: 100%;
	height: 630px;
	position: relative;
}
.index-news .main .del-txt{
	width: 100%;
	height: 100%;
	float: left;
}
.index-news .main .del-tw{
	width: 100%;
	height: 100%;
	float: left;display:none;
}
.index-news .main .del-txt li{
	width: 100%;
	height: 135px;
	vertical-align: middle;
	border: none;
}
.index-news .main .del-txt li~li{
	margin-top: 30px;
}
.index-news .main .del-txt li .time{
	width: 100px;
	height: 100%;
	background: #8f2b2b;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 30px;
	line-height: 1;
	float: left;
	transition: .3s;
}
.index-news .main .del-txt li .time .day{
	font-size: 36px;
}
.index-news .main .del-txt li .time .year{
	font-size: 16px;
	margin-top: 20px;
}
.index-news .main .del-txt li .txt{
	width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px); width:calc(100% - 120px);
	height: 100%;
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
	padding-top: 27px;
}
.index-news .main .del-txt li .txt h4{
	color: #333;
	font-size: 18px;
	transition: .3s;
}
.index-news .main .del-txt li .txt .jj{
	margin-top: 15px;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.index-news .main .del-txt li:hover .time{
	background: #8f2b2b;
}
.index-news .main .del-txt li:hover h4{
	color: #8f2b2b;
}
.index-news .main .del-tw{
	box-sizing: border-box;
	padding-left: 80px;
}
.index-news .main .del-tw .txt .txt-main {
	width: 503px;
	float: left;
	line-height: 1;
	padding-top: 35px;
	overflow: hidden;
}
.index-news .main .del-tw .txt .txt-main h4{
	color: #333;
	font-size: 18px;
	transition: .3s;
}
.index-news .main .del-tw .txt .txt-main .jj{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.index-news .main .del-tw .img{
	height: 480px;
	width: 100%;
	overflow: hidden;
}
.index-news .main .del-tw .img:hover img{
	transform: scale(1.05);
}
.index-news .main .del-tw:hover .txt .txt-main h4{
	color: #8f2b2b;
}
.index-news .main .del-tw .txt .txt-link{
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 120px;
	height: 39px;
	line-height: 39px;
	border-radius: 30px;
	float: right;
	margin-top: 65px;
	background: #8f2b2b;
}
.index-news .main .content{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .3s;
}
.index-news .main .content.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 2;
}

.foot{
	background: #2f2f2f;
	
}
.foot .content1 {
	height:auto;
	border: 1px solid rgba(255,255,255,0.1);
}
.foot .content1 .main1{
	 float: left; display:none;
}
 
.foot .content1 .main2{
	float: left;
	box-sizing: border-box;
	padding-top: 56px;
	width: 100%;
}
.foot .content1 .main2 .tel {
	overflow: hidden;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 24px;
}
.foot .content1 .main2 .tel .icon{
	float: left;
	padding-top: 3px;
}
.foot .content1 .main2 .tel .txt{
	float: left;
	color: #fff;
	line-height: 1s;
}
.foot .content1 .main2 .tel .txt .t{
	font-size: 16px;
}
.foot .content1 .main2 .tel .txt .num{
	font-size: 36px;
	font-weight: 300;
}
.foot .content1 .main2 .other{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.foot .content1 .main2 .other p{
	margin-bottom: 8px;
}
.foot .content2{
	height: 75px;
	margin-top: 10px;
	color: #6c7683;
	box-sizing: border-box;
	padding-top: 28px;
	font-size: 12px;
}
.foot .content2 a{
	color: #6c7683;
}
.foot .content2 a:hover{
	color: #fff;
}
.com-width {
    width: 100%;
    margin: 0 auto;
}

.second-nav{
	height: 80px;
	margin-top: 0px;
	position: relative;
	z-index: 4; display:none;
}
.news{
	padding-top: 55px;
	padding-bottom:60px;
	background: #ececec;
}
.news .main li{
	width:48%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
}
.news .main li:nth-child(3n){
	margin-right: 1%;
	margin-left: 1%;
}
.news .main li .img{
	width: 100%;
	 padding-bottom: 66%;width: 100%;position: relative;
	background: #e9e9e9;
	text-align: center; 
	overflow: hidden;
}
.news .main li .img img{ width: 100%;height: 100%; position: absolute;top: 0;left: 0; }
.news .main li:hover .img img{
	transform: scale(1.05);
}
.news .main li .txt{
	box-sizing: border-box;
	padding: 25px 30px;
	position: relative;
}
.news .main li .txt h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	transition: .3s;
}
.news .main li:hover .txt h4{
	color: #8f2b2b;
}
.news .main li .txt .jj{
	line-height: 24px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	height: 72px;
}
.news .main li .txt .time{
	width: 160px;
	height: 30px;
	background: #fff url(img/news-icon-time.png) no-repeat 28px 15px;
	padding-left: 47px;
	position: absolute;
	left: 0;
	top: -30px;
	font-size: 14px;
	color: #999;
	padding-top: 11px;
	font-weight: bold;
}

.product .main{
	margin-top: 70px;
	width:100%;
}
.product .main li{
	float: left;
	width: 48%;
	height: 100%;
	display: block;
	margin-right: 1%;margin-left: 1%;
	text-align: center;
}
.product .main li:nth-child(3n){
	margin-right: 1%;margin-left: 1%;
}
.product .main li .img{ padding-bottom: 76%;width: 100%;position: relative; }
.product .main li .img img{width: 100%;height: 100%; position: absolute;top: 0;left: 0; }
.product .main li:hover .img img{
	transform: scale(1.05);
}
.product .main li h4{
	font-size: 14px;
	color: #333;
	line-height: 75px;
}
.product .main li:hover h4{
	color: #8f2b2b;
}

.pro-del-main1{
	padding-top: 52px;
	padding-bottom: 51px;
	background: #e5e5e5;
}
.pro-del-main1 .main{
	height: auto;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-top: 0;
	padding-left: 0;
}
.pro-del-main1 .main .img{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden; 
	text-align:center; 
}
.pro-del-main1 .main .img img{width:auto;height:auto;margin:0 auto;}

.pro-del-main1 .main .txt{
	width: 100%;
	height: 477px;
	float: left;
	box-sizing: border-box;
	padding-top: 32px;
	text-align: left;
	margin-right: 0;
}
.pro_list ul li {
  width: 48%;
  padding:0;
  margin-right: 1%;margin-left: 1%;
  margin-bottom: 28px;
  float: left; 
}
.pro_list ul li a{width:100%;}
.pro_list ul li a .img_wap { 
  padding-bottom: 75%;width:100%;position: relative;background:#ccc;
}
.pro_list ul li a .img_wap img{width: 100%;height: 100%; position: absolute;top: 0;left: 0; }

.pro_list ul li a span {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height:40px;
}
.pro_list ul li:nth-child(4){ margin-right: 1%;margin-left: 1%;}


.case{
	padding-top: 50px;
	background: #f0f0f0;
	padding-bottom: 155px;
}
.case .main li{
	width: 100%;
	height: auto;
	background: #fff;
	display: block;
	margin-bottom: 20px;
}
.case .main li .img{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.case .main li .txt{
	width:100%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}
.case .main li .txt h4{
	font-size: 30px;
	color: #000;
}
.case .main li .txt .js{
	margin-top: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	height: 150px;
}
.case .main li .txt .link{
	
}
.case .main li .txt .link a{
	width: 160px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 30px;
	background: #8f2b2b;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.case .main li:nth-child(2n) .img{
	float: right;
}
.case .main li .img:hover img{
	transform: scale(1.05);
}

.index-service .lxfs .dzzx{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	width: 300px;
	height: 56px;
	display: inline-block;
	line-height: 54px;
	border: 2px solid #0c0306;
	border-radius: 30px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 0;
	background: none;
	vertical-align: top;
}

 }