@charset "utf-8";
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,input,select,textarea,button{
    font-family: "PingFang SC","PingHei","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica","microsoft yahei","SimHei", "tahoma", "Arial","Verdana", "sans-serif";
}

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea{
	margin:0;
	padding:0;
}
figure{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
	-webkit-user-drag: none;
}
a:hover,
a:focus{
	text-decoration:none !important;
}
li{
	list-style:none;
}
img{
	border:0;
	-webkit-user-drag: none;
	outline: none;
}

/* 页面选中颜色 */
::-moz-selection {
    background: #333;
    color: #fff;
}

::-webket-selection {
    background: #333;
    color: #fff;
}

::-o-selection {
    background: #333;
    color: #fff;
}

::selection {
    background: #333;
    color: #fff;
}

*:focus {
    outline: none;
}


/* CSS3滚动条 */

::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #eee;
    border-radius: 50px
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: #923023;
    border-radius: 50px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #923023;
    cursor: pointer
}
/*clearifx*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.oh{
	overflow: hidden !important;
	height: 100% !important;
}

.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}


/*pageSwitch*/
#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    color: #888;
    display: block;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

#pageSwitch .pre {
    margin-bottom: 8px;
}

#pageSwitch a:hover {
	color: #da251c !important;
    text-decoration: underline;
}

/*分页*/

.pagebar{
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}
.pagebar a{
	color: #333;
	background: #f3f3f3;
	padding: 8px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pagebar .page-status{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 10px;
	margin-bottom: 5px;
}
.pagebar .page-num{
	display: inline-block;
}
.pagebar .page-index,
.pagebar .page-pre,
.pagebar .page-next,
.pagebar .page-last{
	display: inline-block;
}
.pagebar .page-num-current{
	background: #cc4331;
    color: #fff;
    border: none;
}
.contain{
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/*public head*/
#head{
	background: #fff;
	height: 60px;
	position: relative;
	overflow: visible;
}
#head .logo{
	width: 120px;
	height: 60px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	background: url('../images/logo.png') left center no-repeat;
	background-size: contain;
	z-index: 999;
}
#head .logo.w{
	background-image: url('../images/logo.png');
}

#head .search,
#head .phone{
	float: left;
	height: 36px;
	position: relative;
	z-index: 999;
	margin-top: -18px;
	top: 50%;
}
#head .iconfont{
	display: block;
	width: 36px;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000;
}
#head .iconfont.cf{
	color: #fff;
}
#head .phone{
	display: none;
	margin-right: 10px;
}

.nav_button{
	overflow: hidden;
	width: 23px;
	float: right;
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
.nav_button .nav_bar{
	width: 23px;
	height: 1px;
	display: block;
	margin: 5px 0;
	background: #000;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.nav_button .mid{
	width: 18px;
}
.nav_button.animate .nav_bar{
	background: #fff;
}
.nav_button.animate .top{
	-webkit-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	-o-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}
.nav_button.animate .mid{
	width: 0;
}
.nav_button.animate .bottom{
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

/*nav for mobile start*/
.nav_m{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	background: #2e2929;
	z-index: 998;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 15px;
}
.nav_m .head{
	position: fixed;
	height: 60px;
	top: 0;
	background: #2e2929;
	width: 100%;
	margin-left: -15px;
	padding: 0 15px;
	display: none;
}
.nav_m .logo{
	width: 134px;
	display: block;
	float: left;
	margin-top: 10px;
}
.nav_m .logo img{
	width: 100%;
	display: block;
}
.nav_m .menu{
	min-height: 100%;
	margin-top: 70px;
	padding-bottom: 60px;
	font-weight: 100;
}
.nav_m .main_item{
	overflow: hidden;
	border-bottom: 1px solid #5a5a5a;
	opacity: 0;
	-webkit-transform: scale(1.1) translateY(-24px);
	transform:  scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.nav_m .main_item:nth-child(2){
	-webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3){
	-webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4){
	-webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5){
	-webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6){
	-webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7){
	-webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8){
	-webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9){
	-webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10){
	-webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}
.nav_m .main_item>a{
	display: block;
	line-height: 48px;
	font-size: 14px;
	color: #ccc;
	background: url('../images/plus.png') 98% center no-repeat;
	background-size: 12px;
}
.nav_m .menu.show .main_item{
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.nav_m .on{
	border: none;
	height: auto;
}
.nav_m .on>a{
	background-image:url('../images/minus.png');
}

.nav_m .link>a{
	background-image:url('../images/arrow.png');
}

.drop_list{
	display: none;
}
.drop_list a{
	display: block;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #5a5a5a;
	text-indent: 20px;
	height: 42px;
	line-height: 42px;
}
/*nav for mobile end*/

#head .searchbox{
	width: 100%;
	background: #f3f3f3;
	height: 100px;
	position: absolute;
	top: 60px;
	z-index: 997;
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px 0;
}
#head .phonebox{
	position: absolute;
	top: 80px;
	right: 0px;
	background: #f3f3f3;
	padding: 35px 80px;
	z-index: 997;
	text-align: center;
}
#head .phonebox .tel {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
#head .phonebox .tel:after {
    position: absolute;
    content: '\20';
    width: 18px;
    height: 4px;
    background: #9b3325;
    left: 50%;
    bottom: -2px;
    margin-left: -9px;
}

#head .phonebox .text {
    font-size: 18px;
    color: #25211e;
    line-height: 1;
    margin-bottom: 20px;
}
#head .phonebox .num {
    font-size: 40px;
    color: #9b3325;
    line-height: 1;
}
#head .phonebox .pd{

}
.head_r{
	display: none;
}

