@charset "utf-8";

/* 通用 */
.toyota_occupied{
	height: 0!important;
}

/* section1*/
.fp-tableCell{
	vertical-align:top;
}
#menu{
	width: 60px;
	height: 70%;
	position: fixed;
	top: 60%;
	left: 3.4%;
	z-index: 10;
	transform: translateY(-41.3%);
	-ms-transform: translateY(-41.3%);
	overflow: hidden;
}
#menu li.btn{
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	/* background: none; */
	border:1px solid rgb(160,160,160);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	line-height: 60px;
	transition: all .3s;
	-ms-transition: all .3s;
	position: relative;
}
#menu li.btn:hover{
	border:1px solid #fff;
}
#menu li.prev_btn{
	margin-bottom:175px;
}
#menu li.prev_btn span{
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #a0a0a0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-70%);
  -ms-transform: translate(-50%,-70%);
}
#menu li.next_btn{
	margin-top:175px; 
	line-height: 80px;
}
#menu li.next_btn span{
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 14px solid #a0a0a0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-30%);
  -ms-transform: translate(-50%,-30%);
}
#menu li.item{
	display: none;
	transform: translateX(50%) rotate(-90deg);
	-ms-transform: translateX(50%) rotate(-90deg);
	transform-origin: left center;
	-ms-transform-origin: left center;
}
#menu li.item a{
	color: #a0a0a0;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	white-space: nowrap;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
}
#menu li.item span{
	display: inline-block;
	margin-right: 10px;
}
#menu li.active{
	display: block;
}
/* 公共样式 */
.section .page_top,
.section .page_bottom{
	overflow: hidden;
	height: 18%;
	z-index: 2;
	position: relative;
}
.section .page_bottom{
	z-index: 1;
}
.section .page_top .left,
.section .page_top .center,
.section .page_top .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;

}
.section .page_top .left,
.section .page_top .right,
.section .page_top .center{
	border-top: 1px solid rgb(226, 226, 226);
	border-bottom: 1px solid rgb(226, 226, 226);
}
.section .page_top .left{
	width: 10.4%;
	border-right: 1px solid rgb(226, 226, 226);
}
.section .page_top .right{
	width: 10.4%;
	border-left: 1px solid rgb(226, 226, 226);
}
.section .page_top .center{
	width: 79.2%;
}

.section .main{
	height: 82%;
	position: relative;
	z-index: 2;
}
.section .main .title_wrap{
	height: 22%;
	font-style: italic;
	color: #2d53aa;
}
.section .main .title_wrap .left,
.section .main .title_wrap .center,
.section .main .title_wrap .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;
}
.section .main .title_wrap .left{
	width: 10.4%;
	border: 1px solid rgb(226,226,226);
	border-left: none;
}
.section .main .title_wrap .right{
	width: 10.4%;
	border: 1px solid rgb(226, 226, 226);
	border-right: none;
}
.section .main .title_wrap .center{
	width: 79.2%;
	border-top: 1px solid rgb(226, 226, 226);
	border-bottom: 1px solid rgb(226, 226, 226);
}
.section .main .title_wrap .center .tilte{
	float: left;
	font-size: 120px;
	line-height: 120px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 2%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section .main .title_wrap .center .back{
	float: right;
	margin-right: 2%;
	font-style: normal;
	font-size:36px;
	line-height: 36px;
	color: #fff;
	padding: 14px 30px;
	border:1px solid #fff; 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section .main .info{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 78%;
}
.section .main .info .info_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section .main .info .left,
.section .main .info .center,
.section .main .info .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;
}
.section .main .info .center{
	width: 79.2%;
	float: left;
}

