*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration:none;
}
/*===CAROUSEL MODIFIER===*/
#section1 .carousel, 
#section1 .carousel-inner, 
#section1 .carousel-inner .carousel-item {
	height: 100%;
}
#section1 .carousel-inner .carousel-item img {
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	left: 50%;
	width: auto!important;
}
#section1 .carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transition: all 1000ms;
	-moz-transition: all 1000ms;
	-webkit-transition: all 1000ms;
	-o-transition: all 1000ms;
}
#section1 .carousel-fade .carousel-inner .active,
#section1 .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#section1 .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

#section1 .carousel-fade .carousel-inner .active.carousel-item-left,
#section1 .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}

#section1 .carousel-fade .carousel-control {
	z-index: 2;
} 

#section1 .carousel-fade .carousel-inner > .carousel-item.carousel-item-next,
#section1 .carousel-fade .carousel-inner > .carousel-item.carousel-item-prev,
#section1 .carousel-fade .carousel-inner > .carousel-item.active.carousel-item-left,
#section1 .carousel-fade .carousel-inner > .carousel-item.active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



#section1 #carouselFade{
	width: 100%;
	height: 100%;
}
#section1 .carousel-indicators{
	left: 0;
	right: unset;
	top: 50%;
	bottom: unset;
	display: block;
	transform:translateY(-50%);
	margin:auto;
}
#section1 .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 25px 0 0 30px;
	cursor: pointer;
	background: none;
	border:1px solid #FFF;
}
#section1 .carousel-indicators .active{
	background: #FFF;
}
/*=END CAROUSEL MODIFIER=*/
#section1{
	position: relative;
	width: 100%;
	z-index: 2;
}

.vertical-align{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.section1-content{
	width: 50%;
	right: 0;
	z-index:2;
}
.section1-content .heading{
	background: #FFF;
	height: 80px;
	line-height: 80px;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 56px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	border:3px solid #FFF;
	padding: 0px 30px;
	white-space: pre;
}
.section1-content .red{
	color: #e30613;
}
.section1-content .black{
	color: #333232;
	transform: translateX(-40px);
}

.image-cate{
	position: relative;
	background: #ff0000;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 24px;
	margin-bottom: 20px;
}
.image-cate:before{
	position: absolute;
	top: 0;
	right: 100%;
	content: " ";
	height: 100%;
	width: 100%;
	background: #ff7f7f;
}
.image-cate.right{
	float: right;
}
.image-cate.right:before{
	right: unset;
	left: 100%;
}

#section2{
	margin-top: 100px;
	position: relative;
	height: 900px;
}

.most-view-container{
	width: 400px;
	position: absolute;
	left: 50%;
}
.most-view-01{
	transform: translateX(10%);
	top: 0;
}
.most-view-02{
	transform: translateX(-110%);
	top: 150px;
}
.most-view-03{
	transform: translateX(10%);
	top: 450px;
}
.most-view-image{
	position: relative;
	height: 240px;
	width: 400px;
	display: block;
}
.most-view-image img{
	height: 240px;
	width: 400px;
}
.most-view-image:after{
	content: "IMAGE 400x240";
	font-size: 24px;
	text-align: center;
	line-height: 240px;
	height: 240px;
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
	font-weight: bold;
	background: #eee;
	z-index: -1;
}
.most-view-container .most-view-image:before{
	color: #ff0000;
	font-size: 72px;
	position: absolute;
	top: -50px;
	left: 50px;
	font-weight: bold;
	height: 50px;
	width: 50px;
	z-index: 2;
	font-family: 'TradeGothicLTCom-BdCn20';
}
.most-view-01 .most-view-image:before{
	content: "01";
}
.most-view-02 .most-view-image:before{
	content: "02";
}
.most-view-03 .most-view-image:before{
	content: "03";
}
.most-view-title{
	position: absolute;
	background: #FFF;
	height: 40px;
	line-height: 40px;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	border:3px solid #FFF;
	padding: 0px 10px;
	/*white-space: pre;*/
}
.most-view-title.red{
	color: #ff0000!important;
	top: 220px;
	left: 30px;
}
.most-view-title.black{
	color: #000!important;
	top: 260px;
	left: 60px;
}
.most-view-content{
	display: block;
	font-size: 14px;
	margin-top: 65px;
	font-family: 'GillSansInfantStd';
	padding: 0 10px 0 30px;
}