/*public footer*/
#footer{
	display: none;
}
#mfooter{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #333;
	z-index: 888;
}
#mfooter li{
	width: 25%;
	float: left;
	height: 60px;
}
#mfooter li a{
	display: block;
	padding-top: 8px;
}
#mfooter li img{
	display: block;
	margin: 0 auto;
	height: 24px;
}
#mfooter li p{
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	padding-top: 8px;
}



.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.glyphicon-remove{
	font-size: 50px;
	color: #fff;
	position: fixed;
	right: 3%;
	top: 5%;
	cursor: pointer;
	z-index: 999;
}


/*响应式*/
@media (min-width: 768px){
	/*公共*/
	.contain{
		width: 750px;
	}
	
	/*public footer*/
	#mfooter{
		display: none;
	}
	#footer{
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 60px;
		background: #10101e;
	}
	#footer .addr {
		display: none;
	}
	#footer .coprm{
		display: none;
	}
	#footer .top{
		display: block;
		padding-bottom: 50px;
		padding-top: 40px;
	}
	#footer  .nav{
		float: left;
	}
	#footer  .nav dl{
		float: left;
		padding-right: 50px;
	}
	#footer  .nav dt{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	#footer  .nav dt a{
		color: #fff;
	}
	#footer  .nav dd{
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	#footer  .nav dd a{
		color: #ccc;
	}
	#footer .qrcode{
		width: 100px;
		float: right;
		text-align: center;
		line-height: 14px;
		color: #ccc;
		font-size: 14px;
		float: right;
		line-height: 22px;
	}
	#footer .qrcode img{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#footer .copr{
		display: block;
		padding: 10px 0;
	}

	#footer .copr span,
	#footer .copr p,
	#footer .copr a{
		font-size: 14px;
		color: #ccc;
	}
}
@media (min-width: 992px){
	/*公共*/
	.contain{
		width: 970px;
	}
	#head{
		height: 80px;
	}
	#head .logo{
		position: static;
		width: 130px;
		height: 80px;
		float: left;
		margin-left: 0;
		left: 0;
	}
	.nav_button{
		display: none;
	}
	#head .search{
		float: right;
	}
	#head .phone{
		margin-left: 15px;
		display: block;
		float: right;
	}
	.head_r{
		display: block;
		float: right;
		margin-right: 50px;
	}
	
	.nav_list{
		height: 80px;
	}
	.nav_list .item{
		float: left;
		margin-left: 30px;
		position: relative;
		z-index: 9999;
	}
	.nav_list .item>a{
		display: block;
		height: 80px;
		font-size: 14px;
		color: #333;
		line-height: 80px;
	}
	.nav_list .item>a:hover{
		color: #9b3325;
	}
	.nav_list .item>a.active{
		/*border-bottom: 3px solid #da251c;*/
	}
	.nav_list .drop_nav{
		position: absolute;
		top: 80px;
		background: #f7f7f7;
		margin-left: -20px;
		display: none;
		z-index: 9999;
	}
	.nav_list .drop_nav a{
		display: block;
		text-align: center;
		height: 36px;
		color: #666;
		font-size: 14px;
		line-height: 36px;
		padding: 0 20px;
		white-space: nowrap;
	}
	.nav_list .drop_nav a:hover{
		background: #9b3325;
		color: #fff;
	}

	#footer{
		margin-top: 80px;
	}
	#footer .nav dl{
		padding-right: 50px;
	}
	#footer .addr{
		display: block;
		float: right;
		border-left: 1px solid #40404b;
		padding-left: 50px;
		padding-right: 40px;
	}
	#footer .addr h1{
		font-size: 14px;
		color: #ccc;
		line-height: 16px;
		margin-bottom: 25px;
	}
	#footer .addr p{
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
}
@media (min-width: 1200px){
	/*公共*/
	.contain{
		width: 1170px;
	}
	.head_r{
		margin-right: 60px;
	}
	.nav_list .item{
		margin-left: 50px;
	}
	#footer{
		margin-top: 100px;
		padding-top: 20px;
	}
	#footer .nav dl{
		padding-right: 80px;
	}
}
@media (min-width: 1500px){
	/*公共*/
	.contain{
		width: 1440px;
	}

	.head_r{
		margin-right: 70px;
	}
	.nav_list .item{
		margin-left: 60px;
	}

	#footer .nav dl{
		padding-right: 120px;
	}
}


