@import url(normalize.css);


header {
	height: 130px;
	/*background-color: #1e283a;*/
	
	background-color: rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
}
header > .header {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > .header > .header-right {
	display: flex;
	flex-direction: column;
}
header > .header > .header-right > .header-right-top {
	display: flex;
	align-items: center;
	align-self: flex-end;
}

header > .header > .header-right > .header-right-top > .header-right-top-tel {
	font-size: 20px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
header > .header > .header-right > .header-right-top > .header-right-top-tel > img {
	height: 25px;
	width: 25px;
	margin-right: 10px;
	border-radius: 50%;
}
header > .header > .header-right > .header-right-top > span {
	color: #fff;
	font-size: 16px;
	margin: 0 20px 0 15px;
}
header > .header > .header-right > .header-right-top > .header-right-top-lang {
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
header > .header > .header-right > .header-right-top > .header-right-top-lang > img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
header > .header > .header-right > .header-right-top > .header-right-top-lang > div {
    display: flex;
}
header > .header > .header-right > .header-right-top > .header-right-top-lang > div > a {
    margin: 0 5px;
    color: #ffffff;
}
header > .header > .header-right > .header-right-down {
	display: flex;
	margin-top: 30px;
}
header > .header > .header-right > .header-right-down > a {
	margin-left: 10px;
	font-size: 17px;
	color: #ffffff;
}

footer {
	height: 465px;
	background-color: #181819;
	display: flex;
	flex-direction: column;
}
footer > .footer {
	flex: 1;
	display: flex;
	flex-direction: column;
}
footer > .footer > .footer-top {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 60px 0 40px 0;
	box-sizing: border-box;
}
footer > .footer > .footer-top > .footer-top-left {
	display: flex;
	flex-direction: column;
}
footer > .footer > .footer-top > .footer-top-left > img {
	width: 160px;
}
footer > .footer > .footer-top > .footer-top-left > span {
	margin-top: 25px;
	padding: 10px 20px;
	background-color: #303030;
	color: #ffffff;
	border-radius: 20px;
	font-size: 14px;
}
footer > .footer > .footer-top > .footer-top-cent {
	border-left: 1px solid #303030;
	margin-left: 75px;
	padding-left: 80px;
	box-sizing: border-box;
	display: flex;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left > .footer-top-cent-left-top {
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 16px;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left > .footer-top-cent-left-top > span {
	/* display: flex;
	flex-wrap: wrap; */
	line-height: 20px;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left > .footer-top-cent-left-top > span:last-child {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 46px;
	margin-left: 20px;
	color: #ffffff;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left > .footer-top-cent-left-down {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #999999;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-left > .footer-top-cent-left-down > span {
	margin: 3px 0;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-right {
	margin-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-right > a {
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 15px 30px;
	box-sizing: border-box;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-right > a:first-child {
	background-color: #9c6e32;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
footer > .footer > .footer-top > .footer-top-cent > .footer-top-cent-right > a > img {
	margin-right: 5px;
}
footer > .footer > .footer-top > .footer-top-right {
	display: flex;
	flex-direction: column;
	background-color: #222222;
	color: #999999;
	padding: 10px;
	box-sizing: border-box;
}
footer > .footer > .footer-top > .footer-top-right > span {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
footer > .footer > .footer-down {
	height: 100px;
	border-top: 1px solid #303030;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer > .footer > .footer-down > span {
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	width: 15%;
}
footer > .footer > .footer-down > .footer-down-cont {
	display: flex;
	flex-wrap: wrap;
}
footer > .footer > .footer-down > .footer-down-cont > a {
	margin: 3px 5px;
	font-size: 14px;
	color: #646464;
}
footer > .footer > .footer-down > .footer-down-cont > a:hover {
	color: #ffffff;
}
footer > .footer-d {
	background-color: #111111;
	height: 95px;
	color: #646464;
	font-size: 14px;
}
footer > .footer-d > .footer-down {
	height: inherit;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
}
footer > .footer-d > .footer-down a {
	color: #646464;
	font-size: 15px;
	margin: 0 2px;
}


/* about */
section#about {
	height: 705px;
	padding: 105px 0;
	box-sizing: border-box;
	background: url("../img/about-bg.png") no-repeat center;
}
section#about > .about {
	display: flex;
	justify-content: space-between;
}
section#about > .about > .about-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 25px;
	box-sizing: border-box;
	width: 50%;
}
section#about > .about > .about-left > .about-left-title {
	display: flex;
	flex-direction: column;
}
section#about > .about > .about-left > .about-left-title > span:first-of-type {
	font-weight: bold;
	font-size: 40px;
	color: #222222;
}
section#about > .about > .about-left > .about-left-title > span:nth-child(2) {
	font-size: 24px;
	color: #222222;
	margin: 20px 0 25px 0;
}
section#about > .about > .about-left > .about-left-title > span:nth-child(3) {
	height: 5px;
	width: 40px;
	background-color: #9c6e32;
}
section#about > .about > .about-left > span {
	/* margin-top: 40px; */
	font-size: 18px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 35px;
}
section#about > .about > .about-left > a {
	align-self: flex-start;
	padding: 10px 30px;
	box-sizing: border-box;
	border: 2px solid #9c6e32;
	border-radius: 50px;
	color: #9c6e32;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#about > .about > .about-left > a > img {
	margin-left: 15px;
	transition: all 0.3s ease-in-out;
	
}
section#about > .about > .about-left > a:hover img {
	margin-left: 25px;
}

section#about > .about > .about-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 450px;
}

