@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-search {
	width: 1380px;
	height: 120px;
	margin: auto;
	padding: 40px 0px;
}
.home-search-link {
	width: 50%;
	height: 40px;
	float: left;
}
.home-search-input {
	height: 40px;
	float: right;
}
/*------------------------------------------------------------------*/
.home-advantage {
	width: 100%;
	height: 870px;
	background-image: url("../img/home-bg-01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-advantage-holder {
	width: 1380px;
	height: 420px;
	margin: auto;
}
.home-advantage-list {
	width: 268px;
	height: 420px;
	float: left;
	padding: 30px;
	margin-left: 10px;
	background-color: #FFF;
	text-align: center;
}
.home-advantage-list:first-child {
	margin-left: 0px;
}
.home-advantage-list:hover {
	background-color: #a77e40;
	margin-top: -20px;
}
.home-advantage-icon {
	display: block;
	width: 116px;
	height: 116px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.home-advantage-list:nth-child(1) .home-advantage-icon {
	background-image: url("../img/advantage-icon-1.png");
}
.home-advantage-list:nth-child(2) .home-advantage-icon {
	background-image: url("../img/advantage-icon-2.png");
}
.home-advantage-list:nth-child(3) .home-advantage-icon {
	background-image: url("../img/advantage-icon-3.png");
}
.home-advantage-list:nth-child(4) .home-advantage-icon {
	background-image: url("../img/advantage-icon-4.png");
}
.home-advantage-list:nth-child(5) .home-advantage-icon {
	background-image: url("../img/advantage-icon-5.png");
}
.home-advantage-list:nth-child(1):hover .home-advantage-icon {
	background-image: url("../img/advantage-icon-1a.png");
}
.home-advantage-list:nth-child(2):hover .home-advantage-icon {
	background-image: url("../img/advantage-icon-2a.png");
}
.home-advantage-list:nth-child(3):hover .home-advantage-icon {
	background-image: url("../img/advantage-icon-3a.png");
}
.home-advantage-list:nth-child(4):hover .home-advantage-icon {
	background-image: url("../img/advantage-icon-4a.png");
}
.home-advantage-list:nth-child(5):hover .home-advantage-icon {
	background-image: url("../img/advantage-icon-5a.png");
}
.home-advantage-title {
	display: inline-block;
	padding: 0px;
	margin: 15px auto;
	border-bottom: 1px solid #a77e40;
	line-height: 40px;
	font-size: 18px;
	color: #00271b;
}
.home-advantage-note {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #00271b;
}
.home-advantage-more {
	display: inline-block;
	height: 24px;
	margin-top: 20px;
	padding: 0px 30px;
	border-radius: 12px;
	border: 1px solid #a77e40;
	line-height: 22px;
	font-size: 14px;
	color: #a77e40;
}
.home-advantage-list:hover .home-advantage-title  {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.home-advantage-list:hover .home-advantage-note  {
	color: #FFF;
}
.home-advantage-list:hover .home-advantage-more {
	border: 0px solid #FFF;
	line-height: 24px;
	background-color: #FFF;
}
/*------------------------------------------------------------------*/
.home-pro {
	width: 100%;
	background-image: url("../img/home-bg-02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-pro-holder {
	width: 100%;
	padding-bottom: 100px;
}
.home-pro-list {
	display: block;
	width: 25%;
	float: left;
}
.home-pro-list i {
	display: block;
	width: 100%;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.home-pro-list:hover i {
	transform: scale(1.1);
	-ms-transform: scale(1.1); 	/* IE 9 */
	-moz-transform: scale(1.1); 	/* Firefox */
	-webkit-transform: scale(1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1); 	/* Opera */
}
.home-pro-list i img {
	display: block;
	width: 100%;
}
.home-pro-list i .b-img {
	display: none;
}
.home-pro-list:hover i .a-img {
	display: none;
}
.home-pro-list:hover i .b-img {
	display: block;
}
/*------------------------------------------------------------------*/
.home-about {
	width: 100%;
	background-image: url("../img/home-bg-03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
}
.home-about-holder {
	width: 1380px;
	padding: 25px;
	margin: auto;
	background-color: #FFF;
}
.home-about-img {
	width: 660px;
	height: 420px;
	float: left;
}
.home-about-content {
	width: 645px;
	height: 420px;
	float: right;
}
.home-about-content .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #a77e40;
}
.home-about-content .text {
	width: 100%;
	height: 360px;
	padding: 30px 0px;
	line-height: 30px;
	font-size: 14px;
	color: #707070;
	overflow: hidden;
}
.home-about-content .more {
	width: 100%;
	height: 30px;
	text-align: right;
}
.home-about-content .more a {
	line-height: 14px;
	font-size: 14px;
	padding: 8px 20px;
	color: #FFF;
	background-color: #a77e40;
}
.home-about-title {
	clear: both;
	width: 100%;
	height: 65px;
	padding-top: 25px;
	background-image: url("../img/home-about-title-bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #a77e40;
	font-size: 20px;
	line-height: 30px;
}
.home-about-list {
	width: 100%;
	height: 300px;
	margin-top: 25px;
}
.home-about-list ul {
	width: 325px;
	height: 300px;
	float: left;
	margin-left: 10px;
}
.home-about-list ul:first-child {
	margin-left: 0px;
}
.home-about-list ul .img {
	width: 100%;
	height: 240px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.home-about-list ul:hover .img {
	transform: scale(1.1);
	-ms-transform: scale(1.1); 	/* IE 9 */
	-moz-transform: scale(1.1); 	/* Firefox */
	-webkit-transform: scale(1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1); 	/* Opera */
}
.home-about-list ul .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.home-about-list ul .title {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #00271b;
}
/*------------------------------------------------------------------*/
.home-slogan {
	width: 100%;
}
.home-slogan .img {
	width: 1920px;
	height: 234px;
	margin: auto;
	background-image: url("../img/slogan01.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
/*------------------------------------------------------------------*/
.home-join {
	width: 100%;
	background-image: url("../img/home-bg-04.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-join-holder {
	width: 1380px;
	margin: auto;
	padding-bottom: 100px;
}
.home-join-link {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	height: 347px;
	margin-bottom: 50px;
}
.home-join-link > a {
	position: relative;
	display: block;
	margin: auto;
	width: 247px;
	height: 347px;
}
.home-join-link a span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out;
	-moz-transition:  .8s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home-join-link a span:first-child {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	z-index: 2;
}
.home-join-link a span:last-child {
	background-color: #a77e40;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index: 1;
}
.home-join-link a:hover span:first-child {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
.home-join-link a:hover span:last-child {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
}
.home-join-link a span img {
	display: block;
	width: 100%;
	height: 100%;
}
.home-join-link a .content h3 {
	margin: 0 auto 15px;
	padding: 15px 0;
	width: 247px;
	height: 30px;
	margin-top: 50px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px #fff dashed;
	padding-bottom:40px;
	color: #fff;
}
.home-join-link a .content p {
	padding: 30px 20px 0 20px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	color: #fff;
}
/*------------------------------------------------------------------*/
.home-news {
	width: 100%;
}
.home-news-img {
	width: 1380px;
	margin: auto;
}
.home-news-img img {
	display: block;
	width: 1380px;
}
.home-news-title {
	width: 1380px;
	height: 80px;
	margin: auto;
	line-height: 100px;
	font-size: 24px;
	color: #a77e40;
}
.home-news-text {
	width: 1380px;
	margin: 0px auto 60px auto;
	line-height: 30px;
	font-size: 14px;
	color: #707070;
}
.home-news-holder {
	width: 1380px;
	margin: auto;
}
.home-news-list {
	display: block;
	float: left;
	width: 440px;
	height: 720px;
	margin-right: 30px;
	margin-bottom: 100px;
	background-image: url("../img/home-news-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.home-news-list:nth-child(3n) {
	margin-right: 0px;
}
.home-news-top {
	width: 100%;
	height: 120px;
	padding-top: 20px;
}
.home-news-top .news-date {
	position: relative;
	display: block;
	width: 55px;
	height: 56px;
	float: left;
	background-image: url("../img/home-news-line.png");
}
.home-news-top .news-date .day {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 20px;
	font-size: 20px;
	color: #00271b;
}
.home-news-top .news-date .month {
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: 30px;
	font-size: 30px;
	color: #00271b;
}
.home-news-top .news-class {
	position: relative;
	display: block;
	height: 56px;
	margin-left: 55px;
	text-align: center;
	font-size: 24px;
	line-height: 56px;
	color: #a77e40;
}
.home-news-content {
	width: 100%;
	height: 600px;
	padding: 5px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
}
.home-news-content .news-img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 290px;
}
.home-news-content .news-img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-news-content .news-title {
	display: block;
	width: 90%;
	height: 45px;
	margin: 20px auto;
	line-height: 40px;
	color: #a77e40;
	font-size: 20px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-image: url("../img/home-news-title-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.home-news-content .news-text {
	display: block;
	width: 90%;
	height: 120px;
	margin: auto;
	line-height: 30px;
	color: #707070;
	text-align: justify;
	font-size: 16px;
	overflow: hidden;
}
.home-news-content .news-more {
	display: block;
	width: 120px;
	height: 30px;
	margin: 30px auto;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	background-color: #a77e40;
}
/*------------------------------------------------------------------*/
.home-title-a {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.home-title-a .cn-title {
	display: block;
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-a-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #00271b;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.home-title-a .en-title {
	display: block;
	width: 100%;
	height: 66px;
	color: #00271b;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.home-title-a .cn-note {
	display: block;
	width: 100%;
	color: #00271b;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
.home-title-b {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.home-title-b .cn-title {
	display: block;
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-b-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.home-title-b .en-title {
	display: block;
	width: 100%;
	height: 66px;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.home-title-b .cn-note {
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}