.kv{
	width:100%;
	height:860px;
	background:url(../images/kv.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
}
.logo{
	display: block;
	width:200px;
	height:107px;
	position:absolute;
	top:57px;
	left:29px;
	z-index:1;
}
.slogan{
	display: block;
	width:608px;
	height:231px;
	position:absolute;
	top:224px;
	left:0px;
}
.play{
	width:191px;
	height:111px;
	position:absolute;
	left:195px;
	bottom:245px;
	cursor: pointer;
}
.play img{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.play img:nth-child(2){
	width:72px;
	height:67px;
	left:54px;
	top:22px;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}
@keyframes vGo{
	0%{transform: scale(1);}
	50%{transform: scale(1.1);}
	100%{transform: scale(1);}
}
@-webkit-keyframes vGo{
	0%{transform: scale(1);}
	50%{transform: scale(1.1);}
	100%{transform: scale(1);}
}
.kv_con{
	width:100%;
	height:160px;
	position:absolute;
	bottom:0;
	left:0;
}
.kv_left{
	width:595px;
	height:100%;
	float:left;
}
.icon{
	display: block;
	width:124px;
	height:124px;
	float:left;
	margin:17px 23px 0 8px
}
.kv_txt{
	width:440px;
	float:left;
}
.kv_tit{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height:80px;
}
.k_tit{
	font-size:14px;
	line-height:30px;
	color: rgba(255, 255, 255, 0.502);
}
.kv_right{
	width:283px;
	height:100%;
	float:right;
}
.kv_down{
	float:left;
	width:117px;
	height:100%;
}
.kv_down a{
    display: block;
    width: 116px;
    height: 38px;
    margin-top: 6px;
}
.kv_down a img{
	display: block;
	width:100%;
	height:100%;
}
.kv_down a:nth-child(1){
	margin-top:21px;
}
.kv_code{
    width: 150px;
    height: 126px;
    float: right;
    background: url(../images/code.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}
.kv_code img{
    display: block;
    width: 117px;
    height: 117px;
    margin: 4px 0 0 4px;
}
.content{
	width:100%;
	height:1503px;
	background:url(../images/content.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
}
.con{
	width:1205px;
	height:324px;
	margin:116px auto 0;
}
.left_banner{
	width:613px;
	height:324px;
	float:left;
	background:url(../images/bg.png) no-repeat center;
	overflow: hidden;
	position:absolute;
}
.left_banner .swiper-pagination1{
	width:100%;
	position:absolute;
	text-align: center;
	z-index:11;
}
.left_banner .swiper-pagination1 .swiper-pagination-bullet-active{
	background:#c6100f;
}
.left_banner ul{
	width:600px;
	height:310px;
	margin:6px 0 0 6px;
}
.left_banner ul li a{
	display: block;
	width:100%;
	height:100%;
}
.left_banner ul li{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.left_banner ul li a img{
	display: block;
	width:600px;
	height:100%;
}
.right_news{
	width:580px;
	height:324px;
	background:url(../images/news.png) no-repeat center;
	overflow: hidden;
	position:relative;
	float:right;
}
.right_con{
	width:464px;
	height:100%;
	margin-left:52px;
}
.top_ul{
	width:100%;
	height:69px;
	position:relative;
	overflow: hidden;
}
.top_ul li{
	width:130px;
	height:41px;
	overflow: hidden;
	float:left;
	font-size:20px;
	color:#333333;
	cursor: pointer;
	margin-top:26px;
	font-weight:bold;
	/*margin-right:25px;*/
	position:relative;
}
.top_ul li p{
	width:100%;
	height:100%;
	text-indent:27px;
	z-index:1;
	line-height:41px;
}
.top_ul li.active img{
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.top_ul li.active p{
	position:absolute;
	color:#fff;
}
.con_news{
	width:100%;
	height:225px;
	position:relative;
	overflow: hidden;
}
.con_news ul{
	width:100%;
	height:100%;
	display: none;
	position:relative;
	overflow: hidden;
}
.con_news ul.active{
	display: block;
}
.con_news ul li{
	width:100%;
	height:75px;
	border-bottom:1px dashed #b1a88c;
	line-height:75px;
	font-size:18px;
}
.con_news ul li a{
	display: block;
	color:#333333
}
.con_news ul li a em{
	background:url(../images/lp.png) no-repeat center;
	display: block;
	float:left;
}
.con_news ul li a span{
	display: block;
	float:left;
	width:325px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con_news ul li a i{
	font-style: normal;
	float:right;
	font-size:12px;
	color:#666;
}
.con_news ul li:hover a{
	color:#9a2925;
}
.con_news ul li:hover a i{
	color:#9a2925;
}
.lianjie{
	display: block;
	width:80px;
	height:242px;
	position:absolute;
	top:34px;
	left:579px;
	z-index:1;
}
.wanfa{
	display: block;
	width:240px;
	height:80px;
	margin:89px auto 40px;
}
.bottom_banner{
	width:1076px;
	height:750px;
	margin:0 auto;
	overflow: hidden;
}
.bottom_banner .swiper-slide>a {
    margin-left: 50%;
    display: inline-block;
    width: 452px;
    text-align: center;
    transform: translate(-165px,0);
    -ms-transform: translate(-165px,0);
    -webkit-transform: translate(-165px,0);
    -o-transform: translate(-165px,0);
    -moz-transform: translate(-165px,0);
}
.bottom_banner .swiper-slide>a img {
	width: 410px;
    height: 686px;
    /*border: 5px solid #bbb;*/
    /*box-shadow: 0 0 10px #000;*/
    margin-left: 165px;
    margin-top: 13px;
    cursor: pointer;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}
.bottom_banner .swiper-slide>a i{
	display: block;
	width: 410px;
    height: 686px;
    /*border: 5px solid #bbb;*/
    /*box-shadow: 0 0 10px #000;*/
    margin-left: 165px;
    margin-top: 13px;
    cursor: pointer;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    background-color:rgba(0,0,0,.3);
    position:absolute;
    left:0;
    top:0;
}
.bottom_banner .swiper-slide>a span{
	display: block;
	width:434px;
	height:707px;
	background:url(../images/i_bg.png) no-repeat center;
	/*box-shadow: 0 0 10px #000;*/
	/*border:2px solid #bbb;*/
	margin-left: 165px;
    margin-top: 2px;
    cursor: pointer;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    position:absolute;
    left:0;
    top:0;
}
.bottom_banner .swiper-slide.swiper-slide-active>a i{
	display: none;
} 
.bottom_banner .swiper-pagination-bullet-active{
	background:#c6100f;
}
.bottom_banner .swiper-pagination{
	bottom:0;
}
.bottom_con .swiper-button-next{
	width:59px;
	height:61px;
	background:url(../images/nav.png) no-repeat center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	right:-15px;
}
.bottom_con .swiper-button-prev{
	width:59px;
	height:61px;
	background:url(../images/nav.png) no-repeat center;
	left:-15px;
}
.bottom_con{
	width:1200px;
	position:relative;
	margin:0 auto;
}
/*详情页样式*/
.detail_kv{
	width:100%;
	height:380px;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/detail.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
}
.detail_body{
	width:100%;
	margin:0 auto;
	/*min-height:1320px;*/
	background:url(../images/detail_body.jpg) no-repeat center;
	background-size:100% 100%;
	position:relative;
}
.detail_con{
	width:100%;
	min-height: 700px;
	background-color:rgba(255,255,255,.9);
	position:relative;
}
.detail_top{
	width:100%;
	overflow: hidden;
}
.chengg{
	width:100%;
	height:1px;
	background:none;
}
.back{
	width:1136px;
	height:36px;
	background-color:#f5f5f5;
	margin:25px auto 0;
	font-size:14px;
	color:#666;
	line-height:36px;
}
.back a{
	font-size:16px;
	color:#ee5314;
}
.back a:hover{
	text-decoration: underline;
}
.detail_title{
	width:100%;
	font-size:28px;
	text-align: center;
	color:#333333;
	font-weight:bold;
	margin-top:30px;
	line-height:60px;
}
.detail_date{
	font-size:16px;
	color:#999;
	width:1140px;
	text-align: center;
	margin:20px auto 0;
	padding-bottom:40px;
	border-bottom:1px solid #e5e5e5;
}
.detail_date span:nth-child(1){
	margin-right:45px;
}
.detail_center{
	width:1126px;
	margin:0 auto;
	overflow: hidden;
	font-size:16px;
	color:#666;
	line-height:46px;
	padding-bottom:40px;
}
.detail_center p{
	font-size:16px;
	color:#666;
	line-height:46px;
}
.detail_center img{
	display: block;
	max-width:100%;
	margin:10px auto 10px;
}
