﻿#about{
	margin-top: 71px;
}
#about .bannar img{
	display: block;
	width: 100%;
	min-width: 1200px;
}
#about .about_nav{
	width: 100%;
	height: 71px;
	box-shadow: 0px 5px 5px 0px 
		rgba(242, 240, 240, 0.75);
}
#about .about_nav ul{
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
}
#about .about_nav ul li{
	float: left;
	height: 67px;
	line-height: 67px;
	color: #333333;
	font-size: 18px;
	margin: 0 19px;
	cursor: pointer;
}
#about .about_nav ul li.active{
	color: #a82336;;
	border-bottom: 4px solid #a82336;
}
#about .main>div>h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	padding-top: 55px;
}
#about .main>div>h1 a{
	color: #333333;
}
#about .main h1 b{
	display: block;
	width: 43px;
	height: 1px;
	background-color: #a82336;
	margin: 22px auto 0;
}
#intro{
	width: 100%;
	background: url(../img/about/introBg.png) no-repeat center;
	background-size:cover ;
}
#intro p{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	text-indent: 2em;
	margin-bottom: 30px;
}
#intro .wrap{
	padding-bottom: 55px;
}
#intro .wrap h1{
	margin-bottom: 40px;
}
/*发展历程*/
#course{
	width: 100%;
	padding-bottom: 60px;
	background: url(../img/about/courseBg.png) no-repeat center;
}
#about #course>h1{
	color: #FFFFFF;
}
#course .course_swiper{
	height: 285px;
	position: relative;
}
.course_swiper .swiper-container{
	width: 926px;
	margin-top: 40px;
}
#course .swiper-slide{
	width: 926px; 
	height: 285px;
	margin: 0 auto;
	overflow: hidden;
}
#course .swiper-slide .company_img{
	float: left; 
	width: 410px;
	height: 285px;
}
#course .swiper-slide .company_cont{
	margin-left: 26px;
	float: left;
	width: 490px;
	height: 285px;
	text-align: left;
}
#course .swiper-slide .company_cont h1{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 600;
	margin-top: 85px;
	margin-bottom: 30px;
}
#course .swiper-slide .company_cont p{
	height: 130px;
	line-height: 28px;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
}
.course_swiper .swiper-button-prev,
.course_swiper .swiper-button-next{
	width: 63px;
	height: 63px;
	top: 50%;
	margin-top: 32px;
}
.course_swiper .swiper-button-prev{
	background-image:url(../img/about/about_prev1.png);
	background-size: auto;
	left: 0;
}
.course_swiper .swiper-button-next{
	background-image:url(../img/about/about_next1.png);
	background-size: auto;
	right: 0;
}

#course .time_swiper{
	margin-top: 85px;
	width: 1098px;
	margin: 85px auto 0;
	height: 120px;
	background: url(../img/about/timeLine.png) repeat-x center left;
}
#course .time_swiper .swiper-wrapper .swiper-slide{
	/*width: 183px;*/
	height: 40px;
	padding-top: 80px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
}
#course .time_swiper .swiper-wrapper .swiper-slide-thumb-active{
	font-size: 32px;
}
#course .time_swiper .swiper-wrapper .swiper-slide-thumb-active::before {
	content: '';
	background: url(../img/about/timeActive.png) no-repeat center;
	display: block;
	width: 51px;
	height: 63px; 
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
}

