﻿
a, input, button, select, textarea, a:focus {
    outline: none;
}

ul {
    list-style: none;
}
body{
	background:none;opacity:0;	
}

/* 更改Bootstrap轮播左右图标-----------------------------------------------------------------------------------------------*/
.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

/* 生成下箭头-------------------------------------------------------------------------------------------*/
#arrow a {
    padding-top: 80px;
}

#arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: anm 1s infinite;
    animation: anm 1s infinite;
    opacity: 1;
    box-sizing: border-box;
}

#arrow a span:nth-of-type(1) {
    top: -55px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}



/* 第一页广告--------------------------------------------------------------------------------------------------*/
.Out_brand {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.In_brand {
    position: relative;
    background-image: url(../../images/homepage/homepage_bg2.jpg);
    background-size: inherit;
    background-repeat:no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.homepage_btn_start {
    border: 0;
    background: url("../../images/homepage/homepage_btn_start.png");
    outline: none;
    width: 165px;
    height: 58px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 135%;
    margin-left: -82px;
    cursor: pointer;
    opacity:1;
}

.homepage_btn_start:hover {
   background: url("../../images/homepage/homepage_btn_start_hover.png");
}

.arrow_div 
{
    text-align:center;
    background: none;
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 40px;
}

/* 轮播--------------------------------------------------------------------------------------------------------*/
.item {
    height: 100%;
}

.item img {
    margin: 0 auto;
}

.carousel {
    width: auto;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-control.right {
    margin-right: 15%;
    background: none;
    filter: none;
}

.carousel-control.left {
    margin-left: 15%;
    background: none;
    filter: none;
}

.carousel-inner .item img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.arrowsWrapper
{
    z-index:700;
}

#myCarousel button
{
    z-index:999;
    background:none;
    width:164px;height:45px;
    position:relative;bottom:36.5%;margin-left:-82px;
    /*background:url(../../images/homepage/ljgm.png) no-repeat center center /cover;*/
}


/* 视频video---------------------------------------------------------------------------------------------------------*/

.video_more{
	position:absolute;bottom:0;border:1px solid white;color:white;padding:5px 15px;background:none;
}

.video_div{
	background:url(../../images/homepage/video_bg.jpg) 
	/*background-color: #1e1e1e;*/
	no-repeat bottom left;background-size:cover;padding:60px 0;
}
.video_script{
	height:432px;
}
.video_div .row{
	width:65%;margin: 0 auto;
}

.boss_h {
    color: white;
    font-size: 2.5vw;
    margin-bottom: 5px;
}

.boss_p {
    font-size: 0.8vw;
    color: white;
    margin-bottom:10px;
}

/* 三格专题-----------------------------------------------------------------------------------------------------------------*/
.three_pic {
    width: 100%;
    height: auto;
}

.gg {  
    display: inline-block;
    padding: 5px;
}

.cLeadclimb{
	position:absolute;bottom:10%;width:100%;display:none;
}
.cLeadclimb .row .col-md-4{
	padding-right:5px;
	padding-left:5px;
}

.cLeadclimb .row .col-md-4 a{
	/*border:1px solid white;background:none;color:white;font-size:14px;padding:3px 12px;*/
}


/* 首页遮罩层--------------------------------------------------------------------------------------------------------*/
.zhong_shi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
/*
    background: url(../../images/homepage/shi_bg.jpg);
    background-position: center center;
    background-size: cover;
*/
}

/* 一点五级页面--------------------------------------------------------------------------------*/
#onePlus {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 992;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9) !important;
    filter: Alpha(opacity=90);
	overflow: hidden;
}

.onePlus_Content {
    opacity: 1;
    width: 100%;
    height: 738px;    
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#onePlus ul {
    height: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

#onePlus ul li {
    width: auto;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
}

#onePlus ul li div {
    text-align: center;    
    position: relative;
}

#onePlus ul li div img {
    width: 100%;
    height: auto;
}

#onePlus .op_sel {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50%;
    opacity: 0;
}

