@charset "utf-8";
/* reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p,input {
  padding: 0;
  margin: 0;}
html,body{
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei";}
ul,li{list-style: none;}
a{text-decoration: none;}
input {
	outline: none;}
a:link,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
img{border: none;}
*{
	box-sizing: border-box;}
/* body */
body{
	position: relative;}
/* top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 55px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #b89d66 url(../images/cd-top-arrow.jpg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;}
.mobWrap{
	-webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;}
.mobWrap.in {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);}
/* header */
header{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	z-index: 99999;}
.header.current .model_bg{display: block;}
/* headerTop */
.topWrap{
	width: 100%;
	background-color: #5d392d;}
.topWrap .top{
	height: 38px;
	line-height: 38px;}
.top .top_lf{
	float: left;}
.top .top_rt{
	float: right;}
.top a {
  color: #b89d66;
  display: inline-block;
	transition: all 0.5s ease;}
.top a:hover{
	color:#fff;}
.top span {
  color: #b89d66;
  margin: 0 5px;
  display: inline-block;}
/* topSearch */
.top .search{
	width: 17px;
	height: 40px;
	margin-left: 18px;
	background: url(../images/search.jpg) no-repeat center center;}
.search_box{
	height: 0;
	width: 100%;
	overflow: hidden;}
#searchWrap{
	width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  display: none;}
.search_box .ser{
	width: 800px;
  height: 38px;
  line-height: 34px;
  background-color: #fff;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;}
.ser .searchnote{
	width: 83%;
	padding: 0 0 0 7px;
	border: 1px solid #bfbfbf;}
.ser .searchnote:focus{
	outline: -webkit-focus-ring-color auto 5px;}
.ser .searchsub{
	width: 15%;
  cursor: pointer;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background-color: #5d392d;
  border: 0;
  color: #c9b171;
  display: block;
  float: right;
 	position: relative;
 	text-align: center;
 	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;}
.ser .searchsub:before{
	content: ' ';
 	position: absolute;
 	background: #fff;
 	width: 25px;
 	height: 50px;
 	top: 0;
 	left: -45px;
 	opacity: 0.3;
 	-webkit-transition: all 0.25s ease-out;
 	transition: all 0.25s ease-out;
 	-webkit-transform: skewX(-25deg);
         	transform: skewX(-25deg);}
.ser .searchsub:hover:before{
	width: 45px;
	left: 205px;}
.icon-guanbi{
	position: absolute;
	color: #5d392d;
	cursor: pointer;}
.model_bg{
	position: fixed;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(opacity=70);}
/* nav */
.nav-wrapper{
	height: 108px;
	width: 100%;
	position: relative;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);}
.logo_box{
	float: left;}
.logo_box .logo{
	float: left;
	margin-top: 22px;
	margin-bottom: 13px;
	width: 80px;
	height: 75px;}
.logo_box .logo img{
  width: 135%;
  max-width: 135%;
  height: auto;
  display: block;}
.logo_box .logo_name{
	float: left;
margin-top: 26px;
margin-left: 22px;
width: 200px;
height: 58px;}
.logo_box .logo_name img{
	width: 82%;
  max-width: 100%;
  height: auto;
  display: block;}
.nav_box{
	float: right;}
.clear{
	clear: both;}
.nav_box .nav-ul li{
	float: left;
	height: 108px;
	position: relative;
	transition: all 0.3s ease;}
.nav_box .nav-ul li>a{
	display: block;
	line-height: 102px;
	height: 108px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	transition: all 0.5s ease;
	padding: 0 13px;}
.nav_box .nav-ul li>a.active{
	color: #cab075;}
.nav_box .nav-ul li a:hover{
	color: #cab075;}
.nav_box .nav-ul .last-li{
	padding-right: 0;}
.nav_box .nav-ul li .subnav{
  position: absolute;
  left: 0;
  width: 86px;
  z-index: 1000;
  display: none;
  padding:0px 0;
  background-color: #fbfcfe;}
.subnav dd a{
	color: #262628;
  padding: 12px 8px;
  text-align: center;
  display: block;
  transition: all 0.5s ease;}
.subnav dd a.active{
	color: #cab172;}
.nav_box .nav-ul .subnav dd a:hover{
	color: #cab172;}
.nav_box  ul li.on .subnav{display: block;}
.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;}
@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;}

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;}

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;}

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);}
}

