@charset "gb2312";
.home-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.home-1 {
	width: 1200px;
	height: 295px;
	padding: 50px 0px;
	margin: auto;
}
.home-1-list {
	float: left;
	width: 195px;
	height: 195px;
	padding-top: 30px;
	margin-left: 6px;
	background-color: #f8f8f8;
}
.home-1-list:first-child {
	margin-left: 0px;
}
.home-1-img {
	width: 145px;
	height: 100px;
	margin: auto;
	background-color: #ccc;
}
.home-1-title {
	width: 80%;
	height: 50px;
	margin: auto;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*---------------------------------------------------------*/
.home-2 {
	width: 100%;
	height: 780px;
	padding: 50px 0px 70px 0px;
	margin: auto;
	background-image: url(../img/pro-bg.jpg);
}
.home-2-list {
	opacity: 0;
	width: 1200px;
	height: 540px;
	padding: 50px 0px;
	margin: auto;
}
.home-2-more {
	display: block;
	width: 220px;
	height: 50px;
	margin: auto;
	border: 1px dashed #001f3c;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #001f3c;
}
.home-2-more:hover {
	border: 0px dashed #001f3c;
	line-height: 50px;
	color: #001f3c;
	background-color: #FFF000;
}
.home-2-list a {
	position: relative;
	display: block;
	float: left;
	width: 199px;
	height: 220px;
	background-color: #000;
}
.home-2-list a:nth-child(1) {
	display: block;
	float: left;
	width: 597px;
	height: 440px;
	background-color: #666;
	margin-right: 6px;
}
.home-2-list a:nth-child(2) {
	display: block;
	float: left;
	width: 597px;
	height: 220px;
	background-color: #333;
}
.home-2-list a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-2-list a .notes {
	position: absolute;
	left: 0px;
	bottom: 20px;
	display: block;
	height: 42px;
	border-left: 4px solid #FFF000;
}
.home-2-list a .notes .title {
	display: block;
	float: left;
	height: 42px;
	padding: 0px 25px;
	line-height: 42px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #001F3C;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(0,31,60,0.7)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-2-list a .notes .category {
	display: none;
}
.home-2-list a:first-child .notes .category {
	display: block;
	float: left;
	height: 42px;
	padding: 0px 25px;
	line-height: 42px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #FFF000;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(255,240,0,0.7)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*---------------------------------------------------------*/
.home-3 {
	width: 1200px;
	height: 740px;
	padding: 70px 0px;
	margin: auto;
	opacity: 0;
}
.home-3-1 {
	float: left;
	width: 597px;
	height: 297px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 40px 30px;
	background-color: #fff000;
}
.tabTitle {
	width: 100%;
	height: 32px;
	margin-bottom: 35px;
}
.tabTitle li {
	width: 100px;
	height: 32px;
	float: left;
	background-color: #001f3c;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.tabSelected {
	background-color: #FFF!important;
	color: #001f3c!important;
}
.tabContent {
	width: 100%;
	height: 100px;
	margin-bottom: 35px;
}
.tabContent li {
	display: none;
	width: 100%;
	height: 100px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
}
.tabContent li:first-child {
	display: block;
}
.tabMore {
	width: 100%;
	height: 15px;
}
.tabMore a {
	line-height: 15px;
	color: #000;
	font-size: 12px;
}
.tabMore a:hover {
	text-decoration: underline;
}
.home-3-2 {
	float: left;
	width: 597px;
	height: 297px;
	margin-bottom: 6px;
	background-image: url(../img/home-3-2.jpg);
}
.home-3-3 {
	float: left;
	width: 597px;
	height: 297px;
	margin-right: 6px;
	background-image: url(../img/home-3-3.jpg);
	padding: 110px 30px;
}
.home-store-title {
	width: 100%;
	height: 47px;
	color: #001f3c;
	font-size: 24px;
	font-weight: bold;
}
.home-store-search {
	width: 100%;
	height: 30px;
}
.home-store-search select {
	display: block;
	float: left;
	width: 160px;
	height: 30px;
	padding: 3px 25px 3px 5px;
	margin-right: 5px;
	border: 2px solid #001f3c;
	background-color: #FFF;
	line-height: 20px;
}
.home-store-search input {
	display: block;
	float: left;
	width: 160px;
	height: 30px;
	background-color: #001f3c;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.home-3-4 {
	float: left;
	width: 597px;
	height: 297px;
	background-color: #f8f8f8;
}
.home-case-holder {
	float: left;
	width: 250px;
	height: 297px;
	padding: 40px 30px;
}
.home-case-cnTitle {
	width: 100%;
	height: 32px;
	color: #001f3c;
	font-size: 24px;
	font-weight: bold;
}
.home-case-enTitle {
	width: 100%;
	height: 18px;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.home-case-list {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 33px;
}
.home-case-list a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	color: #8c8c8c;
	font-size: 14px;
}
.home-case-list a:hover {
	color: #001f3c;
}
.home-case-more {
	display: block;
	float: left;
	height: 24px;
	padding: 0px 15px;
	background-color: #FFF000;
	line-height: 24px;
	font-size: 12px;
	color: #000;
}
.home-case-img {
	float: left;
	width: 347px;
	height: 297px;
	background-image: url(../img/home-case-img.jpg);
}
/*---------------------------------------------------------*/
.home-4 {
	width: 100%;
	height: 780px;
	padding: 50px 0px 70px 0px;
	margin: auto;
	background-image: url(../img/home-news-bg.jpg);
}
.home-4-list {
	width: 1200px;
	height: 540px;
	padding: 50px 0px;
	margin: auto;
	opacity: 0;
}
.home-4-more {
	display: block;
	width: 220px;
	height: 50px;
	margin: auto;
	border: 1px dashed #FFF;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}
.home-4-more:hover {
	border: 1px dashed #FFF000;
	color: #FFF000;
}
/*---------------------------------------------------------*/
.home-5 {
	opacity: 0;
	width: 100%;
	height: 540px;
	padding: 90px 0px;
}
.home-5-holder {
	width: 1200px;
	height: 360px;
	margin: auto;
}
.home-5-holder a {
	display: block;
	float: left;
	width: 297px;
	height: 360px;
	margin-left: 4px;
	padding: 40px 30px;
	background-color: #f8f8f8;
}
.home-5-holder a:first-child {
	margin-left: 0px;
}
.home-5-holder a .icon {
	display: block;
	width: 106px;
	height: 75px;
	margin: auto;
	background-position: center;
}
.home-5-holder a .cn-text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	color: #001f3c;
	text-align: center;
}
.home-5-holder a .en-text {
	display: block;
	width: 100%;
	font-family: 'playfair_displayregular';
	line-height: 24px;
	font-size: 16px;
	color: #e0e0e0;
	text-align: center;
	text-transform: uppercase;
}
.home-5-holder a .line {
	display: block;
	width: 100px;
	margin: 20px auto;
	border-top: 1px solid #e0e0e0;
}
.home-5-holder a .text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #8c8c8c;
	text-align: center;
}
.home-5-holder a:hover {
	position: relative;
	top: -20px;
	height: 400px;
	padding: 60px 30px;
	background-color: #FFF000;
}
.home-5-holder a:hover .en-text {
	color: #FFF;
}
.home-5-holder a:hover .line {
	border-top: 1px solid #FFF;
}
.home-5-holder a:hover .text {
	color: #000;
}
/*---------------------------------------------------------*/
.home-title {
	width: 100%;
	height: 70px;
}
.home-title img {
	display: block;
	margin: auto;
}