/* product */	
section#product {
	margin: 45px 0 70px 0;
	box-sizing: border-box;
}
section#product > .product {
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#product > .product > .product-title > span:first-of-type {
	font-weight: bold;
	font-size: 40px;
	color: #222222;
}
section#product > .product > .product-title > span:nth-child(2) {
	font-size: 18px;
	color: #666666;
	margin: 35px 0;
}
section#product > .product > .product-title > span:nth-child(3) {
	height: 5px;
	width: 40px;
	background-color: #9c6e32;
}
[class*=' imghvr-'],[class^=imghvr-] {
	background-color: rgba(156,110,50,0.6) !important;
}
section#product > .product > .product-cont {
	display: flex;
	justify-content: space-between;
}
section#product > .product > .product-cont > .product-cont-item {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
section#product > .product > .product-cont > .product-cont-item > .product-cont-item-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: rgba(156,110,50,0.6);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
section#product > .product > .product-cont > .product-cont-item:hover .product-cont-item-title {
	bottom: -75px;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption {
	padding: 95px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-top {
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-top > span:first-of-type {
	font-size: 18px;
	color: #ffffff;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-top > span:last-of-type {
	height: 5px;
	width: 40px;
	background-color: #fff100;
	margin-top: 25px;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-down {
	margin-top: 65px;
	display: flex;
	flex-direction: column;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-down > .product-cont-item-down-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-down > .product-cont-item-down-item > img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
section#product > .product > .product-cont > .product-cont-item > figure > figcaption > .product-cont-item-down > .product-cont-item-down-item > span {
	font-size: 15px;
	color: #ffffff;
	line-height: 22px;
}


/* 服务中心 */
section#service {
	height: 720px;
	background-color: #f6f6f6;
	padding: 70px 0;
	box-sizing: border-box;
}
section#service > .service {
	display: flex;
	flex-direction: column;
}
section#service > .service > .service-title {
	font-size: 50px;
	color: #010101;
	font-weight: bold;
	text-align: center;
}
section#service > .service > .service-cont {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
section#service > .service > .service-cont > .service-cont-item {
	width: 33.333%;
	padding: 40px;
	box-sizing: border-box;
	outline: 0.5px solid #eee;
	display: flex;
	flex-direction: column;
}
section#service > .service > .service-cont > .service-cont-item > img {
	align-self: flex-start;
	width: auto;
	height: 50px;
}
section#service > .service > .service-cont > .service-cont-item > .service-cont-item-two {
	display: none;
}
section#service > .service > .service-cont > .service-cont-item > span:first-of-type {
	font-size: 24px;
	color: #333333;
	margin: 15px 0;
}
section#service > .service > .service-cont > .service-cont-item > span:first-of-type > span {
	font-weight: bold;
}
section#service > .service > .service-cont > .service-cont-item > span:last-of-type {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}
section#service > .service > .service-cont > .service-cont-item:first-of-type:hover {
	background: url("../img/service_01.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:nth-child(2):hover {
	background: url("../img/service_02.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:nth-child(3):hover {
	background: url("../img/service_03.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:nth-child(4):hover {
	background: url("../img/service_04.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:nth-child(5):hover {
	background: url("../img/service_05.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:nth-child(6):hover {
	background: url("../img/service_06.jpg") no-repeat;
	cursor: pointer;
}
section#service > .service > .service-cont > .service-cont-item:hover > span {
	color: #ffffff;
}
section#service > .service > .service-cont > .service-cont-item:hover > span:first-of-type > span {
	font-weight: lighter;
}
section#service > .service > .service-cont > .service-cont-item:hover .service-cont-item-two {
	display: block;
}
section#service > .service > .service-cont > .service-cont-item:hover .service-cont-item-one {
	display: none;
}


