body,body{
    width: 100%;
}
#app-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#app {
    position: relative;
    margin: 0;
    height: auto;
    min-height: 1000px;
    background-color: #ffffff;
}

#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 52px;
    width: 52px;
    background: url(../images/goto-top.png);
    z-index: 999;
}

.top-bar {
    position: fixed;
    height: 107px;
    left: 0;
    right: 0;
    background: url(../images/top-bg.png) repeat-x;
    z-index: 999;
}

.top-bar .icon-com {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 206px;
    height: 87px;
}

.top-bar .icon-net {
    position: absolute;
    top: 36px;
    right: 46px;
}

.top-bar .search-bar {
   position: absolute;
   top: 30px;
   left: 50%;
   margin-left: -321px;
   width: 642px;
   height: 44px;
   background: url(../images/search-bar.png) no-repeat;
	 background-size: 100%;
}

.top-bar .search-bar input {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 388px;
    height: 34px;
    font-size: 18px;
    color: #fff;
    background:none;
    border: none;
    line-height: 34px;
    outline: none;
    padding-left: 13px;
}
.top-bar .search-bar :-moz-placeholder { 
    color: #fff;  
}

.top-bar .search-bar ::-moz-placeholder {
    color: #fff;
}

.top-bar .search-bar input:-ms-input-placeholder{
    color: #fff;
}

.top-bar .search-bar input::-webkit-input-placeholder{
    color: #fff;
}

.top-bar .search-bar .btn-search {
    position: absolute;
    top: -3px;
    right:-15px;
    width: 162px;
    height: 50px;
    outline: none;
    display: block;
}

.section {
    position: relative;
    width: 100%;
    clear: both;
    display: block;
}

.section0 {
    height: 116px;
}

.section1 {
    width: 1600px;
    height: 900px;
    margin: -10px auto 0px auto;
}

.swiper_icon{
	width:326px;
	height: 45px;
	position:absolute;
	z-index:1;
	top:30px;
	right:55px;
	cursor: pointer;
}
.video_play{
	display: block;
	width: 114px;
	height: 115px;
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	margin-top: -57px;
	margin-left: -57px;
}
/*视频*/

.videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.videobox video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobox a{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 37px;
    z-index: 9999;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
}




.section2_top{
	width:100%;
	height: 30px;
}
.section2_left{
	width:515px;
	margin:30px auto 0;
}
.section2_right{
	width:326px;
	height:45px;
	float:right;
	margin:70px 55px 0 0;
}
.section2_right a{
	display:block;
	width:326px;
	height:45px;
}

.section2_con{
	width:1200px;
	height:528px;
	margin:0 auto;
}
.section2_con ul{
	width:100%;
}

.section2_con ul li{
	width:300px;
	float:left;
    padding: 0 10px;
	margin-top:48px;
	cursor: pointer;
}
.section2_con ul li div{
	width:100%;
	margin: 0 auto;
}
.section2_con ul li img {
  width: 100%;
}
.section2_con ul li:nth-child(1) div{
	/* margin-left: 0; */
}

.li_active{
	display: none;
}
.section2_con ul li .a_active{
	display: block;
}

.section3 {

}

.section3_left{
	width:355px;
	float:left;
	margin-top:70px;
}

.section3-1 {
    width: 1400px;
    height: 591px;
    margin: 0 auto;
}


.section4-1 {
    width: 1400px;
    height: 623px;
    margin: -45px auto 0;
}





.section5 {
        background: #fbd000;
    padding-top: 100px;
}
.section5 .section5-1 {
    width: 100%;
    height: 250px;
}

.section5 .title {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 250px;
}

.section5 .title .t1 {
    position: relative;
    width: auto;
    height: 140px;
	text-align: center;
}
.section5 .title .t1 span:nth-child(1){
		display: inline-block;
		font-size: 60px;
		color: #fff;
		font-family: 'siyuan';
}
.section5 .title .t1 span:nth-child(2){
		display: inline-block;
		font-size: 50px;
		color: #231815;
		margin-left: -4px;
		font-weight: bold;
		font-family: 'siyuan';
}
.section5 .title .t1 b{
	display: inline-block;
	font-size: 42px;
	color: #2e3944;
	text-align: center;
	font-weight: 400;
	font-family: 'siyuan';
}
.section5 .title .t1 em{
		display: inline-block;
	font-size: 48px;
	color: #2e3944;
	text-align: center;
	font-weight: bold;
	font-family: 'siyuan';
}










.section5 .title .t2 {
    position: relative;
    width: 327px;
    height: 52px;
	margin: 0 auto;
    background: url(../images/section5/icon.png) no-repeat center;
	background-size: 100%;
}


.section5 .btn-buy {
   position: absolute;
   bottom: 58px;
   left: 50%;
   margin-left: -163px;
    width: 327px;
   height: 52px;

}

.section5 .section5-2 {
   position: relative;
   margin: 0 auto 0 auto;
   width: 1172px;
   height: 245px;
}
.section5-3{
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 60px;
	background: #252525;  
}
.section5-3 p{
	color: #e5e5e5;
	font-size: 12px;
	text-align: center;
	/* padding-top: 14px;*/
	line-height: 60px;
}

.section5-3 .text {
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 60px;
    background: url(../images/section5/text.png) no-repeat center;
}

body.noCss3 #app-wrapper {
    width: 100%;
    min-width: 1600px;
}

body.noCss3 #app {
    width: 100%;
    min-width: 1600px;
    margin: 0 auto;
}

body.noCss3 #top-bar {
    width: 100%;
    min-width: 1100px;
}
