body

{
-moz-user-select: none; /*火狐*/

-webkit-user-select: none; /*webkit浏览器*/

-ms-user-select: none; /*IE10*/

-khtml-user-select: none; /*早期浏览器*/

user-select: none;

}
html{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;   //设置为透明
 }
/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #fff;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 3% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 3% !important;}
	.pb3{padding-bottom: 3% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	body{
		min-width: 1280px;
		font-size: 16px;
		color: #333;
	}
    /*字号*/
	.font24{ font-size: 24px;}
	.font20{font-size: 20px;}
	.font18{font-size: 18px;}
	.font16{font-size: 16px;}
	.font14{font-size: 14px;}
	@media screen and (max-width: 1280px){
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
		body{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 960px){
		html,body{
			min-width: 100%;
			width: 100%;
			height: auto;
		}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/

.header{
	min-width: 1280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	padding-left: 5%;
	padding-right: 3%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.header .logo{
	height: 60px;
}
.header .logo img{
	height: 100%;
	display: none;
}
.header .logo .red_logo{
	display: block;
}
.header .right{
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
.header .nav ul{
	display: flex;
	align-items: center;
}
.header .nav ul li{
	margin-left: 50px;
	position: relative;
}
.header .nav ul li a{
	display: block;
	height: 90px;
	line-height: 90px;
	color: #080404;
	transition: all .3s;
	position: relative;
}
.header .nav ul li.current>a,
.header .nav ul li:hover>a{
	color: #B81B25;
} 
.header .nav ul li>a::before{
	content: '';
	width: 0;
	height: 2px;
	background: #ba1a26;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
}
.header .nav ul li.current>a::before,
.header .nav ul li:hover>a::before{
	width: 100%;
}
.header .navlist{
    position: absolute;
    background-color: #fff;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    padding: 0 20px;
    display: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.header .nav ul li:hover .navlist{
    display: flex;
    flex-direction: column;
    width: 160px;
    text-align: center;
}
.header .nav ul li .navlist p a{
	color: #2D1B1B;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
.header .nav ul li .navlist p.cur a{
	color: #B71D25;
}
.header .tel{
	display: flex;
	align-items: center;
	color: #B81B25;
	margin-left: 5%;
}
.header .tel .icon_tel{
	width: 24px;
	height: 24px;
	background-image: url(../images/tel_red.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 10px;
}
.redheader{
	background-color: #B81B25;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.blackheader{
	background: none;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.redheader .logo .red_logo,.blackheader .logo .red_logo{
	display: none;
}
.redheader .logo  .white_logo,.blackheader .logo .white_logo{
	display: block;
}
.redheader .nav ul li a,.blackheader .nav ul li a{
	color: rgba(255,255,255,.8);
}
.redheader .nav ul li.current a,
.redheader .nav ul li:hover a,
.blackheader .nav ul li.current a,
.blackheader .nav ul li:hover a{
	color: #fff;
} 
.redheader .nav ul li a::before,
.blackheader .nav ul li a::before{
	background: #fff;
}
.redheader .tel,.blackheader .tel{color: #fff;}
.redheader .tel .icon_tel,.blackheader .tel .icon_tel{
	background-image: url(../images/tel_white.png);
}

.navMenu{
	display: none;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 5;
}
.navMenu:before,
.navMenu:after{
	content: "";
	position: absolute;
	right: 7px;
	width: 26px;
	height: 3px;
	background: #333;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.navMenu:before{
	top: 13px;
}
.navMenu:after{
	bottom: 13px;
}
.navMenu.on:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
		 transform: rotate(45deg);
	top: 50%;
	background: #fff;
}
.navMenu.on:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
		 transform: rotate(-45deg);
	top: 50%;
	background: #fff;
}
.asideNav{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.asideNav a{
	width: 80px;
	height: 80px;
	background: #fff;
	margin-bottom: 5px;
	border: 1px solid #B71D25;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0;
	position: relative;
	z-index: 2;
}
.asideNav li{
	position: relative;
}
.asideNav li p{
	position: absolute;
	width: auto;
	height: 80px;
	line-height: 80px;
	color: #fff;
	padding: 0 20px;
	background: rgba(0,0,0,.3);
	right: 80px;
    transform: translateX(100%);
	top: 0;
	white-space: nowrap;
	font-size: 20px;
	transition: all .3s;
}
.asideNav li:hover p{
	 transform: translateX(0);
}
.asideNav .goTop{display: none;}



.moreBtn{
	display: flex;
	width: 200px;
	height: 50px;
	border: 1px solid #B81B25;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #B81B25;
	transition: all .5s;
}
.moreBtn i{
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background-image:  url(../images/jiantou_red.png);
	background-size: 100% 100%;
	transition: all .3s;
}
.moreBtn:hover i{
	margin-left: 20px;
	background-image:  url(../images/jiantou_white.png);
}
.moreBtn:hover{
	background-color: #B81B25;
	color: #fff;
}
.moreBtn.white{
	border: 1px solid #fff;
	color: #fff;
}
.moreBtn.white i{background-image:  url(../images/jiantou_white.png);}
.moreBtn.white:hover{
	background-color: #fff;
	color: #B81B25;
}
.moreBtn.white:hover i{background-image:  url(../images/jiantou_red.png);}


@media screen and (max-width: 1700px){
	.asideNav a{
		width: 60px;
		height: 60px;
	}
	.asideNav li p{
		height: 60px;
		line-height: 60px;
		right: 60px;
	}
}

@media screen and (max-width: 1440px){
	.header .nav ul li{
		margin-left: 40px;
	}
	.asideNav a{
		width: 50px;
		height: 50px;
	}
	.asideNav li p{
		height: 50px;
		line-height: 50px;
		right: 50px;
	}
}
@media screen and (max-width: 960px){
	.pr5 {
	    padding-right: 3% !important;
	}
	.pl5 {
	    padding-left: 3% !important;
	}
	.asideNav a{
		width: 40px;
		height: 40px;
	}
	.asideNav li p{
		display: none;
	}
	.asideNav a img{
		width: 20px;
		height: 20px;
	}
	.header{
		height: 60px;
		min-width: 100%;
	}
	.header .logo{
		height: 30px;
	}
	.header .nav ul{
		padding-top: 50px;
		padding-bottom: 30px;
	    position: fixed;
	    right: -260px;
	    top: 0;
	    width: 260px;
	    background: rgba(0,0,0,0.6);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all .3s ease-in-out 0s;
	    -moz-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
	}
	.header .nav ul li .navlist{
		display: block;
		position: inherit;
		height: auto;
		background: none;
	}
	.header .nav ul li:hover .navlist{
		display: block;
	}
	.header .nav ul li>a{
		text-align: left;
		padding: 0 15px;
	}
	.header .nav ul li .navlist p a{
		height: 30px;
		line-height: 30px;
		color: #fff;
	}
	.header .tel .icon_tel{
		width: 16px;
		height: 16px;
	}
	.header .nav ul{
		display: block;
	}
	.header .right{
		padding-right: 60px;
	}
	.header .right .nav{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.navMenu{
		display: block;
	}
	.header .nav.on ul{
		right: 0;
		visibility: visible;
		opacity: 1;
	}
	.header .nav ul li{
		margin: 0;
	}
	.header .nav ul li>a{
		color: #fff !important;
		line-height: 40px;
		height: 40px;
	}
}
.crumbs {
    position: relative;
    z-index: 1;
}
:focus{
    outline:none;
}