#section3{
	height: 550px;
	background: url(../image/redcircle.png) no-repeat 30px center;
	background-size: contain;
	padding-top: 30px;
}
#carouselSecond{
	height: 350px;
	position: relative;
	clear: both;
}
.section3-slide{
	height: 350px
}
.section3-slide img{
	height: 350px !important;
	width: 450px;
}
.section3-slide-text{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 30%;
	text-align: right;
	font-family: 'GillSansInfantStd';
}
.section3-slide-text h3{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.section3-slide-text span{
	display: inline-block;
	margin-bottom: 15px;
}
.section3-slide-text a{
	display: inline-block;
	font-family: 'GillSansInfantStd';
	font-size: 14px;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 10px;
	padding: 10px 25px;
}
.section3-slide-text a:hover{
	color: #e30613;
	border: 1px solid #e30613;
	padding: 11px 27px;
}
#section3 .carousel-indicators{
	bottom: 40px;
	margin-right: 0;
}
#section3 .carousel-indicators:after{
	content: "";
	height: 0;
	width: 30%;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-90%);
	/*border-top: 2px solid #000;*/
}
#section3 .carousel-indicators li{
	height: 10px;
	width: 10px;
	border:1px solid #000;
	border-radius: 50%;
}
#section3 .carousel-indicators .active{
	background-color: #ff0000;
	border:1px solid #ff0000;
}
#section3 .carousel-control-next, #section3 .carousel-control-prev{
	top: unset;
	width: 40px;
	bottom: 30px;
}
#section3 .carousel-control-prev{
	right: 42.5%;
	left: unset;
}
#section3 .carousel-control-next{
	left: 57.5%;
	right: unset;
}
#section3 .carousel-control-prev-icon, #section3 .carousel-control-next-icon{
	background-image: unset;
}
#section3 .carousel-control-prev-icon:before{
	content:"←";
	top: -15px;
	right: 0;
	position: absolute;
	color: #000;
	height: 20px;
	width: 40px;
	font-size: 40px;
}
#section3 .carousel-control-next-icon:before{
	content:"→";
	position: absolute;
	top: -15px;
	left: 0;
	color: #000;
	height: 20px;
	width: 40px;
	font-size: 40px;
}


#section4{
	margin: 100px auto;
}
.old-image-container{
	margin-top: 50px;
}
.old-image-item{
	margin-bottom: 30px;
}
.old-image{
	position: relative;
	height: 250px;
	width: 300px;
	color:unset;
	display: block;
	margin:auto;
}
.old-image img{
	height: 100%;
	width: 100%;
}
.old-image:after{
	position: absolute;
	content: "IMAGE 300x250";
	height: 250px;
	width: 300px;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 250px;
	text-align: center;
	background: #eee;
	top: 0;
	left: 0;
	z-index: -1;
}
.old-image span{
	position: absolute;
	bottom: 20px;
	padding-left: 80px;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'TradeGothicLTCom-BdCn20';
	z-index: 2;
	height: 36px;
	display: none;
}
.old-image:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ff000059;
	z-index: 2;
	display: none;
}
.old-image:hover > span{
	display: block;
}
.old-image:hover:before{
	display: block;
}
.old-image span:before{
	position: absolute;
	left: 22px;
	content: "→";
	display: inline-block;
	height: 36px;
	width: 36px;
	color: #000;
	line-height: 36px;
	text-align: center;
	background: #eee;
}
.old-image-paginate{
	display: block;
	text-align: right;
}
.old-image-paginate li{
	display: inline-block;
}
.old-image-paginate>li>a{
	color: #666!important;
	text-decoration: none;
	margin:0 10px;
	font-weight: bold;
	font-family: 'TradeGothicLTCom-BdCn20';
}
.old-image-paginate>li>a.active{
	color:#000!important;
}