.section .main .info .left{
	width: 10.4%;
	border-right: 1px solid rgb(226, 226, 226);
}
.section .main .info .right{
	width: 10.4%;
	border-left: 1px solid rgb(226, 226, 226);
}
/* 轮播图 */
.device {
  width: 100%;
  position: relative;
  height: 100%;
}
.swiper-container {
  height: 100%;
}
.swiper-slide img{
	width: 100%;
}
/* 公共样式结束 */
/*section1*/
.section1 .banner{
	width: 44%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.section1 .banner img{
	width: 100%;
}
.section1 .main{
	height: 82%;
}
.section1 .main .info{
	height: 90%;
}
.section1 .main .title_wrap{
	height: 10%;
}
.section1 .main .title_wrap .center .title{
	float: left;
	width: 25%;
	margin-left: 2%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section1 .main .title_wrap .center .title img{
	width: 100%;
}
.section1 .main .title_wrap .center .my_nav{
	float: right;
	height: 100%;
}
.section1 .main .title_wrap .center .my_nav li{
	float: left;
	height: 100%;
	position: relative;
}
.section1 .main .title_wrap .center .my_nav li::before{
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.section1 .main .title_wrap .center .my_nav li a{
	display: inline-block;
	vertical-align: middle;
	padding: 20px 32px;
	color: #a0a0a0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
.section1 .main .title_wrap .center .my_nav li a span{
	transition: all 0.3s;
}
.section1 .main .title_wrap .center .my_nav li a span.top_triangle{
	border-bottom: 8px solid #000000;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -10%;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.section1 .main .title_wrap .center .my_nav li a span.bottom_triangle{
	border-top: 8px solid #000000;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -10%;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.section1 .main .title_wrap .center .my_nav li.active a{
	color: #2d53aa;
}
.section1 .main .title_wrap .center .my_nav li.active a span.top_triangle{
	opacity: 1;
	top: 0;
}
.section1 .main .title_wrap .center .my_nav li.active a span.bottom_triangle{
	opacity: 1;
	bottom: 0;
}
.section1 .main .title_wrap .center .my_nav li:hover a{
	color: #2d53aa;
}

.section1 .page_top{
	height: 18%;
}
.section1 .page_top .left,
.section1 .page_top .right,
.section1 .page_top .center{
	border-bottom:none;
}
.section1 .main .info .info_wrap .center{
	position: relative;
}
.section1 .main .info .info_wrap .center .big_title{
	color: #a0a0a0;
	position: absolute;
	float: left;
	margin-left: 2%;
	bottom: 20%;
	left: 0;
}
.section1 .main .info .info_wrap .center .big_title h1{
	font-size: 240px;
	height: 240px;
	font-weight: bold;
	font-style: italic;
}
.section1 .main .info .info_wrap .center .big_title h2{
	font-size: 120px;
	height: 120px;
	font-weight: bold;
	font-style: italic;
	margin-top: 2%;
}
.section1 .main .info .info_wrap .center .big_title .title_img{
	position: absolute;
	width: 80%;
	bottom: 5%;
	right: -72%;
}
.section1 .main .info .info_wrap .center .play_item{
	width: 10%;
	position: absolute;
	left: 45%;
	top: 40%;
	z-index: 5;
	cursor: pointer;
}
.section1 .main .info .info_wrap .center .play_item img{
	width: 100%;
}
/*section2*/
.section_left .main .info{
	height: 100%;
}
.section_left .main .info .center .title_wrap{
	width: 100%;
	height: 4%;
}
.section_left .main .info .center .title_wrap .title{
	width: 32%;
	height: 100%;
	background-image: url(../img/line_bg.png);
	margin:auto;
	text-align: center;
	font-size: 60px;
	letter-spacing: 4px;
	font-weight: bold;
	font-style: normal;
	background-color: #a0a0a0;
}
.section_left .main .info .center .title_wrap .title h2{
	transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	font-weight: bold;
}
.section_left .main .info .center .se_content{
	margin-top: 3%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom:38%;
}
.section_left .main .info .center .se_content .se_bg{
	width: 100%;
	height: 0;
	padding-bottom: 38%;
}
.section_left .main .info .center .se_content .se_bg .se_bg_left{
	float: left;
	width: 60%;
	height: 0;
	padding-bottom: 38%;
	background: rgba(160,160,160);
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.section_left .main .info .center .se_content .se_bg .se_bg_left .italic_bg{
	width: 100%;
	height: 0;
	padding-bottom: 13%;
	background-image: url(../img/line_bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.section_left .main .info .center .se_content .se_bg .se_bg_right{
	float: left;
	width: 40%;
	height: 0;
	padding-bottom: 38%;
	background: url(../img/spot_bg.png);
}
.section_left .main .info .center .se_content .se_desc{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2.6%;
	padding-left: 3.5%;
	padding-right: 0;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left{
	float: left;
	width: 38%;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc{
	padding-right: 10%;
	color: #fff;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
	font-size: 18px;
	line-height: 30px;
	text-align:justify;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count{
	float: left;
	width: 26.5%;
	height: 0;
	padding-bottom: 26.5%;
	margin-right: 6%;
	background: url(../img/line_bg.png);
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
	position: relative;
	display: block;
	font-size: 120px;
	line-height: 120px;
	font-style: italic;
	transform: translate(-30%,-25%);
	-ms-transform: translate(-30%,-25%);
	font-family: 'Impact';
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc em{
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-top: 8%;
}
.section_left .main .info .center .se_content .desc_btn{
	position: absolute;
	bottom: 5%;
	left: 0;
	height: 10%;
	width: 32%;
	margin-left: 3.6%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index: 10;
}
.section_left .main .info .center .se_content .desc_btn div.btn{
	width: 12.8%;
	height: 0;
	padding-bottom: 12.8%;
	background: #fff;
	float: left;
	margin-right:6%;
	text-align: center;
	cursor: pointer;
}
.section_left .main .info .center .se_content .desc_btn div.btn span{
	margin-top: 50%;
}
.section_left .main .info .center .se_content  div.btn_left span{
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 14px solid #4b78ed;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: translate(-30%,-50%);
	-ms-transform: translate(-30%,-50%);
}
.section_left .main .info .center .se_content div.btn_right span{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 14px solid #4b78ed;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: translate(30%,-50%);
	-ms-transform: translate(30%,-50%);
}
.section_left .main .info .center .se_content .se_desc .se_desc_right{
	float: left;
	width: 62%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
}
.section_left .main .info .center .se_content .se_desc .se_desc_right .desc{
	padding: 10px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.section_left .main .info .center .se_content .se_desc .desc .img_box{
	height: 100%;
	overflow: hidden;
}
/*section_right*/
.section_right .main .info .center .se_content .se_desc{
	padding: 2.6%;
	padding-right: 3.5%;
  padding-left: 0;
}
.section_right .main .info .center .se_content .se_desc .se_desc_left .desc{
	padding-left:10%;
	padding-right: 0;
}
.section_right .main .info .center .se_content .desc_btn{
	position: absolute;
	bottom: 5%;
	left: 82.6%;
	height: 10%;
	width: 32%;
	margin-right: 3.6%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index: 10;
}

/*section2*/
.section2 .banner{
	width: 32%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: translate(0,-10%);
	-ms-transform: translate(0,-10%);
}
.section2 .banner img{
	width: 100%;
}
.section2 .main .info .center .title_wrap{
	height: 8%;
}
.section2 .main .info .center .title_wrap .title{
	width: 60%;
}

/*section3*/
.section3 .main .info{
	height: 100%;
}
.section3 .main .info .center .title_wrap{
	height: 8%;
}
.section3 .main .info .center .title_wrap .title{
	width: 88%;
}
.section3 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
.section3 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5%;
	font-weight: bold;
}
.section3 .main .info .center .se_content .se_desc .se_desc_left .desc .sm_hr_line{
	height: 4px;
	width: 48px;
	background: #fff;
	margin-bottom: 5%;
}
.section3 .main .info .center .se_content .se_desc .se_desc_left .desc p{
	font-size: 18px;
	line-height: 30px;
}
.section3 .main .info .center .se_content .se_desc .se_desc_left{
	width: 22%;
}
.section3 .main .info .center .se_content .se_desc .se_desc_right{
	width: 78%;
}
.section3 .main .info .center .se_content .se_desc .se_desc_left .desc .count{
	width: 45.8%;
	padding-bottom: 45.8%;

}
/*section4*/
.section4 .main .info{
	height: 100%;
}
.section4 .main .info .center .title_wrap{
	height: 12%;
}
.section4 .main .info .center .title_wrap .title{
	width: 98%;
}
.section4 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5%;
	font-weight: bold;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc .sm_hr_line{
	height: 4px;
	width: 48px;
	background: #fff;
	margin-bottom: 5%;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
	font-size: 18px;
	line-height: 30px;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left{
	width: 22%;
}
.section4 .main .info .center .se_content .se_desc .se_desc_right{
	width: 78%;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc .count{
	width: 45.8%;
	padding-bottom: 45.8%;

}
.section4 div.more{
	margin-top: 8%;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	width: 160px;
	height: 60px;
	float: left;
	background: #2d53aa;
	text-align: center;
	transition: all .3s;
	position: static;
}
.section4 .more:hover{
	background: #25448a;
}
.section4 .more a{
	display: block;
	letter-spacing: 2px;
	height: 100%;
	width: 100%;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	background: url(../img/sm_sg.png) no-repeat right top;
}
.section4 .img_box{
	position: relative;
}
.section4 .img_box img.link_img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
/* 第5屏 */
.section5 .banner{
	width: 25%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: translate(0,80%);
	-ms-transform: translate(0,80%);
}
.section5 .banner img{
	width: 100%;
}
.section5 .main .info .center .title_wrap{
	height: 12%;
}
.section5 .main .info .center .title_wrap .title{
	width: 66%;
}
.section5 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
/* 第6屏 */
.section6 .main .info .center .title_wrap{
	height: 12%;
}
.section6 .main .info .center .title_wrap .title{
	width: 74%;
}
.section6 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
/* 第7屏 */
.section7 .main .info .center .title_wrap{
	height: 12%;
}
.section7 .main .info .center .title_wrap .title{
	width: 54%;
}
.section7 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
/* 第8屏 */
.section8 .banner{
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: translate(0,60%);
	-ms-transform: translate(0,60%);
}
.section8 .banner img{
	width: 100%;
}
.section8 .main .info .center .title_wrap .title{
	width: 64%;
}
/* 第9屏 */
.section9 .main .info .center .title_wrap{
	height: 12%;
}
.section9 .main .info .center .title_wrap .title{
	width: 55%;
}
.section9 .main .info .center .title_wrap .title h2{
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
}
/* 第10屏 */
.section10 .banner{
	width: 54%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.section10 .banner img{
	width: 100%;
}
.section10 .main{
	position: relative;
	z-index: 4;
}
.section10 .main .info .center .title_wrap .title{
	width: 38%;
}
.section10 .main .info .center .se_content .se_desc .se_desc_left .desc .sm_hr_line{
	height: 4px;
	width: 10%;
	background: #fff;
	margin: 5% 0;
}
/* 第11屏 */
.section11 .main .info .center .title_wrap .title,.section11 .main .info .center .se_content .se_content_img{
	width: 47.3%;
	text-align: center;
	background: none;
}
.section11 .main .info .center .title_wrap .title-left{
	float: left;
	background: url(../images/bg-sec11-title-left.jpg) no-repeat center center / 77.32% auto;
}
.section11 .main .info .center .title_wrap .title-right{
	float: right;
	background: url(../images/bg-sec11-title-left.jpg) no-repeat center center / 57.85% auto;
}
.section11 .main .info .center .se_content .se_content_img img{
	display: block;
	width: 100%;
	height: auto;
}
.section11 .main .info .center .se_content .se_content_left{
	float: left;
}
.section11 .main .info .center .se_content .se_content_right{
	float: right;
}
.bottom{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.bottom .main{
	height: 100%;
	width: 100%;
	position: relative;
}
.bottom .main .info_wrap{
	height: 100%;
	width: 100%;
}
.bottom .main .info_wrap .left,
.bottom .main .info_wrap .center,
.bottom .main .info_wrap .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.bottom .main .info_wrap > div.left{
	width: 10.4%;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.5);
	position: relative;
	z-index: 4;
}
.bottom .main .info_wrap > div.center{
	width: 79.2%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.bottom .main .info_wrap > div.right{
	width: 10.4%;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.5);
	position: relative;
	z-index: 4;
}
.bottom .main .info_wrap .b_car_wrap{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 3;
}
.bottom .main .info_wrap .b_car_wrap .left{
	width: 100%;
	height: 100%;
	float: left;
}
.bottom .main .info_wrap .b_car_wrap .left img{
	width: 100%;
}
.bottom .back_top{
	position: absolute;
	left: 50%;
	bottom: 30px;
	font-size: 18px;
	color: #3d70e5;
	line-height: 30px;
	font-weight: bold;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	border: 2px solid #3d70e5;
	z-index: 5;
	cursor: pointer;
}
/* 视频 */
.video_wrap{
  position: fixed;
  top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.8);
  display: none;
}
.video_bg{
	position: fixed;
	top: 50%;
	left: 15%;
	width: 70%;
  height:0;
  padding-bottom: 36%;
	transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background: #000;
}
.video_wrap .close{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video_wrap .close img{
	width: 100%;
}
.video_wrap .black_bg{
  height: 100%;
  position: relative;
}
.user-name {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: red;
  border: 1px solid red;
}
#example_video_1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech{
  outline: none!important;
}
.vjs-text-track-display{
  bottom: 0;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/* 中屏 */
@media screen and (max-width: 1600px){
	#menu{
		width: 50px;
	}
	#menu li.btn{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#menu li.prev_btn{
		margin-bottom:140px; 
	}
	#menu li.next_btn{
		margin-top:140px; 
		line-height: 70px;
	}
	#menu li.item a{
		color: #a0a0a0;
		font-size: 16px;	
	}
	.section .main .title_wrap .center .tilte{
		font-size: 96px;
		line-height: 96px;
	}
	.section .main .title_wrap .center .back{
		font-size:28px;
		line-height: 28px;
		padding: 11px 24px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 64px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:48px;
		line-height: 48px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 16px;
		line-height: 24px;
		padding-right: 24px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 48px;
	}

	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 16px;
		line-height: 24px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 96px;
		line-height: 96px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 18px;
		line-height: 28px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 16px;
		line-height: 24px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc em{
		font-size: 13px;
		line-height: 18px;
	}

	.section1 .main .title_wrap .center .my_nav li a{
		padding: 18px 20px;
		font-size: 18px;
	}
	.section1 .main .info .info_wrap .center .big_title h1{
		font-size: 192px;
		height: 192px;
	}
	.section1 .main .info .info_wrap .center .big_title h2{
		font-size: 96px;
		height: 96px;
	}
	.section div.more{
		font-size: 16px;
		line-height: 52px;
		width: 138px;
		height: 52px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text .count span{
		font-size: 96px;
		line-height: 96px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text p{
		font-size: 16px;
		line-height: 24px;
	}
}

/* 小屏 */
@media screen and (max-width: 1366px){
	#menu{
		width: 40px;
	}
	#menu li.btn{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	#menu li.prev_btn{
		margin-bottom:130px; 
	}
	#menu li.next_btn{
		margin-top:130px; 
		line-height: 60px;
	}
	#menu li.item a{
		color: #a0a0a0;
		font-size: 14px;	
	}
	.section .main .title_wrap .center .tilte{
		font-size: 84px;
		line-height: 84px;
	}
	.section .main .title_wrap .center .back{
		font-size:24px;
		line-height: 24px;
		padding: 10px 20px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 56px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:42px;
		line-height: 42px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 14px;
		line-height: 22px;
		padding-right: 22px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 42px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 14px;
		line-height: 22px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 84px;
		line-height: 84px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 16px;
		line-height: 24px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 14px;
		line-height: 22px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc em{
		font-size: 12px;
		line-height: 14px;
	}
	.section1 .main .title_wrap .center .my_nav li a{
		padding: 14px 20px;
		font-size: 16px;
	}
	.section1 .main .info .info_wrap .center .big_title h1{
		font-size: 168px;
		height: 168px;
	}
	.section1 .main .info .info_wrap .center .big_title h2{
		font-size: 84px;
		height: 84px;
	}
	.section div.more{
		font-size: 16px;
		line-height: 46px;
		width: 122px;
		height: 46px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text .count span{
		font-size: 84px;
		line-height: 84px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text p{
		font-size: 14px;
		line-height: 22px;
	}
	.section_left .main .info .center .title_wrap .title h2{
		transform: translateY(-35%);
		-ms-transform: translateY(-35%);
	}
	.section4 .main .info .center .title_wrap .title h2,
	.section5 .main .info .center .title_wrap .title h2,
	.section7 .main .info .center .title_wrap .title h2,
	.section9 .main .info .center .title_wrap .title h2,
	.section6 .main .info .center .title_wrap .title h2{
		transform: translateY(-15%);
		-ms-transform: translateY(-15%);
	}
}

/* 小屏 */
@media screen and (max-width: 1280px){
	.section .main .title_wrap .center .tilte{
		font-size: 78px;
		line-height: 78px;
	}
	.section .main .title_wrap .center .back{
		font-size:22px;
		line-height: 22px;
		padding: 9px 18px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 52px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:40px;
		line-height: 40px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 12px;
		line-height: 20px;
		padding-right: 20px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 40px;
	}

	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 12px;
		line-height: 20px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 72px;
		line-height: 72px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 14px;
		line-height: 22px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 12px;
		line-height: 20px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc em{
		font-size: 10px;
		line-height: 12px;
	}
	.section1 .main .title_wrap .center .my_nav li a{
		padding: 12px 18px;
		font-size: 14px;
	}
	.section1 .main .info .info_wrap .center .big_title h1{
		font-size: 144px;
		height: 144px;
	}
	.section1 .main .info .info_wrap .center .big_title h2{
		font-size: 72px;
		height: 72px;
	}
	.section div.more{
		font-size: 14px;
		line-height: 40px;
		width: 100px;
		height: 40px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text .count span{
		font-size: 72px;
		line-height: 72px;
	}
	.section3 .main .info .center .se_content .se_desc .se_desc_center .desc_img_text p{
		font-size: 12px;
		line-height: 20px;
	}
}