.ct{
	height: 519px;
    background-size: auto 519px;
    background-position: left center;
}
.ct-bg{
	width: 50%;
}
@media(max-width: 768px){
    .ct{
        height: 519px;
        background-size: cover;
        background-position: -800px top;
    }
    .ct-bg{
        width: 70%;
    }
}
.new1{
	padding-top: 48px;
	
}
.new1 p{
	color: #ccc;
	font-size: 14px;
}
.ct3{
	border: 3px solid #ccc;
}
.new2{
	padding-top: 52px;
    padding-bottom: 52px;
}
.news2-child{
    padding-bottom: 52px;
}
.new2 p{
	color: #ccc;
}
.new2 p.p2{
	padding-top: 15px;
	padding-bottom: 5px;
}
.new2 h4,.new2 h4 a{
    font-size: 24px;
    color: #3E3A39;
    font-weight: bold;
}
.news-button a{
	color: #727171;
}
.new-line{
	border-bottom: 2px solid #ccc;
	padding-top: 15px;
}
.ns{
	background-color: #F7F8F8;
	padding-top: 60px;
	padding-bottom: 60px;
}
.ns h1{
	color: #000;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 35px;
	font-weight: bold;
}
.ns .swiper-container {
    width: 100%;
    height: 415px;
    background: #fff;
    z-index: 0;
}
.ns .bgimg{
    position: absolute;
    width: 100%;
    height: 415px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top:50%;
    left: 0;
    right: auto;
    transform: translate(0,-50%);
    background-color: #F7F8F8;
}
.ns .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
    width: 100%;
    height: 100%;
    position: relative;
}
.ns .ns-text{
	font-size: 14px;
	color: rgba(57,58,58,1);
	margin-top: 35px;
}
.ns .ns-text *{
    color: rgba(57,58,58,1);
}
.ns .swiper-button-prev,
.ns .swiper-button-next{
    width: 50px;
    height: 110px;
    background-size: 100%;
    background-image: url(../img/ns-arrowsl.png);
    top: 40%;
}
.ns .swiper-button-next{
    background-image: url(../img/ns-arrowsr.png);
}
@media (max-width: 1200px){
    .ns .swiper-button-prev,
    .ns .swiper-button-next{
        width: 35px;
        height: 35px;
    }
}