#onePlus .op_sel .op_btn_list {
    width: 100%;
    position: absolute;
    bottom: 0;
    background:white;
    padding-bottom:10px;
    min-height:320px;
}

#onePlus .op_sel .op_btn_list .op_btn:hover {
    background: black;
    color: white;
}

#onePlus .op_sel .op_btn_list .op_btn {
    text-decoration: none;
    display: block;
    width: 65%;
    height: auto;
    border: 2px solid black;
    background: none;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 8px;
    font-size: 15px;
    color: black;
    clear:both;
}
.op_btn_list span
{
    font-size:0.7vw;white-space:normal;padding:20px;font-weight:600;text-align:left;float:left;line-height:2;
}


/*========== 钟sir的诗 ==========*/
.zhong_shi div {
    width: 378px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -189px;
}

#shiTitle {
    display: block;
    margin: 0 auto;
    padding-bottom: 35px;
    opacity: 0;
    position: relative;
    top: -100%;
}

#shiBody {
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -100%;
    opacity: 0;
}

/*  标题轮播样式 */
.box 
{
    display:inline-block;
    width: 100%;
    height: 686px;
}

.titleBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;    
}

.slider {
    position: relative;
    width: 100%;
    height: 686px;
    overflow: hidden;
}

.slides {
    height: 100%;
    background:#1a1a1a;
    padding:0;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    clear: none;

}

.slider-arrow {
    position: absolute;
    display: block;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
    border-radius: 50%;
}

.slider-arrow--right 
{
    display:none;
    background:url(../../images/icon/bt_arrow_right2.png) no-repeat center center;
    width:66px;
    height:128px;
    bottom: 50%;
    right: 15%;
	margin-bottom:-64px;
}

.slider-arrow--left 
{
    display:none;
    background:url(../../images/icon/bt_arrow_left2.png) no-repeat center center;
    width:66px;
    height:128px;
    bottom: 50%;
    left: 15%;
	margin-bottom:-64px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
    z-index:800;
	min-width:66px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    z-index:800;
}

.slider-nav__item:hover {
    background: #333333;
}

.slider-nav__item--current 
{
    width:11px;
    height:11px;
    margin-top:1px;
    background: #333333;
}

/*               */
@media only screen and (min-width: 2560px){
	.slider{
		height:918px;
	}
	
	.box{
		height:918px;
	}
}

@media only screen and (max-width: 1920px) and (min-width:1600px) {
	.slider{
		height:688px;
	}
	
	.box{
		height:688px;
	}
}

@media only screen and (max-width: 1600px) and (min-width:1366px) {
	.slider{
		height:572px;
	}
	
	.box{
		height:572px;
	}
}

@media only screen and (max-width: 1366px) and (min-width:1025px){
	.slider{
		height:482px;
	}
	
	.box{
		height:482px;
	}
	
}

@media only screen and (max-width: 1024px){
	.slider{
		height:360px;
	}
	
	.box{
		height:360px;
	}
}


/* 第二版六大系列导航 */
.series_li{
		width:14.2%;
		margin:0 10px;
		display:inline-block;
		height:100%;
	}
	.series_li img{
		width:100%;
		height:auto;
	}
	.series_li div{
/*		height:100%;*/
	}
	.series_more_div{
		width:100%;position:absolute;left:0;bottom:-50%;opacity:0;height:50%;
	}
	.series_more{
		width:100%;position: absolute;bottom:0;background:white;padding-bottom:10px;min-height:320px;height:auto;
	}
	.series_intro{
		font-size:0.7vw;white-space:normal;padding:20px;font-weight:600;text-align:left;float:left;line-height:2;
	}
	.btn_op{
		text-decoration: none;
		display: block;
		width: 65%;
		height: auto;
		border: 2px solid black;
		background: none;
		border-radius: 8px;
		margin: 0 auto;
		margin-top: 5%;
		padding: 8px;
		font-size: 15px;
		color: black;
		clear: both;
	}			
.btn_op:hover{
	background: black;
    color: white;
}
