﻿@charset "UTF-8";
@font-face {
	font-family: 'aparajitaregular';
	src: url('font/aparajita-webfont.woff2') format('woff2'), url('font/aparajita-webfont.woff') format('woff'), url('font/aparajita.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("font3/SourceHanSansCN-Normal.woff2") format("woff2"), url("font3/SourceHanSansCN-Normal.woff") format("woff"), url("font3/SourceHanSansCN-Normal.ttf") format("truetype"), url("font3/SourceHanSansCN-Normal.eot") format("embedded-opentype"), url("font3/SourceHanSansCN-Normal.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url("font2/SourceHanSansCN-Light.woff2") format("woff2"), url("font2/SourceHanSansCN-Light.woff") format("woff"), url("font2/SourceHanSansCN-Light.ttf") format("truetype"), url("font2/SourceHanSansCN-Light.eot") format("embedded-opentype"), url("font2/SourceHanSansCN-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}

html {
	/*font-family: "SourceHanSansCN-Light";*/
	/*font-family: 'SourceHanSansCN-Normal';*/
	color: #000000;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}

body {
	background: #fafafa;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a,
button,
input,
textarea {
	-webkit-appearance: none;
}

input,
button,
textarea {
	outline: none;
	border-radius: 0;
	border: 0;
	/*font-family:'SourceHanSansCN-Light';*/
}

img {
	display: inline-block;
	border: 0;
}

ul {
	overflow: hidden;
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 32px;
	color: #a27d51;
	display: block;
	line-height: 36px;
}

p {
	font-weight: normal;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

a:hover {
	color: #a27d51;
}


/*其他公共样式*/

.Main {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.Box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.smallBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.BigTitle {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.BigTitle h1 {
	color: #6a0000;
}

.BigTitle i {
	font-style: normal;
	font-size: 16px;
	color: #6a0000;
	font-weight: normal;
	line-height: 22px;
	font-family: 'aparajitaregular';
	display: block;
}

a.Toview {
	display: block;
	width: 100px;
	height: 34px;
	color: #ffffff;
	cursor: pointer;
	background: #a27d51;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
}

a.Toview:hover {
	background: #950100;
}


/*header*/

.ymhead {
	width: 100%;
	height: 78px;
}

.ymheader {
	width: 1200px;
	height: 78px;
	margin: 0 auto;
	position: relative;
}

.ymhead .ymheader .ymlogo {
	width: 129px;
	height: 45px;
	position: absolute;
	left: 13px;
	top: 20px;
}

.ymhead .ymheader .ymslogen {
	width: 250px;
	height: 44px;
	position: absolute;
	right: 22px;
	top: 22.5px;
}

.ymhead .ymheader .ymphone {
	width: 261px;
	height: 22px;
	position: absolute;
	right: 34px;
	top: 41px;
}

.ymmenu {
	width: 100%;
	height: 54px;
	background-color: #6a0000;
}

.ymmenu .menuBox {
	display: block;
	width: 980px;
	height: 54px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: visible;
	z-index: 9999;
	position: relative;
}

.ymmenu .menuBox li {
	width: 140px;
	height: 54px;
	float: left;
}

.ymmenu .menuBox li a {
	display: block;
	height: 54px;
	text-align: center;
}

.ymmenu .menuBox li a:hover p {
	color: #a27d51;
}

.ymmenu .menuBox li a p {
	display: block;
	font-size: 18px;
	line-height: 54px;
	color: #ffffff;
}

.ymmenu .menuBox li a span {
	display: block;
	font-family: 'aparajitaregular';
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	font-family: 'Arial'\0;
	*font-family: 'Arial';
	/*ie7*/
	font-size: 10px\0;
	*font-size: 10px;
}

.mymenu li a:link,
.mymenu li a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	box-sizing: border-box;
	background: #6a0000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mymenu li a:hover {
	color: #a27d51;
}

.mymenu li {
	height: 40px!important;
}

.mymenu {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	margin-top: 1px;
	width: 120px;
	/*border-left:1px solid #fff;*/
}

.myul {
	width: 282px!important;
}


/*banner*/

.IndexBaner {
	height: 437px;
	width: 100%;
	position: relative;
}

.swiper-container {
	height: 437px;
	width: 100%;
	min-width: 1200px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 2;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #ffffff;
	margin: 0 5px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #c09867;
}

.IndexBaner .arrow-left {
	background: url(../images/banner/help_left.png) no-repeat;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -38.5px;
	width: 40px;
	height: 77px;
	z-index: 999;
	cursor: pointer;
	opacity: 0.7;
}

.IndexBaner .arrow-right {
	background: url(../images/banner/help_right.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -38.5px;
	width: 40px;
	height: 77px;
	z-index: 999;
	cursor: pointer;
	opacity: 0.7;
}


/*热门项目*/

.IndexhotProject {
	width: 1200px;
	height: 680px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hotProject {
	width: 1152px;
	height: 680px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hotProject .Project-slide {
	width: 1152px;
	height: 680px;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hotProject .Project-slide div.projectlist {
	width: 260px;
	height: 298px;
	margin: 20px 14px;
	float: left;
	border: solid 1px #e7e1d9;
	box-sizing: border-box;
}

.Project-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.Project-button-prev {
	background: url(../images/banner/arrows.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
}

.Project-button-next {
	background: url(../images/banner/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
}

.projectlist .Hottit {
	font-size: 20px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 100%;
}

.projectlist a {
	display: block;
	width: 100%;
	height: 100%;
}

.projectlist .Descr {
	width: 260px;
	height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
}

.projectlist .Descr p {
	font-size: 14px;
	color: #6e6e6e;
	text-align: center;
	line-height: normal;
}

.projectlist .Descr p span {
	color: #a27d51;
}

.projectlist .hotImg {
	width: 258px;
	height: 194px;
	overflow: hidden;
}

.projectlist .hotImg img {
	transition: all 1.2s;
}

.projectlist:hover {
	box-shadow: 0 0 30px #ccc;
	position: relative;
	z-index: 2;
}

.projectlist:hover .hotImg img {
	transform: scale(1.2, 1.2);
}


/**/

#arcleft {
	font-size: 16px;
}