.subnavthree{ display:none; background-color:#fbfcfe; width:150px; position:absolute; right:-151px; top:10px;}
.threenav{ position:relative;}
.threenav:hover .subnavthree{ display:block;}


/* mobile nav*/
.mobile_box{
	position: absolute;
	top: 0;
	left: 0;}
.mobile{
 	width: 100%;
  display: none;}
.mobile-inner-header{
  width: 100%;
  height: 34px;
  background-color: #5d392d;}
.mobile-inner-header .mobile_title{
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  float: left;
  color: #cab16f;}
.mobile-inner-header .mobile_title a{
  margin: 0 10px;
  color: #cab16f;
  line-height: 31px;
  height: 31px;
  font-size: 10px;}
.mobile-header-search{
	float: right;
	min-width: 25px;
	width: 25px;
  height: 34px;
  margin-right: 2%;}
.search-a{
	background: #5d382d url(../images/search.jpg) no-repeat center center;
	border:1px solid #5d382d;
	speak: none;
	display: block;
	width: 100%;
	height: 100%;}
.mobile-inner-header-search{
	float: right;
	position: absolute;
	width: 0%;
	right: 0;
	min-width: 25px;
	height: 30px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;}
.mobile-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #5d392d;
	outline: none;
	background: #fff;
	width: 100%;
	height: 30px;
	margin-top: 2px;
	z-index: 10;
	padding: 14px 65px 12px 20px;
	font-family: inherit;
	font-size: 14px;
	color: #5d392d;
	border-radius: 15px;}

.mobile-search-input::-webkit-input-placeholder {
	color: #5d392d;}

.mobile-search-input:-moz-placeholder {
	color: #5d392d;}

.mobile-search-input::-moz-placeholder {
	color: #5d392d;}

.mobile-search-input:-ms-input-placeholder {
	color: #5d392d;}
.mobile-icon-search,
.mobile-search-submit  {
	width: 28px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	margin-top: 2px;}
.mobile-search-submit {
	background: #fff; /* ie needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie 8 */
  filter: alpha(opacity=0); /* ie 5-7 */
  opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;}
.mobile-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 16px;
	background: #5d382d url(../images/search.jpg) no-repeat center center;
	border:1px solid #5d382d;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	-webkit-font-smoothing: antialiased;}
/* Open state */
.mobile-search.mobile-search-open,
.no-js .mobile-search {
	width: 50%;}

.mobile-search.mobile-search-open .mobile-icon-search,
.no-js .mobile-search .mobile-icon-search {
	color: #fff;
	z-index: 11;}

.mobile-search.mobile-search-open .mobile-search-submit,
.no-js .mobile-search .mobile-search-submit {
	z-index: 90;}
.mobile-inner-logo{
	height: 80px;
	width: 100%;}
.mobile-inner-logo .mobile-logo-box{
	width: 75%;
	height: inherit;
	float: left;}
.mobile-logo-box .mobile-logo{
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	width: 20%;}
.mobile-logo img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;}
.mobile-logo-box .mobile-logo-name{
	float: left;
width: 50%;
margin-top: 23px;
margin-left: 4%;}
.mobile-logo-name img{
	width: 100%;
	height: 100%;}
.mobile-inner-logo .mobile-nav-icon{
	width: 20%;
	height: inherit;
	float: right;}
.navbar-toggle{
	background-color: #000000;
	margin-top: 20px;}
.navbar-toggle .icon-bar{
  background-color: #fff;}
.mobile-inner-nav{
	border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000000;
  width: 50%;
  background-color: #131313;
  max-height: none;
  display: none;
 -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
  -webkit-transform: translate(199%, 0);
  -ms-transform: translate(199%, 0);
  -o-transform: translate(199%, 0);
  transform: translate(199%, 0);}
.mobile-inner-nav.in{
	display: block;}
.mobile-inner-nav.dis{
	display: block;}
.mobile-nav-title{
  width: auto;
  margin-left: 10px;
  overflow: hidden;
  background-color: #000;}
.mobile-nav-title h3{
	color: #e8e8e8;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;}
.mobile-nav-title h3 .error{
	display: inline-block;
	float: right;
	margin-top: 0;
	width: 20px;
	height: 40px;
	background: url(../images/error.jpg) no-repeat center center;
	background-size: 70%;}
.mobile-nav-ul li {
  position: relative;}
.mobile-nav-ul li.menu-open .mobile_subNav{
	display: block;}
.mobile-nav-ul .current{
	background-color: #000;}
.mobile-nav-ul a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  border-bottom: solid 1px #5c5c5c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;}
 .mobile-nav-ul .mobile_subnavthree a{ padding:0 40px;}
.point{
	margin-right: 5px;}
.mobile-nav-ul li.menu-open .my-sanjiao{
	-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);}
.mobile-nav-ul li.menu-open .my-sanjiao.on{
	-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}
.mobile-nav-ul li .my-sanjiao.on{
	-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);}
.my-sanjiao{
	position: absolute;
	right: 20px;
  top: 0;
	font-size: 24px;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	color: #3a3a3a;
	-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}
.mobile_subNav{
	background-color: #292929;
	display: none;}
.mobile_subNav dd a{
	color: #c1c1c1;
	font-size: 14px;}

.mobile-nav-ul li a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);}

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;}
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);}

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;}
}
/* slider */

.slider_btn {
  color: #fff !important;
  padding: 12px 20px 10px !important;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  transition-duration: 0.3s;}
.slider_btn_p{
	white-space: pre-wrap;}
.slider_btn:hover{
	color: #cbb174 !important;}
.slider_btn_res {
  border: 2px solid #ffffff;}

.slider_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/sliderbg.jpg);
  transform: scaleX(1);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;}
.tparrows.preview2{
	min-width: 40px;
	min-height: 40px;
	background-color: #bfbdc3;}
.tp-leftarrow.preview2:after{
	content: "";
	width: 40px;
	height: 40px;
	left: 12px;
	top: 41%;
	color: #fff;
	background: url(../images/arrow.jpg) no-repeat 1px 9px;}
.tp-rightarrow.preview2:after{
	content: "";
	width: 40px;
	height: 40px;
	right:12px;
	color: #fff;
	top: 41%;
	background: url(../images/arrow2.jpg) no-repeat 29px 9px;}
/* footer */
.footer{
	width: 100%;
	background-color: #383838;}
.footer-content{
	width: 73%;
	float: left;}
.footer-share{
	width: 27%;
	float: right;}
.footer-p {
  height: 90px;
  line-height: 90px;
  color: #cecccf;}
.footer-span{
	margin-left: 15px;}
.footer-share .share-box{
	padding-top: 32px;}


.subnavthree{ display:none; background-color:#fbfcfe; width:90px; position:absolute; right:-90px; top:10px;}
.threenav{ position:relative;}
.threenav:hover .subnavthree{ display:block;}