.container{
	width: 100%;
	min-width: 1200px;
	padding: 0;
	
}
/*---------- KV ----------*/
.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: #e5e5e5;
	border-radius: 22px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #ff7e00;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom,
	.swiper-pagination-fraction{
		bottom: 4px;
	}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 12.5px 13px;
}
.swiper-slide > a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide > a > img{
	flex-shrink: 0;
}
.kv{
	/*border-bottom: 5px solid #ffd600;*/
}
.bottoom_area_bg{
	padding: 38px 0 28px;
	background: url(../../images/caroltex_index_bg.jpg);
}
.bottom_area{
	width: 1200px;
	margin: 0 auto;
}
/*---------- What's NEW ----------*/
.what_new{
    width: 1137px;
    margin: 0 auto 51px;
}
.what_new > p{
	text-align: center;
    font-size: 36px;
    line-height: 1.5em;
    color: #313131;
    margin: 0 0 35px;
}
.cover_item{
	display: flex;
}
.cover_item > a{
	position: relative;
	float: left;
	/*width: 360px;*/
	width: 350px;
    height: 330px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0 15px;
}
.cover_item > a > .inner_img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cover_item > a > .inner_img > img{
	max-width: 100%;
}
.cover_bg{
	position: absolute;
	left: 0;
	bottom: -350px;
    background-color: rgba(67,67,67,0.5);
    width: 350px;
    height: 330px;
	-webkit-transition: bottom 0.3s ease-in;
    -moz-transition: bottom 0.3s ease-in;
    -o-transition: bottom 0.3s ease-in;
    transition: bottom 0.3s ease-in;
}
.cover_item > a:hover .cover_bg{
	bottom: 0;
}
.title_block_up hr,
.title_block_down hr{
	border-top: 3px solid #ff7e00;
	width: 100px;
}
.title_block_up,
.block_down{
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.title_block_up{
	isplay: block;
    height: 58px;
    position: relative;
    top: -219px;
    /*left: 123px;*/
}
.title_block_down{
	position: absolute;
	width: 100%;
	min-height: 127px;
	bottom: 22%;
}
.title_block_down  p{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 0 30px;
	max-height: 90px;
	overflow: hidden;
}
/*----- Product -----*/
.product_area{
    width: 97%;
    position: relative;
    padding-bottom: 150px;
    margin: 0 auto;
}
.product_area > p {
    font-size: 36px;
    line-height: 1.5em;
    color:#fff;
    text-align: center;
    padding: 165px 0 60px 0;
}
.pro_btn{
    width: 100%;
    position: absolute;
    top: 54%;
    /*display: none;*/
}
.product{
    width: 1110px;
    height: 500px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
}
.product .swipe_item{
    display: block;
    text-align: center;
    background-color: #fff;
    padding-bottom: 60px;
    text-decoration: none;
}
.product .swipe_item .table_block{
    height: 440px;
    padding-bottom: 20px;
    position: relative;
}
.product .swipe_item .pro_info{
	position: relative;
    height: 100px;
    top: -99px;
    vertical-align: middle;
    background: rgba(255,126,0,.9);
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .swipe_item .pro_info h2{
    color:#fff;
    max-height: 70px;
    overflow: hidden;
}
.product .swipe_item .pro_info p:nth-child(2){
    font-size: 18px;
    line-height: 36px;
    color:#1b1b1b;
    max-height: 26px;
    overflow: hidden;
}
.pro_btn .swiper-button-prev{
    background-image: url(../../images/caroltex_index_prev.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    background-color: rgba(49,49,49,0.8);
    width: 40px;
    height: 100px;
    left: 0;
    z-index: 999;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.pro_btn .swiper-button-next{
    background-image: url(../../images/caroltex_index_next.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    background-color: rgba(49,49,49,0.8);
    width: 40px;
    height: 100px;
    right: 0;
    z-index: 999;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.pro_btn .swiper-button-prev:hover,
.pro_btn .swiper-button-next:hover{
    background-color: #313131;
}
.product_area .table_cell{
	overflow: hidden;
}
.product_area .table_cell img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
.product_area .table_cell:hover img {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}
/*----- Exhibition -----*/
.exhi_area{
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
}
.exhi_area > p{
	font-size: 36px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 37px;
}
.exhi_area > div{
	display: flex;
	align-items: center;
	background:rgba(44,166,224,0.2);
	padding: 30px;
	margin-bottom: 30px;
}
.exhi_area > div:last-child{
	margin-bottom: 0;
}
.exhi_area > div > a.img_a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px 0 0;
}
.exhi_area > div > a.img_a > img{
	flex-shrink: 0;
}
.exhi_area > div > div{
	width: 50%;
}
.exhi_area > div > div > hr{
	border-top: 3px solid #ff7e00;
	width: 50px;
	margin: 17px 0 18px;
}
.exhi_area > div > div > p.title{
	font-size: 24px;
}
.exhi_area > div > div > p.content{
	max-height: 70px;
	overflow: hidden;
}
.exhi_area > div > div > a i{
	padding-right: 5px;
}
.exhi_area > div > div > a{
	display: block;
	margin-top: 17px;
}
.exhi_area > div > a.btn{
	display: block;
	width: 125px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	background-color: #ffb300;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.exhi_area > div > a.btn:hover{
	background-color: #ff7e00;
}
@media(max-width: 767px){
	.container{
		width: 100%;
		min-width: 100%;
		padding: 0;
		overflow: hidden;
	}
	.swiper-container.kv{
		overflow: visible;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom,
	.swiper-pagination-fraction{
		bottom: -54px;
	}
	.bottoom_area_bg{
		padding-top: 38px 0 28px;
		background: #fff;
	}
	.bottom_area {
	    width: 100%;
	    margin: 0 auto;
	}
	.what_new > p{
		font-size: 24px;
		margin: 0 0 9px;
	}
	.what_new{
	    width: 100%;
	    margin: 38px auto 24px;
	}
	.title_block_up {
	    top: -57%;
	}
	.cover_item{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cover_item > a{
		position: relative;
		float: left;
		/*width: 300px;
	    height: 274px;*/
	    min-width: 63.886%;
    	height: 60.236vw;
    	min-height: 280px;
		text-decoration: none;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		color: #fff;
		margin: 0 10px 20px;
		/*background: #e5e5e5;*/
	}
	.cover_item > a > .inner_img {
	    height: 100%;
	}
	.cover_bg{
		width: 100%;
		height: 100%;
		bottom: -100%;
	}
	.title_block_down{
		min-height: 90px;
	}
	.product .swipe_item{
		width: 240px;
		margin: 0 auto;
	}
	.product_area{
		width: 100%;
		background-color: #0081c9;
		padding-bottom: 25px;
	}
	.product_area > p{
		font-size: 24px;
		line-height: 28px;
		padding: 25px 0 25px 0;
	}
	.product{
		width: calc(100% - 20px);
	}
	.pro_btn {
	    top: 300px;
	}
	.exhi_area {
	    width: 100%; 
	    padding: 0 10px;
	    margin: 0 auto;
	}
	.exhi_area > p {
	    font-size: 24px;
	    text-align: center;
	    margin: 33px 0 22px;
	}
	.exhi_area > div {
	    flex-wrap: wrap;
	    padding: 30px 30px 25px;
	    margin-bottom: 20px;	
	}
	.exhi_area > div:last-child{
		margin-bottom: 60px;
	}
	.exhi_area > div > a.img_a {
	    padding: 0;
	    margin: 0 auto;
	}
	.exhi_area > div > div {
	    width: 100%;
	    margin-top: 17px;
	}
	.exhi_area > div > a.btn{
		display: none;
	}
	.exhi_area > div > div > p.content{
		max-height: none;
		overflow: hidden;
	}
}