.image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body{
    text-align: center;
    font-family: "微软雅黑"; 
}

.body-wrapper{
    /*position: relative;*/
    width: 1400px;
    text-align: center;
    display: inline-block;
}
.body-wrapper .swiper .swiper-slide{
	position: relative;
}
/*.title-tontent{
	position: absolute;
	left: 2.5rem;
	top: 2rem;
	z-index: 1001;
	border: 2px solid red;
	color: white;
}*/

.swiper-slide .image .img-wrapper {
		height: 100%;
		width: 100%;
}
.swiper-slide .image img {
	visibility: hidden;
}	
nav{
    text-align: left;
}

.navbar{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    display: inline-block;
    z-index: 2040;
    background-repeat: repeat-x;
    border: none;
    margin-bottom: 0;
    color: black;
    height: 55px; 
}

.navbar.is-scroll{
    left: 0;
    width: 100%;
    margin-left:50%;
    background-color: white;
    transition: background 0.5s;
    box-shadow: 0 1px 0 rgba(0,0,0,0.09);
}

.navbar.is-scroll .navbar-column a{
    color: black;
}

.navbar.is-scroll .container{
    position: fixed;
    top: 0;
    left: 50%;
   transform: translateX(-70%);

}
.navbar.is-scroll .navbar-column a {
    transition: color 0.5s;
    color: black;
}
.navbar-brand .nordri-logo{
    transition: background 0.5s;
    background-image: url('../img/nordri-logo.png');
    width: 117px;
    height: 25px;
    position: absolute;
    bottom: 3px;
    margin-left: 10px;
}

.navbar.is-scroll .navbar-brand .nordri-logo{
    background-image: url('../img/nordri-logo-colorful.png');
}

.container{
    width: 1000px;
    padding: 0;
    margin: 0 200px;
}

#navbar{
    width: 1000px;
    padding: 0;
}

.navbar-left-part{
    padding-left: 20px;
    float: left;
}

.navbar-right-part{
    float: right;
}
.navbar-right-part .navbar-column{
    width: 50px;
}
.navbar-column{
    width: 80px;
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: left;
}



.navbar-column a{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.navbar-brand{
    position: relative;
    width: 160px;
}


.swiper{
    position: relative;
}

.swiper-container{
    height: 600px;
}

.swiper-slide .image {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
	overflow: hidden;
	text-align: center;
}

.first-slogan{
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
}

.second-slogan{
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
}

.third-slogan{
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
}

.col-md-4{
    padding: 0;
}


.case-index img{
    width: 100%;
}

h4{
    font-size: 18px;
    font-weight: normal;
}
.case-content-container .title{
	font-size: 18px;
	width: 310px;
	height: 19px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow:ellipsis;
}
.case-content-container p{
    color: #747B7C;
    width: 90%;
    font-size: 13px;
}

.case-content-container{
    padding: 10px;
    text-align: left;
}
.sth-to-be{
	position: relative;

}
.sth-to-be_div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	
	display: flex;
	flex-wrap:wrap;
    align-content: center;
    height: 100%;
    flex-direction:row;
}

.sth-to-be_div div{
	width: 100%;
	padding-left: 30px;
	color: #fff;
}
.sth-to-be_div div:nth-of-type(1){
	font-size: 20px;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 10px;
}

.sth-to-be img{
    width: 100%;
}
.clients-img img{
    width: 100%;
}

footer{
    margin-top: 60px;
    background-color: #32373D;
    height: 100px;
    width: 100%;
    display: table;
}

footer p{
    color: white;
    display: table-cell;
    vertical-align: middle;

}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/*==============================================================
 * author:zhushenghua
date:4.10
================================================================
* */

@media (max-width:767px) {
	html,body{
		100%;
	}
	.body-wrapper {
	    position: relative;
	    width: 100%;
	    height: 4rem;
	    text-align: center;
	    display: inline-block;
	}
	.body-wrapper .swiper .swiper-slide{
		position: relative;
	}
	/*.title-tontent{
		position: absolute;
		left: 10%;
		top: 30%;
		z-index: 1001;
		border: 2px solid red;
	}*/
	.swiper {
	    z-index: 1000;
	    position: relative;
	    height: 100%;
	}
	.swiper-container {
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	}
	.container {
	    width: 100%;
	    padding: 0;
	    margin: 0 0px;
	}
	.row{
		width: 100%;
		margin: 0px;
	}

	.navbar {
	    width: 100%;
	}
	.navbar.is-scroll .container {
	    position: fixed;
	    top: 0;
	    left: 0%; 
	    transform: translateX(0%); 
	}
	#navbar {
	    width: 100%;
	    padding: 0;
	    background: #fff;
	    transform: translateY(-10px);
	    margin: 0px 0px;
	}	
	#navbar a{
		color: #000;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 5px;
	    margin-right: 25px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    /*border: 1px solid #d9edf7;*/
	    border-radius: 4px;
	}
	.navbar-left-part {
		margin: 0px 0px;
	    padding-left: 0px;
	    float: right;
	}
		
	
	/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	
	.contactme{
		height: 600px;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 50px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 20px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/
		.navbar-right-part {
	    margin-left: 50px;
	}	
}
@media (min-width:768px) and (max-width:991px) {
	html,body{
		100%;
	}
	.body-wrapper {
	    /* position: relative; */
	    width: 100%;
	    text-align: center;
	    display: inline-block;
	}
	.body-wrapper .swiper .swiper-slide{
		position: relative;
	}
	/*.title-tontent{
		position: absolute;
		left: 18%;
		top: 1.8rem;
		z-index: 30000;
		border: 2px solid red;
	}*/
	.container {
	    width: 100%;
	    padding: 0;
	    margin: 0 0px;
	}
	.row{
		width: 100%;
		margin: 0px;
	}
	.swiper-container{
	    height: 4.5rem;
	}
	.navbar {
	    width: 100%;
	}
		/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	.contactme{
		height: 500px;
		width: 1000px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/

}/*media*/

@media (min-width:992px){
	/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	.contactme{
		height: 500px;
		width: 1000px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/

}










