/* banner */
html,body{
	width: 100%;
	height: 100%;
}
.banner_box{
	width: 100%;
	height: 100%;
}
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -130px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 80px;
	height: 3px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin-left: 5px;
}

.slideBox .hd ul li.on {
	background: #009f4e;
}
.slideBox .bd ul{
	height: 100%!important;
}
.slideBox .bd ul li{
	height: 100%!important;
}
.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	width: 100%;
	zoom: 1;
	vertical-align: middle;
	position:relative;
	overflow:hidden;
}
.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}
/* 公司简介 */
.company_box{
	width: 100%;
	height: 800px;
	background-image: url(../images/en/com_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 200px;
	opacity: 0;
}
.company_box.show{
	margin-top: 0;
	opacity: 1;
	transition: 2s;
}

.com_info{
	width: 600px;
	height: 450px;
	position: absolute;
	background-color: #0c8286;
	color: #fff;
	left: 10%;
	bottom: 10%;
	box-sizing: border-box;
	padding: 15px 20px 15px 50px;
	margin-left: -40%;
	opacity: 0;
}
.com_info.show{
	margin-left: 0;
	opacity: 1;
	transition: 2s;
}
.com_title{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #fff;
}
.com_txt{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 50px;
}
.com_more{
	margin-top: 50px;
}
.com_more a{
	display: inline-block;
	line-height: 25px;
	color: #fff;
}
.com_more a i{
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	font-size: 22px;
	transition: 0.3s;
}
.com_more a:hover i{
	transform: translateX(20px);
	transition: 0.6s;
}
.com_more a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1500px) {
    .company_box{
		height: 700px;
	}
}
@media screen and (max-width: 1400px) {
    .company_box{
		height: 600px;
	}
}
/* 3事业部 */
.department_box{
	width: 100%;
	height: 350px;
	margin-top: 80px;
}
.deparment_item{
	width: 33.33%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 70px 50px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
}
.deparment_item.show{
	opacity: 1;
	transition: 2s;
}

.deparment_item:nth-of-type(1){
	background-image: url(../images/en/dep1.png);
}
.deparment_item:nth-of-type(2){
	background-image: url(../images/en/dep2.png);
}
.deparment_item:nth-of-type(3){
	background-image: url(../images/en/dep3.png);
}
.dep_title{
	font-size: 18px;
	line-height: 30px;
	margin-top: 150px;
	opacity: 0;
}
.dep_title.show{
	margin-top: 0;
	opacity: 1;
	transition: 3s;
}
.dep_info{
	font-size: 18px;
	line-height: 30px;
	opacity: 0;
}
.dep_info.show{
	opacity: 1;
	transition: 3s;
}
.dep_bottom_box{
	width: 100%;
	height: 100px;
}
.dep_bot_item{
	width: 33.33%;
	height: 100px;
	margin-left: -30%;
	opacity: 0;
}
.dep_bot_item.show{
	margin-left: 0;
	opacity: 1;
	transition: 2s;
}
.dep_bot_item a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	/* text-align: center; */
	text-indent: 25%;
	color: #9ecdce;
	font-size: 18px;
	background-position: 10% center;
	background-repeat: no-repeat;
}
.dep_bot_item a:hover{
	text-decoration: underline;
}
.dep_bot_item:nth-of-type(1) a{
	background-image: url(../images/en/depbot1.png);
}
.dep_bot_item:nth-of-type(2) a{
	background-image: url(../images/en/depbot2.png);
}
.dep_bot_item:nth-of-type(3) a{
	background-image: url(../images/en/depbot3.png);
}