html,body{
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust:100%;
	font-family: PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}
@font-face{
	font-family: "ArialNarrow";
	src:url('../fonts/arial-narrow.ttf');
}
li{list-style: none;}
p{margin-bottom: 0; font-size: 15px;}
a{text-decoration: none;}
.home-aboutUs .aboutUs-left sup{font-size: 10px;}
h1,h2,h3,h4,h5,h6{color: #444;}

.mt-5{margin-top: 5rem;}
@media screen and (max-device-width:768px) {
	.btn{font-size: 1.2rem;}
}

/*全屏页样式*/
.start-page{
	position: relative;
	min-width: 100vw;
	height: 100vh;
	
	overflow: hidden;
}
.start-page>img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.media-box>video{
	width: 100vw;
	/*height: 100vh;*/
	/*width: auto;*/
	/*height: 100%;*/
}

.fixed-nav{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 40px;
	transition: all .3s linear;
}
.top{
	position: fixed;
	/*top: 40px;*/
	z-index: 100;
	border:1px solid transparent;
	box-sizing: border-box;
	padding: 25px 0;
	transition: all .3s linear;

}
.logo_img{
	width: 180px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 80px;
}
.logo_img img{
	display: inline-block;
	/*margin-top: 5px;*/
	width: 100%;
}
.menu{
	width: 200px;
	height: 40px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 80px;
}
.home-page-menu{
	line-height: 50px;
}
.language{
	width: 140px;
	height: 40px;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.language>p{
	line-height: 40px;
	margin-bottom: 0;
}
.language>p>a{
	color: #4C4C4C;
	font-size: 14px;
}
.language>p>a:last-child{font-family: Arial;}
.menus{
	width: 38px;
	height: 38px;
	float: right;
	border-radius: 50%;
	border:1px solid #424243;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
}
.line-totle{
	height: 18px;
	margin-top: 9px;
	position: relative;
}
.menus .line{
	width: 20px;
	height: 3px;
	background: #424243;
	margin: 3px auto 0;
	position: absolute;
	transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
}
.line-1{top: 0;right: 6px;}
.line-2{top: 6px;left: 8px;}
.line-3{top: 12px; left: 6px;}

.home-page-menu p a{color: #4C4C4C}
.home-page-menus{background: #fff;border: 1px solid #fff;}
.home-page-line .line-1,.home-page-line .line-2{background: #f00;}
.home-page-line .line-3{background: #1C9878;}

/*首页样式*/
.main-content{position: relative;min-width: 1200px;}
.banner{background: none; overflow: hidden;}
.carousel-inner{height: 100%}
.home-page-menu p a{color: #4C4C4C}
.home-page-menus{background: #fff;border: 1px solid #fff;}
.home-page-line .line-1,.home-page-line .line-2{background: #f00;}
.home-page-line .line-3{background: #1C9878;}
.banner-list{
	width: 100%;
	overflow: hidden;
}
#carousel{overflow: hidden;}
#carousel .carousel-inner .item{overflow: hidden; height: 510px;}
#carousel .carousel-inner .item img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	vertical-align: bottom;
}
.item .themeText{
	width: 60%;
	padding: 50px;
	background: rgba(0,0,0,.3);
	box-shadow: 10px 10px 20px rgba(0,0,0,.5); 
	position: absolute;
	border-radius: 15px;
}
.item .themeText h2{
	font-family: PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
	font-weight: normal;
}
.item .theme1{
	left: 20%;
	top: 35%;
	text-align: center;
	animation: theme1 1s ease;
	-ms-animation:theme1 1s ease;
	-moz-animation:theme1 1s ease;
	-webkit-animation:theme1 1s ease;
}
.item .theme2{
	top: 35%;
	right: 20%;
	text-align: center;
	animation: theme3 1s ease;
	-ms-animation:theme3 1s ease;
	-moz-animation:theme3 1s ease;
	-webkit-animation:theme3 1s ease;
}
.item .theme3{
	top: 35%;
	right: 20%;
	text-align: center;
	animation: theme3 1s ease;
	-ms-animation:theme3 1s ease;
	-moz-animation:theme3 1s ease;
	-webkit-animation:theme3 1s ease;
}
.item .theme4{
	top: 35%;
	right: 20%;
	text-align: center;
	animation: theme4 1s ease;
	-ms-animation:theme4 1s ease;
	-moz-animation:theme4 1s ease;
	-webkit-animation:theme4 1s ease;
}
.item .theme5{
	top: 35%;
	right: 20%;
	text-align: center;
	animation: theme2 1s ease;
	-ms-animation:theme2 1s ease;
	-moz-animation:theme2 1s ease;
	-webkit-animation:theme2 1s ease;
}


.themeText>h2{
	color: #fff;
	font-size: 2rem;
}
.themeText>h3{
	color: #fff;
	font-size: .8vw;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#carousel .carousel-indicators{
	width: 68%;
	left: 16%;
	margin-left: 0;
	margin-bottom: 0;
}
#carousel .carousel-indicators li{
	background: url('../imgs/btn_main_img.png') 0 0 no-repeat;
	width: 21px;
	height: 21px;
	border: none;
}

#carousel .carousel-indicators li.active{
	background-position: 0 -21px;

}
.fixed-ewm{width: 6vw; position: fixed;bottom: 10px;right: 10px;z-index: 150;text-align: center;}
.fixed-ewm>span{display: inline-block;font-size: .6vw; margin-top: 5px; /*font-family: "Microsoft Yahei";*/}

@media (min-device-width: 1920px) {
	#carousel .item a img{
		width: 100%;
	}
}

@media (min-device-width: 768px) and (max-device-width: 1024px){
	#carousel .carousel-indicators li{
		width: 15%;
		height: 60px;
	}
	.item .themeText{padding: 30px;}
}


/*首页第二部分：关于我们*/
.home-aboutUs{
	width: 100%;
	background: #F3F6F8;
	margin:50px 0;
}
.aboutUsContent{
	height: auto;
	width: 95%;
	margin-left: 5%;
	box-sizing: border-box;
}
.aboutUsContentEng{
	width: 95%;
	margin-left: 5%;
}
.no-padding{padding: 0;}
.aboutUs-left{
	/*padding-right: 40px;*/
	display: inline-block;
}

.aboutUs-left h4{
	font-size: 2.2rem;
	font-weight: 500;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
	font-weight: normal;

}
.aboutUs-left p{
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom:5px;
	line-height: 24px;
	text-align: justify;
	text-justify:inter-word;
}
.aboutUs-left p:last-child{
	text-align: right;
}
