@import url("swiper.css");
@import url("bootstrap.css");
@import url("animate.css");
@font-face {
	font-family: 'AvantGarde CE';
	src: url('./ITC AVANT GARDE CE GOTHIC DEMI_0.TTF');
}
* { margin:0; padding:0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body,div,ul,p,figure,h1,h2,h3,h4,h5,h6{ margin:0;padding:0;}
ul li { list-style:none;}
a {cursor:pointer;touch-callout: none; text-decoration:none; hide-focus: expression(this.hideFocus=true); outline:none;}
a:focus{outline:0;}
em,i{font-style: normal;}
input:focus,textarea:focus {outline:none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input[type="submit"] {border: none;background: none;appearance: none;outline: none;}
input,textarea {border: none;background: none;appearance: none;outline: none;}
img {border:none; vertical-align:middle;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.clearfix{*zoom:1;}
table{border-collapse: collapse !important;}
.left {float: left;}
.rig {float: right;}

body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px; color: #333;font-family: 'Arial';overflow-x:hidden;}
.pad5 {padding:5% 0;}
.pad4 {padding:4% 0;}
.pad3 {padding:3% 0;}
.pad2 {padding:2% 0;}
.pad1 {padding:1% 0;}
.overflow {overflow: hidden;}
.Imghover {transform:scale(1.05);-webkit-transform:scale(1.05);}
.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.Imghover:hover{ transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.padding {padding:3% 0 2%;}
.logo {float: left;text-align: center;}
.logo a img {display: block;margin: 0 auto;}

/*-- 共用头部样式 --*/
.nav {display: flex;justify-content: space-between;align-items: center;padding: 0 3%;width: 100%;background:rgba(255,255,255,.95);border-radius: 54px;}
.navBox {width: 100%;position: relative;padding:25px 5% 0;position: absolute;top: 0;width: 100%;z-index: 999;}
.navbar-nav {justify-content: space-between;width:100%;align-items: center;}
.navbar-nav .nav-item {float: left;position: relative;}
.navbar-light .navbar-nav .nav-link {padding:0;    margin: 0.3rem 0;line-height: 0.2rem;font-size: 16px;color: #a4805c;position: relative;transition: all 200ms linear;}
.navbar-light .navbar-nav .nav-link::after {content: "";display: block;position: absolute;left: 40%;right: 40%;bottom:-3%;height:2px;opacity: 0;
	background-color: #a4805c;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.navbar-light .navbar-nav .default a::after,.navbar-light .navbar-nav .nav-item:hover a::after {left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s}
.navbar-light .navbar-nav .default a,.navbar-light .navbar-nav .nav-link:hover {color: #a4805c;}
.dropdown-menu {padding:0;line-height:35px;font-size: 16px;width:160px; position: absolute;border-radius: 0; top:107px;left:0;border: none;color: #333;
	transition:all 500ms ease;opacity: 0;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);background:#fff;z-index: 999;
	min-width: inherit;border-radius: inherit;display:block;transition:all 500ms ease;opacity: 0;
	-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;
	-webkit-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);-moz-transform:scaleY(0);transform:scaleY(0);
	-webkit-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;-moz-transform-origin:top;transform-origin:top;}
.dropdown-item a {line-height:25px;font-size: 14px;color: #333 !important;text-decoration: inherit;}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {display:block;opacity: 1;
	-webkit-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);}
.dropdown-item:hover {background: #a4805c;}
.dropdown-item:hover a{color: #fff !important;}
.navbar-nav .nav-item:nth-child(5):hover .dropdown-menu {display: none;}
.navbar {padding: 0 20px 0 0;}
.nav-rig {width:92%;display: flex;justify-content: flex-end;align-items: center;padding-left: 5%;position: relative;}
.nav-rig::before {content: "";width: 1px;height: 60%;background: #bfa790;position: absolute;left: 0;top: 20%;}
.search {display: flex;justify-content: space-between;align-items: center; width: 190px;height: 30px;background:rgba(164,128,92,.33);border: 1px solid #a4805c;border-radius: 30px; overflow: hidden;background-size: 100% 100%;}
.search input {display: block;width: 80%;height: 30px;padding: 0 10px;color: #a4805c;font-size: 14px;}
.search button {display: block;width: 20%;height: 30px;text-align: center;cursor: pointer;}
.search button img {transition: .6s; transform:rotateY(0deg);-ms-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-o-transform:rotateY(0deg);}
.search button:hover img {transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}
.search input::-webkit-input-placeholder {color: #a4805c;}
.search input:-moz-placeholder {color: #a4805c;}
.search input::-moz-placeholder {color: #a4805c;}
.search input::-ms-input-placeholder {color: #a4805c;}



.swiper-pagination-bullet-active { background:#a4805c;}
.nei-banner {position: relative;}
.crumbs {width: 100%;line-height: 50px;color: #fff;font-size: 16px;background:#a4805c;}
.crumbs .container {padding: 0;color: #fff;}
.crumbs p a {color: #fff;text-transform: uppercase;}

/*-- 共用标题样式 --*/
.title {display: flex;justify-content: space-between;align-items: flex-end;padding-bottom: 5px;border-bottom: 1px solid #ddd6ce;}
.bt {display: flex;align-items: center;}
.bt h1 {font-size: 42px;color: #1f1f1f;font-weight: bold;}
.bt img {margin: 10px 15px 0;}
.bt p {font-size: 12px;color: #c0a994;margin-top: 10px;}
.title a {display: block; margin-bottom: 10px;}
.title a:hover {-webkit-animation: bounce .5s linear 1;animation: bounce .5s linear 1;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.white h1,.white span {color: #fff;}
.tit {padding-bottom: 5px;border-bottom: 1px solid #ddd6ce;}
.tit h1 {font-size: 32px;color: #1f1f1f;text-transform: capitalize;}

/*-- 共用轮播组件样式 --*/
.swiper-nr {width: 100%;position: relative;}
.swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5 {width: 100%;overflow: hidden;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5 {position: relative;}

/*-- 共用底部样式 --*/
.footer {background:url(../img/foot-bg.jpg) left top;color: #a4805c;}
.foot-bott {padding:0;}
.foot1 {padding: 3% 15px;border-right: 1px solid #e5dacf;}
.foot1 h5 {font-size: 20px;color: #a4805c; font-weight: bold;text-transform: uppercase;}
.foot1 img {margin-top:8%;margin-left: 3px;}
.foot1 ul {margin: 20px 0 35px;}
.foot1 ul li {display: block;line-height: 32px;color: #6f6f6f;}
.foot1 ul li a:hover {text-decoration: underline;}
.foot-nav h6{font-size: 24px;color: #a4805c;font-family: 'AvantGarde CE';text-transform: uppercase;}
.foot-nav p {display: flex;justify-content: space-between;align-items: center;margin-top: 25px;padding-right: 6%;}
.foot-nav p a {font-size: 14px;color: #676767;}
.foot-nav p a:hover {color: #a4805c;text-decoration: underline;}
.foot2 {padding: 3% 15px 3% 4%;}
.foot-item {margin-bottom: 4%;}
.foot-item input {display: block;width: 100%;height:38px;border: 1px solid #ded1c4; padding: 0 10px;color: #a4805c;font-size: 12px;}
.foot-item textarea {display: block;width: 100%;height:129px;border: 1px solid #ded1c4;padding: 5px 10px;color: #a4805c;font-size: 12px;}
.foot-item button {display: block;width: 100%;height: 38px;border: 1px solid #ded1c4;padding: 0 10px;line-height: 38px;font-size: 12px;color: #a4805c;text-align: left; cursor: pointer;}
.foot-item2 {display: flex;align-items: flex-end;}
.di {background: #a4805c;}
.di .container {color: #fff;font-size: 15px;padding: 0;line-height: 50px;}
.di a {color: #fff;margin: 0 10px 0 20px;}

.foot-item input::-webkit-input-placeholder {color: #a4805c;}
.foot-item input:-moz-placeholder {color: #a4805c;}
.foot-item input::-moz-placeholder {color: #a4805c;}
.foot-item input::-ms-input-placeholder {color: #a4805c;}

.foot-item textarea::-webkit-input-placeholder {color: #a4805c;}
.foot-item textarea:-moz-placeholder {color: #a4805c;}
.foot-item textarea::-moz-placeholder {color: #a4805c;}
.foot-item textarea::-ms-input-placeholder {color: #a4805c;}

/*-- 共用分页标签样式 --*/
.page { padding:3% 0 0;}
.page ul {text-align: center;}
.page ul li {display:inline-block;}
.page ul a { display: inline-block;margin: 0 2px; width:28px; height:28px;line-height: 28px;border: 1px solid #d1cac3; color:#7e7e7e; font-size: 16px;}
.page ul a.page-num-current{background: #956b39;color: #fff;border: 1px solid rgba(255,255,255,0);}
.page2 { padding: 4% 0 0;}
.page2 ul{ text-align: center; margin: 0;padding: 0;}
.page2 ul li{ display: inline-block; cursor: pointer; margin: 0 1%; width:177px; height:37px;color:#956b39;font-size: 14px; text-align:center;
	line-height: 37px;border-radius: 30px;background: #f0eae3;}
.page2 li:hover { background:#956b39;color: #fff;}

/*-- 共用效果样式 --*/
.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.hov5:hover::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}

.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.line0 {position: relative;overflow: hidden;}
.line0 img {transition: 3s;}
.line1::before,.line1::after {position: absolute;top:20px;right:20px;bottom:20px;left:20px;content: '';opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.line1::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.line1::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}
.line0:hover .line1::before,
.line0:hover .line1::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.line0:hover img {transform: scale(1.1,1.1);}

.kai {position: relative;}
.kai::before {background: rgba(255, 255, 255, 0.3);bottom: 0;content: "";left: 50%;position: absolute;right: 50%;top: 0;opacity: 1;width: 0;}
.kai::after {background: rgba(255, 255, 255, 0.6);bottom: 50%;content: "";left: 0;position: absolute;right: 0;top: 50%;opacity: 1;width: 0;}
.kai:hover::before {left: 0;right: 0;opacity: 0;width: auto;transition: all 900ms linear;}
.kai:hover::after {top: 0;bottom: 0;opacity: 0;width: auto;transition: all 900ms linear;}




@media only screen and (max-width:1400px) {
	.navBox {padding: 10px 15px 0;}
	.nav {padding: 0 5%;}
	.navbar-light .navbar-nav .nav-link {}
	.foot-bott {padding: 0 3%;}
	.di .container {padding: 0 3%;}
	.bt h1 {font-size:38px;}
	.crumbs .container {padding: 0 3%;}
}
@media only screen and (max-width:1300px) {
	.bt h1 {font-size:34px;}
}

@media only screen and (max-width:1200px) {
	.nav-rig {width: 66%;}
	.search {width: 150px;}
	.navbar-light .navbar-nav .nav-link {font-size: 16px;font-weight: inherit;}
	.bt h1 {font-size: 32px;}
	.tit h1 {font-size: 30px;}
}
@media screen and (max-width:990px) {
	/* .navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);} */
	.navbar-nav i {display: none;}
	.nav {display: block;}
	.logo,.yd {float: inherit;margin:0;}
	.logo a img {max-width: 90px;}
	.nav-rig {display: block;width: 100%;margin:0;}
	.nav {padding: 15px;}
	.nav-rig {position: absolute;top: 0.4rem;display: block;width:97%;z-index: 999;padding: 0;border:none;}
	.nav-rig::before {display: none;}
	.navbar-nav {display: block;background: #fff;padding:15px;}
	.navbar-nav .nav-item {display: block;float: inherit;width: 100%;line-height: 36px;}
	.navbar-light .navbar-nav .nav-link {line-height: 36px;padding: 0 10px;}
	.navbar-light .navbar-nav .nav-link::after {bottom: 7%;}
	.navbar .navbar-nav .nav-item:hover .dropdown-menu,.dropdown-menu {display: none;opacity: 0;}
	.bt h1,.tit h1 {font-size: 28px;}
	.search {width: 100%;margin-top:20px;}
	.nav {border-radius: inherit;}
	.navBox {padding: 0;position: inherit;}
	
	
}
@media screen and (max-width: 768px) {
	.crumbs{display: none;}
	.bt h1,.tit h1 {font-size: 20px;}
	.tit h1 {padding-bottom: 10px;}
	.bt img {margin: 0 5px;}
	.bt p {margin: 0;}
	.title a {margin-bottom: 0;}
	.foot1 ul {margin: 15px 0;}
}