@charset "utf-8";
*{ box-sizing: border-box; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{ margin:0;padding:0; }
body,button,input,textarea{font:12px Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1",sans-serif,'Microsoft YaHei';border:none; overflow-x:hidden;}
h1{font-size: 30px; }
h2{font-size: 26px;}
h3{font-size: 18px;}
h4,h5,h6{font-size: 100%;}
small{font-size: 12px;}
img,input{vertical-align: middle; border:none;}
ul,ol,li{list-style: none;}
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
body { background:#fff; color:#555; font-size:12px;overflow-x:hidden;}
html {overflow-x:hidden;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
i,em{font-style: normal;}
a{color:#333;cursor:pointer;}
a:hover{text-decoration:none;}
input,button,select{font-family:'Microsoft Yahei';outline: none;font-size:14px; }
button,input[type=button]{cursor: pointer;}

@font-face{font-family:"DIN-Medium";src:url("DIN Medium.ttf") format("truetype")}

/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/* 图片 */
.img{width: 100%;}
.img img{width: 100%;}

/* 居中 */
.xCenter{display: flex; align-items: center;}
.yCenter{display: flex; justify-content: center;}

/* flex */
.wrapFlex{display: flex; flex-wrap: wrap;}
.columnFlex{display: flex; flex-direction: column;}
.xReverseFlex{display: flex; flex-wrap: wrap-reverse;}
.yReverseFlex{display: flex; flex-direction: column-reverse;}


.bgf4{background-color: #f4f4f4;}

/* 页面宽度 */
.w1200{width:1200px;margin:0 auto;}
.w1400{width:1400px;margin:0 auto;}
.w1600{width:1600px;margin:0 auto;}
@media all and (max-width:1640px){
	.w1600{width:100%;padding:0 2%;}
}
@media all and (max-width:1460px){
	.w1400{width:100%;padding:0 2%;}
}
@media all and (max-width:1260px){
	.w1200{width:100%;padding:0 2%;}
}


header{ position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100px;}
header.show{ animation: slideHead 0.6s; background-color: #FFFFFF; box-shadow: 0 5px 10px 5px rgba(0,0,0,.1); }
@keyframes slideHead{
	from{transform: translateY(-120px); opacity: 0;}
	to{transform: translateY(0);opacity: 1;}
}
header.show .logo img{ display: none; }
header.show .logo .colorLogo{ display: block; }
header.show::after{ display: none; }
header.show .search i{background-image: url(../images/icon_search_s.png);}
header.show .nav ul li>a{ color: #333333; }
header.show .mbtn div.x, header.show .mbtn div.y, header.show .mbtn div.z{background: #c19c5e;}
header::after{ content: ""; display: block; width: 100%; height: 133px; background: url(../images/header_bg.png) repeat-x; position: absolute; top: 0; left: 0; z-index: -1; }
header .w1600{ height: 100%;display: flex; justify-content: space-between; }
header .logo{height: 100%;position: relative; white-space: nowrap;overflow: hidden;width: 305px; }
header .logo .logo_img{height: 100%;}
header .logo a{ height: 100%; display: flex; align-items: center; }
header .logo img{  }
header .logo img.colorLogo{ display: none; }
header .mbtn{ display: none; height: 100%; }
header .mben{ display: none; height: 100%; }
header .mben a{ line-height:60px; color:#fff; font-size:20px;}
header .mbtn div.burger{height:30px;width:40px;cursor:pointer;position: relative; top: -8px;}
header .mbtn div.x,
header .mbtn div.y,
header .mbtn div.z{position:absolute;margin:auto;top:0;bottom:0;background:#fff;border-radius:2px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-ms-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
header .mbtn div.x,
header .mbtn div.y,
header .mbtn div.z{height:3px;width:26px;-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
header .mbtn div.y.squize{width:0;-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
header .mbtn div.y{top:18px}
header .mbtn div.z{top:37px}
header .mbtn div.open div.x{}
header .mbtn div.open div.x,
header .mbtn div.open div.z{top:19px;-webkit-transition:all 70ms ease-out;-moz-transition:all 70ms ease-out;-ms-transition:all 70ms ease-out;-o-transition:all 70ms ease-out;transition:all 70ms ease-out}
header .mbtn div.rotate30{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transition:all 70ms ease-out;-moz-transition:all 70ms ease-out;-ms-transition:all 70ms ease-out;-o-transition:all 70ms ease-out;transition:all 70ms ease-out}
header .mbtn div.rotate150{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-transition:all 70ms ease-out;-moz-transition:all 70ms ease-out;-ms-transition:all 70ms ease-out;-o-transition:all 70ms ease-out;transition:all 70ms ease-out}
header .mbtn div.rotate45{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
header .mbtn div.rotate135{-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
header .nav{  }
header .nav #menu-bg{display: none;}
header .nav ul{ display: flex; }
header .nav ul li{ display: block; padding-left: 50px; height: 100px; position: relative; }
header .nav ul li>a{ display: block; height: 100px; line-height: 100px; text-align: center; color: #FFFFFF; font-size: 16px; font-weight: bold;position: relative; overflow: hidden;}
header .nav ul li>a span{ display: block; transition: all 0.36s;  }
header .nav ul li:hover>a span{ transform: translateY(-100px); color: #BC9B69;}
header .nav .subnav{display: none; position: absolute; top: 100px; z-index: 999; box-shadow: 0 8px 8px 5px rgba(0,0,0,0.07); width: 200%; margin-left: -70%;}
header .nav .subnav .li{text-align: center; height: 50px; background-color: rgba(255,255,255,0.7); margin-bottom: 2px;}
header .nav .subnav .li:last-child{ margin-bottom: 0;}
header .nav .subnav .li a{ height: 100%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #333333;  }
header .nav .subnav .li:hover{ background-color: rgba(192,154,93,0.7); }
header .nav .subnav .li:hover a{ color: #FFFFFF; }
header .search{ display: flex!important; align-items: center; }
header .search i{ width: 25px; height: 25px; display: block; background: url(../images/icon_search.png) no-repeat center; cursor: pointer; }
header .search .input{ display: none; position: absolute; top: 90px; right: 0; width: 310px; border: 5px solid #eee; }
header .search .input input{ display: block; float: left; width: 220px; height: 40px; padding: 0 10px; }
header .search .input button{ display: block; width: 80px; height: 40px; background-color: #c09a5d; color: #FFFFFF; background: #c09a5d url(../images/icon_search.png) no-repeat center; }

/* 手机菜单 */
header.animate{left:0%;transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
.wrapper{position: relative; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
.wrapper.animate{left: 100%; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
.menu{ height:100%;width:100%;margin-left:-10%;opacity:0;position:fixed; top: 0; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
#menu-bg{z-index: -1; position:absolute; left:-10px; top:0; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000); height: 100%;}
.menu.animate #menu-bg{ left:0;transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
.menu.animate{ margin-left:0;  opacity:1; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000); }
.menu ul{ position:relative; display: block; overflow:auto; height: 100%; padding-top: 60px;  }
	.menu ul::-webkit-scrollbar{width:3px;height:3px;background-color: #c19c5e;}
	.menu ul::-webkit-scrollbar-track{background: rgba(255,255,255,0.8);border-radius:3px;}
	.menu ul::-webkit-scrollbar-thumb{background: #c19c5e;border-radius:3px;}
	.menu ul::-webkit-scrollbar-thumb:hover{background: #c19c5e;}
	.menu ul::-webkit-scrollbar-corner{background: #c19c5e;}
.menu ul li{list-style:none;width:82%;margin-top:20px;text-align:left;padding-left:40px;font-size:20px;}
.menu ul li .li{ padding-left: 30px; font-size: 18px; margin-top: 15px; }
.menu ul li a{color:#fff;text-decoration:none;letter-spacing:1px}
.menu.animate ul li{margin-left:18%; transition:all 800ms cubic-bezier(0.000,0.995,0.990,1.000)}
.menu.animate li:nth-of-type(1){transition-delay:.0s}
.menu.animate li:nth-of-type(2){transition-delay:.06s}
.menu.animate li:nth-of-type(3){transition-delay:.12s}
.menu.animate li:nth-of-type(4){transition-delay:.18s}
.menu.animate li:nth-of-type(5){transition-delay:.24s}

@media all and (max-width:1460px){
	header .nav ul li{ padding-left: 30px; }
}
@media all and (max-width:1260px){
	header .nav ul li{ padding-left: 20px; }
	
}
@media all and (max-width:1024px){
	header { z-index: 999; height: 60px; }
	header::after{margin-top: -40px;}
	header .logo img{height: 65%;}
	header .nav{display: none;}
	header .w1600{flex-direction: row-reverse;}
	header .mbtn{display: flex; align-items: center;}
	header .mben{display: flex; align-items: center;}
	section.menu.animate ul li{}
	header .logo{width: 220px;}
}




footer{position: relative; z-index: 2; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
footer.animate{left: 100%; transition:all 500ms cubic-bezier(0.000,0.995,0.990,1.000)}
 /* 底部加盟 */
 .inRed_bar{ height: 140px; background-image: url(../images/footer_zs_bg.jpg); overflow: hidden; } 
 .fan_left{width:93px;height:95px; background: url(../images/icon_footer_top.png) no-repeat right 0; left:0;bottom: 0;}
 .fan_right{width:100px;height:101px; background: url(../images/icon_jmxian.png) no-repeat left bottom; right:0;top:0;}
 .inRed_bar dl{width:50%;float:left;padding:43px 63px 0 78px; box-sizing: border-box; overflow: hidden; position: relative;}
 .inRed_bar dl::after{content:'';width:1px;height:65px;background: #ddcbae; position: absolute;right:0;bottom:0;}
 .inRed_bar dl:last-child::after{display:none;}
 .inRed_bar dl dt{float:left;margin-right:42px;}
 .inRed_bar dl dt img{ max-width: 100%; }
 .inRed_bar dl dd {overflow: hidden;}
 .inRed_bar dl dd h3{font-size:22px;line-height: 55px; color:#fff;font-family: "PingFangSC-Semibold"; font-weight: normal;}
 .inRed_bar dl dd p{font-size:14px;color:#fff;}
 .inRed_bar dl dd span{display:block;float:right;width:55px;height:55px;background: #fff url(../images/arr_icon.png) no-repeat center;}
 @media (max-width: 1024px) {
	.inRed_bar{height:120px;}
	.inRed_bar dl{padding: 43px 43px 0 58px;}
	.inRed_bar dl dt{width:45px;}
	.inRed_bar dl dd span{background-size:10px;width:40px;height:40px;}
	.inRed_bar dl dd h3{font-size: ;}
	.inRed_bar dl::after{height:50px;}
}
 @media (max-width: 800px) {
	.inRed_bar{height:120px;}
	.inRed_bar dl{padding:38px 20px 0 20px;}
	.inRed_bar dl dt{margin-right:25px;}
	.inRed_bar dl dd h3{ line-height: 30px;}
	.inRed_bar dl dd{margin-top:5px;}
	.inRed_bar dl dd span{width:30px;height:30px;}
}
 @media (max-width: 500px) {
  .fan_right{ height: 100%; width: 40px; }
  .fan_left{ height: 100%; width: 40px;  }
  .inRed_bar {height:auto;}
  .inRed_bar dl{padding-right:0;padding-top:15px;padding-bottom:15px;}
  .inRed_bar dl::after{height:30px;top:15px;}
  .inRed_bar dl dt{width:30px;margin-right:10px;}
  .inRed_bar dl:nth-child(2) dt{margin-top:2px;}
  .inRed_bar dl dd{margin-top:0;line-height: 30px;}
  .inRed_bar dl dd h3{font-size:12px;}
  .inRed_bar dl dd p{font-size:12px;display:none;}
}





/*footer*/
.footer { padding:60px 0 50px;background: #181819 url(../images/footer_bg.jpg); overflow: hidden; }
.f_left { width: 250px; float: left;margin-right:80px; }
.f_left_tit{font-size: 16px;color:#fff;padding-left:28px;background: url(../images/tel_icon.png) no-repeat 0 50%; }
.contact_text{ margin-top: 15px;}
.contact_text h3 a{font-size:32px;color:#b88b44; font-family: "HelveticaNeue-CondensedBold";line-height:1;}
.contact_text p{display:block;font-size: 14px;color:#ccc;margin-top:10px;} 
.f_menu {float:left;  overflow: hidden; }
.f_menu dl { float: left;padding-left:60px;  } 
.f_menu dl:first-child{padding-left:0;}
.f_menu dt a { display: block; position: relative; font-size: 16px;color:#fff; font-family: "PingFangSC-Semibold";position: relative; } 
.f_menu dd{margin-top:30px;}
.f_menu dd a { display: block; font-size: 14px;color:#999; margin-bottom: 10px; }
.f_menu dd a:hover { color: #fff; } 
.ewmbox{float:right;}
.ewm_item{width:146px;float:left;margin-left:0;padding-bottom:10px;background: #222222;font-size: 14px;color:#999;text-align:center;}
.ewm_item img{display:block;width:120px;height:120px;margin:13px;}
.ft_bom{padding:50px 0;background:#111;} 
.copyright {font-size:14px;color:#999; line-height: 2.1;}
.copyright a{color:#999;padding-right:10px;}
.copyright a:hover{color:#fff;}
.copyright a.beian{padding-left:24px;background:url(../images/gongan.png) no-repeat left center;}
.slogo{width:261px;margin:0 auto;}
.slogo img{ width: 100%; }
.flink {float:right;display: flex; color: #FFFFFF; height: 55px; line-height: 55px; }
.flink span{color: #ccc; padding-right: 30px; }
.flink a { color: #FFFFFF;}
.flink a:hover{color: #ccc;} 
.flink a:hover img{ opacity: 1; } 
.flink2{ color: #CCCCCC; padding-top: 30px; font-size: 14px; } 
.flink2 span{ padding-right: 10px; } 
.flink2 a{ display: inline-block; color: #CCCCCC; padding-right: 10px;  } 

@media only screen and (max-width:1680px) { 
	/* .f_menu dl{padding-left:85px;} */
}
@media only screen and (max-width:1550px) { 
	.f_left{width:250px;}
	.f_menu dl{padding-left:35px;}
	.ewm_item{width:120px;}
	.ewm_item img{margin:10px;width: 100px;height: 100px;}
	
	
}
@media only screen and (max-width:1280px) { 
	.ewm_item{width:100px;}
	.ewm_item img{width:80px;height:80px;}
}
@media only screen and (max-width:1200px) {
	.f_menu dl{padding-left:50px;}
}
@media (max-width: 1024px) {
	.f_menu,.slogo{display:none;  }
	.fan_left,.fan_right{background-size: 40px;  }
	.ewmbox{ width:280px;margin:0 auto;padding-top:20px;overflow: hidden; }
	.f_left_tit{background-size:16px;}
	.slogo{width:180px;}
}
@media (max-width: 800px) {
	.ewmbox{float:right;width:280px;padding-top:0;  }
	.footer,.ft_bom{padding:30px 0;}
		.copyright{float:none!important;text-align:center;margin-bottom:15px;font-size:12px;}
		.flink{float:none!important;align-items: center; justify-content: center;}
		.flink2{display: none;} 
		.f_left{width: 240px;}
		.contact_text h3 a{font-size: 20px;}
}
@media (max-width: 500px) {  
	.footer, .ft_bom{padding:20px 0;}
	.ewmbox{float:none;padding-top:20px;}  
	
	.copyright a.beian{padding-left:20px;background-size:16px;}
	.flink{line-height: 20px; height: 20px;}
}
@media (max-width:360px){
	.copyright a{display: block;padding-right:0;}
	.copyright a.beian{display:inline-block;}
}


/*  */
.online{ width:90px; height:auto; position:fixed; z-index:999; right:35px; top:30%;box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.15);-webkit-border-radius: 10px;
-moz-border-radius: 10px;border-radius: 10px;}
.online ul li{ display:block; width:90px; height:70px; border-bottom:1px #efefef solid; position: relative;}
.online ul li .ewmBox{ position: absolute; left: -270px; top: 0; width: 250px; background-color: #FFFFFF; display: none; padding: 6px; }
.online ul li .ewmBox .img{ display: flex; }
.online ul li .ewmBox .img p{ text-align: center; color: ; font-size: 14px; }
.online ul li .ewmBox img{ width: 98%; margin: 0 1%; }
.online ul li:last-child{ border-bottom:0;}
.online ul li a{ display:block; width:90px; height:30px; padding-top:40px; line-height:30px; font-size:14px; color:#666; text-align:center; box-sizing: content-box;}
.online ul li a.online_1{ background:url(../images/online_icon1.png) no-repeat 50% 10px #fff;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.online ul li a.online_2{ background:url(../images/online_icon2.png) no-repeat 50% 10px #fff;}
.online ul li a.online_5{ background:url(../images/ewmt.png) no-repeat 50% 10px #fff;}
.online ul li a.online_3{ background:url(../images/online_icon3.png) no-repeat 50% 15px #fff;}
.online ul li a.online_4{ background:url(../images/online_icon4.png) no-repeat 50% 20px #fff;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;border-bottom-left-radius:  10px;border-bottom-right-radius: 10px;}
.online ul li a.online_1:hover{ background:url(../images/online_icon1_over.png) no-repeat 50% 10px #b88b44; color:#fff;}
.online ul li a.online_2:hover{ background:url(../images/online_icon2_over.png) no-repeat 50% 10px #b88b44; color:#fff;}
.online ul li a.online_3:hover{ background:url(../images/online_icon3_over.png) no-repeat 50% 15px #b88b44; color:#fff;}
.online ul li a.online_4:hover{ background:url(../images/online_icon4_over.png) no-repeat 50% 20px #b88b44; color:#fff;}
@media (max-width: 768px) {
	
	.online{display: none;}
}