/*body,html{ position: relative;}*/
/*顶部链接栏*/
#header{ position: fixed; top: 0; left: 0; z-index: 10000;}
.link{ max-height: 40px; background-color: white; border-bottom: 1px solid #eee; /*position: fixed; top: 0; z-index: 100;*/}
.link-list li a{ display: block; padding: 0 20px 0 40px; line-height: 40px;}
.purchase{background: url(../img/icon_home_purchase.png)15px 13px no-repeat;}
.grobal{background: url(../img/icon_home_global.png)15px 13px no-repeat;}
.talent{background: url(../img/icon_home_talent_1.png)15px 13px no-repeat; }
/*导航*/
.nav-fixed{ width: 100%; position: fixed; left: 0; top: 40px; z-index: 100; background-color: white; border-bottom: 1px solid #eee;}
.logo_5{ padding: 1.7rem 0 0 1rem;}
.logo_2{ /*width: 11%; */ border-left: 1px solid #eee;}
.home_nav{ width: 69%;}
/*.nav_current{ color:#e43d3d!important ; font-weight: bold;}*/
.navbar-nav .nav-item:after{ content: "";width: 0;height: 5px;background: #e43d3d;position: absolute;bottom: 0;left: 0;transition: all 0.5s ease 0s;}
.navbar-nav .nav-item:hover:after{ width: 100%;}
.navbar-nav .nav-item:hover .nav-link{ background-color: #f7f7f7;}
.navbar-nav .nav-item:hover .dropdown-menu{display: block;}

/*六大产业*/
.home_industry{
	margin-top: 40px;
}
.block_part{
	width: 100%;
	display: block;
	padding-bottom: 2rem;
}
.block{ 
	width: 88%; 
	padding: 1.5rem; 
	box-sizing: border-box;
	top: 10rem;
	left: 3.6%;
	box-shadow: 4px 0px 87px rgba(0,0,0,0.1);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(90deg, #fff, rgba(255,255,255,0.6));
	background: -moz-linear-gradient(90deg, #fff, rgba(255,255,255,0.6));
	background: -o-linear-gradient(90deg, #fff, rgba(255,255,255,0.6));
	background: linear-gradient(90deg, #fff, rgba(255,255,255,0.6));
}
.block_title_word{ 
	font-size: 16px; 
	line-height: 2; 
	margin-top: 1rem;  
	text-overflow: ellipsis; 
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	overflow: hidden;
}

/*新闻中心*/
.news{ margin-top: 1rem;}
.news_line{ display: block; width: 60px; height: 6px;}
.news_name{ margin: 90px 0 30px 0;}
.news_en{ display: block;}
.part_content{ padding: 32px 0 0 0px; box-sizing: border-box; }
.new_fire a:hover{ text-decoration: underline;}
.news-tab{ padding:32px 40px 0; box-sizing: border-box;}
.tab-item{ width: 50%; }
.tab-item a{ width: 100%; height: 60px; font-size: 18px; background-color: white; line-height: 60px;}
/*#news_tab1{ padding-left: -15px;}*/
.new_fire_title{ background: url(../img/icon_home_fire.png) no-repeat; padding-left: 26px; margin: 20px 0 16px 0;}
.new_fire_time{ display: block; margin-bottom: 5px; }
.new_fire_detail{ height: 48px; line-height: 24px; text-overflow: ellipsis; display:-webkit-box; 
-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_list p{ width: 80%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.news_list li a{ display: block; height: 40px; line-height: 40px; border-bottom: 1px solid #e7e1e1;}
.news_list span{ width: 20%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.css_reset{ padding: 0!important; margin: 0!important;}
.more{ width: 200px; height: 40px; border: 1px solid #e43d3d; margin: 12px 0 60px 0;}
.more_line{ width: 0px; height: 40px; background-color:#e43d3d ; top: 0; left: 0px; transition: all .33s;}
.more_detail{ width: 100%; height: 100%; line-height: 40px; color: #e43d3d; background: url(../img/icon_home_more.png) 123px center no-repeat; padding-left: 50px; transition: all .33s;}
.more:hover .more_line{ width: 100%;}
.more:hover .more_detail{ color: white; background: url(../img/icon_home_more_1.png) 123px center no-repeat;}

/*关于我们*/
/*.home_about{ margin-top: 60px;}*/
.home_conpany_word{ text-overflow: ellipsis; display:-webkit-box; 
-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height: 2; color: #666;}
.aboutUs_list{ margin: 40px 0 60px 0; padding:0 5%; box-sizing: border-box;}
.aboutUs_list li{width: 24%; text-align: left;overflow: hidden;}
.cubeshape{ width: 85px; height: 83px;}
.cube{ transition: transform .33s; transform-style: preserve-3d;}
.cubeshape a{ display: block;}
.first_cube{ transform: translateZ(91px); }
.second_cube{transform: rotateX(-90deg) translateZ(-41px);}
.cube:hover {-webkit-transform: rotateX(90deg);transform: rotateX(90deg);}
.aboutUs_list p{ margin-top: 20px;}
/*底部*/
.bottom{ background-color: white; padding: 40px 0;}
.home_info{ padding-left: 2rem;}
.bottom p{ line-height: 36px;}
.bottom span{ display: block; color: rgba(255,255,255,.7); margin-top: 10px;}