@media (max-width: 767px){
	#main{
		width: 100%;
		overflow-x: hidden;
	}
	#section1{
		height: 350px!important;
	}
	.section1-content{
		width: 100%;
		right: unset;
		left: 25%;
	}
	.section1-content .heading{
		height: 30px;
		line-height: 30px;
		font-size: 30px;
		padding: 0px 10px;
	}
	#section1 .carousel-inner .carousel-item img{
		height: 100%!important;
	}
	#section2{
		height: auto;
		margin-top: 50px;
	}
	.image-cate{
		font-size: 16px;
		padding: 5px 10px;
		margin-right: 60px;
		margin-top: 50px;
	}
	.most-view-container{
		position: relative;
		left: unset;
		top: unset;
		width: 320px;
		margin:auto;
		margin-bottom: 50px;
	}
	.most-view-image{
		width: 320px;
		height: 192px;
	}
	.most-view-image img{
		height: 100%;
		width: 100%
	}
	.most-view-image:after{
		width: 320px;
		height: 192px;
		line-height: 192px;
	}
	.most-view-01,.most-view-02,.most-view-03{
		transform: none;
	}
	.most-view-title{
		font-size: 20px;
	}
	.most-view-title.red{
		top: 160px;
	}
	.most-view-title.black{
		top: 190px;
	}

	#section3{
		height: auto;
		background: none;
	}
	#carouselSecond{
		height: auto;
	}
	.section3-slide{
		height: auto;
	}
	.section3-slide-text{
		width: auto;
		position: unset;
		transform: none;
	}
	#section3 .carousel-indicators{
		bottom: -40px;
	}
	#section3 .carousel-control-next, #section3 .carousel-control-prev{
		bottom: -50px;
	}
	.section3-slide img{
		width: 100%!important;
		height: auto!important;
	}
	.section3-slide-text h3{
		margin:15px auto;
		font-size: 20px;
	}
	.section3-slide-text a{
		padding:5px 15px;
	}
}
#red-circle {
    background: url(../image/BG5.png) no-repeat;
    background-size: contain;
    background-position: 30% 50%;
    height: 103%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	z-index:1;
}

@media (min-width: 891px) and (max-width: 1023px) {
	#section1 {
		background-position:-60px -35px !important;	
		background-size: cover !important;
		height: 100vh !important;
		
	}  
	.section1-content {
		top: 55% !important;
	}
}

@media (min-width: 768px) and (max-width: 890px) {
	#logo{
		display: none;
	}
	#section1 {
		background-position: -510px 0px !important;
	}  
	.section1-content {
		top: 55% !important;
	}
	#intro-search {
		top: 25px !important;
	}
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	.section1-content .heading {
	    background: #FFF;
		height: 52px !important;
		line-height: 52px !important;
		font-family: 'TradeGothicLTCom-BdCn20';
		font-size: 30px !important;
		text-transform: uppercase;
		display: inline-block;
		margin: 0;
		border: 3px solid #FFF;
		padding: 0px 5px !important;
		white-space: pre;
	}
	
	.most-view-container { width:300px !important; }
	.most-view-image img {
		height: 180px !important;
		width: 300px !important;
	}
	.most-view-image {
		height: 180px !important;
		width: 300px !important;
	}
	.most-view-image:after {
		line-height: 180px !important;
		height: 180px !important;
		width: 300px !important;
	}
	.most-view-title {
		line-height: 24px !important;
		font-size: 17px !important;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	#section1 {
		background-position: -635px 0px !important;
	} 
	#intro-search {
		top: 20px !important;
	}
	.section1-content .heading {
		height: 40px !important;
		line-height: 40px !important;
	}
	.section1-content {
    	width: 40% !important;
	}
	.section1-content {
		top: 30% !important;
		position: absolute !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	} 	
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	#section2 {
		background-size: contain,auto 700px !important;	
	}
	.section2-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	.hot > p:nth-child(1) > span {
		font-size: 25px !important;
	}
	.hot > p:nth-child(2) > span {
		font-size: 25px !important;
		color: #e30613;
	}
	.section-detail {
		min-height: 100% !important;
	}
	.most-view-content {
    	margin-top: 100px !important;
	}
	.most-view-title {
		line-height: 27px !important;
		font-size: 20px !important;
		width:100% !important;
	}
}