@charset "gb2312";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	background-color: #ee2424;
	
}
a {
	text-decoration:none
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
} 
a:hover {
	color: #f00;
} 
a:active {
	color: #000;
} 
.top_box1 {
	background:url("../2018image-chun/2023bg.jpg") #ee2424 no-repeat top center;
	width:100%;
	min-width:1420px;
	margin:0 auto;
}
.top_logo {	
	height: 1158px;	
}

.top_title {
	text-align: center;
	font:85px/1.3 "Microsoft YaHei", "Microsoft JhengHei";
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
	width:1420px;
	min-width:1420px;
	border-bottom: #FFFFFF 5px solid;
	margin:0 auto;
	color: #FFFFFF;	
}
.top_video {
	text-align: center;
	font:55px/1.3 "Microsoft YaHei", "Microsoft JhengHei";
	font-weight: bold;
	padding-top: 65px;
	width:1420px;
	min-width:1420px;	
	margin:0 auto;
	color: #FFFFFF;
}


.video-a {
	width: 1420px;
}

@media screen and (max-width: 1420px) {
	.video-a {
		width: 1200px;
	}
	.modal-dialog {
		position: relative;
		width: 990px;
		margin:100px auto;
	}
	
}


.top_box2 {
	width:1420px;
	min-width:1420px;
	margin:0 auto;
	padding-bottom:10px;
}


.top_box3 {
	width:100%;
	height:554px;
	min-width:1420px;
	margin:0 auto;
	background:url(../2018image-chun/bottom.jpg) top center no-repeat;
	font:55px/1.3 "Microsoft YaHei", "Microsoft JhengHei";
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
}


.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 1420px;
    max-width: 1420px;
    width: calc(100% - 100px);
    height: 667px;
	margin:60px auto;
}


@media screen and (max-width: 718px) {
    .options {
        min-width: 520px;
    }

    .options .option:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 638px) {
    .options {
        min-width: 440px;
    }

    .options .option:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 558px) {
    .options {
        min-width: 360px;
    }

    .options .option:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 478px) {
    .options {
        min-width: 280px;
    }

    .options .option:nth-child(2) {
        display: none;
    }
}

.options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option:nth-child(1) {
    --defaultBackground: #ED5565;
}

.options .option:nth-child(2) {
    --defaultBackground: #FC6E51;
}

.options .option:nth-child(3) {
    --defaultBackground: #FFCE54;
}

.options .option:nth-child(4) {
    --defaultBackground: #2ECC71;
}

.options .option:nth-child(5) {
    --defaultBackground: #5D9CEC;
}

.options .option:nth-child(6) {
    --defaultBackground: #AC92EC;
}

.options .option.active {
    flex-grow: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 1000px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
    /*&:active {
     transform:scale(0.9);
  }*/
}

.options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.options .option.active .label {
    bottom: 20px;
    left: 20px;
}

.options .option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

.options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

.options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}

.options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label {
    display: flex;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

.options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}

.options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

.options .option .label .info .sub {
	font-family: "Microsoft YaHei", "Microsoft JhengHei";
	font-size: 16px;
	font-weight: bold;
    transition-delay: .1s;
}