.i_c1_bc1 {
	height: 38px;
	background: rgba(248, 248, 248, 1);
}

.i_center1 {
	height: 38px;
	width: 1200px;
}

.i_c1_Font1>img {
	width: 14px;
	height: 18px;
	margin-right: 10px;
}

.i_c1_Font1>span {
	font-size: 14px;
	font-family: 'MicrosoftYaHei';
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 17px;
}

.i_c1_Font2 {
	font-size: 14px;
	font-family: 'MicrosoftYaHei';
	font-weight: 400;
	color: rgba(241, 2, 21, 1);
	line-height: 17px;
}





.i_c2_bc1 {
	height: 140px;
	background: rgba(255, 255, 255, 1);
}

.i_center2 {
	width: 1200px;
}

.i_c2_inputs {
	width: 454px;
	border: 2px solid rgba(241, 2, 21, 1);
	padding: 8px;
}

.i_c2_inputs>input {
	font-size: 12px;
	color: #000;
	outline: none;
	border: none;
	background: none;
	margin-left: 10px;
}

.i_c2_btns1 {
	width: 100px;
	height: 40px;
	background: rgba(241, 2, 21, 1);
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
}

.i_c2_btns2 {
	width: 124px;
	height: 40px;
	border: 1px solid rgba(236, 236, 236, 1);
}

.i_c2_btns2:nth-child(1) {
	border-right: none;
	position: relative;
}

.i_c2_btns2>span {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	margin-left: 8px;
}

.i_c2_Nums {
	position: absolute;
	top: -8px;
	right: 10px;
	padding: 1px 10px;
	border-radius: 10px;
	background: #F10215;
	font-size: 12px;
	color: #fff;
}





.i_c3_bc1 {
	height: 40px;
	background: rgba(248, 248, 248, 1);
}

.i_center3 {
	width: 1200px;
}

.i_c3_Font1 {
	width: 200px;
	height: 40px;
	background: rgba(237, 237, 237, 1);
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	font-weight:600;
}

.i_c3_Font2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
	/* margin-left: 80px; */
	/* font-weight:600; */
	padding: 0 10px;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
}

.i_c3_Font2:hover {
	color: rgba(241, 2, 21, 1);
}
.nav_bars{
	width:1000px;display: inline-flex;align-items: center;justify-content: space-between;
}




.i_c4_bc1 {
	height: 450px;
	background: rgba(235, 224, 204, 1);
}

.i_center4 {
	width: 1200px;
	height: 450px;
}

.i_c4_left {
	width:200px;
	height:450px;
	background:rgba(0,0,0,0.5);
	box-shadow:0px 0px 9px rgba(4,0,0,0.03);
}

.i_c4_Font1{
	font-size:12px;
	color:rgba(255,255,255,1);
	width:200px;
	height:31.5px;
}

.i_c4_Post1{
	width:650px;
	height:428px;
	position: absolute;
	background: #fff;
	left: 200px;
	top:0px;
	display: none;
	padding: 0px 25px 20px 25px;
	border: 1px solid #f10215;
	z-index: 3;
}

