@charset "utf-8";
/* 首页轮播 */
.i_ban{
	width: 100%;
	height: 663px;
	background: #000000;
	position: relative;
	z-index: 8;
}
.flexslider { position: relative; height: 663px; overflow: hidden; background: url(../img/loading.gif) 50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 663px;}
.slides a{
	width: 100%;
	height: 100%;
	display: block;
}
.flex-control-nav {width: 100%; position: absolute; height: 4px;bottom:30px; z-index: 2;text-align: center;}
.flex-control-nav li { display: inline-block;width: 40px; height: 4px; margin: 0 8px; *display: inline; zoom: 1;}
.flex-control-nav a { 
	display: inline-block; 
	width: 40px; 
	height: 4px; 
	line-height: 60px; 
	background: #515151;
	cursor: pointer;
	overflow: hidden; 
}
.flex-control-nav .flex-active { 
	background: #9f191e;
}

/*首页公共标题*/
.i_tit{
	width: 100%;
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.i_tit:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	left:50%;
	margin-left: -50px;
	top:0;
}
.i_tit h1{
	font-size: 40px;
	line-height: 70px;
}
.i_tit h2{
	font-size: 16px;
}

/*首页产品分类*/
.i_type{
	padding:60px 0;
	overflow: hidden;
}
.i_type ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.i_type li{
	text-align: center;
}
.i_type .t{
	margin-top: 10px;
	font-weight: bolder;
	font-style: italic;
}

/*首页视频*/
.i_video{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.i_video .video-play{
	width: 12.5%;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.i_video .video-play img{
	width: 100%;
}

/*首页文字*/
.i_word{
	padding:90px 0;
	text-align: center;
	overflow: hidden;
}
.i_word h1, .i_word h2{
	width: 100%;
	overflow: hidden;
}
.i_word h1{
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i_word h2{
	font-size: 16px;
	line-height: 32px;
	color: #9b9b9b;
}

/*首页媒体*/
.i_media{
	width: 98%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.i_media h1{
	color: #fff;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 110px;
	font-size: 48px;
}

/*首页文化*/
.i_culture{
	width: 90%;
	padding:176px 0;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.i_culture .tit{
	padding-top: 120px;
	font-size: 20px;
	line-height: 46px;
	font-weight: bold;
}
.i_culture .tit .p{
	margin-bottom: 56px;
}
.i_culture ul{
	display: flex;
	justify-content: space-between;
}
.i_culture li{
	width: 32%;
	float: left;
	position: relative;
}
.i_culture li > img{
	width: 100%;
	display: block;
}
.i_culture .word{
	position: absolute;
	left:36px;
	bottom: 36px;
	color: #fff;
	font-size: 18px;
}
.i_culture .word h1{
	font-size: 36px;
	line-height: 60px;
}

/*首页新闻*/
.i_news{
	width: 100%;
	background: url(../img/i_bg2.jpg) no-repeat center top;
	background-size:cover;
	padding:130px 0;
	overflow: hidden;
}
.i_news .swiper-father{
	position: relative;
}
.i_news .swiper-container{
	width: 100%;
	padding:60px 0 70px 0;
}
.i_news .swiper-slide{
	background: #fff;
}
.i_news .swiper-slide .p{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.i_news .swiper-slide .p > img{
    width: 100%;
}
.i_news .swiper-slide .p .plus{
	width: 20%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.i_news .swiper-slide .p .plus > img{
	width: 100%;
}
.i_news .swiper-slide .w{
	padding:20px;
	overflow: hidden;
}
.i_news .swiper-slide .w .t{
	width: 100%;
	font-size: 18px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.i_news .swiper-slide .w .s{
	width: 100%;
	margin:30px 0 40px 0;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.i_news .swiper-slide .w .m{
	width: 105px;
	height: 25px;
	border-radius: 4px;
	background: #9f191e;
	text-align: center;
	line-height: 26px;
	color: #fff;
}
.i_news .swiper-slide .w .d{
	color: #b3b3b3;
}
.i_news .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border:1px #fff solid;
    border-radius: 100%;
    background: none;
    opacity: 1;
    cursor: pointer;
}
.i_news .swiper-pagination-bullet-active {
    border-color: #ffffff;
    background: #ffffff;
}
.i_news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}
.i_news .swiper-container-horizontal>.swiper-pagination-bullets, .i_news .swiper-pagination-custom, .i_news .swiper-pagination-fraction {
    bottom: 0;
}
.i_news .swiper-button-next, .i_news .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: -20px;
    border:1px #fff solid;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 100%;
}
.i_news .swiper-button-prev, .i_news .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: -100px;
}
.i_news .swiper-button-next, .i_news .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: -100px;
}

/*首页联系*/
.i_contact{
	width: 100%;
	background: url(../img/i_bg1.jpg) no-repeat center top;
	background-size:cover;
	padding:90px 0;
	overflow: hidden;
}
.i_contact .con{
	width: 100%;
	padding-top: 126px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.i_contact .con .con_lt{
	position: relative;
}
.i_contact .con .con_lt .contact{
    color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.i_contact .con .con_lt .contact em{
	float:left;
	margin-right: 20px;
	font-size: 24px;
}
.i_contact .con .con_lt .bdsharebuttonbox{
	position: absolute;
	left:0;
	bottom: 0;
}
.i_contact .con .con_lt .bdsharebuttonbox a{
	width: 36px;
	height: 36px;
	border:3px #fff solid;
	background-image: none;
	border-radius: 50%;
	display: block;
	padding-left: 0;
	margin:0;
	margin-right:20px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
}
.i_contact .con .con_lt .bdsharebuttonbox a:hover{
	background: #9f191e;
	border-color:#9f191e;
}
.i_contact .con .con_rt{
	width: 518px;
	overflow: hidden;
}
.i_contact .con .con_rt .ipt, .i_contact .con .con_rt .tarea{
	margin-bottom:12px;
	border:none;
	outline: none;
	float:left;
	overflow: hidden;
}
.i_contact .con .con_rt .ipt{
	width: 486px;
	height: 44px;
	padding:0 16px;
}
.i_contact .con .con_rt .tarea{
	width: 486px;
	height: 104px;
	padding:16px;
}
.i_contact .con .con_rt .btn{
	width: 140px;
	height: 36px;
	line-height: 36px;
	background: #9f191e;
	color: #fff;
	border:none;
	outline: none;
	float: right;
	margin-top: 26px;
}