/* message */
section#message {
	padding: 90px 0 0 0;
	box-sizing: border-box;
}
section#message > .message {
	display: flex;
	justify-content: space-between;
}
section#message > .message > .message-left {
	width: 60%;
	height: 400px;
}
section#message > .message > .message-left > img {
	width: 100%;
	height: 100%;
}
section#message > .message > .message-right {
	flex: 1;
	margin-left: 40px;
	padding: 10px 0 15px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section#message > .message > .message-right > .message-right-top {
	display: flex;
	flex-direction: column;
}
section#message > .message > .message-right > .message-right-top > span:first-of-type {
	font-size: 50px;
	color: #010101;
	font-weight: bold;
}
section#message > .message > .message-right > .message-right-top > span:last-of-type {
	font-size: 28px;
	color: #000000;
	margin-top: 15px;
}
section#message > .message > .message-right > .message-right-cent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
section#message > .message > .message-right > .message-right-cent > .form-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#message > .message > .message-right > .message-right-cent > .form-top > .form-top-item {
	width: 31%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border: 2px solid #ebebeb;
	padding: 0 10px;
	box-sizing: border-box;
}
section#message > .message > .message-right > .message-right-cent > .form-top > .form-top-item > img {
	width: 25px;
	height: 25px;
}
section#message > .message > .message-right > .message-right-cent > .form-top > .form-top-item > input {
	height: 46px;
	border: 0;
	outline: 0;
	font-size: 16px;
	margin-left: 3px;
	flex: 1;
	margin-right: 24px;
	cursor: pointer;
	color: #666666;
	padding-left: 5px;
	box-sizing: border-box;
}
section#message > .message > .message-right > .message-right-cent > .form-top > .form-top-item1 {
	position: relative;
}
section#message > .message > .message-right > .message-right-cent > .form-top > .form-top-item1 #canvas {
	position: absolute;
	right: 0;
	width: 50%;
	height: inherit;
	cursor: pointer;
}
section#message > .message > .message-right > .message-right-cent > input {
	padding: 10px 65px;
	box-sizing: border-box;
	background-color: #343434;
	color: #ffffff;
	margin-top: 20px;
}
section#message > .message > .message-right > .message-right-down {
	display: flex;
	flex-direction: column;
}
section#message > .message > .message-right > .message-right-down > .message-right-down-tel {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
}
section#message > .message > .message-right > .message-right-down > .message-right-down-tel > img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
section#message > .message > .message-right > .message-right-down > span {
	margin-top: 10px;
	font-size: 15px;
}


/* 新闻中心 */
section#news {
	padding: 55px 0;
	box-sizing: border-box;
}
section#news > .news {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-title {
	color: #010101;
	font-size: 50px;
	font-weight: bold;
}
section#news > .news > .news-nav {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-nav > .news-nav-left {
	/* align-self: flex-end; */
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 2px solid #f4f4f4;
	flex: 1;
}
section#news > .news > .news-nav > .news-nav-left > ul {
	display: flex;
	align-items: flex-end;
}
section#news > .news > .news-nav > .news-nav-left > ul > li {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-right: 45px;
}
section#news > .news > .news-nav > .news-nav-left > ul > li > img {
	width: 25px;
	height: 25px;
	margin-left: 15px;
}
/* section#news > .news > .news-nav > .news-nav-left > ul > li:hover,section#news > .news > .news-nav > .news-nav-left > ul > li.on {
	color: #9c6e32;
} */
section#news > .news > .news-nav > .news-nav-left > ul > li img.news-arrow-two {
	display: none;
}
section#news > .news > .news-nav > .news-nav-left > ul > li:hover img.news-arrow-two,section#news > .news > .news-nav > .news-nav-left > ul > li.on img.news-arrow-two {
	display: block;
}
section#news > .news > .news-nav > .news-nav-left > ul > li:hover img.news-arrow-one,section#news > .news > .news-nav > .news-nav-left > ul > li.on img.news-arrow-one {
	display: none;
}
section#news > .news > .news-nav > .news-nav-left > .news-nav-right {
	padding: 20px 45px;
	box-sizing: border-box;
	border: 2px solid #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s ease-in-out;
}
section#news > .news > .news-nav > .news-nav-left > .news-nav-right > span {
	margin-left: 30px;
	font-size: 20px;
}
section#news > .news > .news-nav > .news-nav-left > .news-nav-right:hover {
	border: 2px solid #9c6e32;
	color: #9c6e32;
}
section#news > .news > .news-nav > .news-cont {
	margin-top: 55px;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item {
	display: flex;
	justify-content: space-between;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a {
	width: 30%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > .news-cont-item-title {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > .news-cont-item-title > span:first-of-type {
	font-size: 15px;
	color: #666666;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > .news-cont-item-title > span:last-of-type {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > img:first-of-type {
	width: 100%;
	height: 210px;
	margin: 30px 0 25px 0;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > span {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a > img:last-of-type {
	margin-top: 40px;
	width: 40px;
	transition: all 0.3s ease-in-out;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a:hover > img:last-of-type {
	margin-top: 30px;
}
section#news > .news > .news-nav > .news-cont > .news-cont-item > a:hover > .news-cont-item-title > span:last-of-type {
	color: #9c6e32;
}