.i_c4_Padd1{
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.i_c4_Font4{
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin-right: 15px;
}

.i_c4_Font4:hover{
	cursor: pointer;
	color: #ff4040;
}

.i_c4_Font1:hover{
	background: #fff;
	color:rgba(102,102,102,1);
	cursor: pointer;
}

.i_c4_Font1:hover .i_c4_Post1{
	display: block;
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 1s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}

.i_c4_bc2{
	width:200px;
	height:40px;
	background:rgba(0,0,0,0.5);
}

.i_c4_Font2{
	font-size:12px;
	color:rgba(255,255,255,1);
}

.i_c4_Font3{
	font-size:12px;
	color:rgba(255,255,255,1);
}

.i_c4_right{
	width:1000px;
	height:450px;
}

.i_c4_right>.swiper-container {
    width: 100%;
    height: 100%;
}
.i_c4_right>.swiper-container>.swiper-wrapper>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.i_bc1{
	background: #F8F8F8;
}


.i_center5{
	background: #fff;
	margin-top: 25px;
	width: 1200px;
}

.i_c5_bc1{
	width:106px;
	height:80px;
	background:url(../images/indexImg5.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 15px 8px;
}

.i_c5_bc1:hover{
	cursor: pointer;
	opacity: 0.8;
}

.i_c5_Font1{
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}

.i_c5_Font2{
	font-size:14px;
	color:rgba(255,255,255,1);
	margin-top: 5px;
}

.i_c5_Font3{
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
}

.i_c5_bc2{
	width: 1040px;
	height: 110px;
}


.i_c5_bc3{
	width:38px;
	height:110px;
	background: url(../images/indexImg6.png) no-repeat;
	background-size: 100% 100%;
	font-size:14px;
	color:rgba(153,153,153,1);
}
#coupon{
	overflow-x: hidden;
	overflow-y: hidden;
}
.i_c5_wid5{
	width: 203px;
	height: 110px;
	border-right: 1px dashed #dddddd;
	float: left;
	/* line-height: 110px; */
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.i_c5_wid5:nth-child(5){
	border-right: none;
}

.i_c5_wid5:hover{
	cursor: pointer;
	opacity: 0.8;
}

.i_c5_Font4{
	margin-right: 10px;
	float: left;
}

.i_c5_Font4>span:nth-child(1){
	font-size: 14px;
	color: #f10215;
	margin-top: 10px;
}
.i_c5_Font4>span:nth-child(2){
	font-size: 24px;
	color: #f10215;
	font-weight: 600;
}

.i_c5_Font5{
	font-size: 14px;
	color: #333333;
}
.i_c5_Font6{
	font-size: 12px;
	color: #666666;
}



.i_center6{
	width: 1200px;
	height: 310px;
	margin-top: 25px;
}

.i_c6_left{
	width:190px;
	height:310px;
	background: url(../images/indexImg7.png) no-repeat;
	background-size: 100% 100%;
}

.i_c6_Font1{
	width:35px;
	height:35px;
	background:rgba(51,51,51,1);
	border-radius:5px;
	font-size:18px;
	color:rgba(255,255,255,1);
}

.i_c6_Margin1{
	margin-top: 50px;
	
}

.i_c6_Margin1>span{
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	margin: 0px 5px;
}


.i_c6_Right{
	width: 1010px;
	height: 310px;
}

.i_c6_Padd1{
	padding: 16px 20px;
	width: 970px;
	height: 20px;
}

.i_c6_Font2{
	font-size:14px;
	color:3999999;
	margin-right: 10px;
}

.i_c6_content{
	width: 1010px;
	height: 257px;
	border-top: 1px solid #e7e7e7;
}

.i_c6_wid{
	width: 164px;
	height: 257px;
	border-right: 1px solid #e7e7e7;
	padding: 0px 18.5px;
}

.i_c6_Img1{
	width: 164px;
	height: 174px;
}

.i_c6_Font3{
	font-size:12px;
	color:rgba(51,51,51,1);
	height: 48px;
	line-height: 1.5;
	margin-top: 10px;
	overflow: hidden;
}

.i_c6_Font4{
	font-size: 16px;
	color: #f10215;
}

.i_c6_Font5{
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}

.i_c6_Margin2{
	margin-top: 6px;
}

.i_c6_wid:nth-child(5){
	border-right: none;
}

.i_c6_wid:hover{
	cursor: pointer;
	opacity: 0.8;
}


.i_center7{
	width: 1205px;
}

.i_c7_Padd1{
	padding: 15px 0 5px 0;
}

.i_c7_Font1{
	font-size:16px;
	color:rgba(51,51,51,1);
	margin: 0 15px;
	font-weight: 600;
}

.i_c_Wid5{
	width:213px;
	height:290px;
	margin: 10px 5px 0px 5px;
	padding: 8px;
	border: 1px solid #fff;
	position: relative;
	transition: all 0.5s ease;
}

.i_c_Img1{
	width: 212px;
	height: 212px;
}

.i_c_Font1{
	height:40px;
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:20px;
	overflow: hidden;
	margin-top: 5px;
}

.i_c_Margin1{
	margin-top: 10px;
}

.i_c_Font2{
	font-size: 14px;
	color: #f10215;
	font-weight: 600;
}

.i_c_Font3{
	font-size: 12px;
	color: #999999;
}

.i_c_Post1{
	position: absolute;
	background: #fff;
	height: 68px;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width:213px;
	padding: 8px;
	display: none;
}

.i_c_btns1{
	width:106px;
	height:33px;
	background:rgba(241,2,21,1);
	font-size:14px;
	color:rgba(255,255,255,1);
	margin-top: 10px;
}

.i_c_btns1:hover{
	opacity: 0.8;
}


@-webkit-keyframes fadeIn {
	0% {
	opacity: 0; /*初始状态 透明度为0*/
	}
	50% {
	opacity: 0; /*中间状态 透明度为0*/
	}
	100% {
	opacity: 1; /*结尾状态 透明度为1*/
	}
}


.i_c_Wid5:hover{
	cursor: pointer;
	border-color: #f10215;
}

.i_c_Wid5:hover .i_c_Post1{
	display: block;
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 1s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}


.i_center8{
	/* width: 1200px;
	height: 450px; */
	margin-top: 25px;
	/* object-fit: fill */
}

.i_center9{
	width: 1200px;
	margin-top: 25px;
}




.i_center10{
	width: 1150px;
	padding: 25px;
	margin-top: 25px;
}

.i_c10_Img1{
	width: 450px;
	height: 400px;
	margin-right: 25px;
}

.i_c10_Img2{
	width: 680px;
	height: 400px;
}

.i_center11{
	width: 1150px;
	padding: 25px;
	margin-top: 25px;
}

.i_c11_Img2{
	width: 680px;
	height: 190px;
}

.i_c11_Img3{
	width: 680px;
	height: 190px;
	margin-top: 25px;
}



.i_center12{
	width: 1170px;
	padding: 0px 15px 25px 15px;
	margin-top: 25px;
}

.i_c12_Img1{
	width: 565px;
	height: 188px;
	margin:25px 10px 0px 10px;
}


.i_center13{
	width: 1200px;
	padding: 15px 0px;
}

.i_c13_xian{
	width:160px;
	height:1px;
	background:rgba(220,220,220,1);
}

.i_c13_Font2{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin: 0 15px;
}

.i_center14{
	width: 1200px;
	padding: 25px 0px;
	border-bottom: 1px solid #F8F8F8;
}



.i_c14_Font1{
	font-size: 12px;
	color: #666666;
	padding: 0px 25px;
	border-right: 1px solid #666666;
}

.i_c14_Font1:nth-child(11){
	border-right: none;
}

.i_center15{
	width: 1200px;
	padding: 25px 0px;
	font-size: 12px;
	color: #999999;
}



.footer{
	margin-top: 40px;
	border-top: 1px solid #ededed;
	text-align: center;
}

.footer_icp{
	font-size:12px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:30px;
	text-align: center;
	padding: 18px 0;
}
.footer_ul{
	overflow-y: hidden;
	display: inline-flex;
	width: 1200px;
	justify-content: center;
	padding: 27px 0;
	border-bottom: 1px solid #ededed;
}
.footer_ul_li{
	font-size:12px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:18px;
	color: #666666;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.verctive{
	width: 2px;
	height: 13px;
	background: #666666;
	display: inline-flex;
	font-weight:400;
	margin: 0 18px;
}


.timebox{
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.otherTime{
	width:152px;
	height:32px;
	font-size:36px;
	font-family:MStiffHeiPRC-UltraBold;
	font-weight:800;
	font-style:italic;
	color:rgba(255,255,255,1);
	line-height: 32px;
	display: inline-flex;
	justify-content: center;
	letter-spacing: 5px
}




video::-internal-media-controls-download-button { 
display:none; 
}



/*滚动条样式*/
#nav_list::-webkit-scrollbar {/*滚动条整体样式*/
    height: 0;
}
#nav_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#nav_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
#nav_list{
	box-sizing: border-box;width:90%;overflow-x: scroll;white-space: nowrap;
	display: inline-flex;
	align-items: center;
}
.icons{
	display: inline-flex;align-items: center;
	width: 5%;
	justify-content: center;
	cursor: pointer;
	background: #f8f8f8;
	height: 40px;
}





















