@charset "UTF-8";

.main_area {
	padding: 0;
}

.btn_more {
	position: relative;
}

.btn_more a {
    display: inline-block;
    width: 150px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 0;
    color: #333;
    font-size: 14px;    
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 50px;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -moz-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -o-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    transition: all 0.4s ease, padding 0.4s 0.15s ease;
    padding-left: 20px;
}

.btn_more a:hover {
    padding-left: 30px;
    letter-spacing: 3px;
    background: #111;
    color: #fff;
    -webkit-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -moz-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -o-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
}

.btn_more a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_more a:hover::after {
    border-color: #fff;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in2 0.7s 0.1s forwards ease;
            animation: btn_more_in2 0.7s 0.1s forwards ease;
}



/*========== Goods ===========*/
.goods_area {
	padding: 0px 0 70px;
	background:url(../images/home_goods_bg.jpg) fixed center;
	background-size:cover;	
}

.goods_area h2 {
	text-align:center;
	padding:50px 0;
}

.goods_area h2 em {
	position:relative;
	display:inline-block;
	padding:0 30px;
	font-size:36px;
	font-weight:normal;
	color:#000;
}

.goods_area h2 strong {
	display:block;
	color:#004784;
	font-size:23px;
	letter-spacing: 2px;
}

.goods_area ul li {
	padding-left:20px;
	transition:all 0.2s linear;
	overflow:hidden;
	float:left;
	text-align:center;
	height:320px;
}

.goods_area ul li .Img a {
	display:block;
	overflow:hidden;
}

.goods_area ul li .Img a img {
	display:block;
	width:100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}	

.goods_area ul li .Img a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.goods_area ul li h3 a {
	word-wrap:break-word;
	display:block;
	color:#000;
	text-align:center;
    font-size: 24px;
	line-height:1.4;
    font-weight: 500;
}

.goods_area ul li h3 a:hover {
	color:#77aa00;
}

.goods_area ul li .txt {
	padding:15px;
	position:relative;
	background:#fff;
}

.goods_area ul li div.txt p {
	color:#818080;
	margin:10px 5px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.goods_area .btn {
	text-align: center;
	margin-top: 10px;
}



/*========== Article ===========*/
.article_area {
	background:url(../images/home_article_bg.jpg) fixed center;
	background-size:cover;
	padding: 60px 0 60px;
	text-align: center;
}

.article_area h2 {
	text-align:center;
	padding-bottom: 10px;
}

.article_area h2 em {
	position:relative;
	display:inline-block;
	padding:0 30px;
	font-size:36px;
	font-weight:normal;
	color:#fff;
}

.article_area h2 strong {
	display:block;
	color:#fff;
	font-size:23px;
	letter-spacing: 2px;
	font-weight:normal;
}

.article_area .topic {
	padding-top: 20px;
	padding-bottom: 5px;
}

.article_area .topic a {
	color: #fff;
	font-size: 20px;
    font-weight: 500;
}

.article_area .topic a:hover {
	opacity: 0.6;
}

.article_area .txt {
	margin-top: 10px;
	font-size:16px;
	line-height: 1.6;
	color: #e8e8e8;
}

.article_area .btn {
	text-align: center;
	margin-top: 50px;
}

.article_area .btn a {
	color: #fff;
}

.article_area .btn::after{
	color: #fff;
}



/*========== News ===========*/
.news_area {
	background:#fff;
	background-size:cover;
	padding:30px 0;
}

.news_area h2 {
	text-align:center;
	padding:50px 0;
}

.news_area h2 em {
	position:relative;
	display:inline-block;
	padding:0 30px;
	font-size:36px;
	font-weight:normal;
	color:#000;
}

.news_area h2 strong {
	display:block;
	color:#77aa00;
	font-size:22px;
	letter-spacing: 2px;
	font-weight:normal;
}

.news_area ul li {
	padding: 10px 25px;
}

.news_area ul li .Img {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_area ul li .Img a {
	display: block;
}

.news_area ul li .Img img {
	display: block;
	width: 100%;
}

.news_area ul li .txt {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}

.news_area ul li h3 a {
	word-wrap:break-word;
	display:block;
	color:#000;
    font-size: 24px;
	line-height:1.4;
    font-weight: 500;
}

.news_area ul li h3 a:hover {
	color:#77aa00;
}

.news_area ul li .txt .date {
	color: #77aa00;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	margin: 5px 0 5px;
}

.news_area ul li .txt p {
	color:#666;
	margin:10px 0;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.news_area .btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}



@media (max-width: 960px) {
	.goods_area ul li {
		height:380px;
		width:50%;
	}
}



@media (max-width: 640px) {
	.goods_area ul li {
		height:450px;
		width:100%;
	}
}



@media (max-width: 450px) {
	.goods_area ul li {
		height:330px;
	}
}