/*一元之意*/
#meaning img{
	width: 100%;
}
/*文化*/
#culture .cont{
	position: relative;
	margin-top: 58px;
	margin-bottom: 100px;
}
#culture p{
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
#culture p span{
	font-weight: 600;
}
#culture .cont_img{
	position: absolute;
	right: 0;
	/*top: 0;*/
	margin-top: 4rem;
}
#honor{
	height: 523px;
	background-color: #f8fefb;
}
.honor_swiper{
	margin-top: 46px;
	width: 1201px;
	height: 312px;
}
.honor_swiper .swiper-slide{
	width: 386px;
	height: 312px;
	text-align: center;
}
.honor_swiper .swiper-slide>a{
	display: block;
	border: solid 1px #e5e5e5;
}
.honor_swiper .swiper-slide img{
	display: block;
	height: 270px;
	padding: 6px;
	margin:0 auto;
}
.honor_swiper .swiper-slide p{
	margin-top: 8px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.honor_swiper .swiper-slide p a{
	color: #333333;
}
.honor_swiper .swiper-button-prev,
.honor_swiper .swiper-button-next{
	width: 30px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	background-color: #000000;
	opacity: 0.37;
	margin-top: -45px;
}
.honor_swiper .swiper-button-prev:hover,
.honor_swiper .swiper-button-next:hover{
	background-color: #a82336;
	opacity: 0.75;
}
.honor_swiper .swiper-button-prev{
	background-image:url(../img/about/about_prev2.png);
	background-size: auto;
	left: 0;
}
.honor_swiper .swiper-button-next{
	background-image:url(../img/about/about_next2.png);
	background-size: auto;
	right: 0;
}

#framework img{
	width: 1200px;
	height: 578px;
	margin-top: 30px;
}
#live_action{
	height: 1200px;
}
#live_action .swiper-wrap{
	margin: 46px auto 18px;
	margin-top: 46px;
	margin-bottom: 18px;
	width: 1348px;
	height: 800px;
	position: relative;
}
#live_action .swiper-wrap .swiper-container{
	width: 1200px;
	height: 800px;
}
.live_swiper .swiper-slide img{
	display: block;
	width: 1200px;
	height: 800px;
}
.live_swiper  .swiper-button-prev,
.live_swiper  .swiper-button-next{
	width: 49px;
	height: 120px;
	background-color: #d4d4d4;
	opacity: 0.46;
	margin-top: -60px;
	background-image: none;
}
.live_swiper .swiper-button-prev:hover,
.live_swiper .swiper-button-next:hover{
	background-color: #a82336;
	opacity: 0.75;
}
.live_swiper  .swiper-button-prev{
	background-image:url(../img/about/about_prev3.png);
	background-size: auto;
	left: 0;
}
.live_swiper  .swiper-button-next{
	background-image:url(../img/about/about_next3.png);
	background-size: auto;
	right: 0;
}
#live_action .panorama{
	width: 1200px;
	height: 160px;
	line-height: 160px;
	background: url(../img/common/linkBg.png) no-repeat center;
	text-align: right;
	font-size: 24px;
}
#live_action .panorama a{
	display: block;
	color: #FFFFFF;
}
#live_action .panorama img{
	vertical-align: middle;
	margin: 0 90px 0 50px;
}
/*#video .yyVideo{
	margin-top: 25px;
	width: 1182px;
	height: 665px;
	margin-bottom: 50px;
}*/

#video .video_bg{
	margin-top: 25px;
	width: 1200px;
	height: 665px;
	background: url(../img/about/video.png) no-repeat;
	margin-bottom: 50px;
	cursor: pointer;
}
#youkuplayer{
	width: 1200px;
	height: 665px;
}

/*左侧边栏*/
#left_nav{
	position: fixed;
    top: 50%;
    left: 24px;
    margin-top: -140px;
    z-index: 1400;
    width: 43px;
}
#left_nav li{
	background: url(../img/common/left_round.png) no-repeat;
    position: relative;
    width: 43px;
    height: 40px;
}   
#left_nav li a{
	cursor: pointer;
} 
#left_nav .click a {
    display: block;
    width: 43px;
    height: 43px;
    font-size: 0;
}
#left_nav li.cur .name{
	display: block;
}
#left_nav .name{
    display: none;
    position: absolute;
	background:#8d313f;
    top: -15px;
    left: 0;
    z-index: 30;
	border-radius: 54px;
    width: 43px;
    height: 43px;
}
#left_nav .name a{
	display: block;
    padding: 9px 9px 0 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    width: 35px;
    height: 34px;
    text-align: center;
}
#left_nav .line {
    background: url(../img/common/left_line.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 27px;
}