﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {	border:0; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*png css hack for ie6*/
*html img.png{
    _background-image: expression(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "http://i0.itc.cn/20101019/848_0a785a7b_1118_4825_85dc_e8696988c94b_0.gif");
}
/*Extra CSS File For Change on All The Websites*/
/*@import url(extra.css);*/

/* 侧边栏*/
#sidebar{/* display: none;*/width: 230px;height: 550px;background: #353535;position: fixed;right: 0px;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);z-index: 10000000;border: 1px solid #e1c193;}
#sidebar .close{width: 40px;height: 40px;background: rgba(0, 0, 0, 0.4);position: absolute;top: 0;left: -41px;cursor: pointer;}
#sidebar ul{background: url('../images/sidebar_bg.jpg') no-repeat;border: 1px solid #716247;width: 214px;height: 520px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#sidebar ul>li{background: url(../images/border.png) no-repeat;background-position: left bottom;}
#sidebar .dow-btn a{display: block;}
#sidebar .dow-btn a:hover span{color:#fff !important;}
#sidebar .dow-btn a span{display: block;text-align: center;}
#sidebar .dow-btn a span:first-child{font-size: 22px;color: #d4b475;margin-top: 15px;}
#sidebar .dow-btn a span:last-child{font: 12px/30px '';color: #78633e;/* margin-bottom: 11px;*/}
#sidebar .herd-btn{overflow: hidden;position: relative;}
#sidebar .herd-btn>a{width: 50%;text-align: center;float: left;padding: 5px 0;}
#sidebar .herd-btn>a>svg{width: 32px;height: 32px;display: block;margin: 0 auto;}
#sidebar .herd-btn>a>svg:first-child{display: none;}
#sidebar .herd-btn>a:hover>svg:first-child{display: block;}
#sidebar .herd-btn>a:hover>svg:nth-child(2){display: none;}
#sidebar .herd-btn>a:hover>span{color: #fff;}
#sidebar .herd-btn>a>span{display: block;font: 15px/32px '';color: #d4b475;}
#sidebar .herd-btn .border{height: 22px;width: 1px;border-left: 1px solid #d4b475;position: absolute;left: 50%;top: 37%;}
#sidebar .tel-btn>a{display: block;text-align: center;cursor: default;}
#sidebar .tel-btn>a>svg{width: 21px;height: 21px;position: relative;top: 6px;}
#sidebar .tel-btn>a>span{font: 15px/60px '';color: #d4b475;}
#sidebar .quick-navigation{padding-bottom: 13px;}
#sidebar .quick-navigation .title{text-align: center;padding: 15px 0;}
#sidebar .quick-navigation .title svg{width: 26px;height: 26px;position: relative;top: 4px;}
#sidebar .quick-navigation .title span{font-size: 22px;color: #d4b475;}
#sidebar .quick-navigation>div{overflow: hidden;}
#sidebar .quick-navigation>div>a>svg{width: 10px;height: 10px;}
#sidebar .quick-navigation>div>a>span{color: #d4b475;font: 16px/30px '';}
#sidebar .quick-navigation>div>a{float: left;width: 50%;text-align: center;}
#sidebar .quick-navigation>div>a:hover span{text-decoration: underline;}
#sidebar .wechart{text-align: center;padding-top: 17px;}
#sidebar .wechart img{display: block;width: 130px;/* height: 165px;*/margin: 0 auto;margin-top:20px}
#sidebar .wechart>span{font-size: 15px;color: #d4b475;line-height: 33px;}
#sidebar .triangle{width: 10px;height: 10px;border: 1px solid #e1c193;transform: rotate(45deg);position: absolute;bottom: -6px;left: 49%;background: #353535;border-left: 0;border-top: 0;}
.sidebar_s{width: 50px;padding: 10px 0;background: #1f1d1e;position: fixed;right: 0;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);z-index: 1000000;text-align: center;cursor: pointer;}
.sidebar_s svg{width: 44px;height: 22px;}
.sidebar_s p{color: #fff;font-size: 21px;padding: 0 12px;line-height: 1em;}