/************ 首页banner **********/
.index-banner-area{
	position: relative;
}

.index-banner-area .home-banner{
	position: relative;
	height: calc(100vh - 103px);
	background: #f0f0f0;
}

.home-banner .swiper-banner{
	height: calc(100% - 100px);
	position: relative;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: visible;
}

.home-banner .swiper-banner .swiper-banner-box{
	height: 100%;
	overflow: hidden;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide{
	background: none;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .text{
	text-align: center;
	color: #000;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .text .big-text{
	font-size: 80px;
	line-height: 150px;
	font-weight: bold;
	position: relative;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .text .big-text:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 160px;
	height: 5px;
	background: #cc121d;
	margin-left: -80px;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .text .small-text{
	font-size: 24px;
	line-height: 2;
	padding-top: 20px;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .text .small-text p:first-child{
	font-size: 30px;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .img{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 83%;
	margin-left: -41.5%;
	font-size: 0;
	z-index: 0;
}

.home-banner .swiper-banner .swiper-banner-box .swiper-slide .slide-content .img img{
	width: auto;
	max-width: 100%;
}

.home-banner .swiper-button-next,.home-banner  .swiper-container-rtl .swiper-button-prev{
	right: 40px;
	bottom: 40px;
	top: auto;
	margin-top: 0;
	width: 70px;
	height: 50px;
	background-color: #000;
	background-size: 15px 27px;
}

.home-banner .swiper-button-prev,.home-banner .swiper-container-rtl .swiper-button-next{
	left: auto;
	right: 110px;
	bottom: 40px;
	top: auto;
	margin-top: 0;
	width: 70px;
	height: 50px;
	background-color: #000;
	background-size: 15px 27px;
}


.home-banner .banner-footer{
	height: 100px;
	position: relative;
	z-index: 1;
}


.home-banner .banner-footer .swiper-pagination{
	left: 0;
	top: 0;
	height: 100px;
	line-height: 100px;
	max-width: 50%;
	padding-left: 50px;
}

.home-banner .banner-footer .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.home-banner .banner-footer .swiper-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0;
}

.home-banner .banner-footer .swiper-pagination .swiper-pagination-bullet-active{
	background: none;
	border:1px #cc121d solid;
}


.home-banner .banner-footer .banner-zhishi{
	width: 30px;
	height: 50px;
	font-size: 0;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -25px;
}

.home-banner .banner-footer .banner-zhishi img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.home-banner .banner-footer .banner-footer-info{
	font-size: 0;
}

.home-banner .banner-footer .banner-footer-info .info-text{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-right: 40px;
	padding-top: 15px;
}

.home-banner .banner-footer .banner-footer-info .info-text .tel{
	color: #525252;
	font-size: 24px;
	line-height: 2;
}

.home-banner .banner-footer .banner-footer-info .info-text .copyright{
	color: #525252;
	font-size: 15px;
}

.home-banner .banner-footer .banner-footer-info .info-text .copyright a{
	color: #525252;
	display: inline-block;
	padding-left: 10px;
}

.home-banner .banner-footer .banner-footer-info .info-icon{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 100px;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon .icon-img{
	width: 100%;
	height: 100%;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon .icon-img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon .icon-qr{
	width: 110px;
	height: 110px;
	line-height: 106px;
	position: absolute;
	left: 50%;
	top: -110px;
	margin-left: -55px;
	border: 2px #fff solid;
	display: none;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon .icon-qr img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.home-banner .banner-footer .banner-footer-info .info-icon .icon:hover .icon-qr{
	display: block;
}

/************* 首页简介 ***********/
.index-about{
	background: url(../images/index-about-bg-1.png) no-repeat left 150px;
	padding: 9.375% 8.8%;
}

.index-about .about-text{
	width: 39.873%;
}

.index-about .about-text .text{
	background: url(../images/index-about-bg-2.png) no-repeat center center;
	height: 0;
	padding-bottom: 65%;
	position: relative;
}

.index-about .about-text .text .title{
	color: #000;
	font-size: 40px;
	line-height: 2;
	padding: 0 36px 0 18px;
	margin-bottom: 20px;
}

.index-about .about-text .text .neirong{
	color: #666;
	font-size: 15px;
	padding: 0 36px 0 18px;
	line-height: 36px;
}

.index-about .about-text .text .more{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #cc121d;
	width: 120px;
	height: 120px;
	text-align: center;
}

.index-about .about-text .text .more .link{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 2;
	font-weight: bold;
	padding-top: 30px;
}

.index-about .about-text .img{
	font-size: 0;
}

.index-about .about-text .img img{
	width: 100%;
}

.index-about  .about-icons{
	width: calc(100% - 39.873%);
}

.index-about  .about-icons .img-box{
	font-size: 0;
	position: relative;
}

.index-about  .about-icons .img-box .img{
	position: relative;
	z-index: 0;
	height: 0;
	padding-bottom: 42.9%;
	overflow: hidden;
}

.index-about  .about-icons .img-box .img img{
	width: 100%;
}

.index-about  .about-icons .img-box .info{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.index-about  .about-icons .img-box .info .info-item{
	background: #fff;
	border-left: 1px #e0e0e0 solid;
	width: 201px;
	height: 120px;
	text-align: center;
}

.index-about  .about-icons .img-box .info .info-item:first-child{
	border: none;
	width: 200px;
}

.index-about  .about-icons .img-box .info .info-item .num{
	color: #cc121d;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.6;
}

.index-about  .about-icons .img-box .info .info-item .wenzi{
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

.index-about  .about-icons .icon-box{
	
}

.index-about  .about-icons .icon-box .icon{
	text-align: center;
	padding-top: 9%;
}

.index-about  .about-icons .icon-box .icon .img{
	font-size: 0;
	height: 93px;
}

.index-about  .about-icons .icon-box .icon .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}


.index-about  .about-icons .icon-box .icon .wenzi{
	color: #000;
	font-size: 24px;
	line-height: 2;
	font-weight: lighter;
}

/********** 首页案例 ***********/
.index-case{
	background: #f0f0f0;
	padding:  4.6875% 3.125%;
}

.index-case .tab-menu{
	font-size: 0;
	line-height: 80px;
	margin-bottom: 20px;
}

.index-case .tab-menu .lm-name{
	width: 320px;
	line-height: 60px;
	background: #000;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 50px;
	color: #fff;
}

.index-case .tab-menu .tab-title{
	line-height: 80px;
	vertical-align: top;
}

.index-case .tab-menu .tab-title .tab-item{
	width: 160px;
	height: 60px;
	line-height: 58px;
	border: 1px #b4b4b4 solid;
	border-left:none;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.index-case .tab-menu .tab-title .tab-item.selected,
.index-case .tab-menu .tab-title .tab-item:hover{
	line-height: 78px;
	height: 80px;
	background: #cc121d;
	color: #fff;
	border-color:#cc121d;
}

.index-case .tab-box{
	
}

.index-case .tab-box .tabbox-container{
	display: none;
}

.index-case .tab-box .tabbox-container .case-list{
	font-size: 0;
}

.index-case .tab-box .tabbox-container .case-list .list-item{
	width: 33%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.index-case .tab-box .tabbox-container .case-list .list-item .link{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background: none;
	transition: all .4s ease;
}

.index-case .tab-box .tabbox-container .case-list .list-item .link .case-name{
	position: absolute;
	left: 0;
	top: -100px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px;
	transition: all .4s ease
}
.index-case .tab-box .tabbox-container .case-list .list-item .link .case-info{
	position: absolute;
	left: 0;
	bottom: -100px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px;
	transition: all .4s ease;
}

.index-case .tab-box .tabbox-container .case-list .list-item .link .case-info .info-title{
	font-style: normal;
	display: block;
	font-size: 20px;
}

.index-case .tab-box .tabbox-container .case-list .list-item .link .case-info .info-detail{
	font-style: normal;
	display: block;
}

.index-case .tab-box .tabbox-container .case-list .list-item .img{
	height: 0;
	width: 100%;
	padding-bottom: 83.333%;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all .4s ease
}

.index-case .tab-box .tabbox-container .case-list .list-item:hover .link{
	background: rgba(0,0,0,.5)
}

.index-case .tab-box .tabbox-container .case-list .list-item:hover .img{
	transform: scale(1.2);
}

.index-case .tab-box .tabbox-container .case-list .list-item:hover .link .case-name{
	top: 0;
}

.index-case .tab-box .tabbox-container .case-list .list-item:hover .link .case-info{
	bottom: 0;
}

/********** 首页新闻  **********/
.index-news{
	padding: 4.1666% 8.333%;
}

.index-news .slide-content{
	
}

.index-news .slide-content .lm-title{
	padding-left: 100px;
	border-bottom: 1px #000 solid;
	text-align: left;
	font-size: 18px;
	line-height: 2;
}

.index-news .slide-content .news{
	
}

.index-news .slide-content .news .date{
	width: 100px;
	padding-top: 25px;
	text-align: left
}

.index-news .slide-content .news .date .month{
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
}

.index-news .slide-content .news .date .year{
	font-size: 20px;
	background: url(../images/index-news-icon-1.png) no-repeat center left;
	line-height: 2;
	padding-left: 25px;
	font-weight: lighter;
}

.index-news .slide-content .news .date .time{
	font-size: 20px;
	background: url(../images/index-news-icon-2.png) no-repeat center left;
	line-height: 2;
	padding-left: 25px;
	font-weight: lighter;
}

.index-news .slide-content .news .news-item{
	width: 370px;
}
.index-news .slide-content .news .news-item .img{
	width: 100%;
	height: 250px;
	font-size: 0;
	margin-bottom: 20px;
}

.index-news .slide-content .news .news-item .img .link{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-news .slide-content .news .news-item .img .link img{
	width: 100%;
}

.index-news .slide-content .news .news-item .text{
	text-align: left
}

.index-news .slide-content .news .news-item .text .link{
	/*font-size: 26px;*/
font-size:22px;
	line-height: 2;
	color: #000;
	font-weight: lighter
}

.index-news .swiper-pagination,
.index-news .swiper-button-prev,
.index-news .swiper-button-next{
	display: none;
}

/******** 首页友情链接 ********/
.index-friendlink{
	border-top: 1px #000 solid;
}

.index-friendlink .slide-content{
	height: 120px;
	font-size: 0;
	line-height: 80px;
	padding: 20px;
}

.index-friendlink .slide-content img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-friendlink .swiper-pagination,
.index-friendlink .swiper-button-prev,
.index-friendlink .swiper-button-next{
	display: none;
}

.index-friendlink .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}