.nav-container{
	background: rgba(61, 1, 1, 1);
	padding-left: 3%;
	padding-right: 3%;
	width: auto;
}
.navbar{
	height: 92px;
	background: rgba(61, 1, 1, 1);
	border: none;
	border-radius: 0;
	margin-bottom:0px;
	z-index: 999;
}
.nav{
	float: right;
}
.nav li{
	margin-top: 26px;
}
.navbar-default .navbar-nav>li>a{
	color: #dbdbdb;
	font-size: 18px;
}
.navbar-default .navbar-nav>.active>a{
	color: #fff;
	background: none;
}
.nav>li>a{
	padding: 10px 20px;
}
.navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background: none;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.register {
    height: 92px;
    background: rgba(108, 16, 15, 1);
    display: inline-block;
    padding: 32px 20px;
    text-align: center;
    font-size: 18px;
    color: #dbdbdb;
}
.register:hover{
	color: #fff;
}
.cn {
    height: 92px;
    display: inline-block;
    padding: 32px 0px 32px 32px;
    text-align: center;
    font-size: 16px;
    color: rgba(154, 33, 34, 1);
}
.language-active {
	text-decoration: underline;
}
.language-active:hover{
	text-decoration: underline;
	color: #fff;
}
.en {
    height: 92px;
    display: inline-block;
    padding: 32px 0px 32px 0px;
    text-align: center;
    font-size: 16px;
    color:#dbdbdb;
}
.en:hover{
	text-decoration: underline;
	color: #fff;
}
.nav-line{
	display: inline-block;
    width: 1px;
    height: 22px;
    background: rgba(154, 33, 34, 1);
    margin: 0px 10px 0px;
    top: 6px;
    position: relative;
}
.navbar-toggle{
	margin-top: 28px;
	margin-bottom: 28px;
}
.banner{
	width: 100%;
	position: relative;
	height: 47.5vw;
}
.banner img{
	position: absolute;
	left: 49%;
	top: 0;
	width: 100%;
	min-width: 0;
	transform: translateX(-49%);
}
.banner h1{
	position: absolute;
	left: 6.5vw;
	top: 19vw;
	opacity: 1;
	/** 文本1 */
	font-size: 3.6vw;
	font-weight: 900;
	letter-spacing: 0px;
	line-height: 0px;
	color: rgba(169, 124, 80, 1);
	text-align: left;
	vertical-align: top;
}
.banner h2{
	position: absolute;
	left: 6.5vw;
	top: 24vw;
	opacity: 1;
	/** 文本1 */
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 0px;
	color: rgba(247, 247, 247, 1);
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.25vw;
}
.ebc1{
	padding-top: 6vw;
	padding-bottom: 6vw;
}
.ebc1 .r1 p{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(61, 1, 1, 1);
	text-align: center;
	vertical-align: top;
	margin-bottom: 100px;
}
.ebc1 .r2{
	text-align: center;
}
.ebc1 .r2 img{
	width: 18%;
}
.ebc1 .r2 p{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(187, 140, 75, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 30px;
}

.title .p1{
	text-align: right;
	font-size: 24px;
	font-weight: 700;
}
.title .p2{
	text-align: right;
	color: rgba(86, 17, 17, 1);
	font-size: 50px;
	font-weight: 700;
	border-bottom: 2px solid rgba(168, 7, 26, 1);
	
}
.title .p3{
	text-align: right;
	color: rgba(187, 140, 75, 1);
	font-size: 50px;
	font-weight: 700;
}
.ebc2 .r2 .col-lg-12{
	width: 100%;
	height: 56vw;
	background: url("../img/ebc02en.png") no-repeat;
	background-size:100% 100%;
}

.ebc3 .d1 div{
	margin-bottom: 76px;
	float: left;
}
.ebc3 .d1 .p1{
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(169, 124, 80, 1);
    text-align: left;
    vertical-align: top;
    float: left;
    width: 100%;
    margin-bottom: 26px;
}
.ebc3 .d1 img{
	width: 80px;
    height: 52px;
    display: inline-block;
    float: left;
}
.ebc3 .d1 .p2{
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(16, 16, 22, 1);
    float: left;
    margin-left: 16px;
    margin-top: -5px;
}

.ebc3 .d2{
	position: relative;
}
.ebc3 .d2 img{
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	min-width: 0;
	transform: translateX(-50%);
	z-index: -1;
}
.ebc3 .d2 .p1{
	position: absolute;
    left: 2vw;
    top: 5.6vw;
    opacity: 1;
    font-size: 1.8vw;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 65px;
    color: rgba(247, 247, 247, 1);
    text-align: left;
    vertical-align: top;
}
.ebc3 .d2 .p1 span{
	color: rgba(196, 154, 108, 1);
}
.ebc3 .d2 .p2{
    position: absolute;
    left: 2vw;
    top: 14.8vw;
    opacity: 1;
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 22px;
    color: rgba(247, 247, 247, 1);
    text-align: left;
    vertical-align: top;
}

.ebc4{
	margin-top: 120px;
}
.mobility{
	width: 100%;
    height: 44vw;
    background: url(../img/ebc401.png) no-repeat;
    background-size: 46% 100%;
    background-position-x: 12vw;
}
.mobility .r2 .pl{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 90px;
    color: rgba(187, 140, 75, 1);
    text-align: right;
    vertical-align: top;
    margin-top: 60px;
}
.mobility .r2 .pr{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 60px;
}
.mobility .r2 .pr p{
	margin-bottom: 22px;
	width: 70%;
}
.mobility .r2 .pr .btn{
	background: rgba(118, 0, 6, 1);
	color: #fff;
	margin-top: 10px;
}
.partner{
	margin-top: 110px;
}
.partner img{
	width: auto;
    height: 34px;
    margin-bottom: 36px;
}
.partner .r1{
	text-align: right;
}
.partner .r2{
	text-align: center;
}
.partner .r3{
	text-align: left;
}
.mobility .pr .prp1{
	margin-top: 20px;	
}
.ebc5{
	padding-top: 50px;
}
.ebc5 .d1{
	text-align: right;
}
.ebc5 img{
	width: auto;
	height: 360px;
	position: relative;
    top: -155px;
    z-index: -1;
	float: right;
}
footer{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: linear-gradient(90deg, rgba(61, 1, 1, 1) 0%, rgba(84, 4, 13, 1) 100%);
}
.ebc0{
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ebc0 .col-md-4{
	text-align: center;
}
.ebc0 .col-md-4 img{
	width: 26%;
}
.ebc0 .col-md-4 span{
	width: 100%;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.ebc0 .col-md-4 p{
	font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #727272;
    line-height: 28px;
}
.slide-text > a.btn-default, .slide-text > a.btn-primary:hover{
	background-color: rgba(108, 16, 15, 1);
}

#bootstrap-touch-slider{
	width: 100%;
}

.slide-text > p{
	line-height: 64px !important;
}



@media (max-width: 1500px){
	.nav>li>a{
		padding: 10px 10px;
	}
}

@media (max-width: 1400px){
	.en{
		display: none;
	}
	.nav-line{
		display: none;
	}
	.cn{
		display: none;
	}
}

@media (max-width: 1200px){
	.register{
		display: none;
	}
}




@media (min-width: 1200px){
	.banner img{
		left: 50%;
		transform: translateX(-50%);
	}
}


@media (max-width: 768px){
	.mobility .r2 .pr .btn{
		margin-top: 66px;
	}
	.mobility .r2 .pr p{
		width: 100%;
	}
	.en{
		display: inline-block;
	}
	.nav-line{
		display: inline-block;
	}
	.cn{
		display: inline-block;
	}
	.register{
		display: inline-block;
	}
	.nav>li>a{
		padding: 10px 30px;
	}
	.nav-container .nav{
		float: left;
	}
	.nav-container .register{
		height: 40px;
		padding: 9px 11px 10px 10px;
		margin-left: 20px;
	}
	.ebc1 .r1 p{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.ebc1 .r2 .col-md-6{
		padding-top: 20px;
	}
	.ebc1 .r2 p{
		font-size: 18px;
	}
	.title .p1{
		font-size: 20px;
	}
	.title .p2{
		font-size: 30px;
	}
	.title .p3{
		font-size: 30px;
	}
	.ebc3 .r2{
		padding-top: 0px!important;
	}
	.ebc3 .r2 .d1{
		margin-top: 60px;
	}
	.ebc3 .d1 div{
		text-align: center;
	}
	.ebc3 .r2 .d1 img{
		float: none;
		margin-bottom: 20px;
	}
	.ebc3 .r2 .d1 p{
		width: 100%;
		text-align: center;
	}
	.ebc3 .r2 .d2{
		display: none;
	}
	.ebc4{
		margin-top:0px;
	}
	.mobility{
		height: 76vw;
		background-size: 75% 100%;
	}
	.mobility .r2 .pr p{
		margin-top: 40px;
	}
	.mobility .pr .prp1{
		margin-top: 20px!important;	
	}
	.mobility .r2 .pl{
		line-height: 150px;
		font-size: 18px;
	}
	.partner .r1{
		text-align: center;
	}
	.partner .r2{
		text-align: center;
	}
	.partner .r3{
		text-align: center;
	}
	.partner{
		margin-top: 20px;
		display: none;
	}
	.ebc5 img{
		height: 200px;
		top: 0px;
	}
	.ebc2 .r2 .col-lg-12 {
	    height: 130vw;
	    background-size: 214% 100%;
	    background-position-x: 84%;
	}
	footer{
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
}

@media (max-width: 425px){
	.mobility .r2 .pr{
		font-size: 14px;
	}
	footer{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
}

