﻿@charset "utf-8";

.banner{
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
	height: 160px;
}
.banner .txt{
	position: absolute;
	top: 70px;
	right: 0;
	width: 230px;
	color: #fff;
}
.banner .txt .ch{
	font-size: 24px;
	font-weight: bold;
}
.banner .txt .en{
	font-size: 14px;
	text-transform: uppercase;
	font-family: '\5fae\8f6f\96c5\9ed1';
	font-weight: lighter;
	margin-top: 4px;
}
.main{
	box-shadow: 0 0 8px rgba(42,42,42,.1);
	background: #fff;
}
.main-left{
	width: 229px;
}
.main-left-tit{
	background: url('../images/mainleft.jpg') repeat-x top;
	height: 40px;
	overflow: hidden;
}
.main-left-tit p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding-left: 56px;
	background-position: 22px center;
	background-repeat: no-repeat;
}
.main-left-tit p.icon1{
	background-image: url('../images/about.png');
}
.main-left-tit p.icon2{
	background-image: url('../images/news.png');
}
.main-left-tit p.icon3{
	background-image: url('../images/business.png');
}
.main-left-tit p.icon4{
	background-image: url('../images/culture.png');
}
.main-left-tit p.icon5{
	background-image: url('../images/party.png');
}
.main-left-tit p.icon6{
	background-image: url('../images/hr.png');
}
.main-right{
	width: 710px;
	border-left: 1px solid #e0e0e0;
	min-height: 500px;
	padding: 0 30px 30px;
}
.left-nav li a{
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 57px;
	font-size: 14px;
	color: #666;
}
.left-nav li{
	border-bottom: 1px solid #e0e0e0;
}
.left-nav li a.on{
	color: #d6000f;
	font-weight: bold;
}
.left-nav li a:hover{
	color: #d6000f;
}
.main-right-head{
	overflow: hidden;
	background: url('../images/main_tit.jpg') no-repeat 0 bottom;
	line-height: 24px;
	height: 24px;
	padding: 16px 0;
}
.main-right-head p{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
.main-right-head .where{
	overflow: hidden;
}
.main-right-head .where a{
	display: block;
	float: left;
	height: 24px;
}
.main-right-head .where a.home{
	float: left;
	width: 11px;
	background: url('../images/home.png') no-repeat 0 6px;
}
.main-right-head .where a.link{
	color: #888;
	font-size: 13px;
	margin-left: 5px;
}
.main-right-head .where a.cur{
	color: #888888;
	font-size: 13px;
	margin-left: 5px;
	background: url('../images/where_arr.png') no-repeat 0 9px;
	margin-left: 15px;
	padding-left: 8px;
	font-weight: bold;
}
.main-right-content{
	padding-bottom: 30px;
}

.business-list{
	padding-bottom: 30px;
}
.business-list li{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.business-list li a{
	display: block;
	overflow: hidden;
}
.business-list li .pic,
.business-list li .pic img{
	width: 218px;
	height: 160px;
	display: block;
}
.business-list li .txt{
	width: 471px;
	padding-top: 16px;
}
.business-list li .tit{
	font-size: 16px;
	font-weight: bold;
	color: #d6000f;
}
.business-list li .info{
	font-size: 14px;
	color: #626262;
	line-height: 22px;
	margin-top: 6px;
	height: 66px;
	overflow: hidden;
}
.business-list li .link{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 8px;
}
.business-list.party li .txt{
	padding-top: 5px;
}
.business-list.party li .info{
	height: 88px;
}





.main-right-tab{
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.main-right-tab a{
	display: block;
	float: left;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #626262;
	background: url('../images/main_tab.jpg') no-repeat right 0;
	margin-right: 3px;
}
.main-right-tab a.long{
	background: url('../images/tab_long.jpg') no-repeat 0 0;
	width: 173px;
}
.main-right-tab a.on{
	background-position: 0 0;
	color: #fff;
	font-weight: bold;
}
.company-about{
	line-height: 1.7;
	color: #666;
	font-size: 14px;
	padding-bottom: 50px;
}
.company-about h3{
	font-size: 16px;
	font-weight: bold;
	color: #d6000f;
	margin-bottom: 8px;
}

.history-list{
	background: url('../images/his_line.jpg') repeat-y 82px 0;
}
.history-list li{
	overflow: hidden;
	padding-bottom: 5px;
	min-height: 40px;
}
.history-list li .left{
	width: 92px;
	background: url('../images/his_arr.jpg') no-repeat right 0;
	font-size: 19px;
	color: #d6000f;
	line-height: 19px;
	text-indent: 19px;
	cursor: pointer;
	user-select: none;
}
.history-list li .right{
	width: 602px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.history-list li .date{
	color: #d6000f;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
}
.history-list li .item{
	margin-bottom: 20px;
}
.history-list li.last{
	background: url('../images/his_bot.jpg') no-repeat 82px 0;
	height: 144px;
	clear: both;
	padding-bottom: 0;
}
.history-list li.hide .left{
	background-image: url('../images/his_arr_1.jpg');
}
.history-list li.hide .right{
	display: none;
}

.about-content{
	padding: 20px 0 50px;
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

.culture-content{
	padding: 50px 0 0 10px;
	min-height: 600px;
	background: url() no-repeat right 67px;
	line-height: 1.7;
}
.culture-content h3{
	font-size: 16px;
	font-weight: bold;
	color: #d6000f;
	margin-bottom: 5px;
}
.culture-content p{
	font-size: 14px;
	color: #666;
}



.page{
	font-size: 0;
	text-align: center;
}
.page a{
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding: 2px 16px;
	border: 1px solid #ccc;
	margin: 0 2px;
}

.contact-content{
	padding: 30px 0 100px;
}
.contact-map{
	border: 1px solid #ccc;
	padding: 2px;
}
.contact-map>img{
	width: 100%;
	height: auto;
}
.contact-detail{
	margin-top: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.contact-detail a{
	color: #d6000f;
}


.article-content{
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	padding: 25px 0 50px;
}
.article-content *{
	max-width: 100%;
}

.hr-head{
	overflow: hidden;
	background: #d8030e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 44px;
}
.hr-trigger{
	overflow: hidden;
	background: #f7f7f7;
	color: #666666;
	font-size: 14px;
	height: 45px;
	line-height: 44px;
	cursor: pointer;
	margin-bottom: 1px;
}
.hr-trigger.on{
	font-weight: bold;
}
.hr-head>div,
.hr-trigger>div{
	float: left;
}
.hr-head .t1,
.hr-trigger .t1{
	width: 312px;
	text-indent: 30px;
}
.hr-head .t2,
.hr-trigger .t2{
	width: 150px;
	text-align: center;
}
.hr-head .t3,
.hr-trigger .t3{
	width: 134px;
	text-align: center;
}
.hr-head .t4,
.hr-trigger .t4{
	width: 114px;
	text-align: center;
}

.hr-detail{
	padding: 20px 30px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: none;
}

.news-list{
	padding-bottom: 30px;
}
.news-list li{
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.news-list li a{
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 24px;
}
.news-list li p{
	float: left;
	width: 262px;
	height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}
.news-list li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin-right: 2px;
}
.news-list li a:hover p,
.news-list li a:hover span{
	color: #d6000f;
}

.news-ul{
	padding-bottom: 20px;
}
.news-ul li{
	border-bottom: 1px solid #ddd;
	padding: 0 0 18px 0;
	margin-bottom: 18px;
}
.news-ul li a{
	display: block;
	overflow: hidden;
}
.news-ul li .date{
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #999;
	margin-top: 4px;
}
.news-ul li .date .day{
	font-size: 28px;
	line-height: 1;
	padding-top: 4px;
}
.news-ul li .date .month{
	font-size: 11px;
	line-height: 1;
}
.news-ul li .txt{
	float: right;
	width: 635px;
	margin-right: 6px;
}
.news-ul li .txt .tit{
	font-size: 16px;
	font-weight: bold;
	color: #626262;
}
.news-ul li .txt .info{
	font-size: 14px;
	color: #888;
	line-height: 20px;
}
.news-ul li a:hover .txt .tit,
.news-ul li a:hover .txt .info{
	color: #d6000f;
}

.article-content{
	padding: 30px 0 50px;
}
.article-content h1{
	font-size: 16px;
	color: #626262;
	text-align: center;
	padding: 0 150px;
}
.article-info{
	font-size: 14px;
	color: #a1a1a1;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.article-detail{
	padding: 20px 0 50px; 
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #626262;
	line-height: 24px;
	text-indent: 2em;
}
.article-detail img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.bdsharebuttonbox{
	margin-top: 12px;
}

.article-choose{
	margin-top: 12px;
	line-height: 30px;
}
.article-choose a{
	font-size: 14px;
	color: #626262;
}
.article-choose a:hover{
	color: #d6000f;
}

.outsea-head{
	padding: 20px 0 10px;
}
.outsea-head h2{
	font-size: 18px;
	color: #d6000f;
	font-weight: bold;
}
.outsea-head p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.project-list ul{
	overflow: hidden;
	margin-right: -30px;
}
.project-list li{
	float: left;
	width: 218px;
	margin-right: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.project-list .pic,
.project-list img{
	width: 218px;
	height: 160px;
	display: block;
}
.project-list .tit{
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}
.project-list li:hover .tit{
	color: #d6000f;
}

.invest-content{
	overflow: hidden;
	padding: 30px 0 100px;
}
.invest-content img{
	float: left;
	width: 218px;
	height: auto;
}
.invest-content .txt{
	float: right;
	width: 476px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}





/*20180627*/
.sitemap{
	margin-top: 60px;
	padding: 0 0 100px;
	background: url('../images/sitemap_line.jpg') repeat-x 0 40px;
}
.sitemap-dl{
	margin-right: -60px;
	overflow: hidden;
	padding-left: 6px;
}
.sitemap dl{
	float: left;
	width: 114px;
	margin-right: 50px;
	text-align: center;
}
.sitemap dt{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	height: 47px;
	background: url('../images/sitemap_arr.png') no-repeat center bottom;
	margin-bottom: 10px;
}
.sitemap dd{
	line-height: 22px;
	padding: 4px 0;
}
.sitemap dd a{
	font-size: 14px;
	color: #999;
}
.sitemap dd a:hover{
	color: red;
}


.article-content h2{
	font-size: 12px;
	color: #aaa;
	text-align: center;
	padding: 0 150px;
}
.main-right-content1{
	height: 944px;
	background: url(/UploadFiles/2018/08/10160406FBEA6F8D.jpg);
}
.culture001,.culture002{
	width: 162px;
	height: 90px;
}
.culture001 table td,.culture002 table td{
	width: 100%;
	height: 100%;
	text-align: center;
}
.culture001 table td p:first-child{
	font-size: 14px;
	color: yellow;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.culture001 table td p:last-child{
	font-size: 14px;
	color: white;

}
.culture002 table td p:first-child{
	font-size: 14px;
	color: yellow;
	margin-bottom: 5px;
	font-weight: bold;
}
.culture002 table td p:last-child{
	font-size: 14px;
	color: white;
}
.culture001 table td p,.culture002 table td p{
	cursor: pointer;
}
.location001{
	position: relative;
	top: 184px;
	left: 300px;
}
.location002{
	position: relative;
	top: 208px;
	left: 92px;
}
.location003{
	position: relative;
	top: 117px;
	left: 508px;
}
.location004{
	position: relative;
	top: 255px;
	left: 93px;
}
.location005{
	position: relative;
	top: 164px;
	left: 508px;
}
.location006{
	position: relative;
	top: 190px;
	left: 299px;
}




