

.ck-about-title>h3{
        text-align: center;
    padding-top: 80px;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ck-about-title>h3>span{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-left: 12px;
}
.ck-about-title>h3>small>a{
    font-size: 14px;
    color: #fff;
}
.ck-about-title>h3>small i{
    padding-left: 5px;
}

.ck-about-right ul{
    display:block;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ck-about-right ul li {
    width: 15%;
    margin: 5px;
    position: relative;
    
}




.slide-title {
	font-size: 48px;
	color: #313131;
	letter-spacing: 5px;
	line-height: 1;
	text-align: center;
}
.slide-links {
	margin-top: 0;
	text-align: center;
}
.slide-links a {
	background-color: #20b573;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #20b573;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 2px;
}
.slide-links a:hover {
	background: #188a57;
	color: #fff;
}
.slide-item-body ul li {
	width: 33.333%;
	float: left;
	display: block;
	height: 200px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: none;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	color: #000;
	z-index: 10002;
}
.slide-item-body ul li a {
	display: block;
	box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.new-img img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}

.slide-item {
	width:90%;
	position: relative;
	margin: 0 auto;
}
.slide-item-box {
	padding: 50px 0;
}

.new-body-title {
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    color: #000;

    font-weight: 600;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.new-body-text {
    height: 92px;
    min-height: 50px;
    line-height: 18px;
    font-size: 12px;
    color: #919191;
    overflow: hidden;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.slide-item-body {
	margin-left: -70px;
}
.slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.new-body {
    padding: 10px 20px 40px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.slide-item-body ul li:hover .new-body>.new-body-title{
    color: #fff;
}
.slide-item-body ul li:hover .new-body>.new-body-text{
    color: #fff;
}
.slide-item-body ul li:hover .new-body{

    background: rgba(0,0,0,.3);
    z-index: 8;
    
}
.slide-item-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.slide-item-icon>i{
    font-size: 28px;
    color: #fff;
}
.slide-item-body ul li:hover .slide-item-icon{
    opacity: 1;
}
.slide-item-body .tempWrap {
	padding-top: 20px;
}
.slide-item-body ul {
	padding-top: 10px;
	overflow: visible;
}
.slide-item-body ul li:hover {
    z-index: 1002;
    position: relative;
    left: 0;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.next {
	position: absolute;
	top: 46%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px;
	-webkit-background-size: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: -130px;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../images/prev-btn.png");
}
.next:hover {
	background-image: url("../images/btn-fl2.png");
}
.prev {
	position: absolute;
	top: 46%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px;
	-webkit-background-size: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	right: -100px;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../images/next-btn.png");
}
.prev-bg:hover {
	background-image: url("../images/btn-fr2.png");
}


.box{
    opacity: 0;
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .ck_navigation_right_wrapper .content--demo-3>ul>li {
        padding: 2px 4px;
    }
    .ck_navigation_right_wrapper {
        width: 100%;
    }

}


@media all and (min-width:996px) and (max-width:1440px) {
    
    .ck_offer_img_cont_wrapper {
        padding: 160px 200px 0 0;
    }
    .ck_special_img_wrapper{
        
        padding: 100px 0 0;
    }
    .in-news{
        padding-top: 70px;
    }
    .pro-mian{
        padding-top: 50px;
    }
    .w-imgText5 .textB {
        padding: 200px 50px;
    }
    .in-wrap{
        bottom: 82px;
    }
    .in-contact{
        margin-top: 30px;
    }
    .in-con-ul>li{
        padding: 20px 50px;
    }
    .slide-item{
        width: 1100px;
    }
}
@media all and (max-width:768px){
    html,body{
        overflow-x: hidden !important;
    }
    .container{
        width: auto;
    }
    .ck_navigation_right_wrapper{
        width: 10%;
    }
    .ck_logo_wrapper{
        width: 19%;
    }
    .ck_navigation_right_wrapper>i{
        font-size: 30px;
        line-height: 50px;
        display: block;
        color: #fff;
    }
    .ck_navigation_right_wrapper .content--demo-3>ul{
        display: none;
        position: absolute;
        left: 0;
        top: 65px;
        background: #000;
        width: 100%;
    }
    .ck_navigation_right_wrapper .content--demo-3>ul>li>hr{
        display: none;
    }
    .ck_navigation_right_wrapper .content--demo-3>ul>li>a{
        padding: 5px 0;
        display: inline-block;
        line-height: 33px;
        width: 100%;    font-size: 15px;
    }
    .ck_navigation_right_wrapper .content--demo-3>ul>li.active>a{
        padding: 0;
    }
    .fp-tableCell{
        
    }
    #myCarousel{
        padding-top: 65px;
    }
    .ck_header_main_wrapper,.fp-tableCell,.fp-section.fp-table, .fp-slide.fp-table{
        height: auto !important;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50%);
    }
    .slide-content{
      
    }
    .slide-item{
        width: 100%;
    }
    .slide-item-body ul li{
        width: 100%;
    }
    .slide-item-body{
        margin-left: 0;
        width: 100%;
        overflow: hidden;
    }
    .tempWrap{
        width: 100% !important;
    }
    .hd{
        display: none;
    }
    .ck-about-title{
        padding-top: 20px;
        width: 100%;
    }
    .slide-item-box{
        padding: 20px 0;
    }
    .ck_special_img_wrapper{
        padding: 0;
    }
    .ck_offer_img_cont_wrapper{
        padding: 20px 0;
    }
    .in-news-title>h3{
        margin-bottom: 0;
        padding: 20px 0;
    }
    .in-news ul>li{
        width: 100%;
        margin: 5px 0;
    }
    .in-news-btn>a{
        margin: 30px 0;
    }
    .par-title hr{
        width: 50px;
    }
    .par-title>div>span{
        padding: 0 10px;
    }
    .par-title>div{
        margin: 20px 0;
    }
    .profile>ul{
        padding: 0;
        padding-bottom: 20px;
    }
    .par-title>h3{padding: 20px 0;}
    .profile>ul>li{
        margin: 5px;
        width: 40%;
    }
    .in-contact-left{
        width: 100%;
    }
    .in-contact-left>ul{
        width: 50%;
    }
    .in-contact{
        margin: 20px 0;
    }
    .ck_contact_main_wrapper .row{
        width: 100%;
        margin: 0;
    }
    .in-contact-left>ul>li{
        text-align: center;
    }
    .in-contact-left>ul>li>hr{
        margin: 10px auto;
    }
    .in-contact-left>p{
        width: 50%;
        margin: 20px 0;
    }
    .in-contact-right,.in-contact-right>ul{
        width: 100%;
        text-align: center;
    }
    .in-contact-right img,.in-contact-right>span{
        display: none;
    }
    .ck-about-title>h3>small{
        padding-right: 20px;
    }

    .footer{
        position: relative;
        bottom: 0;
    }
    .footer>div{
  
    }
    .ck_about_con{
        width: 100%;
    }
  .box{
      opacity: 1!important;
      display: block;
  }
  .swiper-slide p{
      text-align: center;
      font-size: 14px;
      color: #fff;
      margin: 0;
      padding: 10px 0;
  }
  .ck_navigation_right_wrapper .content--demo-3>ul>li>ul{
    display: none !important;
}
.in-contact-center{
    position: inherit;
    text-align: left;
    margin: 20px 20px;
}
}